@charset "utf-8";

body{ font-size:14px; }

/* for IE6 */
* html body { font-size: 88%; }

/* for IE7 */
*:first-child+html body { font-size: 88%; }


/*------------------------------*/
/* メインイメージ */
#top_img {
	width: 920px;
	height: 341px;
	margin: 10px 0px 15px;
}

/*------------------------------*/
/* コンテンツ */
#wrapper {
	width: 920px;
	text-align: left;
}
/* 段組み */
#leftBody {
	float: left;
	width: 240px;
}
#centerBody {
	float: left;
	width: 405px;
	margin-left: 18px;
}
#rightBody {
	float: right;
	width: 240px;
}

/* アコーディオンメニュー設定 */
.accordion_header {
	height: 20px;
	background: url(../img/side_titlebg.jpg) no-repeat;
	font-size: 86%;
	font-weight: bold;
	text-indent: 0.9em;
	padding-top: 5px;
	color: #96015F;
	cursor: hand;
	cursor: pointer;
	display: block;
	position: relative;
}
/* 開いている時のCSS設定 */
.open_header {
	background: url(../img/side_titlebg.jpg) no-repeat;
	color: #333333;
	font-size: 86%s;
	font-weight: bold;
}
.accordionIcon {
	position: absolute;
	top: 8px;
	right: 8px;
	border: none;
}
.accordion_body {
	background: #FFFFFF;
	border-left: #E3E3E3 1px solid;
	border-right: #E3E3E3 1px solid;
	padding: 8px 9px 0;
}


/* リスト設定 */
.listBox {
	clear: both;
	padding-top: 0.5em;
	*padding-top: 3px;
}
.listBlock { text-align:left; }

li.listBlock { list-style:none outside; }
.listBlock li a {
	text-decoration: none;
	color: #4F4F4F;
	background: url(../img/listmark_pink.gif) 0.1em center no-repeat;
	width: 220px;
	height: 18px;
	display: block;
	text-indent: 1.5em;
	font-size: 86%;
	margin-top: 0.3em;
	padding-top: 0.4em;
}
.listBlock li a:link { color: #4F4F4F; text-decoration:none; }
.listBlock li a:visited { text-decoration:none; color: #4F4F4F; }
.listBlock li a:hover {
	text-decoration:none;
	color: #FFFFFF;
	background: url(../img/listmark_pink02.gif) 0.1em center no-repeat #E35D85;
}
.listBlock li a:active { color: #4F4F4F; text-decoration:none; }

/* コンテンツタイトル設定 */
.sideTitle {
	height: 20px;
	background: url(../img/side_titlebg.jpg) no-repeat;
	font-size: 86%;
	font-weight: bold;
	text-indent: 0.9em;
	padding-top: 5px;
	color: #333333;
}
.centerTitle {
	width: 405px;
	height: 20px;
	background: url(../img/top_center_titlebg.jpg) no-repeat;
	font-size: 86%;
	font-weight: bold;
	text-indent: 0.9em;
	padding-top: 5px;
	color: #333333;
}


/* レフトボディ */
.LeftsideBox {
	width: 220px;
	background: #FFFFFF;
	border-left: #E3E3E3 1px solid;
	border-right: #E3E3E3 1px solid;
	padding: 8px 9px 0;
	text-align:center;
}


/* サイドボディ */
.sideBox {
	width: 220px;
	background: #FFFFFF;
	border-left: #E3E3E3 1px solid;
	border-right: #E3E3E3 1px solid;
	padding: 8px 9px 0;
}
.sideBox img, p { float:left; }
.sideBox_bottom {
	width: 240px;
	height: 10px;
	margin-bottom: 10px;
	background: url(../img/sidebody_bottom.jpg) no-repeat;
}

.side_txt {
	line-height: 120%;
	margin-top:5px;
	font-size: 72%;
	text-align:left;
}

/* センター設定 */
.twitterBox {
	width: 383px;
	height: 315px;
	padding: 0px 10px 10px;
	background: #FFFFFF;
	border-left: #E3E3E3 1px solid;
	border-right: #E3E3E3 1px solid;
}
.centerBox_bottom {
	width: 405px;
	height: 10px;
	background: url(../img/top_center_bottom.gif) no-repeat;
	margin-bottom: 15px;
}

.centerBox {
	width: 378px;
	height: 200px;
	background: #FFFFFF;
	border-left: #E3E3E3 1px solid;
	border-right: #E3E3E3 1px solid;
	padding: 8px 10px 10px 15px;
}

.centerBanner {
	width: 405px;
	margin-bottom: 5px;
}

/* ライト設定 */
.rightSideBox {
	width: 220px;
	background: #FFFFFF;
	border-left: #E3E3E3 1px solid;
	border-right: #E3E3E3 1px solid;
	padding: 8px 9px 0;
	text-align:center;
}

.right_txt {
	width: 109px;
	margin-left: 3px;
	line-height: 120%;
	font-size: 72%;
}

.rightBanner {
	width: 204px;
	margin-bottom: 10px;
}

/* お知らせ設定 */   
#newsBox {
	width: 378px;
	height: 200px;
	overflow: auto;
	text-align: left;
}
.news {
	width: 355px;
	line-height: 120%;
}

li.news {
	list-style: none;
	margin: 0px;
	padding: 5px 0px 2px 2px;
	border-bottom-style: dotted;
	border-bottom-color: #D3D3D3;
	border-bottom-width: 1px;
	vertical-align: baseline;
	background: #FFFFFF;
	font-size: 79%;
}

li.news a:link { color: #6F9300; text-decoration: none; } 
li.news a:visited { color: #6F9300; text-decoration: none; } 
li.news a:hover { color: #96015F; text-decoration: underline; }
li.news a:active { color :#6F9300; text-decoration: none; }







