/*====================================================
■コーディングクラス
======================================================*/

/*メインコンテンツ*/
#main_top2 {
	height: 3px;
	background: url(../img/bg_main-top.gif) no-repeat;
}

#main2{
	width:100%;
	background: url(../img/bg_main-middle.gif) repeat-y;
}

#ttl_leftbox {
	width:615px;
	float:left;
	margin-bottom: 3px;
}

#ttl_rightbox{
	width:191px;
	float:right;
}

#ttl_rightbox_in{
	padding:0px;margin-top:8px;
}

#main_left2{
	width:615px;
	float:left;
	background: url(../img/bg_left-bottom.gif) no-repeat bottom;
}

#main_left_in2{
	padding:0px;margin:30px;
}


#main_right2{
	width:191px;
	float:right;
}

#position_space{
	position: relative;
}

#main_bottom2 {
	height: 7px;
	background: url(../img/bg_main-bottom.gif) no-repeat;
}
	