@charset "UTF-8";
/*
========================================================
　新しい書き方の角丸ボックス
========================================================
*/

/*195xautoの角丸ボックス 一式*/
#saikou, #course, #setsumeikai{
	width:195px;
	height:auto;
	background:url(../parts/d_menu_sline.gif) repeat-y;
	margin-bottom:5px;
	}
	
.right_box_bottom_195{
	width:195px;
	height:auto;
	background:url(../parts/d_menu_bottom.gif) no-repeat bottom;
}
.right_box_bottom_195 p{
	width:185px;
	height:auto;
	padding:5px;
	line-height:1.3em;
}
/*195xautoの角丸ボックス 一式ここまで*/

/*
============================
右ボックス共通
============================
*/
a.bt_next {
	display:block;
	width:39px;
	height:39px;
	background:url(../parts/btn_three-piece.gif) no-repeat 0px 0px;
	text-indent:-9999px;
}
a:hover.bt_next{
	background-position:0px -49px;
}

/*float対策ワンセット*/
dd.right_box_bottom_195{
	position:relative;
	overflow:hidden;
}
dd.right_box_bottom_195:after{
	content:"";
	clear:both;
	height:1px;
	overflow:hidden;
}
* html dd.right_box_bottom_195{
	height:1px;
	overflow:visible;
}
/*float対策ワンセット ここまで*/


/*float対策ワンセット*/
#saikou dd.right_box_bottom_195 ul.body, #setsumeikai dd.right_box_bottom_195 ul.body, #shinbun dd.right_box_bottom_195 ul.body{
	width:185px;
	height:auto;
	padding:0px 5px 5px 5px;
	line-height:1.3em;
	position:relative;
	overflow:hidden;
}
#saikou dd.right_box_bottom_195 ul.body:after, #setsumeikai dd.right_box_bottom_195 ul.body:after, #shinbun dd.right_box_bottom_195 ul.body:after{
	content:"";
	clear:both;
	height:1px;
	overflow:hidden;
}
* html #saikou dd.right_box_bottom_195 ul.body, * html #setsumeikai dd.right_box_bottom_195 ul.body, * html #shinbun dd.right_box_bottom_195 ul.body{
	height:1px;
	overflow:visible;
}
/*float対策ワンセット ここまで*/

dd.right_box_bottom_195 p.body_top{
	padding-bottom:0px;
}

dd.right_box_bottom_195 ul.body li.form{
	float:left;
	width:120px;
	height:auto;
	margin-top:10px;
}
.form select{
	width:120px;
	margin-left:5px;
}
dd.right_box_bottom_195 li.next{
	float:right;
	width:49px;
	height:39px;
}

/*
コース番号一式
*/

#course_i, #course_d{
	width:180px;
	margin-left:7px;
}
/*float対策ワンセット*/
#course dd.right_box_bottom_195 ul.body{
	width:180px;
	height:auto;
	padding:15px 5px 5px 5px;
	line-height:1.3em;
	position:relative;
	overflow:hidden;
}
#course dd.right_box_bottom_195 ul.body:after{
	content:"";
	clear:both;
	height:1px;
	overflow:hidden;
}
* html #course dd.right_box_bottom_195 ul.body{
	height:1px;
	overflow:visible;
}
/*float対策ワンセット ここまで*/

#course dd.right_box_bottom_195 ul.body li.form{
	float:left;
	width:110px;
	height:auto;
	margin-top:10px;
}

#course_kaigai{
	background:url(../parts/sitaji_kaigai.gif) no-repeat bottom;
}
#course_kokunai{
	background:url(../parts/sitaji_kokunai.gif) no-repeat bottom;
	margin-bottom:7px;
}
#course .form select{
	width:115px;
	margin-left:10px;
}
#course dd.right_box_bottom_195 li.next{
	width:44px;
}
#course_kaigai a.bt_next {
	background:url(../parts/btn_tugi_blue&red.gif) no-repeat 0px 0px;
}
#course_kaigai a:hover.bt_next{
	background-position:0px -49px;
}
#course_kokunai a.bt_next {
	background:url(../parts/btn_tugi_blue&red.gif) no-repeat -40px 0px;
}
#course_kokunai a:hover.bt_next{
	background-position:-40px -49px;
}
