@charset "Shift_JIS";

/*----- 2 column JP -----*/

/*------------------
初期リセット
------------------*/
* {
	font-family: 'メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック','ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro',Osaka,sans-serif;
	margin:0px;
	padding:0px;
}
#yaploghead {position:fixed;top:0;left:0;}
body {padding-top:24px;}
* html body {padding-top:0;}


/*------------------
基本設定
------------------*/
html {
	scrollbar-3dlight-color:#AED839;
	scrollbar-arrow-color:#FFA200;
	scrollbar-base-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#AED839;
}

body {
	text-align:center;
	margin:0 auto 0 auto;
	font-size:12px;
	color:#666666;
	background:#FFFFFF;
}
ul {list-style: none;}
p {margin-bottom: 1em;}
/* MacIE \*//*/
textarea,input {font-family: Osaka,sans-serif;}
/* */
.fl {
	float: left;
}
.fr {
	float:right;
}

.cl {
	clear:both;
	height:1px;
	overflow:hidden;
}

.right {
	text-align:right;
}

.s {
	font-size:10px;
}

.m {
	font-size:12px;
}

.l {
	font-size:14px;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

.vtop {
	vertical-align:top;
}


/*------------------
基本リンク設定
------------------*/
a:link {
	color:#FFA200;
	font-weight:bold;
	text-decoration:none;
}

a:visited {
	color:#FF6600;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#7A611B;
	font-weight:bold;
	text-decoration:underline;
}

a:active {
	color:#7A611B;
	font-weight:bold;
	text-decoration:none;
}


/*------------------
レイアウト wrapper
------------------*/
#wrapper {
	margin:0px auto 0px auto;
	width:779px;
	background:url('/blog/template/111/img/main_bg.gif') repeat-y top left;
}


/*------------------
レイアウト header
------------------*/

#head {
	width:779px;
	height:249px;
	text-align:center;
	background:url('/blog/template/111/img/title_bg.gif') no-repeat center top;
	overflow:hidden;
	word-break:break-all;
}

#head h1 {
	padding:90px 30px 15px 350px;
	font-size:18px;
	color:#FFCC00;
}

#head h1 a:link, #head h1 a:visited, #head h1 a:active {
	color:#FFCC00;
	text-decoration:none;
}

#head h1 a:hover {
	color:#FFCC00;
	text-decoration:underline;
}

#head h2 {
	margin:0 30px 0 350px;
	color:#759911;
	font-size:10px;
	font-weight:normal;
	line-height:120%;
}


/*------------------
レイアウト main
------------------*/

#main {
	margin-left:40px;
	padding-top:3px;
	width:705px;
}

#center {
	padding-right:0px;
	width:483px;
	float:right;
	text-align:left;
}

#left {
	padding-left:0px;
	width:200px;
	float:left;
	text-align:left;
	overflow:hidden;
	word-break:break-all;
}


/*------------------
レイアウト entry
------------------*/

.page {
	padding-bottom:10px;
	color:#759911;
	font-weight:bold;
	text-align:center;
	overflow:hidden;
	word-break:break-all;
}

.page li {
	margin:0px 10px 0px 10px;
	display:inline;
}

.page a:link, .page a:visited, .page a:active, .page a:hover {
	color:#759911;
}

.entry {
	width:483px;
	overflow:hidden;
	word-break:break-all;
	background:url('/blog/template/111/img/entry_bg.gif') repeat-y top left;
}

.entry_title {

	overflow:hidden;
	word-break:break-all;
	background:url('/blog/template/111/img/entry_title.gif') no-repeat top left;
}

.entry_title h3 {
	padding:30px 65px 5px 65px;
	color:#7A611B;
	font-size:12px;
	font-weight:bold;
	line-height:120%;
	text-align:center;
}

.entry_title h3 a:link, .entry_title h3 a:visited, .entry_title h3 a:active {
	color:#7A611B;
	text-decoration:none;
	font-weight:bold;
}

.entry_title h3 a:hover {
	color:#7A611B;
	text-decoration:underline;
	font-weight:bold;
}

.date {
	text-align:center;
	margin:0px 30px 0px 20px;
	color:#7A611B;
}

.date a:link, .date a:visited, .date a:active, .date a:hover {
	color:#7A611B;
	text-decoration:none;
	font-weight:normal;
}

.padd {
	margin:0px;
	padding:10px 0px 0px 25px;
}

.txt {
	border-top:dotted 1px #B0D330;
	width:420px;
	font-size: 12px;
	line-height:150%;
	overflow:hidden;
	word-break:break-all;
}

.ext {
	padding-top:10px;
}

.ext a:link, ..ext a:visited, .ext a:active, .ext a:hover {
	font-weight:normal;
}

.txt_page {
	font-size:10px;
	color:#666666;
	text-align:center;
	border-top:dotted 1px #B0D330;
}

.txt_page li {
	margin:0px;
	display:inline;
}

.txt_page a:link, .txt_page a:visited, .txt_page a:active, .txt_page a:hover {
	color:#666666;
}

.entry_footer {
	height:46px;
	background:url('/blog/template/111/img/entry_footer2.gif') no-repeat top left;
}

