@charset "Shift_JIS";

/*------------------------------
Yaplog! Free Skin
ver.   : 2.0
column : 2
name   : GREEN#2
---
1.ベース設定
	1-1.初期設定
	1-2.基本設定
	1-3.リンク設定
2.レイアウト設定
	2-1.wrapper
	2-2.header
	2-3.main
	2-4.entry
	2-5.fence
	2-6.footer
3.サイドバー設定
	3-1.サイドバー全般
	3-2.カレンダー
------------------------------*/


/*--------------------------------------------------
1.ベース設定
--------------------------------------------------*/
/*---
1-1.初期設定(通常は変更しない)
--------------------*/
* {margin: 0px;padding: 0px;}
p {margin: 1em 0;}
textarea {font-size: 12px;}
ul {list-style: none;}
#comment_toolbar_position_marker {position: absolute;}
.fl {float: left;}
.fr {float: right;}
.cl {clear: both;}
.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}


/*---
1-2.基本設定
--------------------*/
body {
	background: #EFF5EA;
	color: #333333;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2;
	padding-bottom: 6px;
}


/*---
1-3.リンク設定
--------------------*/
a:link {
	color: #295C0A;
	text-decoration: none;
}
a:visited {
	color: #669933;
	text-decoration: none;
}
a:hover {
	color: #99CCFF;
	text-decoration: underline;
}
a:active {
	color: #99CCFF;
	text-decoration: underline;
}


/*--------------------------------------------------
2.レイアウト設定
--------------------------------------------------*/
/*---
2-1.wrapper
--------------------*/
#wrapper {
	background: url("/blog/template/920/img/foot.gif") repeat-x left bottom;
	margin: 6px auto;
	width: 980px;
}


/*---
2-2.header
--------------------*/
#head {
	background: url("/blog/template/920/img/head.gif") repeat-x left top;
	padding: 100px 10px 0 10px;
	text-align: left;
}
#pageMain #head { /* メインのみ */
	background: url("/blog/template/920/img/head-main.gif") repeat-x left top;
}
#pageArchive #head { /* アーカイブのみ */
	background: url("/blog/template/920/img/head-archive.gif") repeat-x left top;
}
#pageEntry #head { /* １記事のみ */
	background: url("/blog/template/920/img/head-entry.gif") repeat-x left top;
}
#head h1 {
	font-size: 24px;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
}
#head h1 a:link,
#head h1 a:visited {
	color: #669933;
}
#head h1 a:hover,
#head h1 a:active {
	color: #669933;
}
#head .hh {
	color: #A3C285;
	font-size: 14px;
	font-weight: normal;
	width: 618px;
	margin: 0;
	padding: 30px 0px 10px 20px;
}


/*---
2-3.main
--------------------*/
#main {
	background: url("/blog/template/920/img/main.gif") repeat-y left top;
	padding: 6px 10px 0 10px;
	width: 960px;
}

#alpha .left {
  width:300px;
  height:250px;
  float:left;
  padding: 10px 0 0 15px;
}

#alpha .right {
  width:300px;
  height:250px;
  float:right;
  padding: 10px 15px 0 0;
}
#alpha {
	float: left;
	text-align: left;
	width: 652px;
}

#main .entry_title {
	background: #669933;
	color: #FFFFFF;
	padding: 6px;
}

#main .entry_title a:link,
#main .entry_title a:visited {
	color: #FFFFFF;
}	
#main .entry_title_top {
	color: #333333;
	padding: 4px 0 5px 15px;
	font-size: 14px;
}

#main .entry {
	border: solid 1px #333333;
}


#main .sl {
	background: #669933;
	color: #FFFFFF;
	padding: 6px;
	text-align: left;
}

#ht{
	color: #669933;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 30px 0px 0px 20px;
}

#clip {
	padding: 280px 0 0 0;
}

#clip2 {
       
}

#beta {
	float: right;
	width: 300px;
}


