@charset "utf-8";

* {
	color:#222222;
	padding:0;
	font-size: 12px;
	line-height: 140%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3" Osaka,;
}

body {
	background-color: #E7E7E7;
	background-image: url(img/bg_g.gif);
	background-repeat: repeat-x;
}

img {
	vertical-align: top;
}

a {
	color:#5A9700;
}

a:hover {
	text-decoration: none;
	color: #FF9900;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	color: #394D4E;
}


.chui {
	font-size: 10px;
	color: #FF0000;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #686755;
	border-left-color: #686755;
}

#wrap {
	float: left;
	margin-top: 10px;
	width: 710px;

}

/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/head_g.jpg);
	height: 159px;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #292C23;
	border-right-color: #292C23;
	border-bottom-color: #ADAD9E;
	border-left-color: #292C23;
}

#header #sub h1 a {
	text-decoration: none;
	font-size: 16px;
	line-height: 28px;
	color: #FFFFFF;
	position: absolute;
	left: 50px;
	top: 100px;
}

#header #sub h1 a:hover {
	color: #F4FFB9;
}

#header #sub2 {
	font-size: 10px;
	color: #000000;
	position: absolute;
	right: 30px;
	bottom: 10px;
}

/*ナビゲーション
----------------------------------------------- */
#nav {
	width: 982px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/nav_g.gif);
	height: 24px;
	padding-top: 1px;
}

#nav ul {
	margin-left: 20px;
  }
  

#nav li {
	display: inline;
  }
  
#nav li a {
	color: #333333;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	background-image: url(img/li_g.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 23px;
	padding-right: 14px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}

#nav li a:hover {
	color: #FFFFFF;
	background-image: url(img/li_ov_g.gif);
	background-color: #668129;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4A5724;
}


/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
	width:520px;
	float: right;
}

#contents p{
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/note_line_g.gif);
	margin-right: 30px;
	margin-left: 30px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contents h1 {
	font-size: 18px;
	padding-left: 10px;
	color: #3F3F3F;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 5px;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #AACE6F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 22px;
}

#contents h2 {
	font-size: 16px;
	padding-left: 10px;
	color: #3F3F3F;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 5px;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #AACE6F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	padding-top: 2px;
	padding-bottom: 2px;
}


#contents h3 {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #AACE6F;
	padding-left: 7px;
	color: #555555;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 13px;
}

#contents h3 a {
	font-size: 14px;
}

#contents h4 {
	font-size: 14px;
	color: #F3621F;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 25px;
}

#contents ul {
	margin-left: 30px;
	list-style-type: none;
}
#contents li a {
	font-size: 12px;
}

#contents p a {
	line-height: 20px;
}

#contents p strong {
	line-height: 20px;
}

/*
Top Map
-------------------------------------------------------------------*/
#contents #top_map {
	background-image: url(img/map_search.gif);
	height: 370px;
	width:480px;
	float: left;
	margin-top: 2px;
	margin-left: 17px;
	}

#contents #map_l a{
	float: left;
	font-size: 12px;
	font-weight: bold;
	color:#555555;
	line-height: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-bottom: 3px;
	background-image:url(img/li_g.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	background-position: 7px center;
	text-decoration: none;
	position:absolute;
}

#contents #map_l a:hover {
	font-weight: bold;
	background-color: #FFEBB5;
	color: #000000;
	text-decoration: none;
	background-position: 8px;
	background-image: url(img/li_ov_or_g.gif);
}

#contents #map_l #apDiv1 a{
	padding-right: 5px;
	left:505px;
	top:294px;
	width:40px;
	height:15px;
	z-index:1;
}

/* for IE \*/
* html body #base #contents #c_pad #map_l #apDiv1 a{
	top:306px;
}	
/**/

#contents #map_l #apDiv2 a{
	padding-right: 3px;
	left:575px;
	top:401px;
	width:30px;
	height:15px;
	z-index:2;
}

/* for IE \*/
* html body #base #contents #c_pad #map_l #apDiv2 a{
	top:410px;
}	
/**/

#contents #map_l #apDiv3 a{
	padding-right: 5px;
	width:40px;
	height:15px;
	z-index:3;
	left: 545px;
	top: 478px;
}

/* for IE \*/
* html body #base #contents #c_pad #map_l #apDiv3 a{
	top:487px;
}	
/**/

#contents #map_l #apDiv4 a{
	padding-right: 5px;
	width:40px;
	height:16px;
	z-index:4;
	left: 506px;
	top: 517px;
}

/* for IE \*/
* html body #base #contents #c_pad #map_l #apDiv4 a{
	top:529px;
}	
/**/

