@charset "utf-8";
@import url("css/ie.css");
@import url("css/thickbox.css");
@import url("css/page.css");

/*
Theme Name: beacons
Theme URI: http://www.beacons.jp/
Description: This theme is created for beacons only.
Version: 1.0
Author: beacons
Tags: two columns, widgets
*/

/* ###########################################################

						共通設定
						Author: beacons

   ########################################################### */
* {
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif !important;
	margin: 0;
	padding: 0;
	}

html{
	height: 100%;
	}

body{
	color: #555;
	line-height: 21px;
	text-align: center;
	letter-spacing: 1px;
	background: transparent url("img/bg.png") center top repeat-x;
	font-size: 13px;
	}

ul{
	list-style-type: circle;
	}

ol{
	margin-bottom: 1em;
	}

h1,h2,h3,h4,h5,h6{
	font-size: 15px;
	font-weight: normal;
	}

h1 strong {
	font-weight:normal;
}

p{
	margin-bottom: 1em;
	}

em,address{
	font-weight: normal;
	font-style: normal;
	}

table{
	border-collapse: collapse;
	margin-bottom: 2em;
	width: 100%;
	}

table th{
	padding: 5px 10px;
	background: #eee;
	border-bottom: 1px #ddd dotted;
	}

table td.tt{
	width: 20%;
	vertical-align: top;
}

table td {
	padding: 5px 10px;
	border-bottom: 1px #ddd dotted;
	}
	.vtt td{
		vertical-align: top;
	}
	td.w280{
		width: 280px;
	}

table tr.even td {
	background: #dfeeff;
	}

a{
	text-decoration: none;
	color: #999;
	outline: none;
	}

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

img{
	border: 0;
	vertical-align: middle;
	}

blockquote{
	border-left: 8px solid #ddd;
	color: #999;
	margin: 15px 0 20px 15px;
	padding: 5px 15px;
	}

option{
	padding: 2px;
	margin-right: 5px;
	}	

/* ------------------------------------------
			レイアウト
------------------------------------------*/

/*ヘッダー*/

#header{
	text-align: left;
	color: #666;
	margin: 0 auto 20px;
	width: 900px;
	min-height: 130px;
	}

#header h1{
	text-align: left;
	line-height: 24px;
	font-size: 10px
	}

#header h1#htx{margin: 0 0 6px;}

#header h1#logo{
	float: left;
	}

#header h1#logo a{
	width: 210px;
	height: 50px;
	display: block;
	text-indent: -9999px;
	background: url("img/logo.png") 0 0 no-repeat;
	}

a#logo:hover{
	text-decoration: none;
	}

#header #order_s {
	float: right;
	font-size: 12px;
	min-height: 59px;
}

#h_txt{
	padding: 5px 10px 0;
	text-align: right;
	margin: 0 0 3px;
	line-height: 21px;
	clear: both;
	}
	#h_txt a{
		padding: 1px 0 1px 20px;
		background: url("img/hl_icon.gif") left top no-repeat;
	}

#gm{
	height: 40px;
	clear: both;
	text-align: center;
	padding: 0 2px 0;
	margin: 0;
	list-style: none;
}

#gm li{
	float: left;
	text-indent: -9999px;
}

#gm li a{
	display: block;
	width: 128px;
	height: 37px;
	background: url("img/gm.png") no-repeat;
}

#gm li a#gm1{background-position: 0 0;}
#gm li a#gm2{background-position: -128px 0;}
#gm li a#gm3{background-position: -256px 0;}
#gm li a#gm4{background-position: -384px 0;}
#gm li a#gm5{background-position: -512px 0;}
#gm li a#gm6{background-position: -640px 0;}
#gm li a#gm7{background-position: -768px 0;}

#gm li a#gm1:hover,#gm li a#gm1.gmhere:hover{background-position: 0 -37px;}
#gm li a#gm2:hover,#gm li a#gm2.gmhere:hover{background-position: -128px -37px;}
#gm li a#gm3:hover,#gm li a#gm3.gmhere:hover{background-position: -256px -37px;}
#gm li a#gm4:hover,#gm li a#gm4.gmhere:hover{background-position: -384px -37px;}
#gm li a#gm5:hover,#gm li a#gm5.gmhere:hover{background-position: -512px -37px;}
#gm li a#gm6:hover,#gm li a#gm6.gmhere:hover{background-position: -640px -37px;}
#gm li a#gm7:hover,#gm li a#gm7.gmhere:hover{background-position: -768px -37px;}

