@charset "utf-8";
@import url("thickbox.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
*/

/* ------------------------------------------
			style.css
			基本設定
------------------------------------------*/

*{
	margin: 0;
	padding: 0;
	}

html{
	height: 100%;
	}

body{
	font-family: Trebuchet MS,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Verdana,"ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
	color: #888888;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 1px;
	*font-size: small;
	}

h1,h2,h4,h5,h6{
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	}

em{
	font-weight: normal;
	font-style: normal;
	color: #f4a460;
	}

ul,dl,dt,dd{
	list-style:none;
	}

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

a{
	color: #8ab459;
	outline: none;
	text-decoration: underline;
	}

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

select option{
	padding: 0 5px;
	}

textarea{
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 2px;
	}

blockquote{
	border-left: 4px solid #808000;
	font-size: 10px;
	margin: 0 20px 20px 20px;
	padding: 10px;
	background-color: #f3f3f3;
	max-width: 500px;
	}

pre{
	border: 1px solid #ececec;
	background: #eee;
	padding: 0 5px;
	}

.clear{
	clear: both;
	}

.center{
	text-align: center;
	}

.red{
	color: #dc143c;
	}

.bold{
	font-weight: bold;
	}

.circle{
	list-style: circle;
	}

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

/*ヘッダー*/

#pr_link{
	display: none;
	height: 60px;
	line-height: 60px;
	margin: 5px;
	padding: 5px;
	border: 3px solid #99cc33;
	text-align: center;
	font-size: 30px;
	color: #ff9933;
	}

#pr_link img{
	vertical-align: top;
	}

#pr_link  span{
	line-height: 60px;
	font-size: 12px;
	color: #ececec;
	margin-right: 20px;
	}

#pr_link a{
	margin-left: 20px;
	}

#header h1{
	float: left;
	font-size: 14px;
	}

#header strong{
	font-weight: normal;
	font-style: normal;
	}

#logo{
	padding-left: 20px;
	clear: both;
	}

#logo a{
	display: block;
	width: 200px;
	height: 100px;
	background: url("img/logo_h1.png") no-repeat;
	text-indent: -9999px;
	}

#imp{
	padding-top: 40px;
	}

#mm{
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #ececec;
	border-top: 1px solid #ececec;
	}

.ml{
	float: left;
	}

.mr{
	float: right;
	}

.ml li{
	display: inline;
	margin-left: 5px;
	}

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

/*検索窓*/

#search{
	margin: 0 20px 0 auto;
	width: 200px;
	position: absolute;
	right: 20px;
	top: 80px;
	clear: both;
	}

*:first-child+html #search{
	width: 250px;
	right: 0;
	}

#s{
	border: 1px solid #ccc;
	height: 17px;
	padding: 3px 3px 0 3px;
	line-height: 17px;
	background-color: #fff;
	width: 150px;
	}

#sb{
	border: none;
	background: url("img/search_btn.png") no-repeat;
	width: 23px;
	height: 23px;
	line-height: 23px;
	vertical-align: middle;
	text-indent: -9999px;
	position: relative;
	top: -3px;
	cursor: pointer;
	}

*:first-child+html #sb{
	position: relative;
	top: -5px;
	}

/*コンテンツ*/

#contents{
	}

.title{
	margin: 30px 0 10px 0;
	padding: 0 20px;
	line-height: 25px;
	font-size: 14px;
	clear: both;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	background: #fff;
	}

.site_box_list .site_image a{
	display: block;
	background: #fff;
	padding: 2px;
	border: 1px solid #ccc;
	}

.site_box_pop .site_image a{
	display: block;
	background: #000;
	padding: 2px;
	border: 1px solid #ccc;
	}

.site_box_list .site_image a:hover{
	border: 1px solid #f4a460;
	}

.site_box_pop .site_image a:hover{
	border: 1px solid #dc143c;
	}

.site_box_pop .site_name,.site_box_list .site_name{
	margin-top: 5px;
	}

/*トップページのサイトレイアウト*/

.site_box_list{
	width: 206px;
	min-height: 250px;
	margin: 20px 0 0 20px;
	float: left;
	}

