@charset "Shift_JIS";

/*------------------------------
Yaplog! Skin
type   : easy skin
column : 3
---
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;}
body, div, table, caption, th, tr, td, ul, ol, li, dl, dt, dd, form, p {
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
}
p {margin: 1em 0;}
textarea {font-size: 12px;}
ul {list-style: none;}
.fl {float: left;}
.fr {float: right;}
.cl {clear: both;}
.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
.tb-send {margin-top:3px;}
#yaploghead {position:fixed;top:0;left:0;}
body {padding-top:24px;}
* html body {padding-top:0;}


/*---
1-2.基本設定
--------------------*/
body {
	background-color:#FFFFFF;
	background-image:url("https://yaplog.jp/blog/pc_share_skin/0/40/bg_51_1091130220932.gif");
	background-repeat:repeat;
	background-position:0 0;
	color:#333333;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2;
	padding-bottom: 6px;
}
*:first-child+html body {
    padding-top: 35px;
}

/*---
1-3.リンク設定
--------------------*/
a:link {
	color:#3495F7;
	text-decoration: none;
}
a:visited {
	color:#3495F7;
	text-decoration: none;
}
a:hover {
	color:#3495F7;
	text-decoration: underline;
}
a:active {
	color:#3495F7;
	text-decoration: underline;
}


/*--------------------------------------------------
2.レイアウト設定
--------------------------------------------------*/
/*---
2-1.wrapper
--------------------*/
#wrapper {
	margin: 6px auto;
	width: 980px;
}
*:first-child+html #wrapper {
    margin: 0px auto;
}

/*---
2-2.header
--------------------*/
#headWrapper {
	height:243px;
	background-color:#FFFFFF;
	background-image:url("https://img.yaplog.jp/img/user_files/h/o/n/honey_bouquet/img/easy/head_420473_20120102175318236.jpg");
	background-repeat:no-repeat;
	background-position:0 0;
}
#head {
	padding: 30px 30px 30px 70px;
	text-align: left;
}

#head h1 {
	font-size:18px;
	font-weight: bold;
}
#head h1 a {
	color:#3495f7;
}

#head h2 {
	font-size: 16px;
	font-weight: normal;
	color:#333333;
}


/*---
2-3.main
--------------------*/
#main {
	background:#FFFFFF;
	border-bottom:solid 6px #FFFFFF;
	padding: 6px 10px;
	width: 960px;

}
#cont {
	float: left;
	margin: 0px;
	text-align: left;
	width: 725px;
}
#alpha {
	float: right;
	text-align: left;
	width: 490px;
}
#beta {
	float: left;
	width: 230px;
	background-color:#FFFFFF;
}
* html #beta {
	overflow:hidden;
	word-break:break-all;
}
#gamma {
	float: right;
	width: 230px;
	background-color:#FFFFFF;
}
* html #gamma {
	overflow:hidden;
	word-break:break-all;
}

