/* コンテンツタイトル
------------------------------------------------ */
h2{
	float:left;
	background:url(../img/title/title_bg.gif) no-repeat left top;
	width:700px;
	height:60px;
	padding-left:40px;
	padding-top:3px;
	font-size:14px;
	color:#999999;
	line-height:1.4em;
	letter-spacing:1.4em;
}
h2 span {
	float:right;
	margin-right:120px;
}
h3{
	padding: 0 0 10px 0;
}
h4, h5, h6	{
	font-weight:normal;
	margin:0 auto 10px;
	padding: 3px 10px;
	font-size:12px;
	font-weight:normal;
}
h4	{
	background:url(../img/bg-h4.gif) repeat-x left center;
}
h5	{
	background:url(../img/bg-h5.gif) repeat-x left center;
}
h6	{
	background:url(../img/bg-h6.gif) repeat-x left center;
}
.mid1 {
   position: relative;
   font-size:150%;
	 font-weight:bold;
   color: #001d68;
}
.mid1 span {
   position: absolute;
   display: block;
   width: 500px;
	 min-height:400px;
   height: 21px;
   background: url(../img/gradation-image2.png) repeat-x;
}
/*
------------------------------------------------ */
#wide_container	{
	clear:both;
	width:700px;
	min-height:400px;
	padding-bottom:40px;
	margin:0 auto;
}
/* パンくずナビ
------------------------------------------------ */
#rootlist{
	float:right;
	margin: 0 10px;
	font-size:10px;
	padding:0px;
	color:#999;
}
#rootlist a{
	color: #999;
	text-decoration: none;
}
#rootlist a:hover{
	color: #999;
	text-decoration: underline;
}
span.breadarrow{
	margin: 0 3px;
}