@charset "utf-8";

/*全体のフォーマット
------------------------------*/
* 
	{
	font-style: normal;
	margin: 0px;
	padding: 0px;
	}

body 
	{
	color: #333333;
	background-color: #CCCCCC;
	background-repeat: repeat;
	font-family: sans-serif;
	line-height: 1.6;
	}

hr 
	{
	display: none;
	}

a  img 
	{
	margin: 0px;
	border-style: none;
	}

a:link 
	{
	}

a:visited 
	{
	}

a:hover 
	{
	text-decoration: underline;
	}

a:active 
	{
	position: relative;
	left: 1px;
	top: 1px;
	}

/* レイアウト
----------------------------------*/
#wapper 
	{
	background-color: #FFFFFF;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	border: 1px solid #666666;
	}
	
/* ヘッダー
----------------------------------*/
#header 
	{
	background-color: #000000;
	}
#topimg {
	background-color: #FFFFFF;
}
#topimg #topleft {
	float: left;
	height: 340px;
	width: 560px;
	margin-bottom: 10px;
	background-color: #000000;
}
#topimg #topright {
	height: 340px;
	width: 200px;
	float: right;
	margin-bottom: 10px;
	margin-top: 10px;
	overflow: auto;
}

#topimg #topright a
	{
	text-decoration: none;
	color: #333333;	
	}
	
#topimg #topright a:hover
	{
	text-decoration: underline;
	color: #0000FF;
	}

#topimg #topright h1 {
	font-size: 1em;
	border-bottom: 1px solid #003333;
	margin-left: 10px;
	margin-right: 10px;
	color: #003300;
}
#topimg #topright h2 {
	font-size: 0.75em;
	margin-left: 10px;
	margin-top: 0.2em;
	clear: both;
	line-height: 1em;
}
#topimg #topright h3 {
	font-size: 0.75em;
	font-weight: normal;
	float: right;
	margin-right: 10px;
	padding-left: 10px;
}

	
/* ナビゲーション
----------------------------------*/	
#navi ul li 
	{
	list-style: none;
	float: left;
	}

#navi ul li a 
	{
	line-height: 2.5em;
	height: 2.5em;
	width: 120px;
	text-decoration: none;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	display: block;
	border-right: 1px solid #CCCCCC;
	font-weight: bold;
	}

#navi ul li a:hover 
	{
	background-color: #CCCCCC;
	color: #000000;
	}

/* メインイメージ部分
----------------------------------*/

#mainImg p 
	{
	font-size: 60%;
	text-align: center;
	}

/* トップページの製品メニュー
----------------------------------*/

#prodMenu 
	{
	margin: 10px;
	}
#prodMenu h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.5em;
	color: #003300;
	border-top: 8px solid #006633;
	margin-top: 1em;
	padding-top: 0.5em;
	clear: both;
}
#prodMenu h6 {
	color: #FFFFFF;
	clear: both;
	line-height: 0px;
}

/* フッター
----------------------------------*/
#footer 
	{
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid #666666;
	clear: both;
	font-size: 0.75em;
	}


/* 画像のフロート
----------------------------------*/
.float 
	{
	float: left;
	padding-right: 10px;
	margin: 10px;
	}

.menuimg 
	{
	float: right;
	}

.prodList 
	{
	width: 85px;
	float: left;
	margin-right: 5px;
	margin-bottom: 3px;
	padding: 1px;
	border-top: #CCCCCC;
	border-right: #CCCCCC;
	border-bottom: #CCCCCC;
	border-left: #CCCCCC;
	}
.prodList    img    {
}
	

/* トップページのメニュー
----------------------------------*/
#prodMenu .prodList h1 
	{
	font-size: 0.75em;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	border-style: none;
	margin-bottom: 0px;
	color: #006633;
	margin-top: 0px;
	}
	
#prodMenu .prodList h2
 	{
	font-size: 0.6em;
	font-weight: normal;
	color: #333333;
	text-align: center;
	border-style: none;
	padding: 0px;
	margin: 0px;
	line-height: 1.5em;
	}
#prodMenu .prodList h3 {
	font-size: 0.6em;
	font-weight: normal;
	text-align: center;
	line-height: 1.2em;
}
	
#prodMenu .prodList a 
	{
	color: #333333;
	text-decoration: none;
	}
	

/* 商品ページのレイアウト
----------------------------------
#explanation 
	{
	padding: 10px;
	}
	
#explanation #namePrice 
	{
	width: 200px;
	border: 1px solid #333333;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
	}
	
#explanation #namePrice h1 
	{
	font-family: sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	}
	
#explanation #namePrice h2 
	{
	font-size: 1em;
	font-weight: bold;
	}
	
#explanation #namePrice h3 
	{
	font-size: 0.75em;
	font-weight: normal;
	}
	
#explanation #columRight 
	{
	float: right;
	width: 490px;
	margin: 10px;
	}

#explanation #columRight h1 
	{
	font-size: 1em;
	font-weight: bold;
	color: #333333;
	margin-bottom: 1em;
	border-bottom: 1px solid #666666;
	clear: both;
	}
	
#explanation #columRight ul 
	{
	padding-left: 2em;
	}

#explanation #colum_left #product_list h1 
	{
	font-size: 1em;
	border-bottom: 1px solid #000000;
	}
	
#explanation #colum_left #product_list li 
	{
	margin-left: 1.5em;
	font-size: 0.75em;
	}
	
#explanation #colum_left #product_list li a
	{
	color: #333333;
	text-decoration: none;
	}
	
#explanation #colum_left #product_list li a:hover
	{
	color: #0000FF;
	text-decoration: underline;
	}

#wapper h6 
	{
	color: #FFFFFF;
	clear: both;
	}

#explanation #colum_left 
	{
	float: left;
	width: 230px;
	}

#explanation #colum_left #product_list 
	{
	width: 200px;
	border: 1px solid #333333;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
	}
.img_mawarikomi {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

*/


/* メニュー
----------------------------------*/
.menu {
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	background-color: #000000;
	height: 1.5em;
	margin: 0px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 0px;
}
.menu a {
	text-decoration: none;
	color: #FFFFFF;
	width: 10em;
	float: left;
	display: block;
	line-height: 1.5em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-color: #000000;
	margin-top: 0px;
	padding-top: 0px;
}
.menu a:hover {
	color: #0000CC;
	background-color: #CCCCCC;
	margin-top: 0px;
	padding-top: 0px;
}
.new {
	font-size: 0.85em;
	color: #FFF;
	text-align: center;
	clip: rect(auto,auto,auto,auto);
	line-height: 1em;
	background-color: #F00;
	margin-top: 0.2em;
}

