@charset "Shift_JIS";


/* 全体的なルール */
* { margin: 0; padding: 0;}

body {
	background: #EBF4E1;
	font-family: Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;  
	color:#000000; 
	text-align: center;
	margin: 0 0 15px 0;
	font-size:94%;
}

/* リンク */
a, a:visited {	
  color:#000000;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color:#336600;
	background: inherit;
	text-decoration:underline;
}


/* ヘッダ */
h1, h2, h3, h4 {
  margin: 0;
	padding: 5px 0;
	font-family: Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: Bold; 
}
h1 {
	font-size: 130%;	
}
h1#slogan {
	font-size: 90%;	
	font-weight: bold;
	color: #FFFFFF;
}
h2 {
  color:#000;
	font-size: 120%;
	padding-left:10px;
}
h3 {
  color:#000;
	font-size: 120%;	
}
h4 {
  color:#000;
	font-size: 120%;	
}

p {
	margin: 0;
	padding: 5px 0;
}
#main ul {
	margin: 10px 0 5px 10px;
	padding: 0 0 0 15px;
	list-style:none;
	line-height:1.3;
}
#main ul li {
padding: 0 0 3px 3px;
list-style-image:url(../images/arrow.gif);
}

#main ul li.sub {
padding: 0 0 5px 0;
list-style-image:url(../images/allow_sub.gif);
}


/* 画像 */

img#header-photo {
  border: none;
	padding: 0;
	margin:0;
}
img.sidemenu {
  background: #FAFAFA;
  border: none;
	padding: 5px;
}
img.bn {
margin:3px 0;
}
#rightcolumn img {
padding:0;
border:none;
}
#rightcolumn img.shop {
padding:8px 0 5px 0;
border:none;
}


img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
img.icon {
padding:0 0 0 3px;
}

/* テーブル */
table {
	border-collapse: collapse;
	margin: 8px 0;
}

th {
	padding:5px;
	text-align: left;
	color:#000000;
	font-weight:normal;
}
td {
  color:#000000;
	padding: 5px 7px;
	border-bottom: 1px solid #fff;
}
td.shikai {
background: #E0EEC7;
border-left: 0px;
}
td.kikan {
background:#D2D8EB;
border-left: 0px;
}
 th a, a:visited {
  color:#000000;
	background: inherit;
	padding-bottom: 0;
	text-decoration:none;
 }
 th a:hover {
  color: #336600;
	background: inherit;
	padding-bottom: 0;
 }
/* テーブル終わり */

/* フォーム */
form {
	margin:10px 0 0 0; padding: 0 5px;
	background: #F5F5F5;
	font-size:90%;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #999;
	font: normal 1em Verdana, sans-serif;
	color:#000;
}
textarea {
	width:400px;
	padding:2px;
	border:1px solid #999;
	height:100px;
	display:block;
	color:#000;
}
input.button { 
	font-weight: bold;
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #000;
	background: #e7e6e6 url(../images/button.jpg);
	border: 1px solid #999;
}


/********************************************
   レイアウト
********************************************/ 
#wrap {
	position: relative;
	width: 910px;	
	margin: 0 auto;
	text-align: left;
	background: #EBF4E1 url(../images/3bg.png) repeat-y center top;
}
#content-wrap {
	float: left;
	width: 850px;
	margin-left: 30px;
	display: inline;
	padding: 0; 	
	
	background: #fff url(../images/content1.jpg) repeat-x; 
}
#header {
	position: relative;
	background: url(../images/3header_bg.png) no-repeat center top;
	height: 70px;
	width:910px;
	padding: 0;
	
}

/* ヘッダのリンク */
#header #header-links {
	text-align:right;
	padding: 50px 45px 5px 0;	
	color: #598025;
	font-size: 100%;	
	font-weight: bold;
}
#header #header-links p {	
	padding: 0;	margin: 0;	
}
#header #header-links a {	
	color: #598025;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #999;		
}


/* ヘッダ写真 */
#header-photo {
	position: relative;
	clear: both;
	margin: 0 auto;
	height: 150px;
	width: 850px;
}

#header-photo h1#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 6px;
	left: 20px;
	width: 400px;
}

/* ナビ */
#nav {
  width: 850px;		
  position: relative;
	clear: both;
	margin: 0 auto;
	padding:0;
}
#nav ul {
  width: 850px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 40px;
	background:#669900;
	}
#nav ul li {
width:106px;
height:40px;
list-style-type:none;
float: left;
}
#nav ul li a {
width:106px;
height:40px;
text-indent:-9999px;
overflow:hidden;
display:block;
}

#nav ul li.bt1 {
background-image:url(../images/nav1_off.jpg);
background-repeat:no-repeat;
}

#nav ul li.bt1 a:hover {
background-image:url(../images/nav1_on.jpg);
background-repeat:no-repeat;
}

