@charset "utf-8";

@import "common.css";

body {
	margin: 0px ;
	padding:0px;
	font-size: 12px ;
	color: #333333;
	line-height:1.5;
	text-align:center;
	font-family: sans-serif;
	background:url("../image/bg.gif");
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}

img {
	border:0;
	line-height:0;
	margin:0;
	padding:0;
	vertical-align:bottom;
}

/*IEのスペース対策用*/
img.img2 {
	vertical-align : baseline  ;
}

p {margin: 0px 0px 0px 0px ;}

ul {
	margin: 0px ;
	padding: 0px ;
	list-style-type: none ;
}

ol {
	margin: 0px ;
	padding: 0px ;
	list-style-type: none ;
}

li {
	margin: 0px ;
	padding: 0px ;
}

.clear_float { clear: both ;}

/*クリアフィックス*/
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*ｴ*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#wrapper {
	width:870px;
	margin:0 auto;
}

/*シャドウ w890*/
#container {
	width:890px;
	margin:0 auto;
	background:url("../image/bg_shadow.png") repeat-y;
}

/*ヘッダー*/
#header {
	border-top:3px #930909 solid;
	width:870px;
	height:76px;
	text-align:left;
	margin:0 auto;
	position:relative;
}

h1 {
	font-size:10px;
	color:#444444;
	margin:0;
	position:absolute;
	left:56px;
	top:12px;
}

.logo {
	padding:10px 0 0 10px;
}

#header .read {
	position:absolute;
	left:380px;
	top:40px;
	font-size:10px;
	line-height:1.3;
}

#header .bt_contact {
	position:absolute;
	right:10px;
	top:0;
}

#header .bt_mitsumori {
	position:absolute;
	right:179px;
	top:0;
}


/*コンテンツ中 w870*/
#content {
	margin:0 auto;
	width:870px;
}


/*メニュー*/
#main_menu {
	width:870px;
	height:41px;
	background:url("../image/menu_bg.gif") no-repeat;
}

#main_menu ul li {
	float:left;
	color:#980F08;
	width:174px;
	height:41px;
	text-align:center;
	background:url("../image/menu_o.gif") no-repeat center top;
}

#main_menu ul li span {
	display:block;
	padding:10px 0 0;
}

#main_menu ul li a:link,
#main_menu ul li a:visited {
	color:#8C8773;
	background:url("../image/menu.gif") no-repeat center top;
	width:174px;
	height:41px;
	display:block;
	text-decoration:none;
}

#main_menu ul li a:hover {
	color:#980F08;
	background:url("../image/menu_o.gif") no-repeat center top;
	text-decoration:none;
}

.content_line {
	margin:10px 0 ;
	background:url("../image/line.gif") repeat-y left top;
}


/*レフトナビ*/
#left_navi {
	float:left;
	width:200px;
	text-align:left;
	display:inline;
	overflow:hidden;
}


/*レフトメニュー*/
ul#left_menu {
	margin:0 0 10px;
}

ul#left_menu li {
	background:url("../image/side_menu_bg_o.gif") no-repeat;
	width:180px;
	height:40px;
	font-size:12px;
	color:#980F08;
	padding:0 0 3px;
}

ul#left_menu li span {
	display:block;
	padding:13px 0 0 10px;
}

ul#left_menu li a,
ul#left_menu li a:link,
ul#left_menu li a:visited {
	background:url("../image/side_menu_bg.gif") no-repeat;
	color:#8C8773;
	text-decoration:none;
	width:180px;
	height:40px;
	display:block;
}

ul#left_menu li a:hover {
	background:url("../image/side_menu_bg_o.gif") no-repeat;
	color:#980F08;
}


/*メインコンテンツ*/
#main {
	float:right;
	width:670px;
	text-align:left;
	display:inline;
	overflow:hidden;
}

.main_left {
	float:left;
	width:315px;
	display:inline;
}

.main_right {
	float:right;
	width:315px;
	display:inline;
}


div.title01 {
	background:url("../image/title01_bar.gif") no-repeat left bottom;
	width:315px;
	height:28px;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	margin:0 0 10px;
	position:relative;
}

