@charset "utf-8";
/* CSS Document */

/*-----------------------
	基本クラス
----------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}


html { 
	font-size:62.5%;
}

sup{vertical-align:top; font-size:0.7em;}
sub{vertical-align:bottom; font-size:0.7em;}

body {
	line-height:1;
/*	font-family: "MS Gothic", "Osaka", Arial, sans-serif;	*/
	font-family: 'Simhei','Hei','sans-serif';
	font-size:1rem;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ul{
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}


ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr{
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}

img {
	vertical-align: top;
	font-size:0;
	line-height: 0;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color:#0086C6;
	text-decoration:none;
}
a:hover{
	color:#111;
}
a.ul {		text-decoration:underline;	}


/*	default
----------------------------------------------------*/

.clear{		clear:both;	}
br.clear{	height:0;line-height:0;	}

.clF:before,
.clF:after{
  content:"";
  display: table;
}
.clF:after{
  clear:both;
}
/*IE6,7対策 （haslayout対策）*/
.clF{
  *zoom:1;
}

.mTss{	margin-top:0.5em;	}
.mTs{	margin-top:1em;	}
.mT{	margin-top:2em;	}
.mTw{	margin-top:3em;	}


.Fl{	float:left;		}
.Fr{	float:right;	}

.lT{	text-align:left;	}
.cT{	text-align:center;	}
.rT{	text-align:right;	}
.vtT{	vertical-align:top;	}
.vmT{	vertical-align:middle;	}
.vbT{	vertical-align:bottom;	}

.split2{	width:50%;		float:left;	}
.split3{	width:33.333%;	float:left;	}


.Ps1{	padding-left:1em; padding-right:1em;	}
.Pa1{	padding:0.5em 1em;	}
.Pa2{	padding:2em;	}

.fSs{	font-size: 12px;	font-size: 1.2rem;	}
.fSm{	font-size: 14px;	font-size: 1.4rem;	}
.fSl{	font-size: 18px;	font-size: 1.8rem;	}
.fSll{	font-size: 24px;	font-size: 2.4rem;	}

.Pl1{	padding-left:1em;	}
.Pl2{	padding-left:2em;	}


.lH10{	line-height: 1;	}
.lH12{	line-height: 1.25;	}
.lH15{	line-height: 1.5;	}
.lH17{	line-height: 1.75;	}
.lH20{	line-height: 2;	}

.fWn{	font-weight:normal;	}
.fWb{	font-weight:bold;	}

.fCbu{	color:#0086C6;		}
.fCr{	color:#D00;		}
.fCp{	color:#D85F63;		}

.tin1{	padding-left:1em;	text-indent:-1em;		}
.tin2{	padding-left:2em;	text-indent:-2em;		}

.bgCwh{	background-color:#FFF;	}

/*-----------------------
	ボディー
----------------------------------*/
body{
	text-align:center;
}

.autoWrap{
	display:block;
	width:960px;
	min-width:960px;

	margin:0 auto;
}


/*-----------------------
	ヘッダー
----------------------------------*/

#header{
}

#header .autoWrap{		padding-bottom:1.2em;	}

#header h1{
	margin-top:	1em;
	margin-bottom:	1em;
}
#header div.Fl{
	text-align:right;
}


#header div.Fr{
	text-align:right;
	width:460px;
}

#cse-search-box{
	padding: 0.2em 0 0.2em;
}

#cse-search-box img{
	vertical-align:middle;
}


#header p.fr{	float:right;		padding:0.4em 0 0 1.5em;	}
#header p.fr img{	height:48px; }

#header p.se{	display:block;		 }


#header div.Fr ul#language{
	text-align:left;
	float:right;
	width:100%;
	display:block;
	margin-top:0.5em;
	margin-left:1em;
	padding-bottom:0.4em;
	width:80px;
}
#header div.Fr ul#language li{
	font-size:14px;		font-size:1.4rem;
	margin-bottom:0.2em;
	margin-right:1.5em;
	background: url("./img/bg_dot01.png") no-repeat left center;
	padding-left:0.8em;
}

#header div.Fr ul#language a{		color:#666;	}
#header div.Fr ul#language a:hover{	color:#222;	}


#headerMenu{
	border-bottom:1px solid #FFF;
	background-color:#02ADFF;
	clear:both;
}
#headerMenu ul{
	display:block;
	height:79px;
	background: url("./img/bg_header02.gif") no-repeat left center;
	overflow:hidden;
	
}
#headerMenu ul li{		float:left;		}
#headerMenu ul li a{
	display:block;
	height:79px;
	overflow:hidden;
}



