@charset "UTF-8";

*{
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}
body {
	background: url(../images/common/h_bg.gif) repeat-x top;
	color: #494949;
	font-size: 95%;
    line-height: 1.8;
}
h1, h2{
    font-size: 100%; 
    font-weight: normal;
}
a {
	text-decoration: underline;
}

ul{
    list-style:none;
}
ol {
	line-height: 1.3;
	margin-left: 25px;
}
ol li {
	list-style: decimal;
	padding-bottom: 10px;	
}
img{
     border:0;
	 vertical-align: bottom;
}
hr {
	display: none;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
	padding: 0;
}
a {
	color: #0065b3;
	text-decoration: underline;
}
a:hover {
	color: #0065b3;
	text-decoration: none;
}
/*==========================================================*/
/* Layout*/
#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
header {
	width: 960px;
	text-align: left;
	padding-top: 4px;
	height: 125px;
}
header:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#nav {
	clear: both;
	padding: 18px 0 0 0;
}
#nav li {
	float: left;
	height: 42px;
	overflow: hidden;
}
#content {
	clear: both;
	text-align: left;
}
#content:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#pagetop {
	width: 50px;
	height: 32px;
	float: right;
	padding-top: 35px;
}
#footer {
	clear: both;
	width: 100%;
	background: #000;
	padding-top: 22px;
	padding-bottom: 12px;
	color: #FFF;
}
#footer .f_left {
	float: left;
	width: 390px;	
}
#footer .f_right {
	float: right;
	width: 570px;
	text-align: right;
	font-size: 12px;
}
#footer a {
	color: #FFF;
	text-decoration: none;	
}
#footer a:hover {
	text-decoration: underline;	
}
#footer .copy {
	clear: both;
	font-size: 10px;
	color: #636363;
	text-align: right;
	font-family: Tahoma, Geneva, sans-serif;	
}
#footer .f_contact {
	width: 277px;
	height: 32px;
	background: url(../images/common/footer_contact.gif) no-repeat;
	margin-top: 10px;
}
#footer .f_contact img {
	padding-left: 146px;
}
/*
---------------------------------------------------------------------
	header
---------------------------------------------------------------------
*/
header .logo {
	float: left;
	padding-top: 18px;
}
header .h_contact {
	width: 340px;
	height: 45px;
	float: right;
	background: url(../images/common/h_tel.gif) no-repeat left;
}
header .h_contact img {
	float: right;
}
/*
---------------------------------------------------------------------
	footer
---------------------------------------------------------------------
*/
.copy {
	color: #9d9d9d;
	line-height: 3.0em;
	text-align: center;
	padding-top: 40px;
}
.copy a {
	color: #9d9d9d;
	text-decoration: none;
}
.copy a:hover {
	color: #9d9d9d;
	text-decoration: underline;
}
/*
---------------------------------------------------------------------
	Common
---------------------------------------------------------------------
*/
h2.sub_ttl {
	clear: both;
	padding: 50px 0 30px 0;
}
.none { display: none; }
.f_left { float: left; }
.f_right { float: right; }
.clear { clear: both; }
.txt_area {
	width: 710px;
} 
.t_middle { 
	font-size: 80%;
}
.t_large { 
	font-size: 16px;
	font-weight: bold;
}
.t_xlarge { 
	font-size: 20px;
	font-weight: bold;
}
.t_small { 
	font-size: 82%;
	padding-top: 5px;
	line-height: 1.3em;
	letter-spacing: 1px;
}
.t_center { text-align: center; }
.t_bold { font-weight: bold; }
.t_blue { color: #0065b3; }
.t_green { color: #089042; }
.t_red { color: #ff2121; }
.pt10 { padding-top: 10px; }
.pt20 { padding-top: 20px; }
.pt30 { padding-top: 30px; }
.pt40 { padding-top: 40px; }
.pt50 { padding-top: 50px; }
.pt80 { padding-top: 80px; }
.mt20 { margin-top: 20px; }
.mt40 { margin-top: 40px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb50 { margin-bottom: 50px; }
.marker { 
	background-color: #feceff;
	font-weight: bold;
	padding: 4px 0 4px 0;
}
.strike {text-decoration: line-through;}
