@charset "Shift_JIS";

/*----- 3 column JP -----*/

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


/*------------------
基本設定
------------------*/
html {
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#FCB530;
	scrollbar-darkshadow-color:#FCB530;
	scrollbar-face-color:#FCB530;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#D69A2A;
	scrollbar-track-color:#D0D0D0;
	scrollbar-3dlight-color:#FBCD78;
}
body {
	text-align:center;
	color:#784D25;
	background:#FFF1E2;
	font-size:12px;
}
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:#FCB530;
	font-weight:bold;
	text-decoration:none;
}

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

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

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


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


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

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

#head h1 {
	padding:75px 214px 0px 214px;
	font-size:16px;
	color:#784D25;
}

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

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

#head h2 {
	padding:3px 214px 0px 214px;
	color:#784D25;
	font-size:10px;
	font-weight:normal;
	line-height:120%;
}


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

#main {
	margin:0px auto 0px auto;
	padding-top:0px;
	width:802px;
}

#cont {
	margin:0px;
	width:616px;
	float:left;
	text-align:left;
}

#center {
	width:422px;
	float:right;
	text-align:left;
}

#clip {
}

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

#right {
	width:178px;
	float:right;
	text-align:left;
	overflow:hidden;
	word-break:break-all;
}


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

.page {
	padding-bottom:10px;
	color:#784D25;
	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, {
	color:#FCB530;
}

.page a:hover {
	color:#FCB530;
}

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

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

.entry_title h3 {
	padding:14px 60px 0px 60px;
	color:#784D25;
	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:#784D25;
	text-decoration:none;
	font-weight:bold;
}

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

.date {
	text-align:center;
	padding:0px 60px 15px 60px;
	color:#784D25;
}

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

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

.txt {
	width:400px;
	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:#784D25;
	text-align:right;
}

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

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

.txt_page a:hover {
	color:#FCB530;
}
 
 
 .entry_footer {
	height:15px;
	background:url('/blog/template/105/img/entry_footer.gif') no-repeat left top;
}

.entry_footer2 {
}

.entry_footer_end {
	height:15px;
	background:url('/blog/template/105/img/entry_footer.gif') no-repeat left top;
}


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

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

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

.trackbacks {
	height:29px;
	background:url('/blog/template/105/img/cmt_tb_title.gif') no-repeat left top;
}

.trackbacks_form {
	padding-left:0px;
}

.comment {
	height:29px;
	background:url('/blog/template/105/img/cmt_tb_title.gif') no-repeat left top;
}

.comment_form {
	padding-left:0px;
}

.title {
	padding-top:6px;
	width:422px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#784D25;
	/* text-indent:-10000px;
	display:block; */
}

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

.ipt {
	background:#FFFFFF;
	border: solid 1px #FCB530;
	margin-bottom:2px;
}
label {word-break: normal;}
.message {
	width:390px;
	color:#784D25;
	margin:10px 0px 0px 0px;
	padding:20px 0px 15px 10px;
	line-height:120%;
	overflow:hidden;
	border-top:dotted 1px #FCB530;
}

.message_title {
	font-size:12px;
}

.message_txt {
	font-size:12px;
}

#comment_preview{
	width:260px;
}


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

.inner {
	margin:0px;
}

.inner2 {
	margin:0px;
}

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

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

.side_title {
	color:#784D25;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	height:19px;
	background:url('/blog/template/105/img/side_title.gif') no-repeat left top;
}

.side_text { /* 幅が150px以下にならないように注意 */
	background:url('/blog/template/105/img/side_bg.gif') repeat-y left top;
	font-size:10px;
	padding:2px 5px 2px 7px;
	color:#784D25;
	line-height:150%;
}

.side_text a:link {
	color:#FCB530;
	font-weight:normal;
}

.side_text a:visited {
	color:#FCB530;
	font-weight:normal;
}

.side_text a:hover {
	color:#FCB530;
	text-decoration:underline;
	font-weight:normal;
}

.side_text a:active {
	color:#FCB530;
	font-weight:normal;
}


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

.side_feed {
	font-size:10px;
	padding:2px 5px 2px 7px;
	color:#784D25;
	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:#784D25;
	white-space: nowrap;
}

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

.func_text {
	color:#784D25;
}


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

.calendar {
	padding:8px 2px 0px 2px;
	font-size:10px;
	color:#784D25;
	text-align:center;
}

.calendar a:link {
	color:#FCB530;
	font-size:10px;
	text-decoration: none;
	display:block;

}

.calendar a:visited {
	color:#FCB530;
	text-decoration: none;
	font-size:10px;
	display:block;

}

.calendar a:hover {
	color:#FCB530;
	font-size:10px;
	text-decoration:underline;
}

.calendar a:active {
	color:#FCB530;
	font-size:10px;
	text-decoration: none;

}

.calendar_bg {
	background:url('/blog/template/105/img/side_bg.gif') repeat-y left top;
}


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

#foot {
	background: url('/blog/template/105/img/main_footer.gif') no-repeat left bottom;
	color:#784D25;
	text-align:left;
	width:830px;
	padding: 0px 10px 50px 10px;
}
#foot .fr{
	text-align: right;
}
#foot a:link, #foot a:visited, #foot a:hover, #foot a:active {
	color:#FCB530;
	text-decoration:underline;
	font-weight:normal;
}

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


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

#blogFreeSpace .padd {
	border:solid 1px #FDD383;
	background:#FFF;
}

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