.site_box_list .site_name{
	height: 40px;
	overflow: hidden;
	}

.site_box_list .description_area{
	height: 40px;
	overflow: hidden;
	}

/*人気ランキング*/

#rank_box{
	padding: 0 0 10px 20px;
	min-height: 15px;
	}

#rank_box li{
	float: left;
	margin-right: 10px;
	list-style-position: inside;
	}

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

/*個別ページのレイアウト*/

.site_box_single{
	padding: 30px 15px 30px 50px;
	margin-bottom: 25px;
	background: url("img/site_box_single_bg.png") left top no-repeat;
	width: 520px;
	float: left;
	min-height: 280px;
	}

.page_title{
	height: 40px;
	line-height: 40px;
	text-indent: 40px;
	font-size: 14px;
	}

.site_box_single .site_image{
	float: left;
	margin-right: 15px;
	}

.site_box_single .site_image a{
	display: block;
	background: #fff;
	padding: 2px;
	border: 1px solid #ccc;
	}

.site_box_single .site_image a:hover{
	border: 1px solid #f4a460;
	}

.site_box_single .right_box{
	float: left;
	width: 280px;
	}

.site_box_single .description_area{
	height: 120px;
	overflow: auto;
	padding: 0 5px;
	border: 1px solid #ececec;
	}

.site_box_single .post_date{
	margin-top: 5px;
	}

.clear_single{
	clear: both;
	padding-top: 10px;
	text-indent: 240px;
	}

#similar_single{
	margin: 20px;
	}

#similar_single li{
	display: inline;
	margin-right: 10px;
	}

#regist_single{
	margin: 20px;
	}

.box{
	margin: 20px;
	}

.box p{
	margin: 10px 0 20px 0;
	}

.box .circle{
	margin: 10px 0 0 20px;
	}

.back{
	clear: both;
	text-align: right;
	padding-right: 20px;
	}

/*mlab*/

#mt_box{
	float: left;
	width: 400px;
	padding: 170px 40px;
	text-align: center;
	background: url("img/mt_box.jpg") no-repeat;
	}

#mt_box a{
	display: block;
	height: 40px;
	width: 320px;
	line-height: 40px;
	margin: 0 auto 0 10px;
	font-size: 16px;
	font-weight: bold;
	}

#mt_box .button, .button:visited {
	background: #e60012 url(img/overlay.png) repeat-x; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	}
 
#mt_box .button:hover{ 
	background: #ff2233 url(img/overlay.png) repeat-x;
	text-decoration: none;
	text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
	color: #fff;
	top: 1px;
	}


/*お知らせページのレイアウト*/

.topics_box{
	padding-left: 40px;
	}

.topics_box p{
	margin-bottom: 10px;
	}

.topics_box .circle{
	margin: 10px 0 20px 20px;
	}

.topics_date{
	margin-left: 20px;
	}

/*ページナビ*/

.wp-pagenavi{
	clear: both;
	background: #efefef;
	padding: 10px 20px 20px;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	}

/*コメント部分*/

#comments{
	border-top: 1px dotted #cecece;
	}

/*フッター*/

#footer{
	clear: both;
	padding: 20px 0;
	}

#footer address{
	text-align: center;
	}

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

.links{
	text-align: center;
	}

.site_box_single .site_title{
	font-size: 16px;
	}

/* ------------------------------------------
			登録ウィンドウ
------------------------------------------*/

#eb{
	background: url("img/logo_h1.png") no-repeat;
	}

#entry_form{
	margin: 110px auto 20px auto;
	width: 350px;
	}

/* ------------------------------------------
			ご利用方法
------------------------------------------*/

#how1{
	padding-bottom: 20px;
	}

#how2{
	padding-bottom: 170px;
	background: url("img/how2.jpg") left bottom no-repeat;
	}

#how3{
	padding-bottom: 155px;
	background: url("img/how3.jpg") left bottom no-repeat;
	}

/* ------------------------------------------
			登録ボタン
------------------------------------------*/

#header #try img{
	float: left;
	position: relative;
	top: 33px;
	left: 20px;
	}







