@charset "utf-8";
/* CSS Document */

/* -----left_side----- */
#left_side{
	position:relative;
	top:-20px;
}
#contents_top{
	background:url(../img/common/side_back_top.jpg) center 29px no-repeat;
}

/* -----main text----- */
#main{
	width:615px;
}
#main h2{
	background:url(../img/common/bar_01.jpg) left top no-repeat;
	width:565px;
	height:22px;
	color:#ffffff;
	font-weight:bold;
	font-size:120%;
	margin:0 auto 15px;
	padding:8px 30px 0;
	text-align:left;
}

/* ----- ----- */

.main_txt div{
	width:175px;
	padding:5px;
	min-height:450px;
}
/* IE6用ハック */
*html #main_txt div{
	height:450px;
}
.main_txt div h4,.main_txt div p{
	width:170px;
	margin-left:auto;
	margin-right:auto;
}
.main_txt h4{
	color:#ff0000;
	margin-top:10px;
	margin-bottom:3px;
	font-weight:bold;
}

#s_dtp{
	background:#DFD0D5;
	float:left;
	margin-right:10px;
}
#s_web{
	background:#E3D7B5;
	float:left;
	margin-right:10px;
}
#s_sup{
	background:#C9DAD8;
	float:left;
}
