@charset "Shift_JIS";

/*------------------------------
Yaplog! Free Skin
ver.   : 2.0
column : 2
name   : BLUE#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: #EAEFF5;
	color: #333333;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2;
	padding-bottom: 6px;
}


/*---
1-3.リンク設定
--------------------*/
a:link {
	color: #264D73;
	text-decoration: none;
}
a:visited {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #CC99CC;
	text-decoration: underline;
}
a:active {
	color: #CC99CC;
	text-decoration: underline;
}


/*--------------------------------------------------
2.レイアウト設定
--------------------------------------------------*/
/*---
2-1.wrapper
--------------------*/
#wrapper {
	background: url("/blog/template/922/img/foot.gif") repeat-x left bottom;
	margin: 6px auto;
	width: 980px;
}


/*---
2-2.header
--------------------*/
#head {
	background: url("/blog/template/922/img/head.gif") repeat-x left top;
	padding: 10px 10px 0px 10px;
	text-align: left;
}
#pageMain #head { /* メインのみ */
	background: url("/blog/template/922/img/head-main.gif") repeat-x left top;
}
#pageArchive #head { /* アーカイブのみ */
	background: url("/blog/template/922/img/head-archive.gif") repeat-x left top;
}
#pageEntry #head { /* １記事のみ */
	background: url("/blog/template/922/img/head-entry.gif") repeat-x left top;
}
#head h1 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#head h1 a:link,
#head h1 a:visited {
	color: #336699;
}
#head h1 a:hover,
#head h1 a:active {
	color: #638DAD;
}
#head h2 {
	background: #638DAD;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 6px 12px;
}


/*---
2-3.main
--------------------*/
#main {
	background: url("/blog/template/922/img/main.gif") repeat-y left top;
	padding: 6px 10px 0 10px;
	width: 960px;
}
#alpha {
	float: left;
	text-align: left;
	width: 652px;
}
#clip {
}
#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 #336699;
	font-size: 16px;
	font-weight: bold;
	margin: 6px 0;
	padding: 0 6px;
}
.entry {
	border: solid 1px #336699;
}
#pageArchive .entry { /* アーカイブのみ */
	border: none;
}
.entry_title {
	background: #336699;
	color: #FFFFFF;
	padding: 6px;
}
#pageArchive .entry_title { /* アーカイブのみ */
	background: none;
	color: #666666;
	margin: 3px 0;
	padding: 0;
}
.entry_title h2 {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}
#pageArchive .entry_title h2 { /* アーカイブのみ */
	border-left: solid 6px #336699;
	font-size: 12px;
	padding: 0 6px;
}
.entry_title h2 a:link,
.entry_title h2 a:visited {
	color: #FFFFFF;
}
.entry_title h2 a:hover,
.entry_title h2 a:active {
	color: #638DAD;
}
#pageArchive .entry_title h2 a:link { /* アーカイブのみ */
	color: #264D73;
}
#pageArchive .entry_title h2 a:visited { /* アーカイブのみ */
	color: #336699;
}
#pageArchive .entry_title h2 a:hover,
#pageArchive .entry_title h2 a:active { /* アーカイブのみ */
	color: #638DAD;
}
.date {
	background: #638DAD;
	color: #264D73;
	font-size: 10px;
	margin-top: 3px;
	padding: 0 3px;
	text-align: right;
}
.date a:link,
.date a:visited {
	color: #264D73;
	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 #336699;
}
.c_fence {
	border: solid 1px #336699;
}
.trackbacks {
}
.trackbacks_form {
	padding: 6px 0 6px 70px;
}
.trackbacks_form_text {
	background: #EAEFF5;
	border: solid 1px #336699;
	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: #EAEFF5;
	border: solid 1px #336699;
	width: 500px !important;
}
#comment {
	background: #EAEFF5;
	border: solid 1px #336699;
	height: 10em;
	width: 500px;
}
#comment_preview {
	width: 466px;
}
.comment_form_btn {
	font-weight:normal;
	width:10em;
}
.title {
	background: #336699;
	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/922/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: #EAEFF5;
	padding: 6px 6px 3px 6px;
}
.message_date {
	background: #EAEFF5;
	font-size: 10px;
	padding: 3px 6px 6px 6px;
	text-align: right;
}


/*---
2-6.footer
--------------------*/
#foot {
	border-top: solid 6px #638DAD;
	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.サイドバー全般
--------------------*/
.inner {
	text-align: left;
	font-size: 12px;
}
.side {
	margin-bottom: 0px;
	padding-bottom: 10px;
	text-align: left;
}
.side_title {
	background: #638DAD;
	border-left: solid 6px #447299;
	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: #336699;
	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: #638DAD;
	color: #FFFFFF;
	display: block;
	height: 100%;
	width: 100%;
}
.calendar_bg td {
	padding: 3px;
}

/*---
オリジナル
--------------------*/

#pr_dokuji {
	font-size: 18pt;
	text-align: center;
}

#pr_dokuji a:link {
	color: #0000ff;
	font-weight: bold;
	text-decoration: underline;
}
#pr_dokuji a:visited {
	color: #0000ff;
	font-weight: bold;
	text-decoration: underline;
}
#pr_dokuji a:hover {
	color: #0000ff;
	font-weight: bold;
	text-decoration: none;
}
#pr_dokuji a:active {
	color: #0000ff;
	font-weight: bold;
	text-decoration: none;
}

