@charset "Shift_JIS";

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

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


/*------------------
基本設定
------------------*/
body {
	text-align: center;
	font-size: 12px;
	color: #333333;
	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: #CC0000;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #CC0000;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	font-weight: normal;
	text-decoration: underline;
}

a:active {
	color: #CC0000;
	font-weight: normal;
	text-decoration: underline;
}


/*------------------
レイアウト wrapper
------------------*/
#wrapper {
	margin: 0px auto 0px auto;
	width: 844px;
}


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

#head {
	width: 844px;
	padding-bottom: 40px;
	text-align: left;
	background: #FFFFFF url('/blog/template/25/img/title_bg2.gif') no-repeat left top;
	overflow: hidden;
	word-break: break-all;
}

#head h1 {
	margin: 20px 20px 0px 120px;
	border-bottom: solid 1px #996633;
	padding-bottom: 5px;
	color: #663300;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	word-break: break-all;
}

#head h1 a:link, #head h1 a:visited, #head h1 a:active {
	color: #663300;
	font-weight: bold;
	text-decoration: none;
}

#head h1 a:hover {
	color: #663300;
	font-weight: bold;
	text-decoration: none;
}

#head h2 {
	padding: 5px 20px 0px 120px;
	color: #996633;
	font-size: 12px;
	font-weight: normal;
	line-height: 120%;
	overflow: hidden;
	word-break: break-all;
}


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

#main {
	width: 844px;
	margin-top: 10px;
	padding-bottom: 10px;
}

#cont {
	width: 654px;
	float: left;
	text-align: left;
	background: url('/blog/template/25/img/fence_bg2.gif') repeat-y right top;
}

#center {
	width: 464px;
	padding-top: 50px;
	float: right;
	text-align: left;
	background: url('/blog/template/25/img/entryhtitle2.gif') no-repeat left top;
}

#clip {
	padding-bottom: 10px;
}

#left {
	margin: 0px 10px 0px 0px;
}

#right {
	margin: 0px 0px 0px 10px;
}


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

.page {
	margin: 0px 20px 0px 20px;
	padding-bottom: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	overflow: hidden;
	word-break: break-all;
}

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

.page a:link, .page a:visited {
	color: #FFFFFF;
}

.page a:active, .page a:hover {
	color: #FFFFFF;
}

.entry {
	width: 464px;
	overflow: hidden;
	word-break: break-all;
}

.entry_title {
	margin: 0px 20px 0px 20px;
	padding: 6px 5px 10px 50px;
	background: url('/blog/template/25/img/entry_title2.gif') no-repeat left top;
	overflow: hidden;
	word-break: break-all;
}

.entry_title h3 {
	display: inline;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
}

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

.entry_title h3 a:hover {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}

.date {
	padding-left: 5px;
	display: inline;
	font-size: 12px;
	font-weight: none;
}

.date a:link, .date a:visited, .date a:active, .date a:hover {
	text-decoration: none;
	font-weight: bold;
}

.date.s {
	font-size: 10px;
}

.padd {
	margin: 0px 20px 0px 20px;
	padding: 3px 5px 3px 8px;
	background: url('/blog/template/25/img/entry_padd_bg2.gif') repeat-y left top;
}

.txt {
	width: 402px; /* 400px以上にすること */
	font-size: 12px;
	line-height: 140%;
	overflow: hidden;
	word-break: break-all;
}

.txt a:link, .txt a:visited {
	text-decoration: none;
}

.txt a:active, .txt a:hover {
	background: #FFDDCC;
	text-decoration: none;
}

.ext {
	padding-top:10px;
}

.ext a:link, .ext a:visited {
}

.ext a:active, .ext a:hover {
	background: #FFDDCC;
}

.txt_page {
	color: #666666;
	font-size:10px;
	padding: 5px 0px 5px 55px;
	text-align: left;
	background: url('/blog/template/25/img/date2.gif') no-repeat left top;
}

.txt_page li {
	color: #666666;
	padding: 0px 0px 3px 0px;
	margin:0px;
	display:inline;
}

.txt_page strong {
	display: block;
	position: relative;
	left: -55px;
	padding: 5px;
	background: #FFFFFF;
}

.txt_page a:link, .txt_page a:visited {
	color: #666666;
	text-decoration: none;
}

.txt_page a:active, .txt_page a:hover {
	color: #FF9900;
	background: transparent;
	text-decoration: none;
}

.entry_footer {
	margin: 0px 20px 0px 20px;
	height: 15px;
	background: url('/blog/template/25/img/entry_footer2.gif') no-repeat left top;
}

.entry_footer2 {
}

.entry_footer_end {
	margin: 0px 20px 0px 20px;
	height: 15px;
	background: url('/blog/template/25/img/entry_footer2.gif') no-repeat left top;
}


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