#gm li a#gm1.gmhere{background-position: 0 -74px;}
#gm li a#gm2.gmhere{background-position: -128px -74px;}
#gm li a#gm3.gmhere{background-position: -256px -74px;}
#gm li a#gm4.gmhere{background-position: -384px -74px;}
#gm li a#gm5.gmhere{background-position: -512px -74px;}
#gm li a#gm6.gmhere{background-position: -640px -74px;}
#gm li a#gm7.gmhere{background-position: -768px -74px;}

#navi{
	font-size: 12px;
	padding: 10px 10px 0;
}

/*検索窓*/

#search{
	margin: 0 10px 0 auto;
	text-align: center;
	height: 30px;
	background: url("img/search.png") 0 0 no-repeat;
	width: 170px;
	}

#s{
	border: 0px;
	padding: 7px 6px 7px 8px;
	line-height: 18px;
	width: 126px;
	vertical-align: top;
	background: none;
	float: left;
	overflow: hidden;
	font-size: 12px;
	}

#searchsubmit{
	background: url("img/search.png") -140px 0 no-repeat;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	border: 0px;
	float: right;
	}
	#searchsubmit:hover{
		background: url("img/search.png") -170px 0 no-repeat;
		cursor: pointer;
	}

.site_box_list{
	margin: 0 0 30px;
	padding: 0 0 20px;
	border-bottom: 1px dotted #ddd;
}

/*コンテンツ*/

#container{
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: url("img/contents_bg.png") center top repeat-y;
	}

#container2{
	width: 900px;
	margin: 0 auto;
	text-align: left;
	}

#contents{
	float: left;
	width: 640px;
	}
	#contents2{
		width: 640px;
	}

#contents2{
	clear: both;
}

#c_inner{
	padding: 0;
	}

.title{
	font-size: 16px;
	background: url("img/title_bar.png") no-repeat;
	line-height: 32px;
	text-indent: 35px;
	margin: 0;
	padding: 0 0 5px;
	font-weight: bold;
	}

.sub_title{
	background: url("img/subtitle_bg.png") left top no-repeat;
	height: 25px;
	line-height: 25px;
	padding: 0 0 0 30px;
	margin: 30px 0 6px;
	font-size: 14px;
	border-bottom: 1px dotted #f7f7f7;
}

.sub_title_m0{
	background: url("img/subtitle_bg.png") left top no-repeat;
	height: 25px;
	line-height: 25px;
	padding: 0 0 0 30px;
	margin: 0 0 6px;
	font-size: 14px;
	border-bottom: 1px dotted #f7f7f7;
}


.time{
	color: #bbb;
	font-size: 11px;
	}

.entry{
	padding: 0 0 30px;
	margin: 0;
	color: #555;
	}
	.entry img.imgb_on{
		border: 1px solid #f0f0f0;
		padding: 3px;
	}

div.c_box{
	padding: 10px 20px 20px;
	margin: 0 0 40px;
	background: url("img/c_box.png") center bottom no-repeat;
	border-left: 1px solid #fafafa;
	border-right: 1px solid #fafafa;
	}
	div.c_box2{
		padding: 10px 20px 20px;
		margin: 0;
		background: url("img/c_box.png") center bottom no-repeat;
		border-left: 1px solid #fafafa;
		border-right: 1px solid #fafafa;
	}

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

.back{
	width: 840px;
	clear: both;
	}
	.back a{
		background: url("img/page_up.png") center bottom no-repeat;
		height: 24px;
		width: 100px;
		display: block;
		text-indent: -9999px;
		margin: 0 0 0 auto;
	}
	.back a:hover{
		background-position: center top;
	}

ul.post{
	margin: 0 0 0 25px;
}

ul.post li{
	padding: 15px 0;
	border-bottom: 1px dotted #eee;
}

.site_image{
	text-align: center;
	padding: 20px 0 0;
}

/*コメント*/

