@charset "Shift_JIS";

/*----- 3 column EN -----*/

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


/*------------------
基本設定
------------------*/
body {
	text-align: center;
	font-size: 12px;
	color: #663300;
	background: #FCFCFC;
}
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: #FC3077;
	text-decoration: none;
}
a:visited {
	color: #FC3077;
	text-decoration: none;
}
a:hover {
	color: #B18EEB;
	text-decoration: underline;
}
a:active {
	color: #B18EEB;
	text-decoration: underline;
}

/*------------------
レイアウト wrapper
------------------*/
#wrapper {
	background: #F7EBCC url("/blog/template/344/img/head.jpg") no-repeat center top;
	margin: 0 auto;
	width: 860px;
}

/*------------------
レイアウト header
------------------*/
#head {
	position: relative;
	height: auto !important; /* IE6 min-height */
	height: 249px;           /* IE6 min-height */
	min-height: 249px;
	width: 860px;
	text-align: left;
	word-break: break-all;
}
#head h1 {
	position: relative; /* IE用 */
	font-size: 16px;
	font-weight: bold;
	padding: 144px 330px 0 140px;
	word-break: break-all;
}
#head h1 a:link, #head h1 a:visited {
	font-weight: bold;
	text-decoration: none;
}
#head h1 a:active, #head h1 a:hover {
	font-weight: bold;
	text-decoration: none;
}
#head h2 {
	position: relative; /* IE用 */
	color: #666666;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.2;
	padding: 6px 330px 0 140px;
	word-break: break-all;
	text-align : justify;
	text-justify : inter-ideograph;
}
.extension1 {
	position: absolute;
	left: 30px;
	top: 80px;
	z-index: 2;
}
.extension2 {
	position: absolute;
	left: 175px;
	top: 65px;
	z-index: 2;
}
.extension1 a {
	display: block;
	text-indent: -9999px;
	height: 50px;
	width: 110px;
	overflow: hidden;
}
.extension2 a {
	display: block;
	text-indent: -9999px;
	height: 60px;
	width: 250px;
	overflow: hidden;
}

/*------------------
レイアウト main
------------------*/
#main {
	background: url("/blog/template/344/img/main_bg.gif") repeat-y center top;
	width: 824px;
	padding: 0 18px;
}
#cont {
	margin: 0px;
	width: 624px;
	float: left;
	text-align: left;
}
#center {
	margin: 0px;
	width: 424px;
	float: right;
	text-align: left;
}
#left {
	background: url("/blog/template/344/img/side_bg.gif") repeat-y left top;
	float:left;
	min-height: 1px;
}
#right {
	background: url("/blog/template/344/img/side_bg.gif") repeat-y right top;
	float:right;
	min-height: 1px;
}

/*------------------
レイアウト entry
------------------*/
.page {
	margin: 10px;
	font-weight: normal;
	text-align: center;
	word-break: break-all;
}
.page li {
	display: inline;
	margin: 0px 6px;
}
.page a {
	background: #FFEEEE;
	font-weight: bold;
}
.entry {
	width: 424px;
	background: url("/blog/template/344/img/entry_bg.jpg") repeat-y 0 0;
	margin-bottom: 12px;
}
.entry_title {
	position: relative;
	background: url("/blog/template/344/img/entry_title.jpg") no-repeat 0 0;
	height: 110px;
}
.entry_title h3 {
	position: absolute;
	left: 20px;
	top: 58px;
	width: 380px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align : justify;
	text-justify : inter-ideograph;
}
.entry_title h3 a:link, .entry_title h3 a:visited {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
.entry_title h3 a:active, .entry_title h3 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight:bold;
}
.date {
	position: absolute;
	left: 50px;
	top: 25px;
	color: #663300;
	font-size: 10px;
	font-weight: bold;
}
.date a:link, .date a:visited, .date a:active, .date a:hover {
	text-decoration: none;
	font-weight: bold;
}
.entry .padd {
	background: url("/blog/template/344/img/entry_foot.jpg") no-repeat left bottom;
	padding: 10px 12px 36px 12px;
	text-align : justify;
	text-justify : inter-ideograph;
}
.txt {
	width: 400px; /* 400px以上にすること */
	font-size: 12px;
	line-height: 1.8;
	overflow: hidden;
	word-break: break-all;
}
.ext {
	padding-top:10px;
}
.keywd_ad {
	margin-top: 6px;
}
.txt_page {
	font-size:10px;
	padding-top: 16px;
}
.txt_page li {
	display:inline;
}
.entry_footer {
	display: none;
}
.entry_footer2 {
	display: none;
}
.entry_footer_end {
	display: none;
}

