@charset "utf-8";
@import url("ie.css");
@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{
	background: url("img/bg.png") repeat-x #808080;
	font-family: Trebuchet MS,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Verdana,"ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
	color: #fff;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 1px;
	}

#container{
	width: 880px;
	margin: 0 auto;
	background: url("img/header.png") no-repeat;
	}

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

strong{
	font-weight: normal;
	font-style: 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;
	padding: 0 20px;
	}

.clear{
	clear: both;
	}

.right{
	text-align: right;
	}

.center{
	text-align: center;
	}

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

/*ヘッダー*/

#header{
	padding: 0 0 10px 0;
	}

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

#logo{
	padding-left: 20px;
	}

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

#dis{
	padding: 60px 0 0 20px;
	float: left;
	}

#menu{
	height: 40px;
	line-height: 40px;
	padding-left: 2px;
	}

#mc{
	color: #fff;
	padding: 0 5px 0 30px;
	}

#mm{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #fff;
	padding: 0 5px 0 30px;
	background: url("img/menu_btn.jpg") left bottom no-repeat;
	}

#menu ul li{
	display: inline;
	height: 40px;
	font-size: 14px;
	}

#menu ul li a{
	height: 40px;
	line-height: 40px;
	padding: 0 5px 0 13px;
	display: inline-block;
	background: url("img/menu_btn.jpg") left bottom no-repeat;
	color: #ddd;
	}

#menu ul li a:hover{
	background: url("img/menu_btn.jpg") left top no-repeat;
	color: #9acd32;
	}

/*検索窓*/

#search{
	margin: 0 20px 0 auto;
	width: 200px;
	position: absolute;
	right: 20px;
	top: 35px;
	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;
	}


/*コンテンツ*/

#contents{
	float: left;
	width: 660px;
	background: url("img/c_bg.png");
	color: #fff;
	}

#c_inner{
	padding: 20px;
	}

.title{
	font-size: 16px;
	padding-bottom: 10px;
	}

.time{
	margin-left: 30px;
	color: #ececec;
	}

.entry{
	padding: 20px;
	margin-bottom: 30px;
	background: #fff;
	color: #555;
	}

.entry ol{
	list-style: none;
	}

.tag{
	padding: 20px 0 0 0;
	}

.back{
	text-align: right;
	}

/*コメント*/

.comment{
	padding-bottom: 20px;
	}

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

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

/*サイド*/

#side{
	float: right;
	width: 200px;
	background: url("img/c_bg.png");
	position: relative;
    top: -140px;
	}

#s_inner{
	padding: 20px 10px;
	}

#s_inner ul{
	padding-bottom: 10px;
	}

#s_inner .circle{
	list-style: circle;
	margin-left: 20px;
	}

.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;
	}

.ib:hover{
	opacity:0.9;
	}

/*フッター*/

#footer{
	clear: both;
	}

/*プロフィール*/

#profile{
	margin-bottom: 20px;
	}

#profile td{
	padding-right: 10px;
	}

#link_b{
	margin-top: 20px;
	}




	
