@charset "UTF-8";

/*================================================
 *  CSSreset
 ================================================*/
 
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,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,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}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:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}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 #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  common
 ================================================*/
body {
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;  /* 必要に応じて指定 */ 
	background-color:#f0f0f0;
}

header {
	width:100%;
}

#wrapper{
	width:890px;
	margin:0 auto;
	border-left:solid 1px #9d9d9d;
	border-right:solid 1px #9d9d9d;
	background-color:#ffffff;
}

.languageSelectArea{
	width:100%;
	height:23px;
	background-color:#B8B8B8;
	text-align:right;
}

.languageSelect{
	line-height:23px;
	margin-right:10px;
	color:#ffffff;
	font-size:13px;
}

.languageSelect a{
	text-decoration:none;
	color:#ffffff;
}

#corporateLogo{
	display:table;
	width:340px;
	height:75px;
	text-align:center;
	background-color:#ffffff;
	float:left;
}

#corporateLogo h1{
	display:table-cell;
	vertical-align:middle;
}

.otherLink{
	width:550px;
	height:30px;
	float:left;
	display:block;
	text-align:right;
}

.otherLinkText{
	font-size:13px;
	margin-right:13px;
	line-height:30px;
	display:block;
	float:right;
}

.otherLinkText a{
	color:#7c7c7c;
	text-decoration:none;
}

.googleSearch{
	width:550px;
	height:45px;
	display:block;
	float:right;
}

.googleSearch table{
	float:right;
}

.googleSearch table td{
	line-height:45px;
	vertical-align:middle;
}

.googleSearch img{
	margin-right:5px;
	vertical-align:middle;
}



/*================================================
 *  Navi
 ================================================*/
nav{
	display:block;
	width:100%;
	height:auto;
	border-bottom:solid 1px #9d9d9d;
}
/*----global-----*/
.globalNavi{
	width:100%;
	height:25px;
	display:block;
	clear:both;
}

.globalNavi li{
	float:left;
	color:#9c9c9c;
}

.globalNavi_Text{
	width:100px;
	font-size:13px;
	text-align:center;
	float:left;
	line-height:25px;
}

.globalNavi li a{
	color:#A7A7A7;
	text-decoration:none;
}

.globalNavi_Line{
	width:5px;
	line-height:25px;
}

/*---secondNavi-----*/
.secondNavi{
	width:100%;
	height:40px;
	font-size:13px;
	display:block;
	clear:both;
	background-image:url(../images/nav_back.jpg);
	background-repeat:repeat-x;
}

.secondNavi li a{
	color:#ffffff;
	text-decoration:none;
}

.secondNavi li:hover{
	text-decoration:none;
	border-bottom:solid 3px #76b8db;
	display:inline-block;
}

.secondNavi_Text{
	font-weight: 600;
	line-height:37px;
	float:left;
	padding:0 10px;
}

.secondNavi_Line{
	float:left;
	width:1px;
	height:32px;
	margin-top:5px;
	background-color:#888888;
}

/*-----breadChrumb-----*/
.breadChrumb{
	width:100%;
	height:23px;
	display:block;
	margin-left:5px;
	clear:both;
}

.breadChrumb li{
	line-height:23px;
	font-size:11px;
	float:left;
}

.previous a{
	color:#b6b6b6;
	text-decoration:none;
}

#contentsWrap{
	width:890px;
	height:1800px;
}

/*================================================
 *  maincontentsArea
 ================================================*/
.mainContentsArea_topLine{
	width:100%;
	height:5px;
	background-color:#cdedff;
	border-bottom:solid 1px #9d9d9d;
}

#mainContentsArea{
	width:800px;
	margin: 0 auto;
}


/*================================================
 *  footer
 ================================================*/
footer {
	clear:both;
	height:32px;
	font-size:11px;
	text-align:center;
	line-height:32px;
	background-color:#b7b7b7;
	color:#ffffff;
}

/*================================================
 *   to Pagetop
 ================================================*/
.totop {
	text-align:center;
	line-height:60px;
}
.totop a {
	display:block;
	text-decoration:none;
}

.toTopBtn {
	width:60px;
	height:60px;
	border-radius:50px;
	background-color:#0056CD;
	position:fixed;
	bottom:20px;
	right:20px;
	font-size:15px;
	line-height: 60px;
	font-weight:600;
	color:#FFFFFF;

}

.totop :hover {
   filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}