@charset "utf-8";

/*---------------------------------------------------*/
/* 初期設定
-----------------------------------------------------*/
body {
	color: #000;
	font-size: 12px;
	line-height: 1.8;
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../images/bg.png) no-repeat fixed center bottom;
	}
html {
	background: #C4F7FF url(../images/htmlbg.png) repeat-x fixed left bottom;
}


a{
	color: #009999;
	text-decoration: underline;
	}
	a:hover { color:#ffff00;
		text-decoration:none;}
	
strong {
	font-weight:bold;}
em {
	font-style:italic;}


#layout{
	width:1010px;
	margin:0 auto;
	text-align:left;
	}
	#maincolumn{
		width:840px;
		float:right;
		display:inline;}
		#lead{
			width:640px;
			float:left;
			display:inline;}
		#mokuji{
			width:185px;
			float:right;
			display:inline;
			padding-top:10px;
			}
			#mokuji div{
				margin-bottom:20px;}
	#pickup{
		width:150px;
		float:left;
		display:inline;
		padding-top:10px;}
		#rightside h3{
			font-weight:bold;}

/* mainContent */
#maincolumn h1{
	width:100%;
	height:150px;
	text-indent:-9999px;
	background:url(../images/bg_head.png) no-repeat left top;}
	#maincolumn h1 a{
		display:block;
		height:150px;}
#lead div{
	margin-bottom:15px;}

#foot{
	border-top:3px double #ffff00;
	color:#000;
	padding-top:10px;}

	#foot p{ text-align:center;}
	#foot a{color:#000;}
	#foot div{
		text-align:left;}
	
.img{
	margin-bottom:20px;}
p.caution{
	margin-bottom:15px;}
	

	
	
/*---------------------------------------------------*/
/* CONTENT
-----------------------------------------------------*/
#lead h2{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	color: #36A6E0;
	border-bottom: 3px dotted #176A97;
}
#lead h3{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	padding-left: 28px;
	background: url(../images/h3.png) no-repeat left 8px;
	color: #F30;
}
#lead h4{
   font-size:16px;
   font-weight:bold;
   letter-spacing:0.1em;
	}
#lead h5{
	font-weight:bold;}
#lead table th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#lead table td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
#lead blockquote     {
	background: #8C8C8C;
	color: #FFF;
	margin: 10px 10px 25px;
	padding: 10px;
}
#lead .subbox h6   {
	border-top: 5px solid #68B3FD;
}
#lead .subbox h6 em   {
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
	color: #F60;
}






#lead div.spot h3{
	font-size:14px;
	border:none;
	margin:0;
	background:none;
	padding:0;}

#lead p{
	margin-bottom:15px;}

#lead ol{
	list-style:decimal;
	margin-bottom:15px;
	padding-left:25px;
	}

#lead ul{
	margin-bottom:15px;}
	#lead ul.text li{
		margin-bottom:5px;
		list-style:square;
		margin-left:20px;}

#lead dl{
	margin-bottom:15px;
	}
	#lead dl dd{margin-left:1.0em;}
	#lead dl dd ul {margin:0;}
	#lead dl dt{
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: double;
	padding-left: 5px;
	color: #4063AC;
}
	#lead dl dt strong{
		font-size:15px;
		color:#333;}

#lead table{
	margin-bottom:15px;
	width:100%;}
	#lead table.text{
		border:1px solid #333;
		}
		#lead table.text *{
			padding:3px 8px;
			border-bottom:1px dotted #5cada3;}
		#lead table.text th{
			background:#ffff00;
			color:#5cada3;
			font-weight:bold;
			width:100px;
			}

#lead table.item th,#lead table.item td{
	text-align:center;}
#lead p.btn{
	text-align:center;}


/*---------------------------------------------------*/
/* MENU
-----------------------------------------------------*/
#mokuji div{
	margin-bottom:20px;
	}
#mokuji h2{
	width:100%;
	height:40px;
	line-height:40px;
	text-indent:-9999px;
	background:url(../images/mokuji.gif) no-repeat;
	margin-bottom:10px;
	}
#mokuji h3{
	font-weight:bold;
	letter-spacing:0.1em;
	text-align:left;
	}

#mokuji div{
	margin-bottom:30px;
	}
#mokuji ul li{
	text-align: left;
	margin-bottom: 3px;
	}
#mokuji span     {
	display: block;
	border-top: 5px solid #F30;
	margin-bottom: 5px;
	color: #993300;
	font-weight: bold;
}

#mokuji div.list ul{
	margin-bottom: 15px;
}

#mokuji div.list ul li{
	margin:0;
	padding:0;
		font-size:14px;
		margin-bottom:3px;}
#mokuji div.list ul li a,.news ul li{
	display: block;
	padding: 5px 0 5px 10px;
	background: #FF7915;
	color: #FFF;
	text-decoration: none;
		}
	#mokuji div.list ul li a:hover{
	background: #FBA837;
	color: #F30;
		}
#mokuji .news ul li a {
	display: inline;
	color: #666;
	margin: 0px;
	padding: 0px;
}


#mokuji div.spot ul{
	margin-right:10px;
	color:#999999;
	width:160px;
	margin-left:10px;
	font-size:10px;}




/*---------------------------------------------------*/
/* 解除
-----------------------------------------------------*/
p:after,ul:after,div:after{
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}

.clea:after {
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}

.clea {
	zoom:1;
}




/*---------------------------------------------------*/
/* おすすめ商品
-----------------------------------------------------*/

#p-list *,#p-list-side *{
	color:#000;
	text-align:left;
	}

#lead #p-list *,#lead #p-list-side *{
	color:#000;
	text-align:left;
	}

/* 一覧 */
#p-list{
margin-bottom:10px;
text-align:left;
}

#p-list a:hover{
margin-bottom:0px;
}

#p-list ul{
margin:0;
padding:0;
}

#p-list li{
margin:4px;
width:140px;
float:left;
list-style-type:none;
}

#p-list li a{
display:block;
padding:5px;
background:#fff;
}

#p-list p{
min-height: 4em;
max-height: 5em;
overflow:hidden;
line-height:1.4em;
padding-bottom:10px;
border-bottom:dotted 1px #ccc;
}

#p-list p a{
padding:0;
} 

#p-list img{
margin:0 auto;
display:block;
height:128px;
max-width:128px;
margin-bottom:5px;
}

#p-list strong{
margin:0;
font-weight:normal;
}

#p-list em{
margin:0;
font-style:normal;
}



/* サイド */

#p-list-side{
margin-bottom:10px;
text-align:left;
}

#p-list-side ul{
margin:0 auto;
padding:0;
}

#p-list-side li{
margin:4px;
width:140px;
list-style-type:none;
}

#p-list-side li a{
display:block;
padding:5px;
border:1px solid #333;
}

#p-list-side p{
min-height: 4em;
max-height: 5em;
overflow:hidden;
line-height:1.4em;
padding-bottom:10px;
border-bottom:dotted 1px #ccc;
}

#p-list-side p a{
padding:0;
} 

#p-list-side img{
margin:0 auto;
display:block;
height:128px;
max-width:128px;
margin-bottom:5px;
}

#p-list-side strong{
margin:0;
font-weight:normal;
}

#p-list-side em{
margin:0;
font-style:normal;
}






/* 初期化
------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {   
	margin:0;
	padding:0;
	zoom:1;
} 
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}
li {
	vertical-align:middle;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
q:before,q:after {
	content:'';
}
* html hr{/* for -IE6 */
  margin:0;
}
*:first-child+html hr{/* for IE7 */
  margin:0;
}
