* {
	color:#333333;
	padding:0;
	font-size: 12px;
	line-height: 140%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-image: none;
}

body {
	background-color: #77d020;
	background-image: url(img/bg0.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: center top;
}

a {
	color:#828426;
}

a:hover {
	text-decoration: none;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	color: #0033FF;
}

b {
	color: #FF0000;
}

.chui {
	font-size: 10px;
	color: #FF0000;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	border: 1px solid #628662;
}

#wrap {
	float: left;
	padding: 0px;
	margin-top: 0px;
}


/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:800px;
	height:20px;
	margin-right: auto;
	margin-left: auto;
}


h1 a {
	display: block;
	text-align: right;
	padding-right: 10px;
	font-size: 10px;
	padding-top: 5px;
	color: #FFFFFF;
}

#header #sub {
	font-size: 10px;
	color: #E4EABB;
	margin-left: 30px;
}

#header #sub2 {
	text-align: right;
	padding-right: 30px;
	font-size: 10px;
	padding-top: 5px;
}


/*
トップ
-------------------------------------------------------------------*/

#top {
	width:800px;
	height:70px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(img/header.jpg);
	margin-top: 0px;
	border: 1px solid #628662;
}


#top_rogo {
	float: left;
	padding-right: 0px;
	padding-top: 0px;

}

#top_banner {
	float: right;
	padding-right: 5px;
	padding-top: 5px;

}

/*ナビゲーション0
----------------------------------------------- */
#nav0 {
	width:650px;
	padding: 0px;
	margin: 0px;
	border: 0px solid #000000;
	background-color: #FFFFFF;

}

#nav0 img {
        _float: right;
        overflow:hedden;
        vertical-align:bottom;
}

#nav1 {
       display: inline;
	width:180px;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
        float: left;
}

#nav1 a{
display:block;
width:180px;
font-size: 15px;
color:#000000;
background:url(img/menu0_1.jpg) no-repeat;
height:30px;
line-height:30px;
padding-left: 10px;
text-decoration:none;
}

#nav1 a:hover{
color:#000000; 
background:url(img/menu0_2.jpg) no-repeat;
}


/*ナビゲーション
----------------------------------------------- */
#nav {
	padding: 0px;
	background-color: #333333;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 0px solid #000000;
	background-image: url(img/nav.gif);
	background-repeat: repeat-x;
}

#nav ul {
	list-style-type:none;
	display: block;
	margin-left: 10px;
  }
  

#nav li {
	display: inline;
  }
  
#nav li a {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 17px;
	text-decoration: none;
	background-image: url(img/c_li.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 22px;
	padding-right: 18px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}

#nav a:hover {
	color: #000000;
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}


/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
	width:650px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #808080;
}

#contents p{
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/note_line.gif);
	margin-right: 30px;
	margin-left: 20px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}


#contents #image_left{
	float: left;
	background-color: #FFFFFF;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 5px;

}

#contents h2 {
        clear: both;
	font-size: 16px;
	padding-left: 35px;
	color: #3F3F3F;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 5px;
	font-weight: bold;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #A9B335;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #628662;
	background-color: #FFFFFF;
	background-image: url(img/s.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 5px;
	padding-bottom: 2px;
}


#contents h3 {
        clear: both;
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CBCCA2;
	padding-left: 7px;
	color: #3F3F3F;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 13px;
}

#contents h3 a {
	font-size: 14px;
}

#contents h4 {
        clear: both;
	font-size: 12px;
	color: #8B8C4D;
	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 #c_pad {
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}



#contents #c_pad p a {
	line-height: 20px;
}

#contents #c_pad p strong {
	line-height: 20px;
}


#contents #top_img {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #DDE1E1;
	background-image: url(img/top_img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 150px;
}

#contents #c_pad #top_img p {
	font-size: 10px;
	color: #E4EABB;
	background-image: none;
	margin-top: 50px;
	margin-left: 20px;
	margin-right: 300px;
}


/*
コンテンツボックス
-------------------------------------------------------------------*/

#contents #box_navi {
clear: both;
width:630px;
margin-left:15px;
margin-top:0px;
margin-bottom:0px;
padding-top:0px; 
padding-bottom:0px;
}