#headerMenu ul li.hm01 a{	width:98px;	}
#headerMenu ul li.hm02 a{	width:137px;	}
#headerMenu ul li.hm03 a{	width:177px;	}
#headerMenu ul li.hm04 a{	width:177px;	}
#headerMenu ul li.hm05 a{	width:197px;	}
#headerMenu ul li.hm06 a{	width:174px;	}

#headerMenu ul li.hm11 a{	width:83px;	}
#headerMenu ul li.hm12 a{	width:83px;	}
#headerMenu ul li.hm13 a{	width:123px;	}
#headerMenu ul li.hm14 a{	width:162px;	}
#headerMenu ul li.hm15 a{	width:163px;	}
#headerMenu ul li.hm16 a{	width:183px;	}
#headerMenu ul li.hm17 a{	width:163px;	}



#headerMenu ul li a:hover img,
#headerMenu ul li a.now img{		visibility:hidden;	}

@media print {
	#headerMenu ul li a:hover img,
	#headerMenu ul li a.now img{		visibility:visible;	}
}



/*-----------------------
	メインコンテンツ
----------------------------------*/
#mainImage{
	max-width:1300px;
	width:100%;
	margin:0 auto;
}
#mainImage img{
	max-width:100%;
}

#mainContents{
	padding-top:1.8em;
	padding-bottom:1.8em;
}
#mainContents #inLineLinks{
	text-align:left;
	position:relative;
	padding-bottom:1em;
	top:-0.4em;
}
#mainContents #inLineLinks ul li{
	color:#444;
	display:inline-block;
	padding-left:2.4em;
	background: url("./img/bg_arrow03.gif") no-repeat 0.6em center;
	font-size:12px;	font-size:1.2rem;
}

#mainContents #inLineLinks ul li.home{
	padding-left:0;
	background-image: none;
}



#mainBox{
	width:680px;
	float:right;
}

#sideMenu{
	width:260px;
	float:left;
}

#sideMenu .sideMenus{
	background-color:#CCC;
	padding-bottom:1px;
}

#sideMenu .sideMenus li{	padding:1px 1px 0;	}
#sideMenu .sideMenus li.img{	padding:0;	}

#sideMenu .sideMenus li a{	
	display:block;
	background:#FFF url("./img/bg_arrow04.png") no-repeat 10px center;
	padding:1.5em 0.4em 1.4em 2.5em;
	font-size: 14px;		font-size:1.4rem;
	color:#555;
	text-align:left;
}
#sideMenu .sideMenus li a:hover,
#sideMenu .sideMenus li a.now{	
	background-color:#DEEFF8;
	color:#222;
}


#sideMenu .sideMenus li.img a{	display:inline;	padding:0;background:none;	}


#sideMenu .glBox{
	border:1px solid #CCC;
}

ul#overseasList{
	padding-bottom:1.4em;
}

ul#overseasList li{
	padding-top:1.4em;
}



/*-----------------------
	フッター
----------------------------------*/

#footer{
	clear:both;
	background: url("./img/bg_footerline.gif") repeat-x left top;
	padding-top:10px;
	text-align:left;
}

#footer h3{
	font-size:16px;	font-size:1.6rem;
	color:#0086C6;
	padding:1em 0 0;
}

#footer .footerLinks{
	padding:1em 0 0.2em;
}
p.footerLinks{
	border-bottom:1px solid #CCC;
}
#footer .footerLinks > a{
	font-size:16px;	font-size:1.6rem;
	display:inline-block;
	padding:0.2em 0.4em 0.2em 0.6em;
	color:#666;
	font-weight:bold;
	background: url("./img/bg_dot01.png") no-repeat left center;
	margin: 0.5em 0em 0.5em 1em;
}


#footer .footerLinks > a:hover{
	color:#0086C6;
}
#footer div.Fl{
	width:588px;
}



#footer div.Fr p.bt{
	margin-top:112px;
	padding-bottom:6px;
	text-align:right;
}

#footer .footerLinks p.child{
	padding-left:3em;
}
#footer .footerLinks p.child a{
	font-size:14px;	font-size:1.4rem;
	display:inline-block;
	padding:0.2em 0.4em 0.2em 0.8em;
	color:#666;
	margin: 0.1em 1.3em 0.2em 0.7em;
	background: url("./img/bg_arrow01.png") no-repeat left center;
}


#footer .footerLinks p.child a{
	font-size:14px;	font-size:1.4rem;
	display:inline-block;
	padding:0.2em 0.4em 0.2em 0.8em;
	color:#666;
	margin: 0.1em 1.3em 0.2em 0.7em;
	background: url("./img/bg_arrow01.png") no-repeat left center;
}
#footer .footerLinks p.child a:hover{
	color:#333;
}

#footer #copyright{
	clear:both;
	background-color:#0086C6;
	text-align:right;
	padding:0.4em;
	font-size:14px;	font-size:1.4rem;
	color:#FFF;
	font-style:normal;
}