/* CSS Document */

/*　---------------------★基本設定----------------------------------　*/
a { text-decoration : underline ; color : #4040BF ;}
a:hover { text-decoration : none ; color : #4040BF ;}

/*　---------------------★コンテナー大枠----------------　*/

/*　メニュー背景ここで設定　*/

#container {
	background : url("img_l/body_bg.gif") center repeat-y ;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
	
#header {
	background :  url("img_l/header_bg.jpg") no-repeat right bottom #FFF ;
	border-bottom:1px solid #CCCCCC;
}
	
/*　タイトル設定　*/

#header h1 {
	color: #fff;}

#header h2 { 
	color: #CC6600}	
	
#header a { color: #006666 ; text-decoration : underline ;}
#header a:hover { text-decoration:none;}

	
/*　---------------------★コンテンツ---------------------　*/
#content {
	background: url("img_l/contents_bg.gif") repeat-x;}

/*　---------------------★メニュー---------------------　*/
/*　テキストリンク用　*/
#left #menu {
	padding:8px 0px ; }

#left #menu ul{
	border-top:1px solid #bbbbbb ;
}
#left #menu li {
	margin-bottom:1px ;
	border-bottom:1px solid #bbbbbb ;
	}
	
#left #menu li a{
	background: url(img_l/li_10.gif) no-repeat 10px 8px;
 	padding:7px 0 7px 30px ;
	line-height:1.2em;
	font-weight:normal;
	font-family:"ＭＳ Ｐゴシック", "Osaka";
}

#left #menu li a:hover { 
	background: url(img_l/li_10-2.gif) no-repeat 10px 8px;
/*　	border:1px solid #EAE9E9 ;　*/
	color: #FF6600 ;}

/* サブメニュー */
#left #menu li.st {
	border-top:none;}

#left #menu li.st a{
	width:144px;
	margin-left:23px ;
 	padding:0.4em 0 0.4em 13px ;
	font-size:90% ;
	background:url(img_l/mst_bg.gif) no-repeat 0 0 ;
	}

#left #menu li.st a:hover {
	background:url(img_l/mst_bg2.gif) no-repeat 0 0 ;color:#FF6600 }

/* 選択中 */
#left #menu li#on a { background: url(img_l/li_10-2.gif) no-repeat 10px 8px; color:#FF6600 }
#left #menu li#on a:hover { background: url(img_l/li_10-2.gif) no-repeat 10px 8px;  }

#left #menu li#on.st a {background:url(img_l/mst_bg2.gif) no-repeat 0 0 ;}
#left #menu li#on.st a:hover { background:url(img_l/mst_bg2.gif) no-repeat 0 0 ;color:#FF6600 }


/*　---------------------★フッター---------------------　*/
#footer {
	background: #FFF;
	color: #FFF ;
	background:#95B97B;}

/*　SEOテキスト用　*/

#footer p { color:#FFF}

/*　著作権表記　*/

#footer p.copyright { color:#FFF}



/*　---------------------★コンテンツ設定---------------------　*/

#content-body {
	margin:28px 28px;
	}

/*　h3タイトルバー　*/	
#content-body h3 {
	padding:0px 0px 0px 30px;
	line-height:30px ;
background:url(img_l/h3_bg.jpg) no-repeat ;
	color:#fff }
	
#content-body h4 {
	background: url("img_l/dot_2px.gif") bottom repeat-x;
	color : #FF0100 ;}
	
/*　---------------------その他　トップページ---------------------　*/

/*　新着情報、ブログ一覧などtable　*/

table.table01 td span.td-ico {
	background : url("img_l/ico_01.gif") no-repeat left ;}
			
table.table01 td.border-2px { 
	background : url("img_l/dot_2px.gif") repeat-x bottom ;}


/*　---------------------★#product 商品紹介---------------------　*/

#content-body .product-box h5 { background : #DBE8CC ;color : #000 ;}
	
#content-body .product-box h6 {	color : #FF5712 ;	}




