@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;
	}
	
#navi 
	{
	background-color: #000000;
	width: 760px;
	height: 2.5em;
	border-top: 1px solid #CCCCCC;
	font-size: 75%;
	}
	
/* ナビゲーション
----------------------------------*/	
#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 {
	background-color: #000;
}

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

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

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

#prodMenu 
	{
	margin: 10px;
	}
#prodMenu h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	border-bottom: 1px solid #666666;
	clear: both;
}

/* フッター
----------------------------------*/
#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: 140px;
	float: left;
	margin-right: 6px;
	margin-bottom: 10px;
	border: 1px none #999999;
	}
.prodList    img    {
}
	

/* トップページのメニュー
----------------------------------*/
#prodMenu .prodList h1 
	{
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-style: none;
	}
	
#prodMenu .prodList h2
 	{
	font-size: 0.75em;
	font-weight: normal;
	color: #333333;
	text-align: center;
	border-style: none;
	padding: 0px;
	margin: 0px;
	}
	
#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  
	{
	list-style: disc;
	clear: both;
	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;
}
.new {
	color: #FFFFFF;
	background-color: #FF0000;
	padding-right: 0.5em;
	margin-left: 0.5em;
	padding-left: 0.5em;
}
