@charset "utf-8"; 

/*simple_dot_GREEN

【1】共通設定
◆1-1　要素初期化
◆1-2　共通クラス
◆2-1　ヘッダ
◆2-2　フッタ

【3】レイアウト(2カラム固定)
◆3-1　全体枠
◆3-2　コンテンツ
◆3-3　中段
◆3-4　サイド1(2カラム)
◆3-5　サイド左(3カラム)
◆3-6　サイド右(3カラム)
◆3-5　補助枠(3カラム)

【4】コンテンツ内
◆4-0　ブログ本体
◆4-1　記事部分
◆4-2　記事日付
◆4-3　記事タイトル
◆4-4　記事本文
◆4-5　記事追記
◆4-6　記事下部
◆4-7　ページメニュー
◆4-8　ページトップ

【6】コメント･TB関連
◆6-1　コメント投稿フォーム
◆6-2　トラックバック一覧
◆6-3　コメント一覧

【7】プラグイン設定
◆7-0　プラグイン共通
◆7-1　カレンダー
◆7-2　RSS
◆7-3　最近の記事
◆7-4　過去記事
◆7-5　カウンター
◆7-6　最近のコメント
◆7-7　最近のトラバ
◆7-8　お気に入り
◆7-9　ブログ内検索
◆7-10　QRコード
◆7-11　読者登録
◆7-12　プロフィール
◆7-13　オーナーメール
◆7-14　インフォメーション
◆7-15　カテゴリ
◆7-16　新規投稿
◆7-17　カスタム1
◆7-18　カスタム2
◆7-19　カスタム3
*/

