@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.7;
	}

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: 170px;
	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-size: 1em;
	font-weight: bold;
	color: #333333;
	margin-bottom: 1em;
	border-bottom: 1px dotted #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;
	}
.img_right {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

.prodList 
	{
	width: 180px;
	border: 1px solid #999999;
	float: left;
	margin-right: 3px;
	margin-bottom: 10px;
	}
.prodList    img    {
	margin-left: 0px;
}
	

/* トップページのメニュー
----------------------------------*/
#prodMenu .prodList h1 
	{
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	}
	
#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;
	border-bottom: 1px solid #333;
	margin-bottom: 1em;
	clear: both;
	}
#explanation #columRight h2 {
	font-size: 1em;
	font-weight: bold;
}
#explanation #columRight ul {
	padding-left: 2em;
}
#wapper h6 {
	color: #FFFFFF;
	clear: both;
}
#wapper #prodMenu ul {
	padding-left: 2em;
}
.text_s {
	font-size: 0.75em;
}