.comment{
	padding-bottom: 20px;
	}

#comments{
	padding: 20px 20px 0 0;
	}

#comments ul{
	margin-left: 20px;
	}

/*--------------------------サイド*/

#side{
	float: right;
	padding: 15px 15px 0;
	margin-left: 30px;
	background: url("img/side_bg.png") center top no-repeat;
	max-width: 200px;
	}

#searchform ul{
	list-style: none;
}

.side_t{
	height: 25px;
	line-height: 25px;
	background: #fff url("img/title_s.png") no-repeat;
	margin: 0 0 5px;
	padding: 0 0 0 15px
}

#s_inner{
	width: 200px;
	margin-bottom:50px;
	}
	#s_inner ul{
		padding-bottom: 10px;
		list-style: none;
	}
	#s_inner ul li{
		background: url("img/sl_icon.gif") left top no-repeat;
		padding: 0 0 0 23px;
		line-height: 23px;
	}

.links li a{
	display: block;
	}

.powerd{
	border-top: 1px solid #fff;
	padding-top: 10px;
	}

.powerd a{
	color: #fff;
	text-decoration: none;
	}

.powerd a:hover{
	color: #fff;
	text-decoration: none;
	}

dl#side_cate{
	margin: 0 0 20px; 
	}
	dl#side_cate dt{
		background: url("img/side_cat.png") 0 0 no-repeat;
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
		}
	dl#side_cate dt.over{
		background: url("img/side_cat.png") 0 -60px no-repeat;
		cursor: pointer;
		}
	dl#side_cate dt.selected{
		background: url("img/side_cat.png") 0 -30px no-repeat;
		cursor: default;
		}
		dl#side_cate dt dd ul li{
			margin: 0 0 0 20px;
			line-height: 18px;
			}

.side_bb{
	background: url("img/side_bbg.png") center bottom no-repeat;
	margin-bottom: 10px;
	}

.side_att{
	font-size: 8pt;
	letter-spacing: 0;
	line-height: 10pt;
	margin-top: 3px;
}

/* -----------------------------------------------------------
													フッター
   ----------------------------------------------------------- */

#footer{
	background: #fafafa url("img/footer_bgr.png") center top repeat-x;
	text-align: center;
	clear: both;
	min-height: 300px;
	}

#footer_inner{
	width: 900px;
	margin: 0 auto;
	padding: 70px 0 30px;
	text-align: left;
	background: url("img/footer_bg.png") center top repeat-x;
	}

h4#second{
	padding: 0;
	text-align: left;
	line-height: 40px;
	padding: 10px 0 0 50px;
	font-size: 18px;
	font-weight: bold;
	background: url("img/form_title.png") center top no-repeat;
	}

#order{
	text-align: left;
	background: url("img/form_bg.png") center bottom no-repeat;
	margin: 0 0 20px;
	}

#main_navi{
	width: 220px;
	}

#goods_navi{
	margin-left: 25px;
	width: 410px;
	}

#archive{
	float: right;
	margin: 0 0 20px;
	width: 220px;
	}

.fotlink{
	float: left;
	margin-bottom: 20px;
	}
	.fotlink ul{
		margin: 0 0 15px 28px;
	}
	.fotlink p{
		margin: 0 0 0 10px;
		}
		.f_b_r{
			float: right;
			width: 200px;
		}
		.f_b_l{
			float: left;
			width: 200px;
			margin: 0 10px 0 0;
		}

.fl_head{
	background-color: #eee;
	border-left: 8px solid #CCCCCC;
	line-height: 26px;
	text-indent: 8px;
	margin: 0 0 15px;
	}

#form_box{
	padding: 0 20px 10px;
}

#footer a{
	color: #777;
	}

#area{
	margin: 0 10px;
	padding: 5px 10px;
	border: 1px double #cecece;
	text-align: left;
	}

#area strong{
	font-weight: normal;
	}

.inline_li{
	display: inline;
	margin-right: 5px;
	}

.block_li{
	display: block;
	font-weight: bold;
	list-style: none;
	}

.links{
	width: 880px;
	margin: 0 auto;
	}

address{
	background: url("img/add_bg.png") 0 0 repeat-x;
	text-align: center;
	color: #666;
	line-height: 35px;
	padding: 5px 0 0;
	}

