@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-3dlight-color:#FFBA00;
	scrollbar-arrow-color:FFBA00;
	scrollbar-base-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#FFBA00;
}

body {
	margin:0px auto 0px auto;
	font-size:12px;
	text-align:center;
	color:#333333;
}
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:#FFBA00;
	text-decoration:none;
	font-weight:bold;
}

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

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

a:active {
	color:#C89202;
	text-decoration:none;
	font-weight:normal;
}


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


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

#head {
	position: relative;
	width:792px;
	height:231px;
	text-align:left;
	background:url('/blog/template/124/img/title_bg2.gif') no-repeat top center;
	overflow: hidden;
	word-break:break-all;
}

#head h1 {
	margin:0px;
	padding:25px 205px 100px 180px;
	font-size:18px;
	color:#6FB600;
	font-weight:bold;
}

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

#head h1 a:hover {
	color:#6FB600;
	text-decoration: underline;
	font-weight:bold;
}

#head h2 {
	position: absolute;
	top: 190px;
	left: 15px;
	width: 460px;
	color:#666666;
	font-size:12px;
	font-weight:normal;
	line-height: 120%;
	overflow: hidden;
	word-break:break-all;
}


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

#main {
	margin:0px auto 0px auto;
	padding-top:8px;
	width:770px;
	background:url('/blog/template/124/img/side_r_bg.gif') no-repeat bottom right;
}

#cont {
	width:595px;
	float:left;
	text-align:left;
}

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

#clip {
}

#left {
	padding-top: 5px;
	width:170px;
	float:left;
	text-align:left;
	overflow:hidden;
	word-break:break-all;
	background:url('/blog/template/124/img/side_header.gif') no-repeat top left;
}

#right {
	padding-top: 5px;
	width:170px;
	float:right;
	text-align:left;
	overflow:hidden;
	word-break:break-all;
	background:url('/blog/template/124/img/side_header.gif') no-repeat top left;
}


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

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

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

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

.page a:hover {
	font-weight:bold;
	text-decoration:underline;
}

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

.entry_title {
	overflow: hidden;
	word-break: break-all;
	text-align:left;
}

.entry_title h3 {
	color:#6FB600;
	font-size:12px;
	padding:20px 50px 5px 50px;
	font-weight: bold;
	line-height: 120%;
	background:url('/blog/template/124/img/entry_title.gif') no-repeat top center;
}

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

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

.date {
	margin:0px auto 0px auto;
	width:404px;
	padding:4px 0px 3px 0px;
	font-size:10px;
	font-weight: none;
	text-align:right;
	background:#FCF8DC;
}

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

.date a:hover {
	text-decoration:underline;
}

.padd {
	margin: 0px;
	padding: 10px 7px 15px 10px;
	background:url('/blog/template/124/img/entry_bg.gif') repeat-y top center;
}

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

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

.txt a:hover {
	text-decoration:underline;
}

.ext {
	padding-top: 10px;
}

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

.ext a:active, .ext a:hover {
}

.txt_page {
	color:#E27E7E;
	font-size: 10px;
	padding: 2px 0px 0px 0px;
	text-align: right;
	background:#FCF8DC;
}

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

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

.txt_page a:active, .txt_page a:hover {
	background: transparent;
	text-decoration: underline;
}

.entry_footer {
	padding: 27px;
	background:url('/blog/template/124/img/entry_footer2.gif') no-repeat top center;
}

.entry_footer2 {
}

.entry_footer_end {
	padding: 27px;
	background:url('/blog/template/124/img/entry_footer2.gif') no-repeat top center;
}


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

.t_fence {
	word-break: break-all;
	overflow: hidden;
	background:#FFFFFF url('/blog/template/124/img/entry_footer.gif') no-repeat bottom center;
}

.c_fence {
	word-break: break-all;
	overflow: hidden;
	background:#FFFFFF url('/blog/template/124/img/entry_footer.gif') no-repeat bottom center;
}

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

.trackbacks_form {
	padding-left: 30px;
}

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

.comment_form {
	padding-left: 10px;
}

.title {
	padding:12px 0px 7px 0px;
	text-align:center;
	font-size: 14px;
	font-weight: bold;
	/* text-indent:-10000px;
	display:block; */
}

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

.ipt {
	margin-bottom: 2px;
	padding: 1px;
	border: solid 1px #70AA95;
}
label {word-break: normal;}
.message {
	width:400px;
	border-top:dotted 1px #70AA95;
	padding:0px;
	margin:0px;
	line-height: 120%;
	overflow: hidden;
}

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

.message a:hover {
	font-weight: bold;
	text-decoration: underline;
}

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

.message_txt {
	padding:5px 10px 15px 5px;
	font-size: 12px;
}

#comment_preview{
	width:400px;
}

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

.inner {
	width: 170px;
	float: left;
	text-align: left;
	overflow: hidden;
	word-break: break-all;
	background:#FFFFFF url('/blog/template/124/img/side_footer.gif') no-repeat bottom left;
}

.inner2 {
	width: 170px;
	float: right;
	text-align: left;
	overflow: hidden;
	word-break: break-all;
	background:#FFFFFF url('/blog/template/124/img/side_footer.gif') no-repeat bottom left;
}

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

.side {
	margin-bottom: 0px;
	padding-bottom: 5px;
	text-align: left;
}

.side_title {
	padding:10px 0px 7px 0px;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	background:url('/blog/template/124/img/side_title.gif') no-repeat center bottom;
}

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

.side_text a:link, .side_text a:active, .side_text a:visited {
	font-weight:bold;
}

.side_text a:hover {
	text-decoration: underline;
	font-weight:bold;
}


/*------------------
サイド 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 {
	white-space: nowrap;
}

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

.func_text {
}


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

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

.calendar a:link {
	font-weight:bold;
	text-decoration:none;
}

.calendar a:visited {
	font-weight:bold;
	text-decoration:none;
}

.calendar a:hover {
	font-weight:bold;
	text-decoration:underline;
}

.calendar a:active {
	font-weight:bold;
	text-decoration:none;
}

.calendar_bg {
}

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

#foot {
	width:720px;
	margin:0px 0px 0px 30px;
	padding:10px 0px 5px 0px;
}
#foot .fr{
	text-align: right;
}
#foot a:link, #foot a:visited, #foot a:hover, #foot a:active {
	text-decoration:underline;
	font-weight:bold;
}

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


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

#blogFreeSpace .padd {
	border: solid 2px #fcd467 !important;
	background: #ffffff !important;
	padding: 14px 8px 14px 8px !important;
}

#blogFreeSpace .text {
}
