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

#topLeft 
	{
	float: left;
	}

#topLink 
	{
	width: 250px;
	}
	
#topLink h1 
	{
	font-size: 0.9em;
	background-color: #666666;
	color: #FFFFFF;
	padding-left: 0.5em;
	}
#topLink h3 {
	font-size: 0.75em;
}

#topNews 
	{
	width: 250px;
	height: 300px;
	overflow: auto;
	}
	
#topNews h1 
	{
	font-size: 1em;
	font-weight: bold;
	background-color: #666666;
	color: #FFFFFF;
	padding-left: 0.5em;
	}
	
#topNews h2 
	{
	font-size: 0.8em;
	border-bottom: 1px solid #333333;
	margin-left: 0.5em;
	}

#topNews h3 
	{
	font-size: 0.8em;
	font-weight: normal;
	margin-left: 0.5em;
	color: #333333;
	}



#topNews a 
	{
	text-decoration: none;
	color: #333333;
	}

#topNews a:hover 
	{
	text-decoration: none;
	color: #FF6600;
	}

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

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

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

/* 商品の名前部分（モデルネーム）
----------------------------------*/
#modelname 
	{
	border-bottom: 1px solid #CCCCCC;
	margin-right: 20px;
	margin-left: 20px;
	}
	
#modelname h1 
	{
	font-size: 1.5em;
	text-align: left;
	margin-right: 15px;
	}

#modelname h2 
	{
	font-size: 0.65em;
	font-weight: normal;
	text-align: right;
	}
	
#modelname p
	{
	font-size: 0.75em;
	text-align: left;
	margin-right: 15px;
	}

/* スペックの段組み等
----------------------------------*/
#spec 
	{
	margin-top: 20px;
	font-size: 80%;
	}

#spec h2  
	{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.5em;
	}

#spec #specLeft 
	{
	width: 230px;
	float: left;
	padding-right: 10px;
	}

#spec #specCenter 
	{
	width: 245px;
	float: left;
	padding-right: 5px;
	}

#spec #specRight 
	{
	width: 245px;
	float: left;
	padding-left: 5px;
	}

#spec  dt  
	{
	font-weight: bold;
	padding-right: 0.5em;
	}

#spec dd 
	{
	}


/* 説明部分
----------------------------------*/	
#explanation  
	{
	clear: both;
	padding-top: 10px;
	font-size: 75%;
	}
#explanation ul {
	padding-left: 2em;
}
	
#explanationTop 
	{
	font-weight: bold;
	margin: 10px 10px 20px;
	clear: both;
	}

#explanationLeft 
	{
	width: 350px;
	float: left;
	padding-right: 10px;
	padding-left: 20px;
	font-size: 75%;
	}
#explanationLeft ul {
	padding-left: 15px;
}

#explanationRight 
	{
	width: 350px;
	float: right;
	padding-right: 20px;
	padding-left: 10px;
	font-size: 75%;
	}
#explanationRight ul {
	padding-left: 10px;
}
	
#explanation h1 
	{
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	}

#explanation h2 
	{
	background-image: url(img/parts/lilien.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	font-size: 100%;
	color: #333333;
	clear: both;
	border-bottom: 1px solid #333333;
	margin-bottom: 0.5em;
	}
#explanation h3 {
	font-size: 1em;
	font-weight: bold;
}
#explanationRight dt {
	font-weight: bold;
	float: left;
	margin-right: 1em;
}
#explanationRight dd {
	padding-left: 1em;
}

/* スペック
----------------------------------*/
#spec 
	{
	margin-top: 10px;
	font-size: 80%;
	}
	
#spec ul li 
	{
	margin-left: 1em;
	}

#spec_left 
	{
	width: 223px;
	float: left;
	margin-left: 20px;
	background-repeat: repeat;
	padding-right: 10px;
	}
	
#spec_center 
	{
	width: 223px;
	float: left;
	padding-right: 10px;
	}
	
#spec_right
	{
	float: left;
	width: 224px;
	margin-right: 10px;
	}
	
#spec dt  
	{
	font-weight: bold;
	}

#spec dd 
	{
	padding-bottom: 0.5em;
	padding-left: 1em;
	}
	
#spec a 
	{
	color: #333333;
	text-decoration: none;
	}
	
#spec a:hover 
	{
	color: #FF6600;
	}
	
/* フッター
----------------------------------*/
#footer 
	{
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid #666666;
	clear: both;
	font-size: 80%;
	}
	
/* 画像のフロート
----------------------------------*/
.float 
	{
	float: left;
	padding-right: 10px;
	margin: 10px;
	}
.centerling {
	text-align: center;
}
	
/* インデックスのメニューページ
----------------------------------*/
#prod_menu 
	{
	margin: 10px;
	}
	
#prod_menu h2 
	{
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #333333;
	color: #333333;
	clear: left;
	}
#prod_menu h3 {
	font-size: 1em;
	font-weight: bold;
	clear: both;
}
	
#prod_menu .gtrMenu h1 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	}

#prod_menu  .gtrMenu  h1 a 
	{
	text-decoration: none;
	color: #333333;
	}
	
#prod_menu  .gtrMenu  h1 a:hover
	{
	text-decoration: none;
	color: #FF6600;
	}

#prod_menu .accMenu h1 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	}

#prod_menu  .accMenu  h1 a 
	{
	text-decoration: none;
	color: #333333;
	}
	
#prod_menu  .accMenu  h1 a:hover
	{
	text-decoration: none;
	color: #FF6600;
	}
	
#prod_menu .accMenu h3 
	{
	font-size: 0.5em;
	font-weight: normal;
	line-height: 1.3em;
	}

#prod_menu .gtrMenu h2 
	{
	font-size: 0.7em;
	border-bottom-style: none;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0.5em;
	}

#prod_menu .gtrMenu h3 
	{
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 1.2em;
	}
	
#prod_menu .gtrMenu h3 a 
	{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333333;
	}
	
#prod_menu .gtrMenu h3 a:hover 
	{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FF6600;
	}
	
.gtrMenu 
	{
	width: 143px;
	float: left;
	margin-bottom: 40px;
	margin-right: 5px;
	}

.accMenu 
	{
	width: 143px;
	float: left;
	margin-bottom: 40px;
	margin-right: 5px;
	}
	
.pickMenu 
	{
	width: 220px;
	float: left;
	margin-bottom: 40px;
	margin-right: 26px;
	}
#prod_menu .pickMenu h1 {
	font-size: 1em;
	text-decoration: none;
	text-align: center;
}
#prod_menu .pickMenu h2 {
	text-decoration: none;
	border-style: none;
	font-size: 0.75em;
	font-style: normal;
	text-align: center;
}
#prod_menu .pickMenu h3 {
	font-size: 0.75em;
	font-weight: normal;
}
	
.gray 
	{
	color: #CCCCCC;
	}

#prod_menu h6 
	{
	clear: both;
	color: #FFFFFF;
	}
.new {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.renewal {
	color: #FFFFFF;
	background-color: #0000FF;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
#info {
	padding: 10px;
}
#info ul {
	padding-left: 1em;
}
#info h1 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
