@charset "shift_jis";
/* CSS Document */


/*すべて
------------------------------*/
#main {
	background: url(../images/common/bg_side.gif) repeat-y;
	width:800px;
	margin-right:auto;
	margin-left:auto;
}

/*コンテンツ
------------------------------*/

#contents_main {
	width:700px;
	margin:auto;
	padding:15px;
	background:#FFFFFF;
}

#contents_box {
	margin-bottom:10px;
	margin-top: 10px
}

#contents_box02 {
	margin-bottom:15px;
}


#select {
	margin-bottom:10px;
	padding:0 0 10px;
	border-bottom:1px solid #BE0000;
}

#select ul {
	margin:0 0 0 90px;
	padding:0;
	list-style-type:none;
}

#select ul li {
	display:block;
	margin:0;
	padding:0;
	float:left;
	text-indent:-9999px;
}



.title_image {
	margin-bottom: 10px;
}

/*内容
------------------------------*/

.box {
}

.box_topics_all {
}


.box_topics_text {
	float: right;
	width: 275px;
	margin-bottom:10px;
}

.box_image {
	float: left;
}

.box_text {
	color: #006666;
	font-weight: 500;
	margin-bottom: 30px
}

.box_text2 {
	color: #ff0000;
	font-size: 130%;
	font-weight: 800;
	margin-bottom: 20px
}

.box_text3 {
	color: #000000;
	font-size: 120%;
	font-weight: 700;
	margin-bottom: 10px
}

.box_btn {
	height:30px;
	text-align: right;
}


