@charset "utf-8";

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■　 2カラムページレイアウト　■■■■■■■*/

#menu_side {
	float: left;
	width: 184px;
	margin-left: 8px;
	_margin-left: 4px;
}

#menu_side ul {
	list-style: none;
}

#menu_side ul li {
	border-bottom: dotted 1px #a3a3a2;
	letter-spacing: 1px;
	background: url(../images/common/side_menu_ball_r.gif) no-repeat 7px 10px;
}

#menu_side ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 24px;
	padding: 8px 0px;
	color: #595857;
	background: url(../images/common/side_menu_ball.gif) no-repeat 7px 10px;
}

#menu_side ul li a:hover {
	background: none;
	color: #f39800;
}

#contents_side {
	float: right;
	width: 692px;
	margin-right: 8px;
	_margin-right: 4px;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■　メインコンテンツ　■■■■■■■■■*/

.contents_box {
	width: 692px;
	text-align: justify;
	margin-bottom: 24px;
	background: url(../images/common/contents_entry_mid.png) repeat-y;
}

.contents_box .contents_box_head {
	width: 692px;
	padding-top: 12px;
	background:url(../images/common/contents_entry_top.png) no-repeat top;
}

.contents_box .contents_box_foot {
	clear:both;
	width: 692px;
	height: 8px;
	background:url(../images/common/contents_entry_bottom.png) no-repeat bottom;
}

.contents_box .main_contents {
	margin: 0 24px;
}