/*-------------------------------- 
   共通設定
----------------------------------　*/
body {
	margin: 0px;
	padding:0px ;
	line-height: 120%;
	background: url(images/back.jpg);
}
hr {
	color:#99CC00;
	margin: 0;
	background:#99CC00;
}

p {
	margin:0;
}

/*--------リンク		*/
a:hover { 	color: #FF0000; }
/*--------見出し設定	*/
h1 {
	background-image:url(images/head1.jpg);
	background-repeat:no-repeat;
	font-size : large;
	padding-left: 1em;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	color: #FF0000;
	/*border-bottom:1px solid #990000;*/
	width: 510px;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 150%;
}
h2 {
	margin-left: 2em;
	background-color: #F2ECEC;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-top-color: #339900;
	border-right-color: #339900;
	border-bottom-color: #339900;
	border-left-color: #339900;
	font-size: small;
	padding-left: 2em;
	width: 500px;
	background-image: url(images/h2.gif);
	background-repeat: no-repeat;
	}
h3 {
	margin-left: 2em;
	background-color: #006600;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
	font-size: small;
	padding-left: 2em;
	width: 500px;
	background-image: url(images/h2.gif);
	background-repeat: no-repeat;
	}


/* SEO対策
------------------------------------------------------------------ */
#top_word{
	position: absolute;
	font-size: 70%;
	color: #333333;
	top: 0px;
	left: 0px;
	height: 2em/*30px*/;
	padding-top: 0.2em/*13px*/;
	padding-left: 10px;
	z-index: 2;
	width: 420px;
}

/*----------------
　コンテンツ幅
------------------　*/
#contents {width: 800px;}
/* ---------------
   パンくずリスト
------------------　*/
#list {
	font-size : small;
	padding-left : 0.5em;
	float: left;
}
/* ---------------
   コンテンツコピー
------------------　*/
#m_word {
	float: none;
	text-align:right;
	font-weight: bold;
	color: #006600;
	letter-spacing: 0.1em;
	border-bottom-style: dotted;
	border-bottom-color: #006600;
	border-bottom-width: 1px;
	margin: 0.5em 0;
	font-size: 90%;
}

/* -----------------------------------
　へッダ
--------------------------------------　*/
#head {
	background-color:#99CC00;
	}
/*******************
   メインメニュー
********************/

#menu_m {
	height:30px;
	padding-right: 1em;
}
#menu_m ul{
	list-style : none;
	color:#336600;
	text-align: right;
	margin: 0;
}
#menu_m ul li{	display:inline;	padding: 0px;	margin: 3px;}
#menu_m ul li a {
	border: 1px solid #607210;
	background-color:#FFFFFF;
	font-size: 12px;
	text-decoration: none;
	padding: 0.1em 0.5em;
	font-weight: bold;
}
#menu_m a:link {background:#FFFFFF;	text-decoration: none;	color: #006600;}
#menu_m a:hover {text-decoration: none;	color: #FF0000;	background-color: #F2FFCA;
}
/*******************
   グローバルメニュー
********************/
#menu_g {
	position: absolute;
	top: 0px;
	right: auto;
	bottom: auto;
	left: 380px;
	width: 400px;
	padding: 5px 10px 0px 10px;
	height: 2em;/*30px*/;
	z-index: 1;
}

#menu_g ul {
	padding: 0;
	list-style : none;
	color:#336600;
	text-align: right;
	margin: 0;
}
#menu_g ul li{	display:inline;	padding: 0px;	margin: 3px;}
#menu_g ul li a {
	border: 1px solid #607210;
	font-size: 12px;
	text-decoration: none;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	font-weight: bold;
	color: #FFFFFF;	background-color: #009900;
}
#menu_g a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#menu_g a:hover {
	text-decoration: none;
	color: #FF0000;
}
div#head img {
	margin:10px 0 0 0;
}