#contents #box {
clear: both;
width:630px;
padding-top:5px;/* ←top.jpgの高さ*/
background:url(img/box_01.jpg) no-repeat left top;
}

#contents #box_body {
padding:3px 10px 6px 10px;
background:url(img/box_02.jpg) repeat-y left top;
}
#contents #box_bottom {
height:15px;/* ←bottom.jpgの高さ*/
background:url(img/box_03.jpg) no-repeat left bottom;
font-size:1px;/* ←↓ ブラウザで文字サイズ拡大した際に崩れないように。*/
line-height:1px;
} 

#contents #box h3 {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #537C53;
	padding-left: 7px;
	color: #3F3F3F;
	line-height: 16px;
	margin-top: 2px;
	margin-bottom: 10px;
	margin-left: 13px;
}

#contents #box h3 a {
	font-size: 14px;
}

#contents #box h4 {
        clear: both;
	font-size: 12px;
	color: #8B8C4D;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 25px;
}

#contents #box #image_left{
	float: left;
	background-color: #FFFFFF;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	_margin-left: 10px;
	margin-right: 5px;

}


#contents #box #photo{
	float: left;
	background-color: #FFFFFF;
	padding: 5px;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 0px;
}

#contents #box #photo_t{
	float: left;
	background-color: #FFFFFF;
	padding: 5px;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;

}



#contents #box #image_right{
	float: right;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 20px;

}

#contents #box #clear {
clear: both;
}



#contents #box iframe {
	margin-top: 0px;
	margin-left: 10px;
        width: 600px;
        height: 280px;
}


#contents #box_body #in_l {
	float: left;
	margin-top: 5px;
	margin-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 200px;
}

#contents #box_body #in_r {
	float: right;
	margin-top: 5px;
	margin-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 200px;
}

/*
コンテンツ書ボックス
-------------------------------------------------------------------*/

#contents #box #sho {
clear: both;
width:600px;
padding-top:5px;/* ←top.jpgの高さ*/
margin-left: 5px;
background:url(img/box600_01.jpg) no-repeat left top;
}
#contents #box #sho_body {
overflow:auto;
width:600px;
padding:3px 10px 6px 10px;
background:url(img/box600_02.jpg) repeat-y left top;
}

/*\*/
　* html div.parent{overflow: visible;}
/**/

#contents #box #sho_bottom {
clear: both;
height:15px;/* ←bottom.jpgの高さ*/
background:url(img/box600_03.jpg) no-repeat left bottom;
font-size:1px;/* ←↓ ブラウザで文字サイズ拡大した際に崩れないように。*/
line-height:1px;
} 

#contents #box #sho_photo{
	float: left;
        background-color:transparent
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 3px;
	margin-left: 6px;
	margin-right: 1px;

}


table#table-01 {
    width: 585px;
    table-layout:fixed; 
    margin-left: 15px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th{
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}

table#table-01 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    white-space: nowrap;
}

/*
コンテンツ通販ボックス
-------------------------------------------------------------------*/

#contents #box #shop {
clear: both;
width:600px;
padding-top:5px;/* ←top.jpgの高さ*/
margin-left: 5px;
background:url(img/box600_001.jpg) no-repeat left top;
}
#contents #box #shop_body {
overflow:auto;
width:600px;
padding:3px 10px 6px 10px;
background:url(img/box600_002.jpg) repeat-y left top;
}

/*\*/
　* html div.parent{overflow: visible;}
/**/

#contents #box #shop_bottom {
clear: both;
height:15px;/* ←bottom.jpgの高さ*/
background:url(img/box600_003.jpg) no-repeat left bottom;
font-size:1px;/* ←↓ ブラウザで文字サイズ拡大した際に崩れないように。*/
line-height:1px;
} 


#contents #box #shop h3 {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #537C53;
	padding-left: 7px;
	color: #3F3F3F;
	line-height: 16px;
	margin-top: 2px;
	margin-bottom: 10px;
	margin-left: 13px;
}

#contents #box #shop h3 a {
	font-size: 14px;
}

#contents #box #shop h4 {
        clear: both;
	font-size: 12px;
	color: #003300;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 25px;
}

