/*ここは消さないで下さい!*/
/* Edited with EditCSS */
/*CSSLicense: jp-soft.com Tsunehisa Hazama*/

* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}


	/* FBボックスプラグインを画面いっぱいに表示させる */
	div#likebox_conteiner,
	div#likebox_conteiner .fbcomments,
	div#likebox_conteiner .fb_iframe_widget,
	div#likebox_conteiner .fb_iframe_widget[style],
	div#likebox_conteiner .fb_iframe_widget iframe[style],
	div#likebox_conteiner .fbcomments iframe[style],
	div#likebox_conteiner .fb_iframe_widget span,
	div#likebox_conteiner .fb-like-box{
		width: 100% !important;
		text-align:left;
		margin-bottom: 20px;
	}

	.sns-row {
		position: relative;
		width: inherit;
		text-align: left;
		padding-left: 0;
	}
	.sns-row .fb-like{
		width: 69px !important;
		margin-right: 5px; 
		display: inline-block !important;
		padding-bottom: 5px;
		float: left !important;
	}

	.sns-col{
		padding-left: 0;
	}	
	.sns-col .fb-like{
		width: 69px !important;
		display: block !important;
		margin-left: 0;
		padding-left: 0;
		margin-bottom: 0.7em;
	}

	
/* floatの解除 包含ブロックに指定する*/
	.clearfix:after {
		display:block;
		clear:both;
		height:0px;
		visibility:hidden;
		content:".";
	}
	.clearfix {
		min-height: 1px; /*IE6、7対策*/
	}

/* floatの解除 次に出現するブロックに指定する*/
	.clearboth{
		clear: both;
	}


/* BODY--------------------------------------------*/
body {
	background: #ffffff;
	margin: 0;
	padding: 0;
	font-size: 75%;
	line-height:1.5;
	color: #666;
	list-style: none;
	text-align: center;
}

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

a:link, a:visited, a:active {color: #6699CC;text-decoration: none;}
a:hover{color : #FF6633;text-decoration: underline;}

/*引用属性*/
blockquote {
	width: 400px;
	height: 200px;
	overflow: auto;
	border: 1px solid #CCC;

	margin: 10px 20px 10px 20px;
	padding: 5px;
	text-align: left;
	}
	
/* テーブルの属性*/
table {margin: 0 0 0 10px; font-size: 12px; color: #666;}
td {height: 5px;}


#wrapper {
	width: 750px;
	margin: 0 auto;
	background: #FFF url("img/header.gif") no-repeat;
	position: relative;
	border-top: 3px solid #F37F0C;
}


/*ヘッダー-----------------------------------*/
#header {
	height:100px;
	margin: 0;
	color: #666;
}
#header h1{/* 未使用 */
	margin : 0;
	padding: 0;
	float: left;
	text-indent: -2000px;
}
#header #top{
	margin : 0;
	padding: 0;
	float: left;
	text-indent: -2000px;
}
 h1 a {/* 未使用 */
	width:400px;
	height:100px;
	background: #FFF url("img/header.gif") no-repeat;
	display: block;
}
 #top{
	width:400px;
	height:100px;
	background: #FFF url("img/header.gif") no-repeat;
	display: block;
}

#header .navi{
	position: absolute;
	top: 0;
	right: 0;
}

#header .navi a:link, #header .navi a:visited, #header .navi a:active{
	float: right;
	margin: 0 0 0 2px;
	color: #666;
	font-size: 12px;
	background: url("img/navi01.gif") no-repeat;
	text-decoration: none;
	width: 80px;
	height: 20px;
	display: block;
}
#header .navi a:hover{
	background: url("img/navi02.gif") no-repeat;
}

/*記事枠等の属性*/
#content {
	float: right;
	width: 550px;	
	margin:10px 0 0 0;
	background: #FFF;
	overflow-x: hidden;	
}

#content div {
	text-align: left;
	margin-left: 10px;
}

#content h2 {
	margin: 0 0 0px 0;
	padding: 3px 0;
	background: #F37F0C;
	color: #FFF;
	font-weight: bold;
	font-size:16px;
	text-align: left;
	text-indent: 5px;
}


