@charset "utf-8";
/*--------------------------
　タイトル　ナビ（コンテンツ左）
---------------------------*/
#titleNav{
	width:200px;
	height:151px;
	margin-bottom:10px;
	background-image:url(../img/low/title3_bg.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}
.course_info a{
	background-image:url(../img/low/course.gif);
	background-repeat:no-repeat;
	width:193px;
	height:44px;
	display:block;
}
.course_info a:hover{
	background-image:url(../img/low/course_o.gif);
	background-repeat:no-repeat;
	width:193px;
	height:44px;
	display:block;
}
.course_intro a{
	background-image:url(../img/low/course_intro_o.gif);
	background-repeat:no-repeat;
	width:193px;
	height:44px;
	display:block;
}
.course_intro a:hover{
	background-image:url(../img/low/course_intro_o.gif);
	background-repeat:no-repeat;
	width:193px;
	height:44px;
	display:block;
}
.course_entry a{
	background-image:url(../img/low/course_entry.gif);
	background-repeat:no-repeat;
	width:193px;
	height:44px;
	display:block;
}
.course_entry a:hover{
	background-image:url(../img/low/course_entry_o.gif);
	background-repeat:no-repeat;
	width:193px;
	height:44px;
	display:block;
}
/*--------------------------
　サブナビ
---------------------------*/
.course a{
	background-image:url(../img/common/course_o.jpg);
	background-repeat:no-repeat;
	width:128px;
	height:88px;
	display:block;
}
.course a:hover{
	background-image:url(../img/common/course_o.jpg);
	background-repeat:no-repeat;
}
/*--------------------------
　spJapan
---------------------------*/
#spJapan{
	width:565px;
	padding:140px 0 0 0;
}
/*--------------------------
　article　タイトルと記事
---------------------------*/
.h3_top{
	padding:5px 10px 10px 20px;
}
#article img{
	float:right;
	margin:5px 0 20px 18px;
	border:solid 1px #cfcfcf;
	padding:3px;
	width:200px;
	height:auto;
}
#article .img2{
	clear:both;
	margin:5px 0 20px 18px;
	border:solid 1px #cfcfcf;
	padding:3px;
	width:200px;
	height:150px;
}