/*---
2-4.entry
--------------------*/
.page {
	padding-bottom: 10px;
	font-weight: normal;
	text-align: center;
}
.page li {
	margin:0px 10px 0px 10px;
	display:inline;
}
.page a {
	font-weight: bold;
}
.archive_title {
	border-left: solid 12px #669933;
	background: #669933;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin: 6px 0;
	padding: 0 6px;
}
.entry {
	border: solid 1px #669933;
}
#pageArchive .entry { /* アーカイブのみ */
	border: none;
}
.entry_title {
	background: #669933;
	color: #FFFFFF;
	padding: 6px;
}
#pageArchive .entry_title { /* アーカイブのみ */
	background: #669933;
	color: #FFFFFF;
	margin: 3px 0;
	padding: 0;
}
.entry_title h2 {
	background: #669933;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
#pageArchive .entry_title h2 a:link,
#pageArchive .entry_title h2 a:visited {
	color: #FFFFFF;
}	
#pageArchive .entry_title h3 { /* アーカイブのみ */
	border-left: solid 6px #669933;
	background: #FFFFFF;
	color: #669933;
	font-size: 12px;
	padding: 0 6px;
}
.entry_title h3 a:link,
.entry_title h3 a:visited {
	color: #FFFFFF;

}
.entry_title h3 a:hover,
.entry_title h3 a:active {
	color: #A3C285;
}
#pageArchive .entry_title h3 a:link { /* アーカイブのみ */
	color: #295C0A;
}
#pageArchive .entry_title h3 a:visited { /* アーカイブのみ */
	color: #FFFFFF;
}
#pageArchive .entry_title h3 a:hover,
#pageArchive .entry_title h3 a:active { /* アーカイブのみ */
	color: #A3C285;
}
.date {
	background: #669933;
	color: #FFFFFF;
	font-size: 10px;
	margin-top: 3px;
	padding: 0 3px;
	text-align: right;
}
.date a:link,
.date a:visited {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.date a:hover,
.date a:active {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
#pageArchive .date { /* アーカイブのみ */
	background: none;
	color: #666666;
	text-align: left;
	margin-top: 0;
	padding: 0;
}
.padd {
	margin: 0px;
	padding: 5px;
}
.txt {
	width: 640px;
	font-size: 12px;
	line-height: 1.4;
	overflow: hidden;
}
.ext {
	padding-top:10px;
}
.txt_page {
	padding: 10px 0 5px 0;
	text-align: right;
}
.txt_page li {
	display: inline;
	padding: 0 0 5px 0;
	margin: 0;
}
.txt_page a:link,
.txt_page a:visited {
	font-weight: bold;
}
.txt_page a:hover,
.txt_page a:active {
	font-weight: bold;
}
.entry_footer {
	padding: 4px;
}
.entry_footer2 {
}
.entry_footer_end {
	padding: 4px;
}


/*---
2-5.fence
--------------------*/
.t_fence {
	border: solid 1px #669933;
}
.c_fence {
	border: solid 1px #669933;
}
.trackbacks {
}
.trackbacks_form {
	padding: 6px 0 6px 70px;
}
.trackbacks_form_text {
	background: #EFF5EA;
	border: solid 1px #669933;
	width: 500px;
}
.comment {
}
.comment_form {
	padding: 6px 0 6px 70px;
}
.comment_form_text {
	margin-bottom: 6px;
}
.comment_form_text dt label {
	font-weight: bold;
}
.comment_form_text dd input {
	background: #EFF5EA;
	border: solid 1px #669933;
	width: 500px !important;
}
#comment {
	background: #EFF5EA;
	border: solid 1px #669933;
	height: 10em;
	width: 500px;
}
#comment_preview {
	width: 466px;
}
.comment_form_btn {
	font-weight:normal;
	width:10em;
}
.title {
	background: #669933;
	color: #FFFFFF;
	padding: 3px 6px;
	text-align: left;
	font-weight: bold;
}
.point {
	font-weight: bold;
}
.ipt {
	padding: 1px;
	border: solid 1px #7F9DB9;
}
.message {
	padding: 0 0 5px 0;
	margin: 6px 0;
	width: 640px;
}
.message_title {
	background: url("/blog/template/920/img/fukidashi.gif") no-repeat left bottom;
	color: #999999;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 0 12px 0;
}
.c_fence .message_title a {
	background: url("/blog/image/emoji/43.gif") no-repeat right top;
	padding: 0 16px 0 0;
}
.message_txt {
	background: #EFF5EA;
	padding: 6px 6px 3px 6px;
}
.message_date {
	background: #EFF5EA;
	font-size: 10px;
	padding: 3px 6px 6px 6px;
	text-align: right;
}


/*---
2-6.footer
--------------------*/
#foot {
	border-top: solid 6px #A3C285;
	margin: 0 10px;
	padding: 6px 12px;
	text-align: left;
	font-collor: #FFFFFF;
}
#foot .fr {
	text-align: right;
	width: 100px;
}
#blgft_link a,
#foot .freeml_link a {
	font-weight: bold;
}


/*--------------------------------------------------
3.サイドバー設定
--------------------------------------------------*/
/*---
3-1.サイドバー全般
--------------------*/
.inner {
	text-align: left;
	font-size: 12px;
}
.side {
	margin-bottom: 0px;
	padding-bottom: 10px;
	text-align: left;
}
.side_title {
	background: #A3C285;
	border-left: solid 6px #85AD5C;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	text-align: left;
}
.side_text {
	font-size: 12px;
	padding: 6px;
}
.side_text a:link,
.side_text a:visited {
	font-weight: normal;
}
.side_text a:hover,
.side_text a:active {
	font-weight: normal;
}


/*---
3-2.カレンダー
--------------------*/
.calendar {
	color: #666666;
	font-size: 12px;
	text-align: center;
	padding: 2px;
}
.calendar a:link {
	background: #669933;
	color: #FFFFFF;
	display: block;
	height: 100%;
	width: 100%;
}
.calendar a:visited {
	background: #CCCCCC;
	color: #FFFFFF;
	display: block;
	height: 100%;
	width: 100%;
}



.calendar a:hover,
.calendar a:active {
	background: #A3C285;
	color: #FFFFFF;
	display: block;
	height: 100%;
	width: 100%;
}
.calendar_bg td {
	padding: 3px;
}
#infofo {
 text-align: left;
 padding: 10px 0 0 7px ;
 font-size: 14px;
}