.pr_dokuji2 {
	font-size: 11pt;
	text-align: left;
}

.pr_dokuji2 a:link {
	color: #0000ff;
	//font-weight: bold;
	text-decoration: underline;
}
.pr_dokuji2 a:visited {
	color: #0000ff;
	//font-weight: bold;
	text-decoration: underline;
}
.pr_dokuji2 a:hover {
	color: #0000ff;
	//font-weight: bold;
	text-decoration: none;
}
.pr_dokuji2 a:active {
	color: #0000ff;
	//font-weight: bold;
	text-decoration: none;
}

#clip h1 {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(back3.gif);
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #FF0000;
}
.style1 {
	font-size: 12px;
	line-height: 150%;
}
.style2 {
	color: #FF0000;
	font-weight: bold;
	background-color: #FFFFCC;
}
.style3 {
	font-size: 14px;
	line-height: 155%;
}
.style5 {color: #FF0000; font-weight: bold; background-color: #FFFFCC; font-size: 14px; }
.style7 {
	font-size: 10px;
	line-height: 150%;
	color: #FFFFFF;
}
.style8 {color: #FFFFFF}
.style9 {
	font-size: 10px;
	line-height: 170%;
}
.style11 {
	font-size: 14px;
	font-family: "メイリオ";
}
.style12 {
	font-size: 16px;
	color: #CC0000;
}
.style13 {
	font-size: 14px;
	line-height: 200%;
}
.style14 {font-size: 12px; line-height: 150%; color: #CC0000; }
.style15 {
	font-size: 14px;
	line-height: 200%;
}
.style17 {
	font-size: 15px;
	font-weight: bold;
	color: #CC0000;
	background-color: #FFFF66;
}
.style19 {
	font-size: 13px;
	line-height: 160%;
}
.style20 {
	font-size: 18px;
	font-weight: bold;
}
.style21 {
	font-family: "メイリオ";
	font-size: 24px;
	color: #FF0000;
	text-decoration: underline;
	background-color: #FFFF99;
	font-weight: bolder;
	text-transform: none;
}
.style22 {font-size: 24px}
.style23 {
	font-size: 24px;
	background-color: #FFFFCC;
	color: #FF0000;
	text-decoration: underline;
}
.style24 {
	color: #FF0000;
	font-weight: bold;
}
.style26 {color: #FF0000; font-weight: bold; font-size: 14px; }
.style27 {
	color: #0000FF;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}
.style29 {
	font-size: 32px;
	font-weight: bold;
}
.style30 {font-size: 30px}
.style31 {
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
	color: #FFFFFF;
}
.style32 {
	font-family: "メイリオ";
	color: #FFFFCC;
}
.style33 {
	font-family: "メイリオ";
	color: #CC0000;
	font-size: 20px;
}
.style36 {
	font-size: 16px;
	line-height: 150%;
}
.style39 {color: #CC0000; font-weight: bold; }
.style40 {font-size: 14px}
.style42 {font-size: 14px; font-family: "メイリオ"; color: #CC0000; }
.style43 {
	font-size: 15px;
	line-height: 150%;
}
.style44 {
	font-size: 11px;
	line-height: 180%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.style25 {	color: #FF0000;
	font-family: "メイリオ";
	line-height: 180%;
	font-size: 14px;
	font-weight: bold;
}
.style45 {
	font-size: 30px;
	font-weight: bold;
	line-height: 150%;
}
.style46 {color: #FF0000}
.style47 {
	font-size: 36px;
	color: #FFFF99;
	background-color: #FF0000;
}
.style48 {font-family: "メイリオ"}
.style49 {font-size: 16px; line-height: 200%; }
.style50 {
	font-size: 20px;
	font-weight: bold;
}
.style51 {
	font-size: 19px;
	font-weight: bold;
	line-height: 150%;
}
.style53 {font-size: 12px; font-family: "メイリオ"; line-height: 180%; color: #000000; }
.style55 {	font-size: 18px;
	line-height: 150%;
	font-weight: bold;
	color: #000000;
	font-family: "メイリオ";
	padding: 5px;
}
.style38 {	font-size: 14px;
	font-family: "メイリオ";
	font-weight: normal;
}
.style56 {	font-size: 14;
	font-family: "メイリオ";
	line-height: 180%;
	color: #000000;
}
.style57 {
	font-size: 10px;
	line-height: 150%;
}
.style58 {color: #0000FF}
.style59 {font-size: 16px; }
.style60 {
	line-height: 180%
}
.style61 {font-weight: bold; text-decoration: underline; color: #0000FF;}
.style63 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 17px;
	background-color: #FF0000;
}
.style65 {font-size: 12}
.style66 {font-size: 11px; line-height: 150%; color: #CC0000; }
.style67 {color: #CC0000}
.style68 {
	font-size: 16px;
	line-height: 150%;
}
.style70 {
	color: #000000;
	font-size: 11px;
	line-height: 180%;
	font-weight: lighter;
	text-transform: lowercase;
}