html {
	overflow-y: scroll;
}


* {
	margin:0;
	padding:0;
	}



img {
	border:none;
	}



a {
	color: #009C55;
}



a:hover {
	text-decoration: underline;
	color: #e1006e;
}

a.opacity:hover {
	zoom: 1;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}




.clear {
	clear: both;
}



.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}


/*★☆★-=-=-ヘッダー-=-=-★☆★*/

#header_line {
	border-top:6px solid #D3DE2A;
}

#header {
	width: 800px;
	margin: 0 auto;
}

#header2 {
	width: 840px;
	margin-bottom:15px;
}

#header_lead{
	width:548px;
	color:#777;
	padding-top:3px;
}

#header_lead h1{
	display:inline;
	font-weight:normal;
	font-size:11px;
}

#header_lead p{
	display:inline;
	font-weight:normal;
	font-size:11px;
}

#header_left{
	width:556px;
	float:left;
}

#header_left h2 {
	width:326px;
	padding-top:40px;
	font-size: 12px;
	line-height:1.2;
	display:block;
	float:right;
}

#header_left h2 a{
	color:#009C55;
	text-decoration:none;
}

#logo {
	width:230px;
	padding-top:10px;
	float: right;
	display: block;
}

#header_right{
	width:244px;
	padding-top:10px;
	float: right;
	text-align:right;
}


#pankuzu {
	margin:0 auto 10px auto;
	padding:8px 0 6px 10px;
	border-top:1px solid #E0ECB8;
	border-bottom:1px dotted #E0ECB8;
	font-size:12px;
	clear:both;
}

#pankuzu_text{
	width:800px;
	margin:0 auto;
	}
	
#pankuzu_text a{
	text-decoration:none;
	color:#333;
	}


/*☆+++++メイン+++++☆*/


#contents {
	width: 800px;
	margin: 0 auto;
}


#main {
	float: left;
	width: 570px;
	margin-right: 10px;
	margin-bottom:30px;
}


#main h2 {
	padding: 8px 12px;
	margin: 0 0 1px 0;
	border: 1px solid #ccc;
	border-top: 4px solid #D3DE2A;
	background: #d8d8d8 url('img/title_bg.jpg') repeat-x top;
	font-size: 16px;
	text-decoration: none;
	color: #777;
}


#main h3{
	clear:both;
	font-size: 16px;
	background: url('img/title_icon.jpg') no-repeat left top;
	padding:2px 0 4px 14px;
	margin:0 0 20px 0;
	border-bottom:1px dotted #cccccc;
	color:#009C55;
	}


.main_block {
	margin: 0;
	padding: 20px;
	border: 1px solid #ccc;
	background-color: #fff;
	font-size: 14px;
	color: #333;
	line-height: 1.4em;
}

.main_block p{
	margin-bottom:12px;
}

.discription{
	margin-bottom:20px;
	}


/*☆+++++メインショップ+++++☆*/



.img_left {
	width:200px;
	float: left;
	margin-right: 20px;
	border:3px double #cccccc;
}

.text_right {
	width:300px;
	float: right;
}


.block{
	margin-bottom:30px;
}

.last_block{
	margin-bottom:10px;
}



div.main_block div.block ul{
	font-size:16px;
	line-height:1.8;
	list-style:none;
	margin-bottom:12px;
	}
	
div.main_block div.block ul li{
	background:url(img/check.jpg) no-repeat left 4px;
	padding-left:25px;
	border-bottom:1px dashed #eee;
	}
	
	
	
/*☆+++++メインユーザー+++++☆*/

.user {
	padding:10px;
	clear:both;
	background:#F1F6DF;
	margin-bottom:10px;
	}
	
div.user p{
	margin-bottom:4px;
	}
	
.user_l {
	width:60px;
	height:60px;
	float:left;
	margin-right:10px;
	border:1px solid #aaaaaa;
	}
	
.user_r {
	width:428px;
	float:right;
	}


div.user div.user_r dt {
	float:left;
	width:270px;
}

div.user div.user_r dd {
	margin:0 0 0 270px;
	width:158px;
	text-align:right;
}


/*☆+++++口コミ+++++☆*/

.notice_box p{
	margin-bottom:10px;
	line-height:1.2;
	}