#nav ul li.bt2 {
background-image:url(../images/nav2_off.jpg);
background-repeat:no-repeat;
}

#nav ul li.bt2 a:hover {
background-image:url(../images/nav2_on.jpg);
background-repeat:no-repeat;
}

#nav ul li.bt3 {
background-image:url(../images/nav3_off.jpg);
background-repeat:no-repeat;
}

#nav ul li.bt3 a:hover {
background-image:url(../images/nav3_on.jpg);
background-repeat:no-repeat;
}

#nav ul li.bt4 {
background-image:url(../images/nav4_off.jpg);
background-repeat:no-repeat;
}

#nav ul li.bt4 a:hover {
background-image:url(../images/nav4_on.jpg);
background-repeat:no-repeat;
}

#nav ul li.bt5 {
background-image:url(../images/nav5_off.jpg);
background-repeat:no-repeat;
}

#nav ul li.bt5 a:hover {
background-image:url(../images/nav5_on.jpg);
background-repeat:no-repeat;
}

#nav ul li.bt6 {
background-image:url(../images/nav6_off.jpg);
background-repeat:no-repeat;
}

#nav ul li.bt6 a:hover {
background-image:url(../images/nav6_on.jpg);
background-repeat:no-repeat;
}

#nav ul li.bt7 {
background-image:url(../images/nav7_off.jpg);
background-repeat:no-repeat;
}

#nav ul li.bt7 a:hover {
background-image:url(../images/nav7_on.jpg);
background-repeat:no-repeat;
}

#nav ul li.bt8 {
background-image:url(../images/nav8_off.jpg);
background-repeat:no-repeat;
}

#nav ul li.bt8 a:hover {
background-image:url(../images/nav8_on.jpg);
background-repeat:no-repeat;
}



/* メイン */
.three-col #main {
	margin: 0 200px 0 205px;
}
.two-col #main {
	margin: 10px 5px 0 200px;
}

#main h1, h2, h3 {
	margin: 10px 0;
	font-family: Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;	
	color: #000;
	padding: 15px 5px 3px 10px; 		
	border-bottom: 2px solid #669900;
}
#main h4 {
  width:445px;
	height:30px;
	margin:15px 0 0 0;
	padding:0;
	border-bottom: 2px solid #669900;
}

.c1 {
padding:10px;
border: solid 1px #999;
background:url(../images/bgc1.gif);
}
.c2 {
padding:10px;
border: solid 1px #999;
background:url(../images/bgc2.gif);
}

/* 左サイド */	
#sidebar {
  padding:6px 0 0 0;
	float: left;
	width: 195px;	
}	

#sidebar h1 {
  width:188px;
  height: 30px;
}
/* 右カラム */
#rightcolumn {
	float: right;
	width: 190px;
	padding:10px 0 0 0;
}
#rightcolumn h1 {
  width:190px;
  height: 30px;
}

.add {
margin: 5px 0;
padding:10px 5px 5px 10px;
border: solid 1px #999;
font-size:95%;
background:#F2FEDF;
}
span.name {
color:#336600;
font-weight:bold;
}

/* サイドメニュ */
ul.sidemenu {
	text-align: left;
	margin: 0 0 20px 7px;
	padding: 0;			
	border-top: 1px none #CCC;
	text-decoration: none;
}
ul.sidemenu li {
	list-style: none;
	padding: 10px 0 3px 0;
	margin: 0;	
	border-bottom: 1px solid #999;
	background:#FFF;
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	color:#000;
	border: none;
}
ul.sidemenu li a:hover {	
	color:#669900;
	border: none;
}

/* フッタ括り */
#footer-wrap {
	clear: both;
	width: 910px;
	font-size: 95%;
	padding: 20px 0;
	text-align: left;	
	background: url(../images/footer-bottom.gif) no-repeat center bottom;	
}
#footer-wrap a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #336600;	
}
#footer-wrap p {
	padding: 5px 0 5px 0;
	background: #EBF4E1;
	border:1px solid #999999;
}
#footer-wrap h2 {
	color: #000;
	margin: 0;
	padding: 0 10px; 
}

/* フッタ */
#footer {
	clear: both;
	color: #000;	
	margin: 0 auto 10px auto; 
	width: 850px;
	padding: 0;
	text-align: center;
	background: #F8F7F7;
}

/* 画像ほか */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* 汎用 */
.clear { clear: both; }

/* 投稿 */
.post-footer {
	background: #F5F5F5;
	padding: 5px; margin: 5px 0 0 0;	
	font-size: 90%;	
	color: #000;
	text-align:right;
	line-height:1.3;
}


/* ページトップへ */
.pagetop {
	background: #F5F5F5;
	padding: 5px; margin: 5px 0 0 0;	
	font-size: 90%;	
	color: #000;
	text-align:right;
	line-height:1.3;
}