#content h3 {
	margin: 0 0 5px 0;
	border-bottom: 2px solid #F37F0C;
	background: #FFF;
	color: #333;
	font-weight: bold;
	font-size:14px;
	display: block;
	text-align: left;
	text-indent: 5px;
}

			
#content h3 a {
	text-decoration: none;
	color: #333;
}
					
#content h3 a:hover {
	color: #FF6600;
	text-decoration: underline;
}

#content h4 {
	margin: 5px 0;
	color: #CCB333;
	font: normal 100%/1.5  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	border: 1px solid #A6567E;
	display: block;
	text-align: left;
	text-indent: 5px;
}


#content h5 {
	margin: 5px 0;
	color: #666;
	font: normal 10px/1.3  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	display: block;
	text-align: left;
	text-indent: 5px;
}

#content .info{
	margin: 0;
}

#content .info div{
	padding: 10px;
	font-size: 100%;
	text-align: left;
	font:normal 100%/1.5  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

/*記事枠左の属性*/
#content #left {
	float: left;	
	margin: 5px 0 0 0;
	background: #FFF;
	overflow-x: hidden;	
	text-align: left;
}

#content #left .cat{
	margin: 0;
	font-size: 100%;
	line-height: 150%;
	color: #666;
	text-align: left;
}

#content #left .ent{
	margin: 0;
	font-size: 117%;
	line-height: 150%;
	color: #333;
	text-align: left;
}

#content #left img{
	float: left;
	margin: 0 5px 0 0;
	border: none;
}

#content #left p{
	margin: 0 0 20px 0;
}

#content #left .next {margin : 5px 0 15px 0;float: right;font-size: 75%;}
#content #left .next a{color: #8080C0;text-decoration: none;}
#content #left .next a:hover{color: #FF6600;text-decoration: underline;}
#content #left .next img{margin: 0;vertical-align: middle;}

/* 右寄せのリンク指定 */
.detail {
 clear: both;
 float:right;
 font-size: 100%;
 margin : 0px;
 padding : 5px;
}

/*trackbacks & Comments*/

/*----- trackbacks & Comments-----*/

#content .post1,#content .post2 {
	border-top: solid 1px #AAAAFF;
	font-size: 12px;
	padding-top: 6px;
	margin-bottom: 30px;
}

#content #trackbackdata post1{
	font-size: 10px;
	color: #888;
	margin-bottom: 10px;
}

#content #tbdata,#content #tbdata p, #content #commentdata,#content #commentdata p{
	font-size: 12px;
	color: #888;
	margin-top: 0px;
	margin-bottom: 0px;
}

#content #commentdata .post2{
	margin-bottom: 10px;
	font-size:10px;
	text-align: right;
}
#content .error {
	font-size : 14px;
	color: red;
	border: 1px solid red;
	padding: 5px;
	text-align: center;
}

/*記事枠右の属性*/
#content #right {
	float: right;
	width: 125px;	
	margin: 5px 0;
	background: #FFF;
	overflow-x: hidden;	
}

#content #right div{
	float: right;
	margin: 0 0 5px 0;
	font-size: 85%;
	line-height: 120%;
	color: #666;
	text-align: left;
}

/*パンくずリスト*/
#content .navi2 {
	margin :0px;
	width: 100%;
	font-size: 85%;
	padding: 0 5px;
	text-align: left;
	}

#content .navi2 a {
	color: #6699CC;
	text-decoration: none;
	}

#content .navi2 a:hover {
	color: #FF6633;
	text-decoration: underline;
	}

/*記事一覧*/
#content ol{
	margin: 0px 0px 20px 40px;
}

#content li{
	margin: 5px 0;
	font-size: 100%;
	color:#666666;
}

/*サイドメニュー等の属性*/
#sidebar {
	float: left;
	width: 180px;
	margin: 0;
	background: #FFF;
	overflow-x: hidden;
}

#sidebar .ads{
	margin: 0 5px 0 10px;
}

/* 検索モジュール用 */
#sidebar .search{	
	margin: 0;
	width: 180px;
}

#sidebar .search div {
	padding: 10px;
	text-align: left;
	border-left: 1px solid #F37F0C;
	border-right: 1px solid #F37F0C;
}


#sidebar .search_top{
	margin: 10px 0 0 0;
	width: 180px;
	height: 40px;
	background: url("img/search_top.gif") no-repeat;
	text-indent: -1000px;
}

