@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_o.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.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;
}
/*--------------------------
　article　タイトルと記事
---------------------------*/
.border{
	border:solid 1px #FC0;
	padding:10px 15px;
	text-align:center;
	margin:30px 0 15px 0;
	font-weight:bold;
}
p.entry{
	background-color:#ddd;
	padding:10px 15px;
	text-align:center;
	margin:0px;
	font-weight:bold;
}
#article_inner dl{
	margin:20px 0 20px 20px;
}
#article_inner dt{
	background-image:url(../img/common/arrow_text.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
	padding-left:20px;
}
#article_inner dd{
	margin:3px 0 0 20px;
}
.p_mousikomi{
	padding:0 0 0 20px;
}
h3{
	padding:5px 10px 3px 20px;
	margin:0px 0 15px 0;
	font-weight:bold;
	color:#666;
	background-image:url(../img/common/arrow_category.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	border-bottom:solid 2px #eee;
}
#article_inner p{
	margin:0px 0 20px 0;
}
#article_inner em.green{
	border:solid 2px #3C0;
	padding:0 3px;
	font-size:12px;
	font-weight:bold;
	color:#3c0;
	margin:0 0 0 20px;
}
#article_inner em.red{
	border:solid 2px #F03;
	padding:0 3px;
	font-size:12px;
	font-weight:bold;
	color:#F03;
	margin:0 0 0 20px;
}
#article_inner b.blue{
	font-weight:bold;
	color:#4169e1;
}