#contents #box #shop #image_left{
	float: left;
	background-color: #FFFFFF;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 5px;

}


#contents #box #photo{
	float: left;
	background-color: #FFFFFF;
	padding: 5px;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 0px;

}





#contents #box #image_right{
	float: right;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 20px;

}

/*
トップ　テーブル123
-------------------------------------------------------------------*/

#contents #top_t_left {
	float: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
}

#contents #top_t1 {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #DDE1E1;
	background-image: url(img/top_l305_150.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 150px;
	width: 305px;
}

#contents #c_pad #top_t1 p {
	font-size: 10px;
	color: #000000;
	background-image: none;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

#contents #c_pad #top_t1 iframe {
	margin-top: 15px;
        width: 270px;
        height: 105px;
}

#contents #top_t2 {
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(img/top_l305_100.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
	width: 305px;
}

#contents #c_pad #top_t2 p {
	font-size: 10px;
        text-align:center; 
	color: #333300;
	background-image: none;
	margin-top: 2px;
	margin-left: 10px;
	margin-right: 10px;
}

#contents #top_t_r {
	float: right;
	margin-top: 5px;
	margin-right: 20px;
	_margin-right: 14px;
	padding-top: 10px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(img/top_r305_260.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 260px;
	width: 305px;
}

/*トップ　youtube 埋め込み用---------------------------------------*/

#contents #top_t_r #youtube {
	float: left;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 3px;
	margin-right: 0px;
}

/*トップ　youtube 埋め込み用 ここまで-----------------------------*/

#contents #c_pad #top_t_r p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333300;
	background-image: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 25px;
	margin-bottom: 0px;
	margin-right: 0px;
	_margin-right: 5px;
	margin-left: 5px;
}

#contents #top_t_r #image_left{
	float: left;
	padding: 5px;
	margin-top: 25px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;

}



/*
トップ　テーブル123　ここまで
-------------------------------------------------------------------*/

#contents #c_pad .top_left {
	float: left;
	padding: 10px;
}

#contents #c_pad .p_img {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}





/*
パンくずリスト
-------------------------------------------------------------------*/
#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;
	background-color: #FFFFFF;
	margin-left: 5px;
	#margin-left: 5px;
}

#side li {
	list-style-type: none;
}

#side_d {
	padding-top: 2px;
	margin-bottom: 5px;
	width: 120px;
	margin-left: 5px;
	#margin-left: 5px;
	_margin-left: auto;
	margin-top: 5px;
	border: 0px solid #628662;
	background-color: #FFFFFF;
}

#side_d h3 {
	display: block;
	width: 120px;
	line-height: 20px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 3px;
	font-size: 12px;
	padding-top: 4px;
	text-align: center;
	background-color: #333333;
	background-image: url(img/nav.gif);
	background-repeat: repeat-x;
	border: 0px solid #000000;
}

#side_d ul {
	margin-bottom: 5px;
}

#side_d li a {
	display: block;
	width:120px;
	font-size: 12px;
	color:#FFFFFF;
	line-height: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	background-color: #808080;
	padding-top: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;

}


#side_d li a:hover {
	background-color: #FCF9E4;
	color: #000000;
	text-decoration: none;
	background-position: 8px;
}


#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_d iframe {
	margin-top: 0px;
        width: 130px;
        height: 440px;
}

/*
フッタメニュー
-------------------------------------------------------------------*/

#f_menu {
	clear: both;
	text-align: center;
	background-image: url(img/foot.jpg);
	background-repeat: repeat-x;
	border: 1px solid #E2E2DE;
	padding: 15px;
	background-color: #FAFAF8;
}
#f_menu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
	line-height: 20px;
}
#f_menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#f_menu li a {
	font-size: 12px;
}

#f_menu p {
	font-size: 10px;
	color: #333333;
}

#f_menu #pr {
	font-size: 10px;
	color: #A8A78A;
}
#f_menu #pr a {
	font-size: 10px;
	color: #A8A78A;
}
/*
コピーライト
-------------------------------------------------------------------*/

address {
        clear: both;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 5px;
	display: block;
	background-color: #628662;
	font-size: 10px;
}
