/* CSS Document */

#top_left_column{
	width:470px;
	float:left;
	margin-top: 0;
	margin-right: 20px;
	margin-left: 0;
	margin-bottom: 0;
}

/*-------------------------------------------------
	TOP_course_box
-------------------------------------------------*/
#top_course_box {
	width: 470px;
	float: left;
	display: inline;
	background-repeat: repeat-y;
	background-position: 0 0 repeat-y;
	background-color: #FFFFFF;
	padding-bottom: 15px;
}

#top_course_box h3 {
	margin:16px 0 0 10px;
}
#top_course_box ul {
	margin-top: 15px;
	margin-right: 0;
	margin-left: 8px;
	margin-bottom: 0;
}
#top_course_box ul li {
	display:inline;
	margin: 2px;
	float: left;
}
#top_course_box ul li img{
	vertical-align:top;
}




/*-------------------------------------------------
	TOP_news_box
-------------------------------------------------*/
#top_news_box {
	width: 470px;
	float: left;
	background-repeat: repeat-y;
	background-position: 0 0 repeat-y;
	position: relative;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#top_news_box h3 {
	margin:16px 0 0 10px;
}

#top_news_box p.news_more_btn {
	position: absolute;
	top: 10px;
	right: 8px;
}


/*-------ニュースリスト------------------------*/

dl.news_list01 dt {
	margin:10px 0 0;
}
dl.news_list01 dt img{
	margin:0 0 0 10px;
	vertical-align:top;
}
dl.news_list01 dd {
	margin:0;
	padding:5px 0 10px;
	border-bottom:1px #555555 dotted;
}
dl.news_list01 a {
	display:block;
	text-decoration:none;
	color:#5f5f5f;
}
dl.news_list01 a:hover {
	color:#d05300;
}

/*-------------------------------------------------
	TOP_banner_box
-------------------------------------------------*/
#top_banner_box {
	width: 470px;
	float: left;
	margin: 20px 0;
	display: inline;
	background-repeat: repeat-y;
	background-position: 0 0 repeat-y;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}

#top_banner_box h3 {
	margin:16px 0 10px 10px;
}
#top_banner_box ul {
	margin-top: 5px;
	margin-right: 0;
	margin-left: 8px;
	margin-bottom: 0;
}
#top_banner_box ul li {
	display:inline;
	margin: 2px;
	float: left;
}
#top_banner_box ul li img{
	vertical-align:top;
}

/* ============================================ 
	slider
============================================ */
#mainVisual {
	width:960px;
	height:270px;
	position: relative;
	overflow:hidden;
	z-index: 1;
}
#mainVisual a{
	color:#FFF;
}

#slider{
	width: 300px;
	height: 330px;
	position: absolute;
	left: 640px;
	top: 20px;
	overflow: hidden;
	z-index: 100;
}
#slider li {
	list-style:none;
}

#slider li a img:hover {
	opacity: 1.0 !important;
}
.rhino-bullets {
	display: none !important;
}


#top_foot_box {
    background-repeat: repeat-y;
    float: left;
    margin: 0;
    padding: 20px 0;
    position: relative;
    width: 470px;
}
#top_foot_box ul {
	margin-top: 2px;
	margin-right: 0;
	margin-left: 8px;
	margin-bottom: 0;
}
#top_foot_box ul li {
    display: inline;
    float: left;
    margin: 2px;
}
#top_foot_box ul li img {
    vertical-align: top;
}

/*-------------------------------------------------
	3つ並びBOX
-------------------------------------------------*/

.contbox-3{
	width:290px;
	background-color:#FFF;
	float:left;
	padding:10px;
	margin-bottom:10px;
}

.contbox-3 h2 {
	color: #222;
	font-size: 16px;
	border-bottom: 1px dotted #e7e1d2;
	margin: 5px 0 10px;
	padding: 0 0 10px 15px;
	font-weight: bold;
	background:url(../img/h2.png) no-repeat left top;
	width:275px;
	line-height:100%;
}

.contbox-3 h2 a{
	text-decoration:none;
	line-height:100%;
}