@charset 'UTF-8';

/*==========================

	** TOC **
	reset
	common module
	body layout
	header
	footer
	
	contents
	

============================*/


/*------------------------------------------------------------------*/
/* reset
------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html {
	height:100%;
	font-family:"Lucida Grande", Verdana, Geneva, Arial, Helvetica, "Hiragino Kaku Gothic Pro", "MS Gothic", Osaka, Sans-serif;
	line-height:1.4;
	overflow:scroll;
}
body,h1,h2,h3,h4,h5,h6,form,p,ul,li,table,tr,th,td,dl,dd,dt{
	margin:0;padding:0;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
}
img{border:none;}
li{list-style:none;}
* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html table{font-size:100%;}
address{font-style:normal;}

h2{font-size:14px;}

table {padding:0;}
th,td {
	border-collapse:collapse;
	padding:0;
	margin:0;
}


/*------------------------------------------------------------------*/
/* common module
------------------------------------------------------------------*/

.clear{clear:both; overflow:hidden; height:1px;}
.clearboth{clear:both;}

.alignCenter{text-align:center!important;}
.alignleft{text-align:left!important;}
.alignRight{text-align:right!important;}

.floatleft{float:left!important;}
.floatright{float:right!important;}

.mB0{margin-bottom:0px!important;}
.mB5{margin-bottom:5px!important;}
.mB7{margin-bottom:7px!important;}
.mB10{margin-bottom:10px!important;}
.mB15{margin-bottom:15px!important;}
.mB20{margin-bottom:20px!important;}
.mB30{margin-bottom:30px!important;}
.mB40{margin-bottom:40px!important;}
.mR0{margin-right:0px!important;}
.mR15{margin-right:15px!important;}
.m0a{margin:0 auto!important;}

.pT10{ padding-top:10px!important;}
.pT20{ padding-top:20px!important;}
.pB0{ padding-bottom:0px!important;}
.pB10{ padding-bottom:10px!important;}
.pB15{ padding-bottom:15px!important;}
.padding0{padding:0!important;}

.w25{width:25px!important;}
.bgnone{background:none!important;}

.nowrap{white-space:nowrap;}

.alt {
	position:absolute;
	top:-5000px;
	left:-999px;
}


/*------------------------------------------------------------------*/
/* body layout
------------------------------------------------------------------*/

body {
	text-align:left;
	height:100%;
	font-size:12px;
	line-height:1.6;
	color:#222222;
	background:url(../new_images/common/body_bg.gif) 0 126px repeat-x #FFFFFF;
}

body#subLayout{
	background:url(../new_images/second/sub_bg.gif) 0 126px repeat-x #FFFFFF;
	}




/*------------------------------------------------------------------*/
/* contents
------------------------------------------------------------------*/

#topLayout #container{
	}


/*------------------------------------------------------------------*/
/* footer
------------------------------------------------------------------*/

.footer{
	clear:both;
	width:100%;
	height:322px;
	text-align:center;
	}

.footerOver{
	width:856px;
	margin:0 auto;
	text-align:left;
	padding-top:20px;
	background:url(../new_images/common/dot_610.gif) no-repeat 0 19px;
	}


.footerOverIn{
	width:620px;
	background:url(../new_images/common/dot_610.gif) no-repeat bottom;
	padding-bottom:10px;
	overflow:hidden;
	}

.footerOverIn dl.fNavi4{
	margin-right:0;
	}

.footerOver dl{
	float:left;
	padding-top:12px;
	}

.footerOver dl img{
	vertical-align:bottom;}
	
.footerOver dl dt,
.footerOver dl dd{
	margin-bottom:5px;
	}
	
.footerOver dl dd{
	padding-left:3px;
	}

.footerMiddle{
	width:856px;
	margin:0 auto;
	padding-top:30px;
	overflow:hidden;
	}

.footerMiddle a.privacy{
	float:left;
	}
	
.footerMiddle a.goTop{
	float:right;
	}

.footerUnder{
	height:141px;
	width:100%;
	background:url(../new_images/common/footer_bg.gif) repeat;
	text-align:center;
	}

.footerUnderIn{
	width:856px;
	margin:0 auto;
	overflow:hidden;
	}

.footerUnderIn ul{
	width:750px;
	margin-top:20px;
	float:left;
	text-align:left;
	}
	
.footerUnderIn ul li{
	display:inline;
	background:url(../new_images/common/ico_footer_link.gif) no-repeat left center;
	margin-right:5px;
	}

.footerUnderIn ul li a{
	padding-left:15px;
	color:#FFFFFF!important;
	text-decoration:none;
	}

.footerUnderIn ul li a:hover{
	text-decoration:underline;
	}

.footerUnderIn img.fLogo{
	float:right;
	margin-top:-10px;
	}

.footerUnderIn address{
	width:100%;
	clear:both;
	text-align:left;
	font-size:10px;
	color:#FFFFFF;
	padding-top:10px;
	font-family:verdana;
	}



/*------------------------------------------------------------------*/
/* common parts
------------------------------------------------------------------*/
