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

* {
 margin: 0;
 padding: 0;
}

html{height: 100%;}

/* BODY--------------------------------------------*/
body {
 font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
 text-align:center;
 margin : 0px;
 background: #E3E8E8;
 color:#666;
 font-size: 75%;
 line-height: 150%;
 border-top: solid 8px #515A90;
}

/*デフォルト属性 */
img, a, p, h1, h2, h3, h4, h5, h6, blockquote {
 margin: 0;
 padding: 0;
 border: 0;
}

/* strongの色 */
strong {font-weight: normal;}
	

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

/* リンクの属性（未指定時 */

a:link, a:visited, a:active {
 color: #00F;
 text-decoration: none;
}

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

/* テーブルの属性*/
table {margin: 0 0 0 10px; font-size: 100%; color: #999;}
td {padding: 5px;}


/* --------- 基本設定 -----------------　*/
#wrapper
{
 width: 870px;
 margin-left: auto;
 margin-right: auto;
 text-align: left;
 position: relative;
}

#left {
 position: absolute;
 left: 0;
 top: 0;
 width: 30px;
 height: 100%
 margin: 0;
}

#container{
 position: absolute;
 left: 30px;
 top: 0;
 width: 690px;
 margin: 0px;
 background: #FFF url("http://snsmk.com/img/base.gif") repeat-y;
}

#right{
 position: absolute;
 right: 0;
 top: 0;
 width: 140px;
 margin: 0px;
}

/*-----サイドナビ-----*/
.s_navi{
 margin: 15px 10px 0 0;
 text-align: left;
 position:fixed;
}

.s_navi img{
 margin: 2px 0; border: none;
}

/*-----サイトベース-----*/
#base {
	width: 690px;
	margin: 0;
	text-align: left;
	background: #FFF url("http://snsmk.com/img/header.gif") no-repeat;
}
 
/*-----ヘッダー部分-----*/
#header	{
	margin : 0px;
	padding: 0Px;
	height : 120px;
}

#header h1{
	margin-top : 0px;
	margin-bottom: 0px;
	text-indent: -1000px;
}
 
#header h1 a {
	width:690px;
	height:120px;
	background: url("http://snsmk.com/img/header.gif") no-repeat;
	display: block;
}

#header h1 a:hover {
	background-image: url("http://snsmk.com/img/header.gif");
}
 
#sidebar {
	width: 180PX;
	float: left;
	margin: 0px;
	color: #666;
	font-size: 100%;
	line-height; 1.5;
}

/*トップページ左サイドに情報ボックスを作る場合の指定（必要なければ削除）*/
#sidebar .box{
	margin: 10px 5px;
	background: #C7CAD1;
}

#sidebar .box div{
	border: 1px solid #BBB;
	font-size:100%;
	text-align: left;
	line-height: 1.3;
	padding: 5px;
}

/*メニュー*/
.menu{
	border-bottom: 1px solid #005999;
}
.menu ul{
	list-style: none;
	margin: 0;
	font-size: 100%;
	text-align: left;
	line-height: 2.0;
	}
.menu li.pt{
	display: block;
	width: 180px;
	margin: 0;
	font-weight: normal;
	background: #646FB0;
	color: #FFF;
	text-indent: 10px;
	text-decoration: none;
	border-top: 1px solid #005999;
	}
.menu li{
	display: block;
	width: 180px;
	margin: 0;
	font-weight: normal;
	background: #9CB3CA;
	color: #FFF;
	text-indent: 20px;
	text-decoration: none;
	border-top: 1px solid #005999;
	}
.menu li a:link, .menu li a:visited, .menu li a:active {
	display: block;
	width: 180px;
	margin: 0;
	font-weight: normal;
	background: #9CB3CA;
	color: #FFF;
	text-indent: 20px;
	text-decoration: none;
	}
.menu li a:hover {
	color: #666;
	font-weight: bold;
	background: #FFF url("http://snsmk.com/img/menu.gif") no-repeat;
	}

/*-----エントリー部分(共通）-----*/
#content{
	width: 490px;
	margin: 5px 4px 0 0;
	float: right;
	overflow-x: hidden;	
}

#content h2 {
	margin: 10px 0;
	padding: 3px 0px 0px 10px;
	color: #333;
	font-size: 14px;
	font-weight:bold;
	border-bottom: 1px dotted #9CB3CA;
	background: url("http://snsmk.com/img/h2_back.gif") no-repeat;
}

#content .doc {
	color:#333;
	margin: 5px 5px 0 10px;
	font-size: 100%;
	line-height: 155%;
}

#content h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	padding: 5px;
	color: #666E99;
	border-bottom: 1px solid #6680CC;
	overflow-x: hidden;	
	display: block;
}


#content h3 a:link, #content h3 a:visited, #content h3 a:active {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	padding: 5px;
	color: #333;
	background: #EEE;
	overflow-x: hidden;	
	display: block;
	text-decoration: none;
}

#content h3 a:hover {
	color: #FFF;
	background: #FF0066;
}

