@charset "UTF-8";

@import url("common.css");

/*-----------------------------------------
	top
-----------------------------------------*/

#top-bg {
	clear:both;
	width:100%;
	margin-bottom:10px;
	background:url(../img/title_bg.gif) center repeat-x;
}

#top {
	width:900px;
	height:80px;
	margin:0 auto;
}

/*-----------------------------------------
	main
-----------------------------------------*/
#main {
	width:900px;
	margin:10px auto 0 auto;
}

#main-left {
	clear:both;
	float:left;
	width:200px;
}

#main-right {
	float:right;
	width:660px;
}


/*-----------------------------------------
	パンくず
-----------------------------------------*/
#pan {
	width:900px;
	margin-bottom:15px;
	_margin-top:-3px;
	font-size:93%;
}

#pan-home {
	float:left;
	margin-left:2px;
	padding-left:12px;
	_padding-top:3px;
	background:url(../img/home_icon.gif) left center no-repeat;
}

.pan-in {
	float:left;
	margin-left:8px;
	padding-left:7px;
	_padding-top:3px;
	background:url(../img/arrow_icon.gif) left center no-repeat;
	font-size:100%;
}

.pan-in a {
	font-size:100%;
}

#pan-home a:link,
#pan-home a:visited,
.pan-in a:link,
.pan-in a:visited {
	color:#444444;
	text-decoration:none;
}

#pan-home a:hover,
#pan-home a:active,
.pan-in a:hover,
.pan-in a:active {
	color:#86B700;
	text-decoration:underline;
}


/*-----------------------------------------
	left-menu
-----------------------------------------*/

.left-menu {
	margin-bottom:3px;
}


.left-category-around {
	width:200px;
	margin:10px 0;
	padding-bottom:5px;
	background:url(../img/top_r_contents_line.gif) bottom left repeat-x;
}


#left-category-title {
	width:200px;
	margin-top:5px;
	font-size:116%;
	color:#222222;
	border-bottom:3px solid #EAEAEA;
}

#left-category-title p {
	margin-bottom:5px;
	padding:0 0 0 17px;
	background:url(../img/maru_icon_l.gif) left center no-repeat;
}


.left-category-in {
	margin:5px 0 0 15px;
	padding:0 0 0 17px;
	background:url(../img/left_link_icon.gif) 0 5px no-repeat;
}

.left-category-in-sub {
	margin:3px 0 0 15px;
	padding:0 0 0 17px;
}

.left-category-in-sub a {
	font-size:93%;
}

#b-menu-mt {
	margin-top:20px;
}

/*-----------------------------------------
	sub-menu
-----------------------------------------*/

#sub-menu {
	width:660px;
	text-align:left;
	margin-bottom:15px;
}

#sub-menu li{
	float:left;
	list-style:none;
}

#sub-menu li a {
	width:63px;
	display:block;
	padding:10px 0 10px 29px;
	margin-right:7px;
	font-weight:bold;
}

.sub-menu-select a {
	background:url(../img/pub_tab_sl.gif) center no-repeat;
}

.sub-menu-select a:link, 
.sub-menu-select a:visited {
	color:#354302;
	text-decoration:none;
}

.sub-menu-select a:hover, 
.sub-menu-select a:active {
	color:#354302;
	text-decoration:underline;
}

.sub-menu-no a {
	background:url(../img/pub_tab_no.gif) center no-repeat;
}

.sub-menu-no a:link, 
.sub-menu-no a:visited {
	color:#333333;
	text-decoration:none;
}

.sub-menu-no a:hover, 
.sub-menu-no a:active {
	color:#333333;
	text-decoration:underline;
}
/*-----------------------------------------
	prev next icon
-----------------------------------------*/

#page-link {
	clear:both;
	width:660px;
	margin:0 auto;
	padding-top:10px;
	border-top:3px solid #EAEAEA;
}


#prev a {
	float:left;
	padding-left:18px;
	background:url(../img/prev_icon.gif) left center no-repeat;
}

#next a {
	float:right;
	padding-right:18px;
	background:url(../img/next_icon.gif) right center no-repeat;
}


/*-----------------------------------------
	h2
-----------------------------------------*/

h2 {
	margin:0 15px;
	padding:3px 0 3px 12px;
	color:#333333;
	font-size:131%;
	font-weight:bold;
	border-left:3px solid #86B700;
}

.h2-top {
	width:660px;
	margin-bottom:15px;
	padding-top:15px;
	background:url(../img/inner_h2_top.gif) top left no-repeat;
}

.h2-bottom {
	width:660px;
	padding-bottom:15px;
	background:url(../img/inner_h2_bottom.gif) bottom left no-repeat;
}

.h2-inner {
	width:660px;
	background:url(../img/inner_h2_bg.gif) left repeat-y;
}

/*-----------------------------------------
	ttl
-----------------------------------------*/

.ttl01 {
	clear: both;
	margin-bottom: 15px;
	padding:5px 10px;
	background-color:#EAEAEA;
	font-size:1.2em;
}

.ttl02 {
	margin-bottom: 10px;
	padding: 5px 10px;
	background-color: #f2f2f2;
	border-top: 2px solid #b6b6b6;
	border-bottom: 1px solid #e2e2e2;
	font-size:1.1em;
}

.ttl02 span {
	padding-left:11px;
	background:url(../img/disk_icon.gif) 0 5px no-repeat;
	display: inline;
}

.ttl03 {
	clear: both;
	margin-bottom: 10px;
	padding:5px 10px;
	background-color:#EAEAEA;
	font-weight: normal;
}


.ttl04 {
	margin-bottom: 10px;
	padding-bottom:5px;
	background:url(../img/dot_line.gif) bottom repeat-x;
}

.ttl04 span {
	padding-left:12px;
	background:url(../img/disk_icon.gif) left center no-repeat;
}


/*-----------------------------------------
	txtblock
-----------------------------------------*/

.txtblock30 {
	margin: 0 auto 30px auto;
}


/*-----------------------------------------
	br
-----------------------------------------*/

.txt-br p {
	margin-bottom: 10px;
}

/*-----------------------------------------
	clearfix
-----------------------------------------*/

#main:after,
#pan:after,
.left-category-around:after,
#page-link:after,
#sub-menu:after {
	content: ",";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