#sidebar .search_bottom{
	margin: 0;
	width: 180px;
	height: 20px;
	background: url("img/search_bottom.gif") no-repeat;
	text-indent: -1000px;
}

/* インフォメーション（左サイド） */
#sidebar .info_left{	
	margin: 0;
	width: 180px;
}

#sidebar .info_left div {
	padding: 10px;
	text-align: left;
	border-left: 1px solid #F37F0C;
	border-right: 1px solid #F37F0C;
}


#sidebar .info_left_top{
	margin: 10px 0 0 0;
	width: 180px;
	height: 40px;
	background: url("img/info_top.gif") no-repeat;
	text-indent: -1000px;
}

#sidebar .info_left_bottom{
	margin: 0;
	width: 180px;
	height: 20px;
	background: url("img/info_bottom.gif") no-repeat;
	text-indent: -1000px;
}

/* メニュー指定 */
#sidebar h2 {
	font-size: 100%;
	line-height:100%;
}

#sidebar h3 {
	font-size: 100%;
	line-height:100%;
}
#sidebar .date{
	margin: 0;
	font-size: 75%;
	text-align: right;
}

#sidebar .menu{
	margin: 0;
	font-size: 12px;
}

#sidebar .cate_top{
	margin: 10px 0 0 0;
	width: 180px;
	height: 40px;
	background: url("img/cate_top.gif") no-repeat;
	text-indent: -1000px;
}

#sidebar .cate_bottom{
	margin: 0;
	width: 180px;
	height: 20px;
	background: url("img/cate_bottom.gif") no-repeat;
	text-indent: -1000px;
}

#sidebar ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}





#sidebar li.pt{
	background: #f5f5f5 url("img/menu01.gif") no-repeat;
	display: block;
}

#sidebar li.pt_here {
	background: #FFF url("img/menu02.gif") no-repeat;
	color: #333;
}

#sidebar li.pt2{
	background: #f0f0a8;
	display: block;
}

#sidebar li.pt2_here{
	background: #FFF;
	color: #333;
}

#sidebar li.pt a:hover {
	background: #FFF url("img/menu02.gif") no-repeat;
	color: #333;
}

#sidebar li.pt2 a:hover {
	background: #FFF;
	color: #333;
}

#sidebar li {
	margin: 0;
	color: #666;
	line-height: 200%;
	font-size: 100%;
	text-align: left;
	text-indent: 25px;
	border-left: 1px solid #F37F0C;
	border-right: 1px solid #F37F0C;
	border-bottom: 1px solid #F37F0C;
	display: block;
}



#sidebar li a {
	margin: 0;
	width: 178px;
	height: 25px;
	color: #666;
	text-decoration: none;
	display: block;
}

#sidebar li a:hover {
	color: #333;
}


/*フッターナビ*/
#f_navi {
	clear: both;
	text-align: right;
	margin: 0px;
	padding: 10px 5px 5px 5px;
	font-size: 85%;
}

#f_navi img{margin: 0 5px;border-style: none; vertical-align: middle;}

/* フッター-----------------*/
#footer {
	clear: both;
	width: auto;
	height: 35px;
	background-color: #F37F0C;
	margin: 0;
}


#footer div {
	float: right;
	margin: 0;
	padding: 5px 10px 0 0;
	color: #FFF;
	font-size: 85%;
	line-height: 1.0;
	text-align: right;
}
	
#footer a:link, #footer a:visited, #footer a:active {color: #FFF;text-decoration: none;}
#footer a:hover{color : #FF0;text-decoration: underline;}

#footer ul {
	margin: 0;
	padding: 0;
	float: left;
}
#footer li {
	list-style: none;
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
}
#footer ul li a {
	color: #666;
	text-decoration: none;
}

/*  フォームメール用  */
.comments-head{
	margin: 10px 10px 10px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #4A4A97;
	}

.comment-content{
	margin: 10px 0px 10px 10px;
	font-size: 12px;
	color: #666;
	line-height: 155%;
	}

.comment-view{
	margin: 0px 0px 10px 10px;
	font-size: 12px;
	color:  #3399CC;
	line-height: 155%;
	}
	
.changecss{
	position: absolute;
	right: 10px;
	top: 0px;
	text-align: right;
	font-size: 85%;
}
