@charset "utf-8";
body {
	background: #FFF url(../images/header_bg.png) repeat-x top center;
	color: #000;
	font-family: "メイリオ","Meiryo","Arial","Helvetica","ＭＳ Ｐゴシック", "MS P Gothic","Osaka","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	font-size: 87%; /* 全体の文字サイズ */
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 100%;
}

/* --- リンク --- */
a img {
	border: none;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

a:link {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #003399;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #FF6600;
	text-decoration: none;
}

#container {
	width: 1130px;
	background-color: #FFF;
	margin: 0 auto;
}

#header {
	float: left;
	width:664px;
}

#header_l {
	background: #FFF url(../images/header_bg.png) repeat-x;
	height: 67px;
	padding: 26px 0 12px 38px;
	float: left;
	width:100%;
}

#menu {
	background: #FFF url(../images/menu_bg.png) repeat-x;
	height: 30px;
	padding-left: 21px;	
	float: left;
	width:100%;
}

#menu ul {
	margin: 0;
	padding: 0;
}
	
#menu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	float: left;
}
	
#header_r {
 	background: #FFF url(../images/header_r1_bg.png) no-repeat right top;
	float: right;
	height: 135px;
	margin: 0;
	padding: 0;
/*	width: 326px;*/
	width: 466px;
}

#content {
 	background: #FFF url(../images/header_r2_bg.png) no-repeat right top;
	padding: 25px 135px 10px 20px;
	min-height: 400px;
}

#main {
	padding: 30px;
	background: rgba(255,255,255,0.6);
	border: 3px solid #FFDFA4;
	border-radius: 10px;
	width: 800px;
	margin: 0 auto;
}
#main_in {
	margin: 0 1em;
}

/* --- 新着情報（トップページ） --- */
.topics {
	background: #FFF url(../images/bn_info_bg.png) repeat-x left top;
}

div.info01,
div.info02 {
	border: 1px solid #CCC;
	border-top: none;
	font-size:95%;
	float: left;
}

div.info01 {
	width: 650px;
	height: 600px;
	overflow: auto;
	margin: 0 0 10px;
	border-top: none;
}

div.info02 {
	width: 750px;
	margin: 10px 0;
}

div.info01 dl,
div.info02 dl {
	width: 100%; /* 新着情報の幅 */
	margin: 0 auto 3px auto; /* センタリング */
}
/* 日付エリア */
div.info01 dt,
div.info02 dt {
	/*width: 6.7em;  日付エリアの幅 */
	width: 0;
	float: left;
	padding: 7px 0 6px 10px; /* 日付エリアのパディング（上右下左） */
	line-height: 170%; /* 行の高さ */
}
/* 本文エリア */
div.info01 dd,
div.info02 dd {
	margin: 0;
	padding: 7px 10px 6px 8.5em; /* 本文エリアのパディング（上右下左） */
	line-height: 170%;
	border-bottom: 1px #CCC dashed;
}

div.info01 dd.cont,
div.info02 dd.cont {
	border: none;
}

.mark_new {
	background: #FE4D00 url(../images/ico_new.png) no-repeat center center;
	border: 1px solid #FE7133;
	border-radius: 3px;
	color: #FFF;
	font-size: 78%;
	font-weight: bold;
	padding: 1px 15px 0;
	margin-left: 7px;
}

/* ~~ フッター ~~ */
#footer {
	background: #FFFFFF url(../images/footer_bg.png) repeat-x center center;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

.f_right { 
	float: right;
}
.f_left {
	float: left;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}