/* -----------------------------------
　　サブメニュー
--------------------------------------　*/
#navigation {
	float: right;
	width:220px;
	padding-top: 20px;
	height: auto;
}
#navigation ul{
	list-style: url(images/ya1.gif);
	font-size: small;
	vertical-align:bottom;
	padding-bottom: 2em;
	margin-left: 2em;
	padding-left: 0px;
}
#navigation li {
	padding-bottom: 1.2em;
}
#navigation p {
	font-size:12px;
	/*text-align:center;*/
}
/*==============================
#navigation p.tanto {
	width:180px;
	border:solid 1px #99CC00;
	padding: 0.2em;
	margin: 0.5em;}
#navigation p.shop{
	width:180px;
	border-top:dotted 2px #99CC00;
	padding-top: 1em;
	margin: 0.5em;}
==============================*/
#s_menu_word {
	font-size:medium;
	color: #FFFFFF;
	background-color: #006600;
	text-align:center;
	font-weight: bold;
	}
#s_menu {
	width:200px;
	background-color:#FFFFFF;
	left: auto;
	right: auto;
	margin-left: 10px;
	border: 1px solid #99CC00;
	}
#act {
	color: #FF0000;
}
#shopping {text-align:center;
			margin-top:3em;}
#shopping p.tanto {
	width:180px;
	border:solid 1px #99CC00;
	padding: 0.2em;
	margin: 1em auto 0 auto;
	background:#FFFFFF;
	}
#shopping p.shop{
	width:180px;
	border-top:dotted 2px #99CC00;
	padding-top: 1em;
	margin: 0.5em;}
#shopping p.word { text-align:left;
	margin:0 1em;}
#shopping p { text-align:center}
/*　新着情報　*/
#news_menu {
	width:200px;
	background-color:#FFFFFF;
	left: auto;
	right: auto;
	margin-left: 10px;
	border: 1px solid #99CC00;
	}
#news_menu_word {
	font-size:medium;
	color: #FFFFFF;
	background-color: #99CC00;
	text-align:center;
	font-weight: bold;
	letter-spacing: 0.5em;
	}
.news {
	margin-left:1em;
	font-size:95%;
	line-height:normal;
	margin-top: 0.5em;
	margin-bottom: 1em;
	margin-right: 0.5em;
}
.sub_cone {
	vertical-align:middle;
	display:inline;
	padding: 0px;
	margin: 0px;
}
/*-----------------------------------------*/

/* コンテンツ部背景　
#back_img {
	background : url(images/back.jpg) repeat-y }*/

/* -----------------------------------
　　本文
--------------------------------------　*/
#main {
	float:left;
	display: block;
	width: 580px;
	height: auto;
	padding-top: 1.5em;
	padding-bottom: 2em;
}
#main p {
	margin-left:2em;
	margin-bottom:1em;
	/*font-size: 12px;*/
	font-size:90%; /*固定へ変更*/
	padding-right: 30px;
	
}
#main img {
	padding-right: 5px;
	padding-left: 5px;

}
/*　トップページ用　*/

#top_main {
	float:left;
	display: block;
	width: 580px;
	height: auto;
	padding-top: 1.5em;
	padding-bottom: 2em;
}
/*.top_contents {
	background:url(images/word_bk.gif) repeat-y 0.5em;
	display: block;
	margin-bottom: 20px;
}*/
.main_word {
	width:auto;
	padding-left: 1.5em;
	margin-left: 0.5em;
	background-image:url(images/word_bk.gif);
	background-repeat:repeat-y;
	border-top: none;
	border-right: none;
	border-bottom: 1 solid #6C1E1C;
	border-left: none;
	height: auto;
}
#top_main p {
	margin-left:2em;
	/*font-size:12px;*/
	font-size:95%; /*固定ピッチへ変更*/
}
#top_main img {
	margin-left: 0.5em;
}
#top_main table.table_top {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 80%;
	text-align: center;
	font-weight: bold;
	font-size: 80%;

}

