/* CSS Document */

body{
	color:#4D4D4D;
}

#header {
	background : #FFF ;
	border-bottom:1px solid #cccccc;}
	
/*　タイトル設定　*/

#header h1 {
	color: #0063B8;}

#header h2 { 
	color: #333}	
	
#header a { color : #5B7E00 ; text-decoration : underline ;}
#header a:hover { text-decoration:none;}

/*テーブル*/
#content-body .product-box p {/* 基本文字サイズ */
	line-height:1.5em ;
	text-align : left ; }


/*　---------------------★コンテナー大枠----------------　*/

/*　メニュー背景ここで設定　*/

#container {
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
}

/*　---------------------★メニュー---------------------　*/
/*　テキストリンク用　*/
#left #menu {
	width:180px;
}

#left #menu ul {
	background:#FFFFFF;
	border:1px solid #ccc;
	border-left:none;
	width:179px;
	margin:0px auto;
}

#left #menu li {
	background-position : left top ;
	padding:1px 0px 1px 0px;
	margin-top:-1px;
	font-size:12px;
}
	
#left #menu li a{
	padding:10px 8px 8px 20px;
	background-position : 7px 7px ;
	width:151px;
	color:#E06400 ;}

#left #menu li a:hover {
	background-position : -2px -6px;
	color:#78B80F ;}
	
/* サブメニュー */
#left #menu li.st {
	border-top:none;
	background:none;
}

#left #menu li.st a{
	padding:5px 0px 5px 38px;
	width:141px;
	color:#B45000;
	font-size:90% ;
	font-weight: normal;
	background-position : 22px 6px ;
}

#left #menu li.st a:hover {
	background-position :right 2px;
	color:#78B80F;}

/* 選択中 */
#left #menu li#on a { background-position :-2px -6px; }

#left #menu li#on.st a { background-position :right 2px ;}
	
	
/*　---------------------★フッター---------------------　*/
#footer {
	background:#FF9E35;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	color: #FFF;
}
