@charset "utf-8";

/*reset
****************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight:normal;
	vertical-align: baseline;
	}
body {
	line-height: 1;
	font-size: 0.8em;
	line-height: 1.6;
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*basic styles
****************************************/
body {
	width:100%;
	background:url(../img/common/bg02.jpg) repeat-x #F6F6F6;
}

.mt_5{margin-top:5px;}
.mt_10{margin-top:10px;}
.mt_20{margin-top:20px;}
.mt_30{margin-top:30px;}
.mr_5{margin-right:5px;}
.mr_10{margin-right:10px;}
.mr_20{margin-right:20px;}
.mr_30{margin-right:30px;}
.mb_5{margin-bottom:5px;}
.mb_10{margin-bottom:10px;}
.mb_20{margin-bottom:20px;}
.mb_30{margin-bottom:30px;}
.ml_5{margin-left:3px;}
.ml_10{margin-left:10px;}
.ml_20{margin-left:20px;}
.ml_30{margin-left:30px;}

.pt_10{padding-top:10px;}
.pb_10{padding-bottom:10px;}

.toTop{
	margin-bottom:30px;
	text-align:right;
	font-size:10px;
	clear:both;
}
.toTop a{
	color:#333333;
}
.clear{clear:both;}


/*head styles
****************************************/
#wrapper{
	width:1000px;
	margin:0 auto;
}
#headerArea{
	width:1000px;
	padding:20px 0 0;
}
#logoArea{
	width:1000px;
	margin-bottom:10px;
}
h1{
	width:400px;
	display:block;
	float:left;
}
#header_R{
	width:600px;
	display:block;
	float:left;
	font-size:12px;
}
#langNavi li{
	display:block;
	float:left;
}
#glNavi{
	width:1000px;
	display:block;
	float:left;
}
#glNavi li{
	float:left;
}
.links{
	padding-top:5px;
	text-align:right;
}


/*main styles
****************************************/
#mainArea{
	width:960px;
	padding:20px;
	background-color:#FFFFFF;
}
#main_Left{
	width:730px;
	float:left;
}
#main_Right{
	width:215px;
	padding-left:15px;
	float:right;
}
.sideNavi{
	width:195px;
	padding:5px 10px 2px;
	background-color:#F5F5F5;
}
.sideNavi li{
	width:195px;
	padding:10px 0 5px;
	display:block;
}
.titleImg{
	width:960px;
	padding-top:10px;
	padding-bottom:30px;
}
.subTitle{
	width:715px;
	padding-left:10px;
	color:#548D9F;
	font-size:18px;
	font-weight:bold;
	border-bottom:1px #548D9F solid;
	border-left:5px #548D9F solid;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../img/bgTitle.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.dot{
	border-bottom:1px rgba(51, 51, 51, 0.19) dotted;
}
.dot dd{
color: #C00;
}

.dot a{
	/*color: #066;*/
	text-decoration: none;
}

.dot a:hover{
	color: #F00;
	text-decoration: underline;
}
.dot .news{
	color: #F00;	
}
.dot .noNews{
	color: #066;
}

/*footer styles
****************************************/
#footerTotop{
	width:960px;
	margin:0 auto;
	padding:10px 20px 0;
	background-color:#FFFFFF;
	text-align:right;
}
#footerArea{
	width:1000px;
	margin:0 auto;
	background-color:#3E3E3E;
	border-top:1px #3E3E3E solid;
}
#footerInner{
	padding:20px;
	border-top:1px #BABABA solid;
}
.footer_adress{
	width:250px;
	color:#FFFFFF;
	display:block;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
}
.f_name{
	font-size:14px;
	font-weight:bold;
}
.f_adress{
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
}


/*link styles
****************************************/
a:hover.alp img {
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}


/*clearfix
****************************************/
/* exlude MacIE5 \*/
* html .clearfix {
height:1%;
}
.clearfix {
display:block;
}
/* end MacIE5 */


.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix{
display:inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix{
height:1px;
}

.clearfix{
display:block;
}
/* End hide from IE-mac */



.imgs{
	padding: 12px;
	border: 1px solid #F2F2F2;
	background-color: #FFF;
}
.en{
	color:#666666;
}
