@charset 'Shift_JIS';

/* BASE
---------------------------------------------------- */
body{
	font: normal 85%/1.3em "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #1C1C1C;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: url(../r_images/bg.gif) left top;
}

.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	font-size: 0px;
	font-style: normal;
	line-height: 0px;
	font-weight: normal;
	font-variant: normal;
}

img{
	border: 0px;
}

p, h1, h2, h3, h4, h5, h6, form, ul, ol, li {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

/* LAYOUT
---------------------------------------------------- */
#headerArea{
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 83px;
	text-align: left;
	background: url(../r_images/bg_header.jpg) left top no-repeat;
}

#headerArea2nd{
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 83px;
	text-align: left;
	background: url(../r_images/bg_header2nd.jpg) left top no-repeat;
}

#gnaviArea{
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	text-align:left;
}

#footerArea{
	height: 148px;
	margin: 0;
	padding: 0;
	clear: both;
	background: url(../r_images/bg_footer.gif) left top repeat-x;
}


/* HEADER
---------------------------------------------------- */
#headerArea h1,
#headerArea2nd h1{
	width: 300px;
	height: 70px;
	padding: 0;
	float: left;
}

#headerArea ul,
#headerArea2nd ul {
	margin:0px;
	padding: 13px 0px 0px ;
	/*padding: 38px 0px 0px ;*/
	list-style-type: none;
	/*width: 270px;*/
	float: right;
}

#headerArea ul li,
#headerArea2nd ul li{
	float: left;
	padding: 0px 5px 0px 0px;
}


#headerArea .lang,
#headerArea2nd .lang{
	margin:0px;
	padding: 7px 10px 0px 0px ;
	text-align:right;
	font-size: 12px;
}

/* FOOTER
---------------------------------------------------- */
#footer{
	margin: 0 auto 20px;
	padding: 7px 0 0;
	width: 800px;
	text-align: left;
}

.adress{
	color:#FFFFFF;
	text-align:left;
	font-size: 10px;
	float:left;
}

.copy{
	color:#FFFFFF;
	text-align:right;
	font-size: 10px;
}


/* GROVAL NAVI
---------------------------------------------------- */
#gnaviArea ul{
	list-style-type: none;
}

#gnaviArea li{
	float: left;
	display: inline;
}

#gnaviArea li img{
	vertical-align: bottom;
}

/* ANCHOR
---------------------------------------------------- */
a:link,
a:visited {
	text-decoration: none;
	color: #003FFF;
}

a:hover,
a:active {
	text-decoration: underline;
	color: #003FFF;
}


/* TOP PAGE
---------------------------------------------------- */
#mainAreaTop{
	height:314px;
	margin: 0;
	padding: 0;
	clear: both;
	background: url(../r_images/bg_top.gif) left -3px repeat-x;
}

#contentsTop{
	clear: both;
	background: #FFFFFF;
	margin: 0 auto 0;
	padding: 20px 5px 0px;
	width: 790px;
}

.topBox{
	margin: 4px;
	padding: 2px;
	border: 1px solid #cccccc;
	background: #FFFFFF;
	font-size: 90%;
}

.topBox2{
	padding: 3px;
}


.news{
	margin: 10px 0 10px 5px;
	padding: 0px;
	list-style-type: none;
	line-height: 150%;
}

.news li{
	margin: 0px;
	padding: 0px 0px 10px 13px;
	background: url(../r_images/arrow.gif) no-repeat left 5px;
}

.news span{
	padding-right:20px;
}


.news02{
	margin:50px 10px 0 0;
	padding-top:5px;
	border-top:1px dotted #CCCCCC;
	text-align:center;
	font-size: 12px;
}

/* FONT
---------------------------------------------------- */
.fs{
	font-size: 90%;
	line-height: 130%;
}
.fm{
	font-size: 100%;
	line-height: 130%;
}
.fl{
	font-size: 130%;
	line-height: 130%;
}

.fxl{
	font-size: 180%;
	line-height: 130%;
}

.note{
	font-size: 12px;
	line-height: 130%;
	color: #FF0000;
}

.kome{
	color: #CC0000;
	font-weight:bold;
}


.blue{
	color: #0C74AF;
}

.red{
	color: #CC0000;
}



/* リスト
---------------------------------------------------- */
.commonLst{
	margin: 10px 0 10px 25px;
}
.commonLst li{
	padding: 0 0 10px;
}






/* ブロック表示HACK
---------------------------------------------------- */
#wrapper:after,
#contentsArea:after{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#wrapper,
#contentsArea{
	display: inline-table;
}

/* Hides from IE-mac \*/
*html #wrapper:after,
*html #contentsArea:after{
	height: 1%;
}

#wrapper,
#contentsArea{
	display: block;
}
/* End hide from IE-mac */