#content h4 {
	margin: 10px 0px 5px 0px;
	color: #00F;
	font-size: 12px;
	font-weight:bold;
	text-indent: 8px;
	background-color: #EEEEEE;
	border-left: 5px solid #646FB0;
	border-bottom: 1px dotted #646FB0;
}

#content h5 {
	margin: 10px 0px 5px 10px;
	color: #666;
	font-size: 10px;
	font-weight:normal;
	border-bottom: 1px dotted #646FB0;
}

#content ol{
	margin: 0px 0px 20px 40px;
}

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

/*-----記事枠の設定(エントリーページ以外）-----*/

/* インフォメーション */
#content .info{
	margin: 0px;
	color: #666;
	font-size: 100%;
	line-height: 1.5;
	padding: 5px;
	display: block;
}

#content .box{
	width: 480px;
	margin: 5px 0 5px 5px;
	border: 1px solid #BBB;
	font-size:100%;
	text-align: left;
	line-height: 130%;
}

#content .boxdiv {
	color:#333;
	margin: 5px;
	font-size: 100%;
	line-height: 155%;
}

/* What's Mew */
#content .new{
	width: 470px;
	height: 150px;
	overflow: auto;
	border: 1px solid #CCC;
	scrollbar-face-color: #DCEBF0;
	margin: 0px 0px 20px 10px;
	text-align: justify;
	text-justify: distribute;
}

#content .new ul{
	padding: 5px;
	font-style: 100%;
	list-style-type: circle;
}
#content .new li{
	margin-left:15px;
}

/* 検索窓  必要なければ削除*/
#content .searchform {
	margin: 5px 0;
	padding: 10px;
	font-size: 100%;
	line-height: 1.5;
	background: #DCE6F0;
	border: 1px solid #BBB;
}

/* 詳細へ*/
#content .next a:link, #content .next a:visited, #content .next a:active {
	float: right;
	margin: -5px 0 0 0;
	width: 70px;
	height: 18px;
	display: block;
	color: #FFF;
	font-size: 90%;
	text-align: left;
	text-indent: 10px;
	text-decoration: none;
	background: url("http://snsmk.com/img/more01.gif") no-repeat;
}

#content .next a:hover {
	color: #00F;
	background: url("http://snsmk.com/img/more02.gif") no-repeat;
}

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

#content .navi2 a {
	color: #00F;
	text-decoration: none;
}

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

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

#content #trackbackdata, #content #commentdata{
	font-size: 12px;
	color: #888;
	margin: 10px 0 10px 10px;
}

#content #trackbackdata .post1{
	font-size: 10px;
	color: #888;
	margin: 0;
	border-bottom: 1px solid #888;
}

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

/*引用属性*/
blockquote {
	width: 400px;
	height: 200px;
	overflow: auto;
	border: 1px solid #CCC;
	scrollbar-face-color: #DCEBF0;
	margin: 10px 20px 10px 20px;
	padding: 5px;
	text-align: left;
	}

/*グーグルアドセンス*/
#ads{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 10px;
	text-align: center;
}

#ads .slink {
	margin: 0px; 
	padding-left:0px;
	font-size: 9px; 
	color: #999;
	text-align: right;
}

/* -------右サイド------------*/
#right .doc{
	padding: 10px 5px 5px 5px;
	color: #333;
	font-size: 100%;
	line-height: 130%;
}

#right .box{
	margin: 5px;
	padding: 5px;
	text-align: left;
	font-size:100%;
	color:#666;
	line-height: 130%;
	background: #FFF;
}

#right .box div{
	text-align: center;
}

#right img{
	border: 1px solid #666;
}

/* フッター-----------------*/
#footer {
	clear: both;
	height: 65px;
	background: url("http://snsmk.com/img/footer_back.gif");
	margin: 10px 0 0 0;
}
#footer div {
	margin: 0;
	padding: 5px;
	color: #CCC;
	font-size: 100%;
	line-height: 120%;
	text-align: right;
}
	
#footer a:link, #footer a:visited, #footer a:active {color: #FFF;text-decoration: none;}
#footer a:hover{color : #FF6060;text-decoration: underline;}

/*トップページにリンク集を作る場合の指定（必要なければ削除）*/
#footer .toplink {
	float:left;
	margin: 5px 5px 0 10px;
	font-family: Verdana,Helvetica,sans-serif;
	color:#CCC;
	font-size: 10px;
	line-height: 100%;
	text-align: left;
}

#footer .toplink a:link, #footer .toplink a:visited, #footer .toplink a:active{
	font-size: 10px;
	text-align: left;
	color: #CCC;
	text-decoration: none;
}

#footer .toplink a:hover {
	color: #FFCC00;
}

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

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

/*  フォームメール用  formmailアドイン用　*/
.comments-head{
	margin: 10px 10px 10px 5px;
	font-size: 117%;
	font-weight: bold;
	color: #4A4A97;
}

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

.comment-view{
	margin: 0px 0px 10px 10px;
	font-size: 100%;
	color:  #3399CC;
	line-height: 155%;
}

.powered {
	margin: 10px 0;
	text-align: center;
}

	
