@charset "utf-8";

/*
* layout.css
* date---2014/10/00
*/


/*===============================================
	layout.css
===============================================*/


/* ----------------------------------------------
	Basic-Design
---------------------------------------------- */
body {
	color: #333;
	font: 14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	*font-size: medium;
	*font: small;
	line-height: 1.8;
	background:#EBF0F7 url(img/bg.gif) repeat-x center top;
}
body#home{
	background:#EBF0F7 url(img/topbg.gif) repeat-x center top;
}
body#bana{
	background:#FFF;
}
a:link{
	color: #039;
	text-decoration: underline;
}
a:visited{
	color: #039;
	text-decoration: underline;
}
a:hover,a:active{
	color: #039;
	text-decoration: none;
}
table {
    font-size:inherit;
}


/* ----------------------------------------------
	layout
---------------------------------------------- */
#container {
	position: relative;
	width: 100%;
}
#contents{
	width: 960px;
	margin: 0 auto;
	text-align:left;
	background: #FFF;
}
#privacy #contents{
	background: #FFF;
}
#main,
#topcont{
	float: right;
	width: 700px;
	padding: 20px 15px 20px 0;
}
#privacy #main{
	float: none;
	width: 940px;
}
#side{
	float: left;
	width:220px;
}
#container:after,
#contents:after,
#main:after,
#topcont:after,
#side:after,
#footer:after{
	display:block;
	margin-top:-1px;
	height:1px;
	content:"";
	clear:both;
}
#main a,
#main a:link,
#main a:visited,
#main a:active { color: #09C; text-decoration:underline;}
#main a:hover { color: #09C; text-decoration: none;}

#contents_bottom{
	clear: both;
	height: 50px;
	background: url(img/side_bottom.jpg) repeat-x;
}



/* ----------------------------------------------
	header
---------------------------------------------- */
#header{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
}
.headerInner{
	width: 960px;
	height: 70px;
	margin:0 auto;
	padding:0;
	background: url(img/header_bg.png) no-repeat 0 0;
}
#home .headerInner{
	background: url(img/topheader_bg.png) no-repeat 0 0;
}
#siteTitle{
	float: left;
	width: 220px;
	padding: 17px 0 17px 20px;
	line-height: 31px;
}
.language{
	float: right;
}
.language li{
	float: left;
	display: inline;
}
#topLang{
	position: relative;
	width: 960px;
	margin: 0 auto;
	z-index: 1001;
}
#home .language{
	position: absolute;
	width: 270px;
	height: 24px;
	top: -30px;
	right: 0;
	padding: 6px 50px 0;
	background: url(img/lang_bg.png) no-repeat right bottom !important;
}


/* ----------------------------------------------
	globalNavi
---------------------------------------------- */
#globalNavi{
	clear:both;
	background: #FFF;
	border-bottom: 3px solid #065093;
}
#globalNavi ul.snavi{
	*zoom:1;
	border-right:1px solid #CCC;
}
#globalNavi ul.snavi li{
	overflow:hidden;
	padding: 2px;
	font-size: 13px;
	border-bottom: 1px dotted #CCC;
}
#globalNavi ul.snavi li.n_inquiry{
	border-bottom: none;
}
#globalNavi ul.snavi li a{
	display:block;
	padding: 11px 5px 11px 25px;
	color:#333;
	font-weight:bold;
	line-height: 1.3;
	text-decoration:none;
	_zoom:1;
	background: url(img/nav00.gif) no-repeat center center;
}
#globalNavi ul.snavi li.on a,
#home #globalNavi li.n_index a{
	color: #FFF;
}
#globalNavi ul.snavi li a:hover{
	color: #FFF;
}
#globalNavi ul.snavi li a:hover,
#globalNavi ul.snavi li.on a{
	color: #FFF;
	background: url(img/nav02.gif) no-repeat center center;
}

#globalNavi li.n_index a:hover,
#home #globalNavi li.n_index a{ background: url(img/nav01.gif) no-repeat center center;}



/* ----------------------------------------------
	footer
---------------------------------------------- */
#footer{
	clear: both;
	background:#FFF url(img/footer_bg.jpg) repeat-x center 0;
}
#footer_in{
	width: 940px;
	margin: 0 auto;
	padding:130px 10px 20px;
}
.copyright{
	float: left;
	width: 320px;
}
.footerLink{
	float: right;
	width: 500px;
	text-align: right;
}
#footer a:link,
#footer a:visited{
	color:#4C4C4C;
	text-decoration:underline;
}
#footer a:hover,
#footer a:active{
	color:#4C4C4C;
	text-decoration:none;
}

/* ----------------------------------------------
	footer
---------------------------------------------- */
#slider div{
	width: 960px;
	margin: 0 auto;
}

