@charset "shift_jis";

/*---------------------------------------------------*/
/* 初期設定
-----------------------------------------------------*/
body {
	color:#333;
	font-size:12px;
	line-height:1.6;
	text-align:center;
	margin:0;
	padding:0;
	background:#edaeb7 url(../images/bg.gif);
	}

a {color:#333333;
	text-decoration:underline;}
a:hover{
	text-decoration:none;}
	
strong {
	font-weight:bold;
	color:#333;
	font-size:14px;}
em {
	color:#333;
	font-size:14px;}
	
#head{
	width:820px;
	line-height:210px;
	text-align:center;
	margin:0 auto;
	background:#fff;
	}

#head h1{
	font-size:20px;
	font-weight:bold;
	background:url(../images/head.jpg) no-repeat center top;}
	#head h1 a{
		display:block;
		height:210px;
		width:100%;
		text-indent:-9999px;
		}

	
#page{
	width:820px;
	text-align:center;
	margin:0 auto;
	padding-top:15px;
	background:#fff;
	}

#side{
	float:right;
	width:180px;
	display:inline;
	margin-right:20px;
	}	
#main{
	float:left;
	width:570px;
	display:inline;
	margin-left:30px;
	}
	#main div{
		margin-bottom:20px;
		text-align:left;}

#foot{width:820px; margin:0 auto; background:#fff;}
	#foot div.copy{ text-align:center; padding-top:10px;}
	#foot div.pr{ text-align:left;
		margin:0 30px 5px;}

h1,h2,h3,h4{
	text-align:left;
	}
.img{
	margin-bottom:10px;}
p.caution{
	margin-bottom:15px;}
p.top{
	margin-bottom:10px;
	text-align:right;
	}


.button a{
	width:220px; line-height:35px;}
	
/*---------------------------------------------------*/
/* CONTENT
-----------------------------------------------------*/
#main h2{
	font-weight:bold;
	margin-bottom:10px;
	font-size:22px;
	padding-left:15px;
	background:#CC3300 url(../images/h2.jpg) no-repeat top;
	line-height:60px;
	color:#fff;
	}
#main h3{
	font-size:14px;
	margin-bottom:10px;
	font-weight:bold;
	padding-left:8px;
	letter-spacing:0.1em;
	background:#dddddd;
	line-height:30px;
	}
#main h4{
	font-size:16px;
	margin-bottom:5px;
	font-weight:bold;
	padding-left:45px;
	line-height:40px;
	background:url(../images/h4.jpg) no-repeat left top;
	}
#main h5{
	}
#main p{
	text-align:left;
	margin-bottom:15px;}
	
#main div.file p.main{
	font-size:24px;
	font-weight:bold;
	}
		
#main div.file hr{
	color:#ccc;
	}
#main div.file ol{
	list-style:decimal;
	margin-bottom:15px;
	padding-left:25px;
	}
	#main div.file ul{
		list-style-type:disc;
		padding-left:20px;
		margin-bottom:15px;
		font-size:13px;}
	#main div.file li{
		margin-bottom:5px;
		zoom:0;}
		#main div.file ul ul,#main div.file ol ul{
			list-style:circle;
			margin-bottom:0;}
#main table{
	margin-bottom:5px;
	width:100%;
	color:#000;}
#main div.file table{
	margin-bottom:20px;
	width:100%;
	color:#333;
	border:1px solid #555555;}
	#main div.file table th{
		color:#fff;
		letter-spacing:0.2em;
		font-weight:bold;
		padding:2px 10px;
		text-align:center;
		background:#444444;
		vertical-align:middle;
		border-top:1px solid #999999;
		border-left:1px solid #999999;
		border-right:1px solid #000;
		border-bottom:1px solid #000;
		}
	#main div.file table td{
		vertical-align:middle;
		padding:2px 10px;
		color:#000;
		border-right:1px solid #cccccc;
		border-bottom:1px solid #cccccc;}


#main div.pop {
	padding:10px;
	border:1px solid #ccc;
	font-size:12px;}
	#main div.pop h3{
		font-size:15px;
		padding:0;
		background:none;
		line-height:normal;
		border:none;
		color:333333;}


#main div.pick h3{}	
#main div.pick table{
	margin-bottom:20px;}	
#main div.pick div.button{
	text-align:center;}

#main div.pick span.price {
	font-weight:bold;
	font-size:20px;}
#main div.pick p.catch {
	font-weight:bold;
	font-size:14px;
	margin-bottom:5px;}
#main div.pick p{
	margin-bottom:15px;}


/*---------------------------------------------------*/
/* MENU
-----------------------------------------------------*/
#side h3{
	text-align:center;
	font-weight:bold;
	background:#444444 url(../images/menu_midashi.gif) no-repeat top;
	line-height:45px;
	height:45px;
	color:#fff;
	text-indent:-9999px;
	}

#side ul{
	margin-bottom:15px;
	width:100%;}
#side ul li{
	text-align:left;
	margin-bottom:15px;
	font-size:10px;
	padding-bottom:15px;
	border-bottom:1px dotted #000;
	}
		#side div.sidemenu{
			margin-bottom:15px;}
		#side div.sidemenu ul{
			margin-bottom:0;
			padding-bottom:5px;
			background:url(../images/menu_bg.gif) no-repeat bottom;}
		#side div.sidemenu ul li{
			margin:0;
			padding:0;
			border:none;
			font-size:13px;
			}
			#side div.sidemenu ul li a{
				display:block;
				text-decoration:none;
				padding:5px 10px 5px 22px;
				background:#fff url(../images/icon.gif) no-repeat 10px 10px;
				border-left:1px solid #000;
				border-right:1px solid #000;
				}
				#side div.sidemenu ul li a:hover{
					text-decoration:none;
					border-left:1px solid #000;
					border-right:1px solid #000;
					color:#333;
					background:#ffebeb url(../images/icon.gif) no-repeat 10px 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;
}




/* 初期化
------------------------------------------------------*/
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-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;
}