@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #515151;
	background-image: url(images/back_pattern.jpg);
	background-repeat: repeat;
	font-family: 'Hiragino Kaku Gothic Pro',sans-serif,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 18px;
}

#container {
	width: 920px;
	height: 100%;
	margin: 0 auto;
	}

/* clearfix -----------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
	}

* html .clearfix { /* IE6にのみ適用 */
	height: 1%;
	}

*+html .clearfix { /* IE7にのみ適用 */
	display:inline-block;
	}


* html .box { /* IE6にのみ適用 */
	height: 1%;
	}

*+html .box { /* IE7にのみ適用 */
	display:inline-block;
	}


html[xmlns*="#header"] body:last-child body {font-size:10px;}

/* safari only \*/
html:\66irst-child body {font-size:80%;}


	
/* link styles
------------------------------*/
a img {
	border-style: none;
}

/* Lnavi RPF */
.rpf {
	margin: 10px 0 20px;;
	font-size: 12px; line-height: 1.3em;
	padding: 0 8px;
}
.rpf p{
	font-size: 15px; font-weight: bold;
	color: #f00;
}
.ISO {
	font-size: 16px; line-height: 1.3em;
	font-weight: bold;
	color: #00f;
}
/*　news追加スタイル　*/

#news{height: 400px; overflow-y: scroll;}
#information dl{padding: 10px; border-bottom: thin solid #ccc;text-align: left;}
#information dt{font-weight: normal !important;color: #888;font-size: 0.8em;text-align: left;}
#information dd span{font-weight: bold;margin-bottom: 4px;text-align: left;} 
#information dd a{color: #0075a9;}