.midasi {
	border-bottom:2px solid #99CC00;
	padding-left: 1em;
	background: url(images/ya1.gif) no-repeat left center;
	color: #6C1E1C;
	font-weight: bold;
	margin-top: 0.5em;
	margin-left: 2.5em;
	margin-bottom: 0.5em;
}
.bo-1 {
	border-bottom: 1px solid #6C1E1C;
	background:url(images/word_bk.gif) repeat-y;
	display: block;
	margin-bottom: 3em;
	width: 550px;
	padding-bottom: 1em;
	margin-left: 10px;
}
.klog_font {
	FONT-SIZE: 80%;
        LINE-HEIGHT: 120%;
        FONT-FAMILY: "ＭＳ ゴシック", "Osaka−等幅";
}
.klog_bgcolor {
        background-color:#E2FFC2;
}
.faq_mokuji {
        border-top: 2px solid #006600;
        border-bottom: 2px solid #006600;
}
.seihin_syousai {
        border-top: 2px solid #006600;
        border-bottom: 2px solid #006600;
        border-left: 2px solid #006600;
        border-right: 2px solid #006600;
        FONT-SIZE: 80%;
        FONT-FAMILY: "ＭＳ ゴシック", "Osaka−等幅";
}
/* -----------------------------------
　　商品写真
--------------------------------------　*/
.ph {
}
.ph_img {
	text-align: center;
	margin: 0px;
	clear: both;
	float: left;
	padding: 0px 0px 0px 10px;
}
.ph_comment {
	margin: 0px 15px 10px 0px;
	padding: 10px 0px;
	border: 1px solid #666666;
	float: right;
	font-size: 90%;
	width: 250px;
	background-color: #eeeeee;
}
.ph_border1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 2px;
	margin-right: 30px;
	font-weight: bold;
}

/********************
お支払い
*********************/
div#osiharai h2 { border-bottom-style: solid; border-bottom-width:1px; width: 490px; 
							margin-left: 0; margin-right:0; padding-right: 0}
/*全体*/
div#osiharai { width: 500px; margin-left: 2em; padding: 0}
div#osiharai h2 a { text-decoration: none}
div#osiharai h2 a:hover { color:#F00}
/*bottom*/
div#osiharai_b { clear:both}
/*　見出し３下の段落書式　*/
div#osiharai h6	{
	margin: 0.5em 0 0.3em 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #339900;
	border-right-color: #339900;
	border-bottom-color: #339900;
	border-left-color: #339900;
	font-size: small;
	padding-left: 2em;
	width: 100px;
	background-image: url(../images/h2_2.gif);
	background-repeat: no-repeat;
	}
	

/*left*/
div#osiharai_l  { width: 200px; float: left; margin: 1em 0 0 0} 
div#osiharai_l p.head { font-size: small; width: 190px; margin: 0 } 
div#osiharai_l p { font-size: small; width: 190px; margin: 0.5em 0 0 1.5em } 
div#osiharai_l table { 
	font-size: small;
	width: 200px;
	margin: 0.5em 0 0 1.3em;
        border-top: 2px solid #006600;
        border-bottom: 2px solid #006600;
        border-left: 2px solid #006600;
        border-right: 2px solid #006600;
	} 
div#osiharai_l ul li { font-size: 80%; margin-bottom: 0.3em} 
div#osiharai_l ul { margin-bottom: 2em; margin-left: 1em; list-style-type:square; padding: 0; width: auto}
div#osiharai_l h2 { width: 210px; padding-right: 0; margin: 0 2em 0.5em 0 }
div#osiharai_l h2.sq { background-image:url(../images/h2_2.gif)}

/*right*/
div#osiharai_r { width: 200px; float: right; margin: 1em 0 0 0 }
div#osiharai_r p.head { font-size: small; width: 190px; margin: 0 } 
div#osiharai_r p { font-size: small; width: 185px; margin: 0.5em 0 0 1.5em } 
div#osiharai_r ul li { font-size: 80%; margin-bottom: 0.3em} 
div#osiharai_r ul { margin-bottom: 2em; margin-left: 1em; list-style-type:square; padding: 0; width: auto}
div#osiharai_r h2 { width: 200px; padding-right: 0; margin-right: 0}
div#osiharai_r h2.sq { background-image:url(../images/h2_2.gif)}

/* -----------------------------------
　　フッタ
--------------------------------------　*/
#footer {
	clear:both;
	text-align:center;
	float:left;
	background-color: #FFFFFF;
	width:800px;
}
#footer p {
	margin:0;
	font-size:small;
	line-height: normal;
}
#footer ul{
	margin:0;
	padding: 0;
	list-style : none;
	color:#336600;
	text-align: center;
}

#footer li{
	display:inline;
	padding: 0px;
	margin: 3px;

}
#footer ul li a {
	font-size: 12px;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	border-right: 1px solid #607210;
}

#back_img {
	background: url(images/back.jpg) repeat-y;
	width:820;
	z-index:0;
}


/* -----------------------------------
　　セミナー用に追CSS　2009.10.2
--------------------------------------　*/

.seminar_bana {
	margin-bottom: 20px;
	margin-left: 10px;
}