.notice1{
	font-size:12px;
}

.notice2{
	font-size:11px;
}


/*★☆★-=-=-商品詳細-=-=-★☆★*/


table.product{
	margin-bottom:30px;
	border-left:1px solid #dddddd;
	border-top:1px solid #dddddd;
}

table.product td {
	padding:6px;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}

table.product td.menu1 {
	width:120px;
	background:url(img/sidebn_bg.jpg) repeat-x center;
	text-align:center;
}

table.product td.menu2 {
	width:394px;
}


	
	
/*☆+++++クラス+++++☆*/

.em{
	color:#ff0000;
	font-weight:bold;
}
	
.details {
	text-align:center;
	clear:both;
}
	
.highlight{
	background:#F9F900;
}

.link_right {
	text-align: right;
}

.line_b {
	height: 1px;
	margin: 10px 0;
	background: url('img/line_b.gif') repeat-x;
	font-size: 1px;
}

.offical{
	clear:both;
	margin-bottom:30px;
	font-weight:bold;
	text-align:right;
}

.offical a{
	text-decoration:underline;
	background:url(img/arrow.jpg) no-repeat left top;
	padding-left:20px;
	color:#0000FF;
}

.offical a:hover{
	text-decoration:none;
	color:#0000FF;
	}

.back2top {
	clear: both;
	margin: 10px 0;
	text-align: right;
	font-size: 11px;
}



/*☆+++++サイドナビ+++++☆*/


#side {
	float: right;
	width: 220px;
}

#side #bn{
	width:218px;
	padding:46px 0;
	text-align:center;
	border: 1px solid #ccc;
	background: url('img/sidebn_bg.jpg') top repeat-x;
	margin-bottom:10px;
}

#side #youtube{
	width:218px;
	border: 1px solid #ccc;
	margin-bottom:10px;
}

#side #tag{
	width:198px;
	padding:10px;
	border: 1px solid #ccc;
	margin-bottom:10px;
	font-size: 13px;
}

#side h2 {
	padding: 8px 12px;
	margin: 0 0 1px 0;
	background: #d8d8d8 url('img/title_bg.jpg') top repeat-x;
	border: 1px solid #ccc;
	border-bottom: 4px solid #D3DE2A;
	font-size: 13px;
	text-decoration: none;
	color: #444;
}

.side_menu {
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #ccc;
	background: url('img/side_block_bg.gif') top repeat-x;
	list-style-type: none;
}

.side_menu li {
	margin: 0 10px;
	background: url('img/line_b.gif') bottom repeat-x;
	font-size: 1px;
}

.side_menu li.noline {
	margin: 0 10px;
	background: none;
	font-size: 1px;
}

.side_menu a {
	display: block;
	padding: 10px 10px 10px 20px;
	margin: 0 0 0 10px;
	background: url('img/plus_icon.jpg') left no-repeat;
	font-size: 13px;
	text-decoration: none;
}

.side_menu a:hover {
	text-decoration: underline;
}

#bookmark {
	margin: 0;
	padding: 10px;
	border: 1px solid #ccc;
	text-align: center;
}


/*☆+++++フッター+++++☆*/


#footer {
	clear: both;
	height: 140px;
	margin: 30px 0 0 0;
	padding-top: 20px;
	border-top: 4px solid #D3DE2A;
	background: #fff url('img/footer_bg.jpg') top repeat-x;
	font-size: 12px;
	color: #666;
	text-align: center;
}

#footer_link {
font-size:11px;
margin:0 auto 10px;
text-align:left;
width:800px;
}

#footer a{
	color: #666;
	text-decoration:none;
	}


/*☆+++++運営者情報+++++☆*/

#main #info{
	font-size:12px;
	margin:0px;
	padding: 20px;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #333;
	line-height: 1.4em;
	}

#main #info table{
	border-top:1px solid #eee;
	border-right:1px solid #eee;
	border-left:1px solid #eee;
	}
	
#info table td{
	padding:3px 3px 3px 6px;
	border-bottom:1px solid #eee;
	}
	
#info table td.info_menu{
	padding:3px 3px 3px 6px;
	border-right:1px solid #eee;
	border-right:1px solid #eee;
	background:#fafafa;
	}