/*---
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;
}
.entry_title {
	background-color:#FF71A2;
	background-image:url("https://static.yaplog.jp/blog/template/931/img/bg_title.gif");
	background-repeat:repeat;
	background-position:0 0;
	color:#FFFFFF;
	padding: 6px;
}
#pageArchive .entry_title {
	background-image:none;
	background-color:transparent;
}
.entry_title h3 {
	background-image:url("https://static.yaplog.jp/blog/template/931/img/icon.gif");
	padding:0 20px;
	background-repeat:no-repeat;
	background-position:0 0;
	font-size:16px;
	font-weight: bold;
	text-align: left;
}
#pageArchive .entry_title {
	color:#333333;
}
.entry_title h3 a {
	color:#FFFFFF;
}
#pageArchive .entry_title h3 a {
	color:#333333;
}
.archive_title {
	font-size: 16px;
	font-weight: bold;
	margin: 6px 0;
	padding: 0 6px;
	background-color:#FF71A2;
	background-image:url("https://static.yaplog.jp/blog/template/931/img/bg_title.gif");
	background-repeat:repeat;
	background-position:0 0;
	color:#FFFFFF;
	padding: 6px;
}
.date {
	font-size: 10px;
	margin-top: 3px;
	padding: 0 3px;
	text-align: right;
}
.date a {
	color:#FFFFFF;
}
.padd {
	background-color:#FFFFFF;
	margin: 0px;
	padding: 10px 5px;
}
.txt {
	width: 480px;
	color:#333333;
	font-size:12px;
	line-height: 2;
	overflow: hidden;
}
.ext {
	padding-top:10px;
}
.txt_page {
	font-size:12px;
	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
--------------------*/
.trackbacks_form {
	padding: 6px 40px;
}
.trackbacks_form_text {
	width: 400px;
}
.trackbacks_form_btn {
	font-weight:normal;
	width:18em;
}
.comment_form {
	padding: 6px 40px;
}
.comment_form_text {
	margin-bottom: 6px;
}
.comment_form_text dt label {
	font-weight: bold;
}
.comment_form_text dd input {
	width: 400px !important;
}
#comment {
	height: 10em;
	width: 400px;
}
#comment_preview {
	width: 366px;
}
.comment_form_btn {
	font-weight:normal;
	width:10em;
}
.title {
	padding: 3px 6px;
	text-align: left;
	font-weight: bold;
	font-size:12px;
}
.point {
	font-weight: bold;
}
.ipt {
	padding: 1px;
}
.message {
	padding:6px 0;
	width:480px;
	border-bottom:dotted 1px #CCC;
}
.message_title {
	font-size: 14px;
	font-weight: bold;
	padding: 6px 0 12px 0;
}
.message_txt {
	padding: 6px 6px 3px 6px;
}
.message_date {
	font-size: 10px;
	padding:0 3px;
	text-align: right;
}


/*---
2-6.footer
--------------------*/
#foot {
	margin: 0 10px;
	padding: 6px 12px;
	text-align: left;
}
#foot .fr {
	text-align: right;
	width: 100px;
}
#blgft_link a,
#foot .freeml_link a {
	font-weight: bold;
}


/*--------------------------------------------------
3.サイドバー設定
--------------------------------------------------*/
/*---
3-1.サイドバー全般
--------------------*/
#beta {
	color:#333333;
	font-size:12px;
}
#gamma {
	color:#333333;
	font-size:12px;
}
.inner {
	text-align: left;
}
.side {
	margin-bottom: 0px;
	padding-bottom: 10px;
	text-align: left;
}
.side_title {
	font-weight: bold;
	padding: 6px;
	text-align: center;
}
.side_text {
	padding: 6px;
}
#beta .side_title {
	background-color:#FF86B6;
	background-image:url("https://yaplog.jp/blog/pc_share_skin/1/1103/m1_line_2753_side230.gif");
	background-repeat:repeat;
	background-position:0 0;
	color:#FFFFFF;
	font-size:12px;
}
#gamma .side_title {
	background-color:#FF86B6;
	background-image:url("https://static.yaplog.jp/blog/template/931/img/bg_side.gif");
	background-repeat:repeat;
	background-position:0 0;
	color:#FFFFFF;
	font-size:12px;
}
#beta .side_text {
	background-color:#FFFFFF;
}
#beta .side_text .icon {
	background-image:url("https://static.yaplog.jp/blog/template/931/img/icon.gif");
	padding-left:20px;
	background-repeat:no-repeat;
	background-position:0 0;
}
#gamma .side_text {
	background-color:#FFFFFF;
}
#gamma .side_text .icon {
	background-image:url("https://static.yaplog.jp/blog/template/931/img/icon.gif");
	padding-left:20px;
	background-repeat:no-repeat;
	background-position:0 0;
}
.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 {
	text-align: center;
	padding: 2px;
}
.calendar_bg td {
	padding:3px;
}

/*---
PR設定
--------------------*/
.hover_bg:hover{
	background:url(https://static.yaplog.jp/static/img/common/blog/mid_ad_bg_2.png) repeat 0 0 !important;
}