.entry_footer2 {
}

.entry_footer_end {
	height:46px;
	background:url('/blog/template/111/img/entry_footer2.gif') no-repeat top left;
}


/*------------------
レイアウト fence
------------------*/

.t_fence {
	word-break:break-all;
	overflow:hidden;
	background:url('/blog/template/111/img/entry_bg.gif') repeat-y top left;
}

.c_fence {
	word-break:break-all;
	overflow:hidden;
	background:url('/blog/template/111/img/entry_bg.gif') repeat-y top left;
}

.trackbacks {
	background:url('/blog/template/111/img/entry_title.gif') no-repeat top left;
}

.trackbacks_form {
	width:420px;
	padding:10px 15px 0px 8px;
	border-top:dotted 1px #B0D330;
}

.comment {
	background:url('/blog/template/111/img/entry_title.gif') no-repeat left top;
}

.comment_form {
	width:420px;
	padding:10px 15px 0px 2px;
	border-top:dotted 1px #B0D330;
}

.title {
	padding-top:30px;
	width:483px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#7A611B;
}

.point {
	padding:10px 0px 5px 5px;
	font-weight:bold;
}

.ipt {
	border: solid 1px #6F6F6F;
	margin-bottom:2px;
}
label {word-break: normal;}

.comment_form label {
	word-break: keep-all;
}
.message {
	width:420px;
	color:#666666;
	margin:10px 0px 0px 0px;
	padding:20px 0px 15px 5px;
	line-height:120%;
	overflow:hidden;
	border-top:dotted 1px #B0D330;
}

.message_title {
	font-size:12px;
}

.message_txt {
	font-size:12px;
}

#comment_preview{
	width:260px;
}


/*------------------
サイド
------------------*/

.inner {
	margin:0px;
}

.inner2 {
	margin:0px;
}

.sb {
	width:200px;
	font-size:12px;
	overflow:hidden;
	word-break:break-all;
}

.side {
	margin-bottom:20px;
	padding-bottom:6px;
	text-align:left;
	background:url('/blog/template/111/img/side_footer.gif') no-repeat left bottom;
}

.side_title {
	padding-left:30px;
	color:#7A611B;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	padding:12px;
	background:url('/blog/template/111/img/side_title.gif') no-repeat left top;
}

.side_text { /* 幅が150px以下にならないように注意 */
	font-size:10px;
	padding:2px 5px 2px 7px;
	color:#666666;
	line-height:150%;
}

.side_text a:link {
	color:#FFA200;
	font-weight:bold;
}

.side_text a:visited {
	color:#FF6600;
	font-weight:bold;
}

.side_text a:hover {
	color:#7A611B;
	text-decoration:underline;
	font-weight:bold;
}

.side_text a:active {
	color:#7A611B;
	font-weight:bold;
}


/*------------------
サイド feed
------------------*/

.side_feed {
	font-size:10px;
	padding:2px 5px 2px 7px;
	color:#666666;
	background-repeat:no-repeat;
}

.side_feed a:link {
	font-weight:normal;
	text-decoration:none;
}

.side_feed a:visited {
	font-weight:normal;
	text-decoration:none;
}

.side_feed a:hover {
	font-weight:normal;
	text-decoration:underline;
}

.side_feed a:active {
	font-weight:normal;
	text-decoration:none;
}


/*------------------
サイド mailform
------------------*/

.func_text td {
	color:#666666;
	white-space: nowrap;
}

.func_text td.s {
	border:0px;
	width:10%
}

.func_text {
	color:#666666;
}


/*------------------
サイド calendar
------------------*/

.calendar {
	padding:2px 5px 2px 1px;
	font-size:10px;
	color:#666666;
	text-align:right;
}

.calendar a:link {
	color:#B4D63B;
	font-weight:bold;
	border:solid 1px #B4D63B;
}

.calendar a:visited {
	color:#FF6600;
	text-decoration:underline;
	font-weight:normal;
}

.calendar a:hover {
	color:#B4D63B;
	text-decoration:none;
	font-weight:normal;
}

.calendar a:active {
	color:#B4D63B;
	font-weight:bold;
}

.calendar_bg {
}


/*------------------
レイアウト footer
------------------*/

#foot {
	text-align:left;
	padding:100px 50px 50px 50px;
	background:#FFFFFF url('/blog/template/111/img/bottom.gif') no-repeat top right;
}

#foot .fr{
	text-align: right;
}

#foot a:link, #foot a:visited, #foot a:hover, #foot a:active {
	color:#759911;
	text-decoration:underline;
	font-weight:normal;
}

/*---
PR設定
--------------------*/
.hover_bg:hover{
	background: #fffee3 !important;
}
.entry .hover_bg:hover{
	background: #fff !important;
}


/*---
フリースペース
--------------------*/
#blogFreeSpace {
}

#blogFreeSpace .padd {
	border:dotted 1px #B0D330;
	background:#FFFEE3;
}

#blogFreeSpace .text {
	width:420px;
	font-size: 12px;
	line-height:1.5;
	overflow:hidden;
	word-break:break-all;
}