#contents #map_l #apDiv5 a{
	padding-right: 5px;
	width:40px;
	height:15px;
	z-index:5;
	left: 463px;
	top: 479px;
}

/* for IE \*/
* html body #base #contents #c_pad #map_l #apDiv5 a{
	top:488px;
}	
/**/

#contents #map_l #apDiv6 a{
	padding-right: 3px;
	width:30px;
	height:15px;
	z-index:6;
	left: 415px;
	top: 445px;
}

/* for IE \*/
* html body #base #contents #c_pad #map_l #apDiv6 a{
	top:454px;
}	
/**/

#contents #map_l #apDiv7 a{
	padding-right: 3px;
	width:30px;
	height:15px;
	z-index:7;
	left: 455px;
	top: 523px;
}

/* for IE \*/
* html body #base #contents #c_pad #map_l #apDiv7 a{
	top:534px;
}	
/**/

#contents #map_l #apDiv8 a{
	padding-right: 3px;
	width:30px;
	height:15px;
	z-index:8;
	left: 407px;
	top: 496px;
}

/* for IE \*/
* html body #base #contents #c_pad #map_l #apDiv8 a{
	top:505px;
}	
/**/

#contents #map_l #apDiv9 a{
	padding-right: 5px;
	width:65px;
	height:15px;
	z-index:9;
	left: 339px;
	top: 463px;
}

/* for IE \*/
* html body #base #contents #c_pad #map_l #apDiv9 a{
	top:472px;
}	
/**/

#contents #map_l #apDiv10 a{
	padding-right: 3px;
	width:30px;
	height:15px;
	z-index:10;
	left: 372px;
	top: 545px;
}

/* for IE \*/
* html body #base #contents #c_pad #map_l #apDiv10 a{
	top:554px;
}	
/**/

#contents #map_l #apDiv11 a{
	padding-right: 3px;
	width:30px;
	height:15px;
	z-index:11;
	left: 267px;
	top: 535px;
}

/* for IE \*/
* html body #base #contents #c_pad #map_l #apDiv11 a{
	top:544px;
}	
/**/

#contents #map_l #apDiv12 a{
	padding-right: 3px;
	width:30px;
	height:15px;
	z-index:12;
	left: 313px;
	top: 354px;
}

/* for IE \*/
* html body #base #contents #c_pad #map_l #apDiv12 a{
	top:363px;
}	
/**/

/*
２box
-------------------------------------------------------------------*/
#base #wrap #contents .box2 {
	float: left;
	height: 190px;
	width: 470px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(img/box_bg_g.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
}

#base #wrap #contents .box2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#base #wrap #contents .box2 li {
	float: left;
	margin-right: 1px;
	margin-left: 1px;
}

#base #wrap #contents .box2 li a{
	float: left;
	display: block;
	width:206px;
	font-size: 12px;
	color:#555555;
	line-height: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 15px;
	padding-bottom: 3px;
	background-image:url(img/li_g.gif);
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #948C74;
	background-position: 7px center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBC8BC;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #948C74;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CBC8BC;
}

#base #wrap #contents .box2 li a:hover {
	background-color: #FFEBB5;
	color: #000000;
	text-decoration: none;
	background-position: 8px;
	background-image: url(img/li_ov_or_g.gif);
}

#base #wrap #contents .box2 img {
	float: left;
	border: 1px solid #999999;
}


/*
１box
-------------------------------------------------------------------*/
#base #wrap #contents .box1 {
	float: left;
	height: 160px;
	width: 400px;
	margin: 5px;
	padding: 5px;
}

#base #wrap #contents .box1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#base #wrap #contents .box1 li {
	float: left;
	margin-right: 1px;
	margin-left: 1px;
}

#base #wrap #contents .box1 li a{
	float: left;
	width:450px;
	font-size: 12px;
	color:#555555;
	line-height: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 15px;
	padding-bottom: 3px;
	background-image:url(img/li_g.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	background-position: 7px center;
	text-decoration: none;
}

#base #wrap #contents .box1 li a img{
  display: none;
}  
  
  
#base #wrap #contents .box1 li a:hover {
	background-color: #FFEBB5;
	color: #000000;
	text-decoration: none;
	background-position: 8px;
	background-image: url(img/li_ov_or_g.gif);
}

#base #wrap #contents .box1 img {
	float: left;	border: 1px solid #999999;
}

/*
１box2
-------------------------------------------------------------------*/
#base #wrap #contents .box3 {
	float: left;
	height: 100px;
	width: 400px;
	margin: 5px;
	padding: 5px;
}

#base #wrap #contents .box3 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#base #wrap #contents .box3 li {
	float: left;
	margin-right: 1px;
	margin-left: 1px;
}

