@charset "utf-8";


* {
	margin: 0;
	padding: 0;
}
/** float clear **/
.cbox {
    zoom:1;/*for IE 5.5-7*/
	overflow: hidden;
}
.cbox:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
.clear {
	line-height: 0;
	clear: both;
}
/** float clear **/
body {
	font-size:12px;
	color: #333;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #000064;
}
a:visited {
	color: #606;
}
a:active,
a:hover {
	color: #900;
}
img{
 border:none;
}
.ue{
	font-size:12px;
	text-align:right;
	padding:10px 5px;
	margin:0px;
	clear:both;
}
em {
	font-weight:bold;
	color:#FF0000;
}
#ttlbox {
	width: 740px;
	background-color:#006600;
	margin-top: 10px;
}
.ttl {
	font-size: 16px;
	font-weight:bold;
	padding: 6px 10px;
	color:#FFFFFF;
}
/*--ヘッダー部分--*/
#head {
	width:740px;
}

#head img {
	margin-bottom:3px;
}

/*--コンテンツ全体--*/
#container {
	margin: 10px 0 0 0;
}
#maincontents {
	margin-left: 10px;
	width: 940px;
}
#wrapper {
	margin:0 auto 10px;
	width: 740px;
}
#wrapper a{
	text-decoration:underline;
}
#wrapper a:hover{
	text-decoration:none;
}

#wrapper #header{
	margin:0;
	padding:0;
}

#wrapper #header h2 {
	font-weight:normal;
	font-size:10px;
	margin-bottom:10px;
	padding: 0px 5px;
	line-height:1.3;
}





.area_anchor {
	width:720px;
	text-align:center;
}
#leftnavi {
	float: left;
	margin: 0 5px 0 0;
}
#leftinner {
	width: 190px;
}
.footer_box {
	width:940px;
	clear: both;
	text-align:center;
	margin:20px auto;
}
.clearboth{
	clear:both;
	margin:0;
	padding:0;
}
.mt20 {
	margin-top:20px;
}
.mb20 {
	margin-bottom:20px;
}


/* グループ一覧 */

.grouplist {
	width:720px;
	margin-left:10px;
	background: url(../images/list_bg01.gif) no-repeat left top;
	overflow:hidden;
	zoom: 1;
}
.grouplist p.name {
	float:left;
	margin:6px 30px 0;
	padding:5px 0;
	font-size:132%;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	_margin:4px 0 0 15px;
}
.grouplist p.name a {
	color:#ffffff;
	text-decoration:none;
}
.grouplist p.name a:hover{
	/*color:#FFFF66;*/
	text-decoration:underline;
}
.grouplist p.name a:visited {
	color:#ffffff;
}
.grouplist span.date {
	float:right;
	padding: 14px 25px 0 0;
}
.grouplist .column {
	margin-top:20px;
	overflow: hidden;
	clear:both;
}
.grouplist .column ul.l_box,
.grouplist .column ul.r_box {
	float:left;
	margin-left:30px;
	_margin-left:15px;
}
.grouplist .column ul.l_box li,
.grouplist .column ul.r_box li {
	width:320px;
	line-height:1.5em;
	list-style-type:none;
}

/* コース一覧 */

.groupname h2 {
	height: 25px;
	margin-bottom:5px;
	padding-left:5px;
	line-height: 25px;
	background-color: #8ECE30;
	border-top: #A2D755 solid 1px;
	border-left: #A2D755 solid 1px;
	border-bottom: #6D9E25 solid 1px;
	border-right: #6D9E25 solid 1px;
	font-size:14px;
	font-weight:bold;
	color: #fff;
}
.groupname div p{
	margin-left:5px;
}
.groupname div p.date{
	float:right;
	margin-top:-1em;
	font-size:10px;
}
#tabledata table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 12px;
	line-height: 110%;
	text-align: left;
	margin: 0 0 10px 20px;
}
#tabledata table td {
	width:350px;
}
.style3 {
	color:#FFFFFF;
	font-weight: bold;
}
#tabledata ul {
	margin: 0 1px 0 0;
}

#tabledata tr td.courselist {
	padding-left:10px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	background-color: #3094CF;
	border-top: #55A7D8 solid 1px;
	border-left: #55A7D8 solid 1px;
	border-bottom: #25719E solid 1px;
	border-right: #25719E solid 1px;
}

#tabledata li {
	margin: 0;
	background-color: #EAEDEF;
	border-top: #fff solid 1px;
	border-left: #fff solid 1px;
	text-align: left;
}
#tabledata li a {
	display: block;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
}
#tabledata dd a:hover {
	background-color: #ccc;
}

p.pagetop {
	margin: 0 20px 5px 0;
	text-align: right;
}