/*【1】共通設定*/
/*◆1-1　要素初期化*/
*{
	font-family:Verdana, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
textarea,select,input {
}
body{
	margin:0px;
	padding:0px;
	color:#8C7B73;
	background: url(http://admin.eshizuoka.jp/_img/simple_dot/bg_body.gif) 0 0 repeat;
	text-align:center;
	font-size: 62.5%;/*フォントサイズ初期化16px×62.5％＝10px */
}
img{
	border:none;
}
a:link , 
a:visited{color:#8C7B73;text-decoration:underline;}
a:active , 
a:hover{color:#8C7B73;text-decoration:none;}
h1 , h2 , h3 , p , ul , ol , li , dl , dt , dd , div , address , form {
	margin:0px;
	padding:0px;
	font-size:100%;
}
hr {display:none;}

/*◆1-2　共通クラス*/
.clear {
	clear:both;
	display:block;
	height:0;
	margin:0;
}

/*◆2-1　ヘッダ*/
#banner {
	background: url(http://admin.eshizuoka.jp/_img/simple_dot/bg_banner_g.jpg) 0 0 no-repeat;
	padding:20px 10px 10px 240px;
	width:610px;
	height:110px;
	margin:0 auto 0 auto;
}
.blogtitle{
	font-size:20px;
	font-weight:bold;
	text-align:left;
	letter-spacing:2px;
}
.blogtitle a , 
.blogtitle a:link , 
.blogtitle a:visited{color:#66A637;text-decoration:none;}
.blogtitle a:hover , 
.blogtitle a:active {color:#66A637;text-decoration:underline;}
.description{
	color:#8C7B73;
	font-size:12px;
	padding:10px 0px 0px 10px;
	text-align:left;
	letter-spacing:2px;
}
/*◆2-2　フッタ*/
#footer{
	clear:both;
	width:620px;
	margin:0 auto 0 auto;
	padding:0 0 20px 20px;
	border-left:#66A637 solid 220px;
}
#copyright{
	height:16px;
	font-size:92%;
	font-weight:normal;
	color:#66A637;
	line-height:150%;
	text-align:left;
	font-style: normal;
}
/*【3】レイアウト(2カラム固定)*/
/*◆3-1　全体枠*/
#container{
	background:url(http://admin.eshizuoka.jp/_img/simple_dot/bg_container.jpg) 0 0 repeat-x;
	margin:0px auto;
	text-align:left;
	font-size:120%;
}
/*◆3-2　コンテンツ*/
#content{
	width:620px;
	float:right;
	line-height: 150%;
}
/*◆3-3　中段*/
#middle {
	width:860px;
	margin:0 auto 0 auto;
	padding: 0 10px;
	background:url(http://admin.eshizuoka.jp/_img/simple_dot/bg_middle_g.gif) 10px top repeat-y;
	height:1%;/*for IE6+7 ボックス関連バグ*/
}
html>/**/#middle {
	height:auto;/*for FF*/
}

/*◆3-4　サイド1*/
#links{
	width:200px;
	float:left;
	text-align:left;
	color:#fff;
	padding:20px 10px 0px 10px; 
	background-color:#66A637;
	overflow:hidden;
}
/*◆3-5　サイド2*/

/*【4】コンテンツ内*/
/*◆4-0　ブログ本体*/
.blog{
	margin:20px 0px 20px 15px;
	width: 600px;
}
/*◆4-1　記事部分*/
.blogbody{
	margin:0px 0px 10px 0px;
	border-left:1px solid #66A637;
	border-right:1px solid #66A637;
	border-bottom:1px solid #66A637;
	background:#fff;
	padding: 10px 15px 0px 15px;
	width: 568px;
}
/*◆4-2　記事日付*/
.date{
	border:1px solid #66A637;
	border-bottom:1px none #66A637;
	background:#fff;
	color:#8C7B73;
	font-size:12px;
	letter-spacing:2px;
	padding:10px 0px 5px 10px;
	line-height: 120%;
	font-weight:normal;
}


/*◆4-3　記事タイトル*/
.title{
	color:#66A637;
	font-weight:bold;
	line-height:120%;
	padding: 0 0 0 10px;
	background:url(http://admin.eshizuoka.jp/_img/simple_dot/ico_list_g.gif) left center no-repeat;
}
.title a:link , .title a:visited { color:#66A637; text-decoration:none;}
.title a:hover , .title a:active { color:#66A637; text-decoration:underline;}


/*◆4-4　記事本文*/
.main{
	width:568px;
	overflow:auto;
	 line-height:135%;
}
.main img{
	margin:0px 5px 5px 5px;
}
.main-continues{
}
/*記事本文リンク色*/
.main a:link , .main a:visited {}
.main a:hover , .main a:active {}
/*「続きを読む」リンク色*/
a.acontinues:link , a.acontinues:visited {}
a.acontinues:hover , a.acontinues:active {}
/*◆4-5　記事追記*/
#more {}

/*◆4-6　記事下部*/
.posted{
	color:#66A637;
	font-size:83.4%;
	text-align:right;
	margin:8px 0px 8px 0px;
}
a.aposted{ color:#66A637;}
a.aposted:link , a.aposted:visited , a.aposted:hover , a.aposted:active {color:#66A637;}
.menu{
	color:#66A637;
	text-align:right;
	font-size:83.4%;
}
/*◆4-7　ページメニュー*/
a.amenu{ color:#66A637;}
a.amenu:link , a.amenu:visited , a.amenu:hover , a.amenu:active {color:#66A637;}
/*◆4-8　ページトップ*/
.pagetop{
	font-size:83.4%;
	text-align:right;
	margin:0px 0px 25px 0px;
	color:#66A637;
}
.pagetop a{ color:#66A637;}
.pagetop a:link , .pagetop a:visited , .pagetop a:hover , .pagetop a:active { color:#66A637;}

/*【6】コメント･TB関連*/
/*◆6-1　コメント投稿フォーム*/
table.form {
	margin:25px 0px 0px 13px;
}
.form th {
	vertical-align:top;
	text-align: right;
	font-weight: normal;
}
label{
	font-size:12px;
}
#author{
	width:200px;
	border:1px solid #8C7B73;
}
#email{
	width:200px;
	border:1px solid #8C7B73;
}
#url{
	width:200px;
	border:1px solid #8C7B73;
}
#text{ font-size:12px;
	width:400px;
	height:200px;
	border:1px solid #8C7B73;
}
.form .button {
	margin:0 auto;
	display: block;
}

/*◆6-2　トラックバック一覧*/
#trackback {
	margin:15px 0 0;
}
.trackback-url{
	color:#8C7B73;
	font-size:12px;
	font-weight:bold;
	margin:5px 0px 25px 10px;
}
.trackback-title{
	color:#66A637;
	font-weight:bold;
	padding: 0 0 0 10px;
	background:url(http://admin.eshizuoka.jp/_img/simple_dot/ico_list_g.gif) left center no-repeat;
	line-height:150%;
}
.trackback-body{
	line-height:135%;
	margin:20px 0px 5px 13px;
}
.trackback-post{
	color:#66A637;
	font-size:83.4%;
	text-align:right;
	margin:0px 0px 25px 13px;
	border-top: #8C7B73 dotted 1px;
}
a.atrackback-post:link , 
a.atrackback-post:visited {color:#66A637;text-decoration:underline;}
a.atrackback-post:hover , 
a.atrackback-post:active {color:#66A637;text-decoration:none;}
/*◆6-3　コメント一覧*/
#comments {
	margin:15px 0 0;
}
.comments-head{
	color:#66A637;
	font-weight:bold;
	padding: 0 0 0 10px;
	background:url(http://admin.eshizuoka.jp/_img/simple_dot/ico_list_b.gif) left center no-repeat;
	line-height:150%;
}
.comments-body{
	line-height:135%;
	margin:20px 0px 5px 13px;
}
.comments-post{
	color:#66A637;
	font-size:83.4%;
	text-align:right;
	margin:0px 0px 25px 13px;
	border-top: #8C7B73 dotted 1px;
}
a.acomment-post:link , 
a.acomment-post:visited {color:#66A637;text-decoration:underline;}
a.acomment-post:hover , 
a.acomment-post:active {color:#66A637;text-decoration:none;}

/*【7】プラグイン設定*/
/*◆7-0　プラグイン共通*/
.sidetitle{
	color:#FADC27;
	border-bottom:#FADC27 dotted 1px;
	font-size:12px;
	letter-spacing:2px;
	padding:5px 0px 5px 5px;
}
.side{
	font-size:12px;
	line-height:140%;
	margin:0px 0px 10px 0px;
	padding:8px;
}
/*サイドリンク色*/
.side a:link , .side a:visited { color:#fff; text-decoration:underline;}
.side a:hover , .side a:active { color:#fff; text-decoration:none;}
/*◆7-1　カレンダー*/
.calender{
	font-size:10px;	
	border: 1px solid #FADC27;
	margin:0 0 18px 0;
}
.calendarhead{
	color:#66A637;
	font-size:12px;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
	padding:3px 0px 3px 0px;
	margin:1px;
	background:#FADC27;
}
.calendartable{ /*カレンダーテーブル*/
	margin:0;
	width:198px;
	text-align:center;
	border-spacing:0px;
	empty-cells:show;
}
* html .calendartable 
{ /*IE6のボーダー間隔を接着*/
	border-collapse:collapse;
}
*+html .calendartable 
{ /*IE7のボーダー間隔を接着*/
	border-collapse:collapse;
}
.calendarweek{ /*曜日(文字)*/
	color:#fff;
	font-size:10px;
	font-weight: bold;
}
.calendarwd{ /*曜日(セル)*/
	line-height: 130%;
}
.calendard{ /*日付(セル)*/
	border-top:1px solid #FADC27;
	border-right:1px solid #FADC27;
	line-height: 130%;
}
.sat {border-right:1px none #FADC27;}
.calendarhead a:link , .calendarhead a:visited{color:#66A637; text-decoration:underline;}
.calendarhead a:hover , .calendarhead a:active {color:#66A637; text-decoration:none;}
.calendartable a:link , .calendartable a:visited{color:#66A637; text-decoration:none; background:#FADC27; display:block;}
.calendartable a:hover , .calendartable a:active {color:#66A637; text-decoration:none; background:#FFF;display:block;}

/*
sun {}　日曜セル
today {}　今日セル
*/

/*◆7-2　RSS*/
.rss{}
.rss ul {
	margin:0px;
	padding:0px;
	width:100%;
	text-align:center;
}
.rss ul li{
	border-right:#FADC27 1px solid;
	display:inline;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	letter-spacing:0.2px;
	margin-right:0.3em;
	padding-right:0.5em;
	padding-left:0.2em;
}
.rss ul a:link , 
.rss ul a:visited{
	color:#FADC27;
	text-decoration:none;
}
.rss ul a:hover ,
.rss ul a:active{
	color:#FADC27;
	text-decoration:none;
}
/*◆7-3　最近の記事*/
.recententry {}
/*◆7-4　過去記事*/
.archives {}
/*◆7-5　カウンター*/
.counter {}
/*◆7-6　最近のコメント*/
.comment {}
/*◆7-7　最近のトラバ*/
.trackback {}
/*◆7-8　お気に入り*/
.link {}
/*◆7-9　ブログ内検索*/
.search {}
/*◆7-10　QRコード*/
.qrcode {}
/*◆7-11　読者登録*/
.subscription {}
/*◆7-12　プロフィール*/
.profile {}
.profile .photo{
	text-align:center;
	overflow:hidden;
}
.profile .photo img{
	display:block;
	max-width:150px;
	margin:0 auto;
}
.nickname{
	color:#FADC27;
	font-weight:bold;
	margin:10px 0px;
	text-align:center;
}
.message{font-size:83.4%;}
/*◆7-13　オーナーメール*/
.inquiry {}
/*◆7-14　インフォメーション*/
.ad {}
/*◆7-15　カテゴリ*/
.category {}
/*◆7-16　新規投稿*/
.blog_entry {}
/*◆7-17　カスタム1*/
.custom1 {}
/*◆7-18　カスタム2*/
.custom2 {}
/*◆7-19　カスタム3*/
.custom3 {}
