@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.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_o.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　タイトルと記事
---------------------------*/
#article_inner dt{
	background-image:url(../img/common/arrow_text.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:20px;
}
/*--------------------------
　コンタクトフォーム部分
---------------------------*/
#article_inner p{
	margin-bottom:25px;
}
form{
	width:550px;
}
input,select,textarea{
	padding:5px 3px 5px 0;
}
option{
	padding:0px 0px 0px 5px;
}
.contact_p{
	padding:30px 0 0px 0;
	}
#button input{
	padding:0;
	color:#fff;
	font-weight:bold;
	background:#CCF0CA;
	background:#D5BF00;
	width:60px;
	height:30px;
	margin-right:15px;
	margin-bottom:10px;
	border-top:2px double #ccc;
	border-left:2px double #ccc;
	border-right:2px double #999;
	border-bottom:2px double #999;
}
#button input:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	cursor:pointer;
}
em{
	color:#D5BF00;
}
span.error{
	color:#F90;
	font-weight:bold;
	font-style:normal;
	display:inherit;
}
/* IE 6 */
*html span.error{
	display:block;
}
/* IE 7 */
*:first-child+html span.error{
	display:block;
	}
#contact_number{
	background-color:#f1f1f1;
}
#contact_number p{
	padding:15px 40px;
}



