@charset "utf-8";
/*--------------------------
　サブナビ
---------------------------*/
.sitemap a{
	background-image:url(../img/common/sitemap_o.gif);
	background-repeat:no-repeat;
	width:194px;
	height:44px;
	display:block;
}
.sitemap a:hover{
	background-image:url(../img/common/sitemap_o.gif);
	background-repeat:no-repeat;
	width:194px;
	height:44px;
	display:block;
}
/*--------------------------
　メイン
---------------------------*/
#article_inner a{
	color:#333;
	font-size:100%;
}
.articleL{
	float:left;
	width:230px;
	margin:0 10px 0 30px;
	display:inline;
}
.articleR{
	float:left;
	width:260px;
}
h3{
	padding:5px 10px 3px 10px;
	margin:25px 0 45px 0;
	font-weight:bold;
	color:#666;
	background-image:none;
	border-left:solid 8px #F7DB17;
	border-bottom:none;
	line-height:0;
}
.h3_top{
	padding:5px 10px 3px 10px;
	margin:10px 0 45px 0;
	font-weight:bold;
	color:#666;
	background-image:none;
	border-left:solid 8px #F7DB17;
	border-bottom:none;
}
.h3_middle{
	padding:5px 10px 3px 10px;
	margin:80px 0 45px 0;
	font-weight:bold;
	color:#666;
	background-image:none;
	border-left:solid 8px #F7DB17;
	border-bottom:none;
}
.articleR h3{
	margin:10px 0 20px 0;
}
.articleR ul{
	padding:0px 0px 25px 0px;
}
.articleR li{
	padding:0px 10px 2px 50px;
	font-weight:bold;
	color:#666;
}