#base #wrap #contents .box3 li a{
	float: left;
	width:450px;
	font-size: 12px;
	color:#555555;
	line-height: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 15px;
	padding-bottom: 3px;
	background-image:url(img/li_g.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	background-position: 7px center;
	text-decoration: none;
}

#base #wrap #contents .box3 li a img{
  display: none;
}  
  
  
#base #wrap #contents .box3 li a:hover {
	background-color: #FFEBB5;
	color: #000000;
	text-decoration: none;
	background-position: 8px;
	background-image: url(img/li_ov_or_g.gif);
}

#base #wrap #contents .box3 img {
	float: left;
	border: 1px solid #999999;
}

/*
テーブル
-------------------------------------------------------------------*/

#contents table {
	width: 555px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#contents table td {
	padding: 5px;
	border: 1px solid #EAE8DF;
}
#contents table th {
	background-color: #EFEDE7;
	padding: 7px;
}
#contents form table th {
	width: 127px;
}

/*
パンくずリスト
-------------------------------------------------------------------*/
#contents #pan {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}
#contents #pan a {
	margin-right: 7px;
	margin-left: 7px;
}
#contents #pan strong {
	margin-left: 7px;
}

/*
サイド・メニュー
-------------------------------------------------------------------*/
#side {
	float: left;
	width: 175px;
	background-color: #EEEDE9;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-left: 5px;
}

#side li {
	list-style-type: none;
}

#side #side_d {
	padding-top: 2px;
	margin-bottom: 5px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border: 1px solid #FFFFFF;
	background-color: #B9B8AC;
}

#side #side_d h3 {
	display: block;
	width: 146px;
	line-height: 23px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 3px;
	font-size: 12px;
	text-align: center;
	background-color: #666666;
	background-image: url(img/side_g3.gif);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #969583;
	border-left-color: #969583;
	height: 23px;
}

#side #side_d ul {
	margin-bottom: 5px;
}

#side #side_d li a {
	display: block;
	width:120px;
	font-size: 12px;
	color:#546839;
	line-height: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 3px;
	background-image:url(img/li_g.gif);
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #948C74;
	background-position: 7px center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBC8BC;
	text-decoration: none;
}


#side #side_d li a:hover {
	background-color: #648E31;
	color: #FFFFFF;
	text-decoration: none;
	background-position: 8px;
	background-image: url(img/li_ov_g.gif);
}


#side img {
	border:none;
}

#side p {
	padding: 10px;
}

#side p a {
	font-size:10px;
	background-color: #E2DECF;
	display: block;
	padding: 10px;
	line-height: 15px;
	border: 2px solid #C6BCB0;
}

#side #side_pr {
	margin: 5px;
	padding: 10px;
	border: 1px solid #DBD9D0;
	background-color: #F8F8F5;
}
#side #side_pr h3 {
	font-size: 12px;
	color: #666666;
}
/*
右サイド・メニュー
-------------------------------------------------------------------*/
#side_r {
	float: right;
	width: 254px;
	background-color: #EEEDE9;
	padding-bottom: 10px;
	margin-right: 5px;
}

#side_r li {
	list-style-type: none;
}

#side_r .side_box {
	padding-top: 2px;
	margin-bottom: 5px;
	width: 244px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border: 1px solid #FFFFFF;
	background-color: #B9B8AC;
}

#side_r .side_box h3 {
	display: block;
	width: 230px;
	line-height: 23px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 3px;
	font-size: 12px;
	text-align: center;
	background-color: #666666;
	background-image: url(img/side_g3.gif);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #969583;
	border-left-color: #969583;
	height: 23px;
}

#side_r .side_box ul {
	margin-bottom: 5px;
}

#side_r .side_box li a {
	display: block;
	width:204px;
	font-size: 12px;
	color:#666666;
	line-height: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 3px;
	background-image:url(img/li_g.gif);
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #948C74;
	background-position: 7px center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBC8BC;
	text-decoration: none;
}


#side_r .side_box li a:hover {
	background-color: #FCF9E4;
	color: #000000;
	text-decoration: none;
	background-position: 8px;
}


#side_r img {
	border:none;
}

#side_r p {
	padding: 10px;
}

#side_r p a {
	font-size:10px;
	background-color: #E2DECF;
	display: block;
	padding: 10px;
	line-height: 15px;
	border: 2px solid #C6BCB0;
}

