@charset "UTF-8";
/* info.css */

/* お知らせ */



/* レイアウト
---------------------------------------------------------------------------- */
body#info {
	margin: 0;
	padding: 0;
	font-size: 12px;
	_font-size: 13px;/* IE6用 */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック", Verdana, sans-serif;
	color: #000000;
	line-height:1.5;
	text-align: left;
	background: #FFFFFF url(../../info/img/bg_info.jpg) repeat-x center top;
}

body#info #container {
	width: 570px;
	margin:0 auto;
	padding:0;
}

body#info #container .lastchild {
	padding-bottom:0px;
	background: url(none);
}
body#info #container .logo{
	margin: 23px auto 11px;
	text-align: center;
}
/* カラム枠
---------------------------------------------------------------------------- */
body#info #main {
	width: 570x;
	margin:0 auto;
}
.column {
	background: url(../../info/img/bg_waku_b.jpg) no-repeat bottom;
	padding-bottom: 2px;
}  
.column .inner {
	background: url(../../info/img/bg_waku_t.jpg) no-repeat top;
	padding-top: 2px;
}  
.column .inner div {
	background: url(../../info/img/bg_waku_m.jpg) repeat-y ;
	padding:0px;
}  
/* メイン
---------------------------------------------------------------------------- */
#details {
	width: 526x;
	padding:21px 22px 35px;
	overflow:auto;
	position:relative;
}  

h1.ttlInfo {
	margin: 34px auto 49px;
	text-align:center;
	font-size:14px;
	font-weight: bold;
}
.date {
	text-align:right;
	font-size:11px;
	position: absolute;
	z-index: 10;
	top: 8px;
	right: 24px;
	margin-bottom: 0px;
}

#info #container #main .column .inner #details p {
	margin-bottom: 25px;
}
#info #container #main .column .inner #details p.lastchild {
	margin-bottom: 0px;
}


/* footer
---------------------------------------------------------------------------- */

#info #container #infoFoot {
	padding-top: 10px;
}
#info #container #infoFoot #footcopy {
	float: left;
	width: 436px;
	font-size:11px;
}
#info #container #infoFoot #closeBt {
	float: right;
	width: 134px;
}





/* link
---------------------------------------------------------------------------- */
body#info #main a:link,
body#info #main a:visited,
body#info #main a:active {
	color: #333333;
	text-decoration:none;
}
body#info #main  a:hover {
	color: #FF9900;
	text-decoration:none;
}

/* モジュール
---------------------------------------------------------------------------- */
.red {color:red;}
.blue {color:blue;}
strong {font-weight: bold;}