/* CSS Document */

/*　---------------------★基本設定----------------------------------　*/
a { text-decoration : underline ; color : #4040BF ;}
a:hover { text-decoration : none ; color : #4040BF ;}
body{
	background:url(img_l/bg.gif) #C8D9EA;
}

/*　---------------------★コンテナー大枠----------------　*/

/*　メニュー背景ここで設定　*/

#container {
	background : url("img_l/body_bg.gif") center repeat-y;
	border-left:1px solid #B3B3B3;
	border-right:1px solid #B3B3B3;
}
	
#header {
	background : url("img_l/header_bg.jpg") no-repeat right bottom #FFF ; }
	
/*　タイトル設定　*/

#header h1 {
	color: #fff;}

#header h2 { 
	color:#9ff}	
	
#header a { color : #fff ; text-decoration : underline ;}
#header a:hover { text-decoration:none;}

	
/*　---------------------★コンテンツ---------------------　*/
#content { background:#FFF }

/*　---------------------★メニュー---------------------　*/
/*　テキストリンク用　*/
#left #menu {
	padding:8px 0px;
	width:180px;}

#left #menu li {
	margin:0px;
	padding:0px;}
	
#left #menu li a{
	background:url(img_l/m_bg.gif) no-repeat #BED6EE;
 	padding:0.4em 0px 0.3em 25px ;
	margin:2px 5px;
	line-height:130% ;
	border:1px solid #336 ;
	border-width:1px 1px 1px 7px ;
	color: #333 ;
	display:block ;
	width:76%;
	}

#left #menu li a:hover {
	background:url(img_l/m_bg.gif) no-repeat #3A6693;
/*　	border:1px solid #EAE9E9 ;　*/
	color: #fff ;
	}

/* サブメニュー */
#left #menu li.st {
	border-top:none;}

#left #menu li.st a{
	width:134px;
	margin-left:20px ;
 	padding:0.4em 0 0.4em 13px ;
	font-size:90% ;
	background: #BED6EE;
}

#left #menu li.st a:hover {background: #3A6693;}

/* 選択中 */
#left #menu li#on a { background:url(img_l/m_bg.gif) no-repeat #3A6693; color: #fff ;}
#left #menu li#on a:hover {	background:url(img_l/m_bg.gif) no-repeat #3A6693;}

#left #menu li#on.st a { background:url(img_l/mst_bg.gif) no-repeat 0 0 #3A6693; color: #fff ;}
#left #menu li#on.st a:hover { background: #3A6693;}

/*　---------------------★フッター---------------------　*/
#footer {
	background: #FFF;
	color: #FFF ;
	background:#95BCD9;}

/*　SEOテキスト用　*/

#footer p { color:#FFF}

/*　著作権表記　*/

#footer p.copyright { color:#FFF}



/*　---------------------★コンテンツ設定---------------------　*/

#content-body {
	margin:28px;}

/*　h3タイトルバー　*/	
#content-body h3 {
	padding:0px 0px 0px 10px;
	line-height:30px;
	background: #5B88B6;
	border:1px solid #333366;
	border-left:7px solid #333366;
	color:#fff }
	
#content-body h4 {
	/*　background: url("img_l/dot_2px.gif") bottom repeat-x;　*/
	color : #3486E0 ;
	border:dotted #3486E0 1px;
	border-left : none ;
	border-right : none ;}

	
/*　---------------------その他　トップページ---------------------　*/

/*　新着情報、ブログ一覧などtable　*/

table.table01 td span.td-ico {
	background : url("img_l/ico_01.gif") no-repeat left ;
	color : #555 ;}
			
table.table01 td.border-2px { 
	background : url("img_l/dot_2px.gif") repeat-x bottom ;}


/*　---------------------★#product 商品紹介---------------------　*/

#content-body .product-box h5 { background : #DBE8F1 ;color : #000 ;}
	
#content-body .product-box h6 {	color : #FF5712 ;	}