#side_r #side_pr {
	margin: 10px;
	padding: 10px;
	border: 1px solid #DBD9D0;
	background-color: #F8F8F5;
}
#side_r #side_pr h3 {
	font-size: 12px;
	color: #666666;
}
/*
右サイド・メニュー・トップ
-------------------------------------------------------------------*/
#side2 {
	float: right;
	width: 254px;
	background-color: #EEEDE9;
	padding-bottom: 10px;
	margin-top: 15px;
	margin-right: 5px;
}

#side2 li {
	list-style-type: none;
}

#side_d2 {
	margin-bottom: 5px;
	width: 244px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border: 1px solid #FFFFFF;
	background-color: #B9B8AC;
}

#side_d2 h3 {
	display: block;
	width: 120px;
	line-height: 23px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 3px;
	font-size: 13px;
	text-align: center;
	background-color: #666666;
	background-image: url(img/side_g3.gif);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #969583;
	border-left-color: #969583;
	height: 23px;
}

#side_d2 ul {
	margin-bottom: 5px;
}

#side_d2 li a {
	display: block;
	width:90px;
	font-size: 12px;
	color:#555555;
	line-height: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 3px;
	background-image:url(img/li_g.gif);
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #948C74;
	background-position: 7px center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBC8BC;
	text-decoration: none;
}

#side_d2 li a:hover {
	background-color: #FFEBB5;
	color: #000000;
	text-decoration: none;
	background-position: 8px;
	background-image: url(img/li_ov_g.gif);
}

#side_d2 IFRAME {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

#side2 #side_pr {
	margin: 5px;
	padding: 10px;
	border: 1px solid #DBD9D0;
	background-color: #F8F8F5;
}
#side2 #side_pr h3 {
	font-size: 12px;
	color: #666666;
}
/*
右サイド・メニュー・エリア
-------------------------------------------------------------------*/
#side2a {
	float: right;
	width: 160px;
	background-color: #EEEDE9;
	padding-bottom: 10px;
	margin-top: 15px;
	margin-right: 5px;
}

#side2a li {
	list-style-type: none;
}

#side_d2a {
	padding-top: 3px;
	margin-bottom: 5px;
	width: 145px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border: 1px solid #FFFFFF;
	background-color: #B9B8AC;
}

#side_d2a h3 {
	display: block;
	width: 136px;
	line-height: 23px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 3px;
	font-size: 13px;
	text-align: center;
	background-color: #666666;
	background-image: url(img/side_g3.gif);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #969583;
	border-left-color: #969583;
	height: 23px;
}

#side_d2a ul {
	margin-bottom: 5px;
}

#side_d2a li a {
	display: block;
	width:115px;
	font-size: 12px;
	color:#555555;
	line-height: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 15px;
	padding-bottom: 3px;
	background-image:url(img/li_g.gif);
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #948C74;
	background-position: 7px center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBC8BC;
	text-decoration: none;
}

#side_d2a li a:hover {
	background-color: #FFEBB5;
	color: #000000;
	text-decoration: none;
	background-position: 8px;
	background-image: url(img/li_ov_g.gif);
}

#side_d3a {
	padding-top: 1px;
	margin-bottom: 5px;
	width: 130px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border: 1px solid #FFFFFF;
	background-color: #B9B8AC;
}

#side_d3a IFRAME {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

#side2a #side_pr {
	margin: 5px;
	padding: 10px;
	border: 1px solid #DBD9D0;
	background-color: #F8F8F5;
}
/*
フッタメニュー
-------------------------------------------------------------------*/

#f_menu {
	clear: both;
	background-image: url(img/foot_bg_g.gif);
	background-repeat: repeat-x;
	background-color: #F0EFE8;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	height: 90px;
	position: relative;
	width: 942px;
	margin-right: auto;
	margin-left: auto;
}
#f_menu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #85846D;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
	line-height: 20px;
	color: #85846D;
}
#f_menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#f_menu li a {
	font-size: 10px;
}

#f_menu p {
	font-size: 10px;
	color: #333333;
}

#f_menu #pr {
	font-size: 10px;
	text-align: right;
	padding-bottom: 5px;
	padding-left: 5px;
}
#f_menu #pr a {
	font-size: 10px;
}

#f_menu #pr2 {
	font-size: 8px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: right;
}
#f_menu #pr2 a {
	font-size: 8px;
}

/*
コピーライト
-------------------------------------------------------------------*/

address {
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	display: block;
	background-color: #6B7843;
	font-size: 10px;
	padding: 5px;
	width:972px;
	margin-right: auto;
	margin-left: auto;
}

*html body #wrap {
	margin-left: 3px;
}
*html body #side_r {
	margin-right: 3px;
}

#foot_line {
	height: 13px;
	clear: both;
	background-image: url(img/box_bg_g.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B4B198;
	background-position: bottom;
}
#f_menu h3 {
	color: #696856;
}
