@charset "utf-8";

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

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

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

a:link 
	{
	}

a:visited 
	{
	}

a:hover 
	{
	text-decoration: underline;
	}

a:active 
	{
	position: relative;
	left: 1px;
	top: 1px;
	}
	
/* 全体のレイアウト
----------------------------------*/
#wrapper
	{
	background-color: #FFFFFF;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	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;
	}

#topImg 
	{
	float: right;
	width: 510px;
	}

#menu  
	{
	padding: 10px;
	}

#menu .menulist 
	{
	width: 153px;
	float: left;
	border: 1px dotted #003366;
	padding: 10px;
	margin: 5px;
	}

#menu .menulist h1 
{
	font-size: 0.8em;
	text-align: center;
	color: #333333;
}

#menu .menulist h1 a 
 	{
	text-decoration: none;
	color: #333333;
	}

#menu .menulist h1 a:hover 
 	{
	text-decoration: none;
	color: #0000FF;
	}

#menu .menulist h2 
	{
	font-size: 0.8em;
	font-weight: normal;
	}

#menu .menulist h3 
	{
	font-size: 0.8em;
	text-align: center;
	font-weight: normal;
	}

#contents 
	{
	padding: 10px;
	}

#contents h1
	 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: 10px solid #006699;
	color: #006699;
	line-height: 1em;
	margin-bottom: 1em;
	clear: both;
	}

#contents h2 
	{
	font-size: 1.2em;
	}
#contents h4 {
	font-weight: normal;
	font-size: 0.8em;
}
	
#contents ul 
	{
	margin-left: 2em;
	font-size: 0.8em;
}

.produgtimg 
	{
	float: right;
	}

#contents .colum01 {
	float: left;
	width: 370px;
	}

#contents h6 
	{
	clear: both;
	color: #FFFFFF;
	border-top: 1px dotted #333333;
	padding-bottom: 10px;
	}

#contents hr 
	{
	background-color: #009933;
	}
	
/* フッター
----------------------------------*/
#footer 
	{
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid #666666;
	clear: both;
	font-size: 80%;
	}
