@charset "utf-8";

/*コンテンツ全体*/
body {font-size: 0.9em; line-height: 1.65;}
#container {
	margin: 0 6px;
	background: #F6F6EC;
}

/*見出し関連*/
#floortitle {
	width: 100%;
	height: 85px;
	background: url(../images/h2_bg.gif) repeat-x 0 0;
	position: relative;
	margin: 0 0 11px;
}
#floortitle p {
	width: 113px;
	height: 17px;
	background: url(../../images/common/prepage.gif) no-repeat 0 -17px;
	position: absolute;
	top: 35px;
	right: 0;
	overflow: hidden;
}
#floortitle p a {
	width: 113px;
	height: 17px;
	background: url(../../images/common/prepage.gif) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
}
#floortitle p a:hover {
	background: url(../../images/common/prepage.gif) no-repeat 0 -17px;
}
h2#h2index {
	width: 133px;
	height: 22px;
	background: url(../images/title_index.jpg) no-repeat 0 0;
	position: absolute;
	top: 31px;
	text-indent: -9999px;
}

h3 {
	width: 873px;
	height: 38px;
	color: #555;
	font-size: 18px;
	font-weight: bold;
	background: url(../images/h3_bg.jpg) no-repeat 0 0;
	margin: 0 0 21px;
	padding: 11px 0 0 15px;
}

h4 {
	border-left: solid 6px #67C6DD;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0 5px 9px;
	margin: 0 0 20px;
}



/* パンくずリスト */
div#pan {
	width: 100%;
	height: auto;
	color: #CCCCCC;
	background: #fff;
}
div#pan a {
	color: #CCCCCC;
	text-decoration: none;
}
div#pan a:hover {
	text-decoration: underline;
}
div#pan span.nowposition {
	font-weight: bold;
	color: #44B4E3;
	text-decoration: none;
}




/*テキスト関連*/
.textBox01 {
	width: 808px;
	margin: 0 auto 30px;
}


.textGreen {
	font-size: 1.2em;
	color: #567F12;
	font-weight: bold;
	margin: 0 0 15px;
}
.textA01 {
	margin: 0 0 15px;
}



.urlList {
	padding: 0 0 15px 50px;
	background: url(../images/icon_url.gif) no-repeat 0 5px;
}

