@charset "utf-8";

/*全体のスタイル*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:14px;
	background-color: #856A50;
	margin: 0px;
	padding: 0px;
	color:#000000;/*#311C0C;*/
	background-image: url(img/base02.gif);
	background-position:center;
	background-repeat:repeat-y;
}
h1,h2,h3,h4,h5,
p,ul,ol,li,dl,dt,dd,
hr,div,form,input,select{
	margin:0px;
	padding:0px;
	font-size:14px;
}
img{
	vertical-align:bottom;
	border-style:none;
}
a{
	text-decoration:none;
}
/*全体ボックスのスタイル*/
#all{
	margin:0px auto;
	width:720px;
	/*background-image: url(img/base.gif);
	background-position:center;
	background-repeat:repeat-y;*/
	background:url(img/base.gif) 10px 0 repeat-y;
}

/*ヘッダーのスタイル*/
#header{
	width:700px;
	height:60px;
	margin:0px auto;
	background-color:#FFFFFF;
	background-image:url(img/header.gif);
}

#header02{
	width:700px;
	height:60px;
	margin:0px auto;
	background-color:#FFFFFF;
	background-image:url(img/header02.gif);
}

/*フッタ－のスタイル*/
#footer{
	width:700px;
	height:28px;
	margin:0px auto;
	border-top:1px solid #C7B29A;
	background-color:#FFFFFF;
	text-align:right;
	font-size:12px;
	
}

/*コンテンツのサイズ指定*/
#contents{
	width:720px;
	margin:0px auto;
}

/*メニューバーのスタイル*/
#menu{
	margin-left:10px;
}

#menu li{
	list-style-type:none;
	float:left;
	background-color:#FFFFFF;
}

#menu a{
	marign:0;
	padding:0;
	height: 22px;
	display:block;
	background-repeat: no-repeat;
}

#m01 a {
	width:100px;
	background-image: url(img/menu01.gif);	
	}
	
#m01 a:hover { 
	background-position: 0 -22px;
}

#m02 a { 
	width:120px;
	background-image: url(img/menu02.gif);
	}
	
#m02 a:hover { 
	background-position: 0 -22px;
}

#m03 a { 
	width:120px;
	background-image: url(img/menu03.gif);
	}
	
#m03 a:hover { 
	background-position: 0 -22px;
}

#m04 a { 
	width:120px;
	background-image: url(img/menu04.gif);
}
	
#m04 a:hover { 
	background-position: 0 -22px;
}

#m05 a { 
	width:120px;
	background-image: url(img/menu05.gif);
}
	
#m05 a:hover { 
	background-position: 0 -22px;
}

#m06 a { 
	width:120px;
	background-image: url(img/menu06.gif);
}
	
#m05 a:hover { 
	background-position: 0 -22px;
}


#menu li a{
	text-indent: -9999px;
}

#menu br{
	clear:left;
}

/*メインコンテンツのスタイル*/
#main{
	margin-left:14px;
	margin-top:6px;
	margin-bottom:4px;
	
}

#main02{
	width:700px;
	background-repeat: no-repeat;
	margin-left:10px;
}

h1{
	text-indent:-9999px;
}

h2{
	margin:40px 60px 20px 70px;
}

h3{
	width:540px;
	margin:12px 0px 6px 90px;
}

p{
	width:520px;
	margin:12px 0px 12px 84px;
}

/*箇条書きのスタイル*/
dl{
	width:520px;
	margin:12px 0px 12px 90px;
}
dt{
	margin-bottom:8px;
}
dd{
	margin-left:1.7em;
	margin-bottom:8px;
}

.level03{
	margin-left:3.4em;
	margin-right:1em;
	margin-bottom:8px;
}

/*財務諸表*/

.link_list {
	margin: 10px 105px 25px 105px;
	line-height:1.2em;
}

ul.pdf {
	list-style:none;
	margin: 10px 70px 25px 85px;
	line-height:40px;
	border-bottom: 1px dashed #999999;
}

ul.pdf li {
	height:40px;
	border-top: 1px dashed #999999;
	padding-left: 35px;
	background: url(img/icon_pdf.gif) 0 5px no-repeat;
}

ul.pdf li a{ text-decoration: underline;}

ul.pdf li a:link{ color:#303030;}
ul.pdf li a:visited{ color:#303030;}
ul.pdf li a:hover{ color:#0072B6;}
ul.pdf li a:activ{ color:#0072B6;}

p.getAdobereader{ 
	margin:0 0 25px 85px; 
	padding: 0; font-size:12px;
	line-height:1.4;
}

/*案内地図の地図位置*/
.map {
	width:700px;
	text-align:center;
	margin-left:0px;
	/*margin:20px 0px 20x 0px;*/
	padding:0;
}

/*交通アクセスリストのスタイル*/
.access{
	width:520px;
	margin:6px 0px 6px 110px;
}

/*拡大ボタン閉じるボタンのスタイル*/
.button {
	width:700px;
	text-align:center;
	margin:0px 0px 15px 0px;
	padding:0;
}

/*フットメニューのスタイル*/	
#foot-menu{
	width:700px;
	margin:10px auto;
	text-align:center;
}
#foot-menu ul{
	display:inline;
}
#foot-menu li{
	list-style-type:none;
	display:inline;
	margin:0px 10px;
}

#foot-menu a{
	text-decoration:underline;
	color:#0000ff;
}
	
#foot-menu a:visited{
	text-decoration:underline;
	color:#92278F;
}

.no-link{
	font-weight:bold;
	color:#0000ff;
}
	
/*フッタ－*/
#footer{
	color:#8C6239;
}
