@charset "Shift_JIS";

/*---
1-2.基本設定
--------------------*/
body {
	background-color:#e9f8e1;
	background-image:url("https://yaplog.jp/blog/pc_share_skin/0/183/bg_41_bg.gif");
	background-repeat:repeat;
	background-position:top center;
	color:#121111;
}

/*---
1-3.リンク設定
--------------------*/
a:link {
	color:#418530;
	text-decoration: none;
}
a:visited {
	color:#418530;
	text-decoration: none;
}
a:hover {
	color:#418530;
	text-decoration: underline;
}
a:active {
	color:#418530;
	text-decoration: underline;
}

/*--------------------------------------------------
2.レイアウト設定
--------------------------------------------------*/
/*---
2-1.wrapper
--------------------*/
#wrapper {
	margin: 0 auto;
	width: 980px;
}
*:first-child+html #wrapper {
    margin: 0px auto;
}

/*---
2-2.header
--------------------*/
#headWrapper {
	height:320px;
	background-color:#cbeeb4;
	background-image:url("https://img.yaplog.jp/img/user_files/c/h/i/chie0501smce/img/easy/head_409947_20160104131954566.jpg");
	background-repeat:no-repeat;
	background-position:0 0;
}
#head {
	padding: 150px 16px 16px 520px;
	text-align: left;
}

#head h1 {
	font-size:48px;
	font-weight: bold;
}
#head h1 a {
	color:#f80556;
}

#head h2 {
	font-size: 10px;
	font-weight: normal;
	color:#2f0cf3;
}


/*---
2-3.main
--------------------*/
#main {
	background-color:#e1eedd;
	background-image:url("https://yaplog.jp/blog/pc_share_skin/12/12734/_2274377_20120326113606590.png");
	background-repeat:repeat;
	padding: 10px;
	width: 960px;
}
#foot {
	background-color:#e1eedd;
	background-image:url("https://yaplog.jp/blog/pc_share_skin/12/12734/_2274377_20120326113606590.png");
}
#alpha {
	float: left;
	text-align: left;
	width: 650px;
}
#beta {
	background-color:#dcf3dc;
	float: right;
	width: 300px;
}
* html #beta {
	overflow:hidden;
	word-break:break-all;
}

/*---
2-4.entry
--------------------*/

.entry_title {
	background-image:url("https://yaplog.jp/blog/pc_share_skin/12/12142/e_line_2274377_20120301193433145.png");
	background-repeat:repeat;
	background-position:0 0;
	color:#155a0b;
	padding: 6px;
}

.entry_title h3 {
	background-image:url("https://yaplog.jp/blog/pc_share_skin/12/12732/e_icon_2274377_20120326105203716.png");
	padding-left:20px;
	font-size:16px;
}
#pageArchive .entry_title {
	color:#333333;
}
.entry_title h3 a,
.entry_title h3 a:visited,
.entry_title h3 a:hover {
	color:#155a0b;
}
#pageArchive .entry_title h3 a {
	color:#418530;
}
.archive_title {
	background-image:url("https://yaplog.jp/blog/pc_share_skin/12/12142/e_line_2274377_20120301193433145.png");
	color:#155a0b;
}
.date a,
.date a:visited,
.date a:hover {
	color:#155a0b;
}
.txt {
	color:#333333;
	font-size:12px;
	line-height: 1.8;
	overflow: hidden;
}

/*--------------------------------------------------
3.サイドバー設定
--------------------------------------------------*/
/*---
3-1.サイドバー全般
--------------------*/
#beta {
	color:#333333;
	font-size:10px;
}
#beta .side_title {
	background-image:url("https://yaplog.jp/blog/pc_share_skin/0/181/m1_line_41_side0202.gif");
	background-repeat:repeat;
	background-position:0 0;
	color:#128812;
	font-size:12px;
}
#beta .side_text {
	width:284px;
}
.side_mail{
	width:288px;
}
#beta .side_text .icon {
	background-image:url("https://yaplog.jp/blog/pc_share_skin/1/1100/m1_icon_2753_onpu.gif");
	padding-left:20px;
	background-repeat:no-repeat;
	background-position:0 0;
}

/*---
PR設定
--------------------*/
