@charset "Shift_JIS";

/*------------------------------
Yaplog! Free Skin
ver.   : 2.0
column : 3
name   : PINK#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: 14px;}
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: #f7f3e4 url(https://img.yaplog.jp/img/18/pc/k/a/i/kaiwa-usa/0/664.png) center repeat-y;
	color: #333333;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
	padding-bottom: 6px;
}


/*---
1-3.リンク設定
--------------------*/
a:link {
	color: #990033;
	text-decoration: none;
}
a:visited {
	color: #990033;
	text-decoration: none;
}
a:hover {
	color: #ba003e;
	text-decoration: underline;
}
a:active {
	color: #990033;
	text-decoration: underline;
}


/*--------------------------------------------------
2.レイアウト設定
--------------------------------------------------*/
/*---
2-1.wrapper
--------------------*/
#wrapper {
	background:#ffffff;
	margin: 6px auto;
	width: 980px;
}


/*---
2-2.header
--------------------*/
#head {
	background: url(https://img.yaplog.jp/img/18/pc/k/a/i/kaiwa-usa/0/665.png) ;
	margin:0 auto;
width: 980px;
}

#head h1 {
margin:0;
padding:0;
width:980px;
height:350px;
}

#head h1 a {
display:block;
width:980px;
height:350px;
text-indent: -9000px;
overflow: hidden;
}


#pageMain #head { /* メインのみ */
	background: url(https://img.yaplog.jp/img/18/pc/k/a/i/kaiwa-usa/0/665.png) ;
}
#pageArchive #head { /* アーカイブのみ */
	background: url(https://img.yaplog.jp/img/18/pc/k/a/i/kaiwa-usa/0/665.png) ;
}
#pageEntry #head { /* １記事のみ */
	background: url(https://img.yaplog.jp/img/18/pc/k/a/i/kaiwa-usa/0/665.png) ;
}


#head h2 {
	background: #FFC6C6;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 6px 12px;
	display:none;
}


/*---
2-3.main
--------------------*/
#main {
	background: #ffffff;
	padding: 6px 5px 0 5px;
	width: 970px;
}
#cont {
	float: left;
	margin: 0px;
	text-align: left;
	width: 726px;
}
#alpha {
	float: right;
	text-align: left;
	width: 482px;
}
#clip {
}
#beta {
	float: left;
	width: 230px;
}
#gamma {
	float: right;
	width: 230px;
}


/*---
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 10px #990033;
	font-size: 16px;
	font-weight: bold;
	margin: 6px 0 15px 0;
	padding: 0 6px;
}
.entry {
	border: none;
}
#pageArchive .entry { /* アーカイブのみ */
	border: none;
}
.entry_title {
	background: #efe6c5;
	color: #554400;
	padding: 6px;
	font-size: 14px;
}
#pageArchive .entry_title { /* アーカイブのみ */
	background: none;
	color: #666666;
	margin: 3px 0;
	padding: 0;
}
.entry_title h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
#pageArchive .entry_title h3 { /* アーカイブのみ */
	border-left: solid 5px #990033;
	font-size: 14px;
	padding: 0 6px;
}
.entry_title h3 a:link,
.entry_title h3 a:visited {
	color: #554400;
}
.entry_title h3 a:hover,
.entry_title h3 a:active {
	color: #554400;
}
#pageArchive .entry_title h3 a:link { /* アーカイブのみ */
	color: #554400;
}
#pageArchive .entry_title h3 a:visited { /* アーカイブのみ */
	color: #554400;
}
#pageArchive .entry_title h3 a:hover,
#pageArchive .entry_title h3 a:active { /* アーカイブのみ */
	color: #554400;
}
.date {
	background: #ffffff;
	color: #990033;
	font-size: 12px;
	margin-top: 3px;
	padding: 0 3px;
	text-align: right;
}
.date a:link,
.date a:visited {
	color: #990033;
	font-size: 12px;
	font-weight: bold;
}
.date a:hover,
.date a:active {
	color: #990033;
	font-size: 12px;
	font-weight: bold;
}
#pageArchive .date { /* アーカイブのみ */
	background: none;
	color: #990033;
	text-align: left;
	margin-top: 0;
	padding: 0;
}
.padd {
	margin: 0px;
	padding: 5px 1px;
}
.txt {
	width: 480px;
	font-size: 14px;
	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 #FF9999;
}
.c_fence {
	border: solid 1px #FF9999;
}
.trackbacks {
}
.trackbacks_form {
	padding: 6px 40px;
}
.trackbacks_form_text {
	background: #FFF5F5;
	border: solid 1px #FF9999;
	width: 400px;
}
.comment {
}
.comment_form {
	padding: 6px 40px;
}
.comment_form_text {
	margin-bottom: 6px;
}
.comment_form_text dt label {
	font-weight: bold;
}
.comment_form_text dd input {
	background: #FFF5F5;
	border: solid 1px #FF9999;
	width: 400px !important;
}
#comment {
	background: #FFF5F5;
	border: solid 1px #FF9999;
	height: 10em;
	width: 400px;
}
#comment_preview {
	width: 366px;
}
.comment_form_btn {
	font-weight:normal;
	width:10em;
}
.title {
	background: #FF9999;
	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: 480px;
}
.message_title {
	background: url("/blog/template/925/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: #FFF5F5;
	padding: 6px 6px 3px 6px;
}
.message_date {
	background: #FFF5F5;
	font-size: 10px;
	padding: 3px 6px 6px 6px;
	text-align: right;
}


/*---
2-6.footer
--------------------*/
#foot {
	border-top: solid 6px #990033;
	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: 14px;
}
.side {
	margin-bottom: 0px;
	padding-bottom: 10px;
	text-align: left;
}
.side_title {
	background:url(https://img.yaplog.jp/img/18/pc/k/a/i/kaiwa-usa/0/663.png) no-repeat;
	color: #554400;
	font-size: 15px;
	font-weight: bold;
	padding: 7px 0 0 0;
	text-align:center;
	width:230px;
	height:25px;
}
.side_text {
	font-size: 14px;
	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: #efe6c5;
	color: #554400;
	display: block;
	height: 100%;
	width: 100%;
}
.calendar a:visited {
	background: #efe6c5;
	color: #554400;
	display: block;
	height: 100%;
	width: 100%;
}
.calendar a:hover,
.calendar a:active {
	background: #f7f2e1;
	color: #554400;
	display: block;
	height: 100%;
	width: 100%;
}
.calendar_bg td {
	padding: 3px;
}






#main{
position:relative;
padding-top:75px;
}

#navlist
{
margin: 0;
width:980px;
}
#navlist li
{
margin:0;
padding: 0;
display: inline;
list-style-type: none;
text-align:center;
}
#navlist li a{
color: #222222;
background:url(https://img.yaplog.jp/img/18/pc/k/a/i/kaiwa-usa/0/661.png);
margin:0;
display: block;
list-style-type: none;
text-align:center;
font-size:16px;
width:163px;
height:40px;
float:left;
padding:20px 0 0 0;
}
#navlist li a:hover { /* ボタンにカーソルを合わした時 */
color: #554400;
background:url(https://img.yaplog.jp/img/18/pc/k/a/i/kaiwa-usa/0/662.png);
text-decoration:none;
}
#navcontainer{
position: absolute;
width:980px;
top:0px;
z-index: 100;
margin:385px 0 0 2px;
}