div.title01 p.syousai {
	position:absolute;
	top:2px;
	right:0;

}

div.title01 span{
	position:absolute;
	top:0;
	left:10px;
}

div.title_info {
	font-size:24px;
	font-weight:bold;
	color:#000000;
	border-bottom:1px #999999 dotted;
	width:650px;
	position:relative;
}

div.title_info p {
	position:absolute;
	top:12px;
	right:0;
}

div.title_info p a {
	font-size:12px;
	color:#666666;
	font-weight:normal;
	text-decoration:none;
	background:url("../image/arrow01.gif") no-repeat left center;
	padding-left:10px;
}

div.title_info p a:link,
div.title_info p a:visited {
	color:#666666;
}

div.title_info p a:hover {
	color:#000000;
	text-decoration:underline;
}


dl#infomation {
	zoom:1;
	overflow:hidden;
	margin:10px 0 0;
	padding:0;
}
dl#infomation dt {
	float:left;
	clear:both;
	width:90px;
	background:url("../image/arrow01.gif") no-repeat 0 17px;
	padding:10px 0 10px 10px;
}

dl#infomation dd {
	margin:0;
	padding:10px 0 10px 90px;
	border-bottom:1px #999999 dotted;
}


dl#infomation dd div {
	border-left:2px #999999 solid;
}

dl#infomation dd a {
	zoom:1;
	display:inline-block;
	color:#666666;
	line-height:1.3;
}

dl#infomation dd a:link,
dl#infomation dd a:visited {
	color:#666666;
}

dl#infomation dd a:hover {
	color:#000000;
	text-decoration:none;
}







/*フッターリンク*/
ul#footer_link {
	border-top:1px #cccccc solid;
	padding:5px 0;
}

ul#footer_link li {
	display:inline;
	font-size:10px;
	color:#8C8773;
}

ul#footer_link li a:link,
ul#footer_link li a:visited {
	color:#8C8773;
	text-decoration:none;
}

ul#footer_link li a:hover {
	color:#000000;
	text-decoration:underline;
}



/*フッター*/
#footer {
	clear:both;
	background:#930909;
	margin:0 auto;
	width:870px;
	overflow:auto;
}


address {
	float:left;
	color:#ffffff;
	padding:5px 10px;
	text-align:left;
	font-style:normal;
	font-size:10px;
}

#footer ul.footer_link2 {
	float:right;
	padding:5px 10px;
}

#footer ul.footer_link2 li {
	display:inline;
	font-size:10px;
	color:#ffffff;
	text-align:right;
}

#footer ul.footer_link2 li a:link,
#footer ul.footer_link2 li a:visited {
	color:#ffffff;
	text-decoration:none;
}

#footer ul.footer_link2 li a:hover {
	color:#ffffff;
	text-decoration:underline;
}


/*カラー*/
.red_ff000000 {
	color:#FF0000;
}

.red_ff000000_b {
	color:#FF0000;
	font-weight:bold;
}

.blue_003399_b {
	color:#003399;
	font-weight:bold;
}


/*ページバック*/
.page_back {
	clear:both;
	text-align:right;
	margin:15px 0;
}

.page_back a.go_home {
	color:#666666;
	text-decoration:none;
	background:url("../image/page_arrow1.gif") no-repeat left center;
	padding-left:10px;
}

.page_back a.go_home:link,
.page_back a.go_home:visited {
	color:#666666;
}

.page_back a.go_home:hover {
	color:#003399;
	text-decoration:underline;
}

.page_back a.go_pagetop {
	color:#666666;
	text-decoration:none;
	background:url("../image/page_arrow2.gif") no-repeat left center;
	padding-left:10px;
}

.page_back a.go_pagetop:link,
.page_back a.go_pagetop:visited {
	color:#666666;
}

.page_back a.go_pagetop:hover {
	color:#003399;
	text-decoration:underline;
}





/*リンク*/
a.link01,
a.link01:link,
a.link01:visited {
	color:#444444;
	text-decoration:underline;
}

a.link01:hover {
	color:#003399;
	text-decoration:none;
}

