@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;*/
	margin: 0;
}
#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;
}




/* パンくずリスト */
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: 828px;
	margin: 0 auto 30px;
	/*padding: 25px 15px;*/
	padding: 10px 15px 25px;
	background: #fff;
}


