
/* ------------------------------
 Global - Body
------------------------------ */
body{
	margin:0;
	padding:0;
	background:#fcfbf8;
	text-align:center;
	font-family:sans-serif;
	color:#555555;
	letter-spacing:0.2px;
	background: url(/images/s_body_background.jpg) repeat-x;
	background-color:#F0F2E6;
	-webkit-text-size-adjust:none;
	}

	
h1{
	display:none;
	}
	
h1,h2,h3,h4,h5,h6,h7,p,dl,dt,dd,ul,ol,li,form{
	margin:0;
	padding:0;
	line-height:1;
	}
	
ul{
	list-style-type:none;
	}

img{
	vertical-align:bottom;
	border:0;
	}
	
.append{
	display:none;
	}
	
#container{
	margin: 0px auto;
	text-align:left;
	width:900px;
	}
	
.clear-both {
	clear:both;
	font-size:0;
	}

.kome-caption{
	padding-left:12px;
	background:url(/images/s_icon_kome.gif) no-repeat 0px 0.4em;
	}

.clearfix:after,
a.blank-link:after,
.to-page-top:after{
	content: url(pixel.gif);
	display: block;
	clear: both;
	height: 0;
}

object{
    outline:none;
}



/* ------------------------------
 Global - Link
------------------------------ */
a {
	outline : 0 ;
	}
a:link, a:visited, a:active{
	text-decoration:underline;
	color:#007ACC;
	}
a:hover{
	text-decoration:none;
	color:#FF9900;
	}

/* ------------------------------
 Global - Header
------------------------------ */
#header {
	margin:0px 10px;
	}
#header h2{
	padding-top:35px;
	float:left;
	width:265px;
	}
#header ul.header-navi{
	float:right;
	padding-top:58px;
	}
#header ul.header-navi li{
	float:left;
	margin-left:15px;
	}



/* ------------------------------
 Global - Contents-Body
------------------------------ */
.to-home{
	font-size:11px;
	float:right;
	line-height:1.1;
	position:absolute;
	top:20px;
	right:25px;
	}
.to-home a{
	display:block;
	background:url(/images/s_icon_linkarrow.png) no-repeat 0px 2px;
	padding-left:10px;
	text-decoration:none;
	}
.to-home a:hover{
	background:url(/images/s_icon_linkarrow_f2.png) no-repeat 0px 2px;
	}
.to-page-top{
	font-size:11px;
	float:right;
	line-height:1.1;
	}
.to-page-top a{
	display:block;
	background:url(/images/s_icon_toparrow.png) no-repeat 0px 2px;
	padding-left:10px;
	text-decoration:none;
	}
.to-page-top a:hover{
	background:url(/images/s_icon_toparrow_f2.png) no-repeat 0px 2px;
	}

a.blank-link{
	display:block;
	background:url(/images/s_icon_blanklink.gif) no-repeat 0px 0px;
	padding-left:16px;
	height:13px;
	line-height:1.1;
	float:left;
	}
a.blank-link:hover{
	background:url(/images/s_icon_blanklink_f2.gif) no-repeat 0px 0px;
	text-decoration:none;
	}

#contents-body {
	background:#ffffff url(/images/_body_bg_top.gif) no-repeat;
	margin:10px 10px 20px 10px;
	position:relative;
	}
	
#contents-body .content-section {
	margin:0px 25px 70px 25px;
	}
	
#contents-body h3 {
	margin:0px 0px 15px 25px;
	}
#contents-body h4 {
	margin:10px 0px 25px 0px;
	}
#contents-body .content-section h4 {
	margin-bottom:15px;
	}
#contents-body .content-section h5 {
	font-size:15px;
	font-weight:bold;
	color:#007ACC;
	padding:2px 8px;
	border-left:3px solid #007ACC;
	margin-bottom:15px;
	line-height:1.4;
	}
	
#contents-body .content-section p {
	font-size:12px;
	line-height:1.6;
	margin-bottom:10px;
	}
#contents-body .content-section p.caption {
	font-size:10px;
	line-height:1.5;
	margin-bottom:10px;
	}
	
#contents-body .center-column .left-column {
	width:400px;
	float:left;
	}
#contents-body .center-column .right-column {
	width:400px;
	float:right;
	}
	
#contents-body .left-wide-column .left-column {
	width:500px;
	float:left;
	}
#contents-body .left-wide-column .right-column {
	width:300px;
	float:right;
	}

#contents-body .contents-bottom-navi {
	margin-bottom:20px;
	background-color:#EAF8FE;
	font-size:12px;
	padding:10px;
	text-align:center;
	}
#contents-body .contents-bottom-navi span{
	color:#FF6600;
	font-weight:bold;
	}

#contents-body .contents-footer {
	background:url(/images/_body_bg_bottom.gif) no-repeat bottom;
	padding:0px 25px 15px 25px;
	}




/* ------------------------------
 Global - Footer
------------------------------ */
#footer {
	clear:both;
	margin:20px 10px;
	}
#footer .footer-list dt{
	float:left;
	font-size:12px;
	font-weight:bold;
	padding-right:20px;
	}
#footer .footer-list dd{
	font-size:12px;
	float:left;
	padding:0px 10px 0px 0px;
	}
#footer .footer-list dd.copyright{
	float:right;
	padding:0px 0px 0px 10px;
	color:#666666;
	font-size:11px;
	}
#footer .footer-list dd a{
	display:block;
	padding-left:10px;
	background:url(/images/s_icon_linkarrow.png) no-repeat 0px 2px;
	text-decoration:none;
	}
#footer .footer-list dd a:hover{
	background:url(/images/s_icon_linkarrow_f2.png) no-repeat 0px 2px;
	}

/* ------------------------------
 Global - Ajast
------------------------------ */
.mt25 {
	margin-top:25px;
	}

