﻿h1{
	margin-bottom:10px;
}


/*---- box ----*/
#wrapper{
	margin-right:0;
	width:740px;
	float:right;
}

#leftnavi{
	width:190px;
	float:left;
}

.footer_box {
	width:940px;
	clear: both;
	text-align:center;
	margin:20px auto;
}


/*---- area-navi (recommend) ----*/
.area-navi {
	width:740px;
	margin:0 0 10px;
	padding:0;
	background:url(/special/kyushu_index/lowprice/images/line_01.gif) bottom repeat-x;
	overflow:hidden;
	zoom:1;
}

.area-navi ul li {
	width:17em;
	margin:0 3px 0 0;
	padding:0;
	float:left;
	display:block;
	font-size:14px;
	background:url(/special/kyushu_index/lowprice/images/tab.gif) repeat-x;
	background-position:0 5px;
}
.area-navi ul li a{
	height:24px;
	padding: 12px 10px 0 25px;
	background:url(/special/kyushu_index/lowprice/images/tab_icon_left.gif) no-repeat;
	background-position:0 5px;
	text-decoration:none;
	display:block;
}
.area-navi ul li a span{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
/* セレクト表現 */

.area-navi ul li.selected,
.area-navi ul li:hover{
	background:url(/special/kyushu_index/lowprice/images/tab_o.gif) right;
}

.area-navi ul li.selected a,
.area-navi ul li:hover a{
	background:url(/special/kyushu_index/lowprice/images/tab_icon_o_left.gif) left no-repeat;
}


/*----  course info ----*/ 
.ttl {
	margin-bottom: 10px;
	padding-left: 5px;
	border-left: 8px solid #cccccc;
	font-size: 18px;
	color: #666666;
}
.coursebox {
	border: 1px solid #169bf3;
	margin-top: 10px;
}
.coursebox h3 {
	padding: 4px 5px;
	border-bottom: 1px solid #169bf3;
	background-color: #e8ecff;
	font-size: 12px;
}
.coursebox .box2 {
	padding: 10px;
}
.coursebox p {
	margin: 0;
	padding: 0;
}
.coursebox p {
	float: left;
	width: 130px;
}
.coursebox p a img {
	border: 1px solid #aaaaaa;
}
.coursebox p a:hover img {
	border: 1px solid #169bf3;
}
.coursebox .ctxt {
	padding: 0;
	float: right;
	width: 588px;
}
.coursebox .ctxt .ctitle {
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #bbbbbb;
}
/*.coursebox .ctxt dl.ctitle dt,
.coursebox .ctxt dl.ctitle dd {
	float: left;
}*/
.coursebox .ctxt dl.ctitle dt {
	float: left;
	display: inline;
	margin-bottom: 3px;
	font-size: 14px;
}
.coursebox .ctxt dl.ctitle dt span {
	color: #ff3300;
	font-weight: bold;
}
.coursebox .ctxt dl.ctitle dt a:hover {
	text-decoration: none;
}
.coursebox .ctxt dl.ctitle dd.access {
	float: right;
	display: inline;
	text-align: right;
}
.coursebox .ctxt .plan dd em {
	font-weight: bold;
	color: #ff0000;
}
.coursebox dl.plan dt,
.coursebox dl.plan dd,
.coursebox dl.plan dd.btn {
	float: left;
}
.coursebox dl.plan dt,
.coursebox dl.plan dd {
	width: 403px;
	margin-right: 10px;
	line-height: 1.4;
}
.coursebox dl.plan dd span {
	float: right;
}
.coursebox dl.plan dd.btn {
	width: 175px;
	margin: 1em 0 0 0;
}
.pageup{
	font-size:12px;
	text-align:right;
	padding:10px 5px;
	margin:0px;
	clear:both;
}