address a{
	color: #666;
	}

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

#info_table{
	width: 860px;
	margin: 0 auto;
	}

#info_table p{
	margin: 0 0 10px;
	line-height: 20px;
}

#info_table td{
	padding: 0 10px 10px;
	vertical-align: text-top;
	width: 50%;
	border: none;
	}

input[type="text"],textarea{
	width: 99%;
	background: #fefefe;
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 14px;
	overflow: auto;
	}

input[type="radio"]{
	vertical-align: middle;
	margin: 0 5px;
	}

.form_btn{
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: url("img/formbtn.png") center bottom no-repeat;
	border: none;
	}
	.form_btn:hover{
		background-position: center top;
		cursor: pointer;
	}
.form_btn_l{
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: url("img/formbtn_l.png") center bottom no-repeat;
	border: none;
	}
	.form_btn_l:hover{
		background-position: center top;
		cursor: pointer;
	}

.f_left{
	float: left;
	}

.right_box{
	float: right;
	width: 400px;
	}

.otherb{
	margin: 0 0 20px 30px;
	width: 270px;
	height: 180px;
	}
	.otherb p{
		margin: 0;
		padding: 58px 15px 0;
	}
	#fb01{background: url("img/fb01.png") 0 0 no-repeat;}
	#fb02{background: url("img/fb02.png") 0 0 no-repeat;}

/*----------------------------------------------------------------*																				
	WP-PageNavi 2.60								
 *----------------------------------------------------------------*/

.wp-pagenavi{
	margin: 0 0 40px;
	text-align: center;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 4px 6px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #66cc33;
	color: #66cc33;
	background-color: #fff;	
}
.wp-pagenavi a:visited {
	padding: 4px 6px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #66cc33;
	color: #66cc33;
	background-color: #fff;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #ffc69f;
	color: #555;
	background: url("img/pagenavi_bg.png") right top no-repeat;
}
.wp-pagenavi a:active {
	padding: 4px 6px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #66cc33;
	background-color: #fff;	
}
.wp-pagenavi span.pages {
	padding: 4px 6px;
	margin: 2px;
	color: #aaa;
	border: 1px solid #aaa;
	background-color: #fff;
}
.wp-pagenavi span.current {
	padding: 4px 6px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #66cc33;
	color: #555;
	background: url("img/pagenavi_bg.png") left top no-repeat;
}
.wp-pagenavi span.extend {
	padding: 4px 6px;
	margin: 2px;	
	border: 1px solid #aaa;
	color: #aaa;
	background-color: #fff;
}

/* -----------------------------------------------------------
													other
   ----------------------------------------------------------- */

.clear{
	clear: both;
	}

.clear_all{
	clear:both;
	font-size:0;
	line-height: 0;
	text-indent:-9999px;
}

.center{text-align: center;}
.left{text-align: left;}
.right{text-align: right;}

.noline{text-decoration: none;}

.bold{font-weight: bold;}
.small{font-size: 10px;}
.small2{
	font-size: 10px;
	line-height: 14px;
	}
.f12{font-size: 12px;}

.red{color: #dc143c;}
.orange{color: #f8a162;}
.green{color: #58aa3c;}

.block{display: block;}

.big{
	font-size: 18px;
	font-weight: bold;
	}
.big2{
	font-size: 24px;
	font-weight: bold;
	}

.a_ma10{margin: 10px 0;}
.s_ma20{margin: 0 20px;}
.ls_ma20{margin: 0 0 0 20px;}
.ma0{margin: 0;}
.tma0{margin-top: 0;}

.lm10{margin-left: 10px;}
.lm20{margin-left: 20px;}
.lm35{margin-left: 35px;}
.lm39{margin-left: 39px;}
.rm10{margin-right: 10px;}
.rm20{margin-right: 20px;}
.rm35{margin-right: 35px;}
.bm10{margin-bottom: 10px;}
.bm20{margin-bottom: 20px;}
.bm30{margin-bottom: 30px;}
.bm50{margin-bottom: 50px;}
.brm{margin-right: 10px;}

.float_l,.alignleft{float: left;}
.float_r,.alignright{float: right;}