@charset "Shift_JIS";

/* CSS Document */

/* ★ヘッダー--------------------------------------- */
	
#header {
	background : url("img_l/header_bg.jpg") no-repeat right bottom #FFF ; }
	
/*　タイトル設定　*/

#header h1 {
	color: #009;}

#header h2 { 
	color:#000;}	
	
#header a { color : #009 ; text-decoration : underline ;}
#header a:hover { text-decoration:none;}




/* ★メニュー--------------------------------------- */

/*　メニュー背景ここで設定　*/

#container {
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background: url("img_l/body_bg.gif") left 120px repeat-y #FFFFFF ;}


/*　テキストリンク用　*/
#left #menu {
	padding:8px 0px ;
	width:180px;}

#left #menu ul{
	margin:0px;
	padding:0px;
}
#left #menu li {
}
	
#left #menu li a{
	width:152px;
	margin:2px 5px;
 	padding:7px 0px 7px 10px ;
	line-height:1.3em;
	display:block;
	font-family:inherit;
	border-top:1px solid #8DB9DC ;
	border-bottom:1px solid #8DB9DC ;
	border-left:7px solid #8DB9DC ;
	border-right:1px solid #8DB9DC ;
	color: #336699 ;
	background:#EFF5FC;
	}

#left #menu li a:hover { 
	border-left:7px solid #FF9900 ;
	background:#ffc;
	color: #FF9900 ;}

/* サブメニュー */
#left #menu li.st {
	border-top:none;}

#left #menu li.st a{
	width:131px;
	margin-left:23px ;
 	padding:0.4em 0 0.4em 13px ;
	font-size:90% ;
	border-top:1px solid #8DB9DC ;
	background:#EFF5FC;
	}

#left #menu li.st a:hover {
	background:#ffc;
	color: #FF9900 ;}

/* 選択中 */
#left #menu li#on a {border-left:7px solid #FF9900 ; color: #FF9900 ;}
#left #menu li#on a:hover {border-left:7px solid #FF9900 ; color: #FF9900 ;}

#left #menu li#on.st a { border-left:7px solid #FF9900 ;color: #FF9900 ;}
#left #menu li#on.st a:hover { }




/* ★コンテンツ--------------------------------------- */


/* 基本設定 */

a { 
	text-decoration: underline ; 
	color: #4040BF ;}
a:hover { 
	text-decoration: none; 
	color: #4040BF ;
	}

/* #shadow{
	background:url("img_l/all-bg.png") center repeat-y;} */

	
/* コンテンツ --------------------- */

#content {
	background: url("../img_common/contents_bg.gif") repeat-x;}
	
/* コンテンツ設定 ---------------------　*/

#content-body {
	margin-bottom:32px;
	}

/*　h3　*/	
#content-body h3 {
	padding: 0px 10px 0px 10px;
	line-height:30px;
	height:30px ;
	border-left:7px solid #8DB9DC;
	color: #006699 ;
	background:url("img_l/h3_bg.jpg") bottom left no-repeat ;
	}
	
#content-body h4 {
	border-left : none ;
	border-right : none ;
	color : #3486E0 ;
	border:dotted #3486E0 1px;
	}

	
/*　その他　トップページ---------------------　*/

/*　新着情報、ブログ一覧など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 : #DBE8F1 ;color : #555 ;}
	
#content-body .product-box h6 {	color : #FF5712 ;}




/* ★フッター--------------------------------------- */

#footer {
	background:#9CBEEC;}

/*　SEOテキスト用　*/

#footer p { color:#FFF;}

/*　著作権表記　*/

#footer p.copyright { color:#FFF;}