/*------------------
レイアウト fence
------------------*/
.t_fence .padd,
.c_fence .padd {
	margin-bottom: 12px;
	padding-top: 3px;
	text-align : justify;
	text-justify : inter-ideograph;
}
.trackbacks_form {
	margin: 0 auto;
	width: 370px;
}
.comment_form {
	margin: 0 auto;
	width: 390px;
}
.t_fence .title,
.c_fence .title {
	background: #AD7D43;
	color: #FFFFFF;
	padding: 5px 6px 3px 6px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
.point {
	font-weight: bold;
	padding: 3px;
}
.ipt {
	border: solid 1px #AD7D43;
	color: #663300;
	margin-bottom: 2px;
	padding: 1px;
}
label {word-wrap: normal;}
.message {
	background: #F1E3C7;
	border: solid 1px #AD7D43;
	padding: 6px;
	margin: 6px 0;
	width: 410px;
	line-height: 1.4;
}
.message_title {
	color: #AD7D43;
	font-size: 14px;
	font-weight: bold;
}
.message_txt {
	font-size: 10px;
}
#comment_preview{
	width: 260px;
}

/*------------------
サイド
------------------*/
.extension3,
.extension4 {
	text-align: center;
}
.extension3 {
	padding: 3px 0 12px 0;
}
.extension4 .side_text {
	margin: 3px auto 0 auto;
	width: 162px;
}
.extension4 .ipt {
	display: block;
	margin: 3px auto 0 auto;
	width: 100px;
}
.inner {
	background: #FFFFFF;
	margin: 7px;
	width: 176px;
	text-align:left;
}
.inner2 {
	background: #FFFFFF;
	margin: 7px;
	width: 176px;
	text-align:left;
}
.sb {
	font-size:12px;
	word-break:break-all;
}
.side {
	padding-bottom: 6px;
	text-align: left;
}
.side_title {
	background: url("/blog/template/344/img/side_title.jpg") no-repeat 0 0;
	padding: 4px 0px 4px 0px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}
.side_text {
	font-size: 10px;
	padding: 3px;
	line-height: 1.4;
}
.side_text a:link, .side_text a:visited {
	font-weight: normal;
}
.side_text a:hover, .side_text a:active {
	text-decoration: underline;
	font-weight: normal;
}

/*------------------
サイド calendar
------------------*/
.calendar {
	padding: 2px;
	font-size: 10px;
	text-align:center;
}
.calendar a {
	font-size:10px;
	display: block;
}
.calendar a:link,
.calendar a:visited {
	color: #FFFFFF;
	background: #FC6DAD;
}
.calendar a:hover,
.calendar a:active {
	color: #FFFFFF;
	background: #FFCCCC;
}

/*------------------
レイアウト footer
------------------*/
#foot {
	background: url("/blog/template/344/img/foot.jpg") no-repeat center bottom;
	height: 120px;
	text-align: left;
	padding: 20px;
}
#foot .fr{
	text-align: right;
}

/*---
PR設定
--------------------*/
.hover_bg:hover{
	background: #FAF8C4 !important;
}
.side .hover_bg:hover{
	background: #FAF8C4 !important;
}

.mid_ad_boxaid {
	margin-bottom: 24px !important;
}
.mid_ad_pr,
.mid_ad_box {
	background: none !important;
}
.mid_ad_box a:hover,
.mid_ad_box a:active {
	background: #FAF8C4 !important;
}
.side_feed_on {
	background: #FCFBDC !important;
}
.mid_ad_ttl,
.mid_ad_url {
	color: #FC3077 !important;
}
.side_feed_on .side_feed_ttl a,
.side_feed_on .side_feed_url a {
	color: #B18EEB !important;
}
.mid_ad_pr,
.mid_ad_txt,
.side_feed_on .side_feed_txt {
	color: #663300 !important;
}
/*---
フリースペース
--------------------*/

#blogFreeSpace {
}

#blogFreeSpace .padd {
	background: #f9ebce !important;
}

#blogFreeSpace .text {
}
