/* CSS Document */

body {
	margin:0px;
	background-color:#E9E9E9;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:14px;
	color:#666666;
}

td{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#666666;
}

td.header{
	padding:5px 10px;
	text-align:center;
	background-color:#EFF7FA;
	border-top:1px solid #C7E0EA;
}

td.header_bottom{
	padding:5px 10px;
	text-align:center;
	background-color:#EFF7FA;
	border-top:1px solid #C7E0EA;
	border-bottom:1px solid #C7E0EA;

}

td.contents{
	padding:5px 10px;
	background-color:#ffffff;
	border-top:1px solid #C7E0EA;
}

td.contents_bottom{
	padding:5px 10px;
	background-color:#ffffff;
	border-top:1px solid #C7E0EA;
	border-bottom:1px solid #C7E0EA;
}

td.faq_01{
	padding:6px 10px;
	background-color:#EFF7FA;
	border-top:1px solid #C7E0EA;
}
td.faq_02{
	padding:6px 10px;
	background-color:#ffffff;
	border-top:1px solid #C7E0EA;
}

img {border:0px;}

a{
	text-decoration:none;
	color:#666666;	
}
a:visited{
	text-decoration:none;
	color:#666666;
}
a:hover{
	text-decoration:none;
	color:#666666;
}
a:action{
	text-decoration:none;
	color:#666666;
}


input.style_mod{
	border:1px solid #C3C3C3;
	height:14px;
}

.logo{padding:15px;}

.body_bgStyle_contents{
	background-color:#ffffff;
	border-bottom:1px solid #777777;
	padding:10px 10px 40px 10px;
}

.body_bgStyle_left{
	border-right:1px solid #777777;
	background:url(../images/common/bg_body_left.gif) repeat-y right;
}

.body_bgStyle_right{
	border-left:1px solid #777777;
	background:url(../images/common/bg_body_right.gif) repeat-y left;
}

.body_bgStyle_bottom{border-bottom:1px solid #777777;}

.footer{
	text-align:center;
	color:#646464;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.navi_bgStyle {
	background:url(../images/common/bg_navi.gif) repeat-x top;
}

.util {
	text-align:right;
	font-size:11px;
	color:#676767;
	padding-bottom:5px;
}

.util a, .util a:hover, .util a:visited, .util a:action{ color:#0172BE; text-decoration:underline;}

 font style

.font_point_bold {
	font-weight:bold;
	color:#0070BC;
}

.font_point{
	color:#7AB22B;
}

.font_strong{
	font-weight:bold;
	color:#7AB22B;
	font-size:14px;
}

h1.font_subject ,h1.font_subject a, h1.font_subject a:hover, h1.font_subject a:visited{
	font-weight:bold;
	color:#4C4C4C;
	font-size:14px;
	padding-left:25px;
	padding-bottom:0px;
	background-image: url(../images/common/icon_subject.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

h2.font_subject ,h2.font_subject a, h2.font_subject a:hover, h2.font_subject a:visited{
	font-weight:bold;
	color:#0173BC;
	font-size:14px;
	padding-bottom:0px;
	padding-top:5px;
	margin:0px;
}

h2.font_sub_subject{
	background:url(../images/common/icon_subsubject.gif) no-repeat 10px 10px;
	font-weight:bold;
	color:#8A8A8A;
	font-size:12px;
	padding: 10px 0px 10px 25px;
	margin:0px;
}
 //font style