.t_fence {
	word-break:break-all;
	overflow:hidden;
}

.c_fence {
	word-break:break-all;
	overflow:hidden;
}

.trackbacks {
}

.trackbacks_form {
	padding-left: 30px;
}

.comment {
}

.comment_form {
	padding-left: 10px;
}

.title {
	margin: 10px 20px 0px 20px;
	padding: 3px 5px 3px 5px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	background: url('/blog/template/25/img/comment_header2.gif') no-repeat left top;
}

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

.ipt {
	margin-bottom: 2px;
	padding: 1px;
	border: solid 1px #FDB240;
	background: #FFFFEE;
}
.comment_form label {
	white-space: pre;
}
.message {
	border: solid 1px #CCCCCC;
	padding: 0px 0px 10px 0px;
	margin: 5px 0px 0px 0px;
	width: 402px;
	color: #666666;
	line-height: 120%;
	overflow: hidden;
}

.message a:link, .message a:visited {
	color: #CC0000;
}

.message a:active, .message a:hover {
	color: #CC0000;
	background: #FFDDCC;
	text-decoration: none;
}

.message_title {
	padding:5px 0px 0px 5px;
	color: #333333;
	font-size:12px;
}

.message_txt {
	padding:5px 0px 15px 5px;
	color: #333333;
	font-size:12px;
}

#comment_preview{
	width: 260px;
}


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

.inner {
	width: 180px;
	float:left;
	text-align:left;
	overflow:hidden;
	word-break:break-all;
}

.inner2 {
	width: 180px;
	float:right;
	text-align:left;
	overflow:hidden;
	word-break:break-all;
}

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

.side {
	margin-bottom: 0px;
	padding-bottom: 10px;
	text-align: left;
	color: #666666;
}

.side_title {
	padding: 4px 0px 4px 0px;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background: #FFCC66;
}

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

.side_text a:link, .side_text a:visited {
	color: #666666;
	font-weight: normal;
}

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


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

.side_feed {
	font-size:10px;
	padding: 0px;
	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:5px 2px 5px 3px;
	color: #FFFFFF;
	font-size: 10px;
	text-align:center;
	background: url('/blog/template/25/img/calendar_bg.gif') no-repeat bottom center;
}

.calendar a:link {
	color: #993300;
	font-size:10px;
	text-decoration: underline;
	display:block;
}

.calendar a:visited {
	color: #993300;
	text-decoration: underline;
	font-size:10px;
	display:block;
}

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

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


/*------------------
レイアウト footer
------------------*/
#foot {
	text-align: left;
	padding: 110px 0px 5px 0px;
	background: #FFFFFF url('/blog/template/25/img/main_bg.gif') no-repeat left top;
}
#foot .fr{
	text-align: right;
}
#foot a:link, #foot a:visited {
	text-decoration: none;
	font-weight: normal;
}
#foot a:hover, #foot a:active {
	background: #FFDDCC;
	text-decoration: none;
	font-weight: normal;
}


/*---
PR設定
--------------------*/
.hover_bg:hover{
	background: #FFB500 !important;
}
.side .hover_bg:hover{
	background: #FFDDCC !important;
}
#center .entry .hover_bg:hover{
	background: #FFDDCC !important;
}

.mid_ad_boxaid {
	margin: 0 !important;
	padding-bottom: 24px !important;
}
#pageMain .mid_ad_boxaid,
#pageArchive .mid_ad_boxaid {
	background: url('/blog/template/25/img/fence_bg2.gif') repeat-y 0 -5px;
	padding: 6px 20px !important;
}
.mid_ad_pr,
.mid_ad_box {
	background: none !important;
}
#pageMain .mid_ad_box a:hover,
#pageMain .mid_ad_box a:active,
#pageArchive .mid_ad_box a:hover,
#pageArchive .mid_ad_box a:active {
	background: #FFB500 !important;
}
#pageEntry .mid_ad_box a:hover,
#pageEntry .mid_ad_box a:active,
.side_feed_on {
	background: #FFDDCC !important;
}
.mid_ad_ttl,
.mid_ad_url {
	color: #CC0000 !important;
}
.side_feed_on .side_feed_ttl a,
.side_feed_on .side_feed_url a {
	color: #CC0000 !important;
}
#pageMain .mid_ad_pr,
#pageMain .mid_ad_txt,
#pageArchive .mid_ad_pr,
#pageArchive .mid_ad_txt {
	color: #FFFFFF !important;
}
#pageEntry .mid_ad_pr,
#pageEntry .mid_ad_txt,
.side_feed_on .side_feed_txt {
	color: #333333 !important;
}



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

#blogFreeSpace .padd {
	background:#FFF;
}

#blogFreeSpace .text {
}

