
/* 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) center repeat-y;
}

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

.del {
	position: absolute;
	left: -9999px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}


img{
	border: 0px;
}


.frame{
	border: 5px solid #FFFFFF;
}


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

/* LAYOUT
---------------------------------------------------- */
#wrapper{
	margin: 0 auto;
	padding: 0;
	background: url(../r_images/bg_header.jpg) center top no-repeat;
}

#inner{
	margin: 0px;
	padding: 0px;
}

#headerArea{
	margin: 0 auto;
	padding: 0;
	width: 850px;
	height: 79px;
	text-align: left;
	background: url(../r_images/bg_header2.jpg) left top no-repeat;
}

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

#contentsArea{
	clear: both;
	margin: 0 auto;
	padding: 0 20px;
	width: 810px;
}

#contentsArea2nd{
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 850px;
}



#footerArea{
	height:50px;
	clear: both;
	margin: 0 auto;
	padding: 30px 20px 20px;
	width: 810px;
	text-align:left;
}


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

#headerArea ul {
	margin:0px;
	padding: 50px 0px 0px ;
	list-style-type: none;
	width: 312px;
	float: right;
}

#headerArea ul li{
	float: left;
	margin:0px;
	padding: 0px;
}

/* FOOTER
---------------------------------------------------- */
#footerArea .left{
	width:70px;
	text-align:left;
	float:left;
}

#footerArea .right{
	/*margin-left:70px;*/
	text-align:left;
}

#footerArea .links{
	padding:5px 0;
	font-size: 80%;
	border-bottom: 1px solid #1C1C1C;
}

#footerArea .adress{
	padding-top:5px;
	font-size: 80%;
	float:left;
}

#footerArea .copy{
	padding-top:5px;
	font-size: 80%;
	text-align:right;
}


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

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

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

/* ANCHOR
---------------------------------------------------- */
a:link {
	text-decoration: none;
	color: #0000FF;
}

a:visited {
	text-decoration: none;
	color: #990099;
}

a:hover,
a:active {
	text-decoration: underline;
	color: #0000FF;
}


/* TOP PAGE
---------------------------------------------------- */
.news{
	margin: 10px 0 10px 5px;
	padding: 0px;
	list-style-type: none;
	font-size: 100%;
	line-height: 150%;
}

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

.news span{
	padding-left:10px;
	font-size: 90%;
}




/* 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: 100%;
	line-height: 130%;
	color: #FF0000;
}

.kome{
	font-size: 90%;
	font-weight: bold;
	color: #CD2626;
}


.blue{
	color: #0C74AF;
}






/* プルダウンメニュー
---------------------------------------------------- */
#Layer1{
	position:absolute;
	left: 425px;
	top:35px;
	text-align:center;
	visibility: hidden;
}

#Layer2{
	position:absolute;
	left: 567px;
	top:35px;
	text-align:center;
	visibility: hidden;
}


a.popup:link,
a.popup:visited {
	font-size:90%;
	padding: 4px;
	color:#1C1C1C;
	display:block;
	width: 94%;
}

a.popup:hover,
a.popup:active {
	font-size:90%;
	color:#1C1C1C;
	background:#eaf2f9;
	text-decoration:none;
}




