@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: #28B0B2;
	font-weight: normal;
	text-decoration: none;
}

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

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

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


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


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

#head {
	border-top: solid 4px #28B0B2;
	border-right: solid 1px #28B0B2;
	border-bottom: solid 1px #28B0B2;
	padding-bottom: 10px;
	width: 822px;
	text-align: left;
	background: #FFFFFF;
/* start clearfix */
	_height: 1px;
	min-height: 1px;
	/*￥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
#head:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
/* end clearfix */
}

#head h1 {
	float: left;
	width: 440px;
	padding: 6px 10px 10px 10px;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	word-break: break-all;
}

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

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

#head h2 {
	float: left;
	margin-left: 10px;
	border-left: solid 1px #28B0B2;
	padding: 6px 10px 10px 10px;
	width: 330px;
	font-size: 10px;
	font-weight: normal;
	line-height: 120%;
	overflow: hidden;
	word-break: break-all;
}


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

#main {
	clear: both;
	width: 822px;
	padding-top: 10px;
}

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

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

#clip {
}

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

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


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

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

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

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

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

.entry {
	width: 426px;
	border: solid 1px #28B0B2;
	overflow: hidden;
	word-break: break-all;
}

.entry_title {
	padding: 6px 5px 6px 5px;
	border-bottom: dotted 1px #CCCCCC;
	color: #000000;
	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: 10px;
	display: inline;
	color: #000000;
	font-size: 12px;
	font-weight: none;
}

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

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

.txt {
	width: 404px; /* 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: #FFFFCC;
	text-decoration: none;
}

.ext {
	padding-top:10px;
}

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

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

.txt_page {
	color: #999999;
	font-size:10px;
	padding: 5px 0px 5px 0px;
	text-align:right;
}

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

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

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

.entry_footer {
	overflow: hidden;
}

.entry_footer2 {
}

.entry_footer_end {
	overflow: hidden;
}


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

.t_fence {
	border: solid 1px #28B0B2;
	width: 426px;
	word-break:break-all;
	overflow:hidden;
}

.c_fence {
	border: solid 1px #28B0B2;
	width: 426px;
	word-break:break-all;
	overflow:hidden;
}

.trackbacks {
}

.trackbacks_form {
	padding-left: 30px;
}

.comment {
}

.comment_form {
	padding-left: 10px;
}

.title {
	padding: 6px 5px 6px 5px;
	border-bottom: dotted 1px #CCCCCC;
	color: #000000;
	text-align: left;
	font-size: 12px;
	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 #7F9DB9;
}
label {word-break: normal;}
.message {
	margin: 5px 0px 10px 0px;
	border-bottom: solid 1px #999999;
	padding: 0px 0px 5px 0px;
	width: 404px;
	color: #999999;
	line-height: 120%;
	overflow: hidden;
}

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

.message a:active, .message a:hover {
	background: #FFFFCC;
	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: #333333;
}

.side_title {
	border: solid 1px #28B0B2;
	padding: 5px 0px 5px 0px;
	color: #28B0B2;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

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

.side_text a:link, .side_text a:visited {
	color: #333333;
	padding: 5px 0px 3px 0px;
	font-weight: normal;
}

.side_text a:hover, .side_text a:active {
	color: #28B0B2;
	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: #333333;
	white-space: nowrap;
}

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

.func_text {
	color: #333333;
}


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

.calendar {
	padding: 2px;
	color: #333333;
	font-size: 10px;
	text-align:center;
}

.calendar a:link {
	color: #333333;
	font-size:10px;
	text-decoration: underline;
	background: #DDDDDD;
}

.calendar a:visited {
	color: #333333;
	font-size:10px;
	text-decoration: underline;
	background: #DDDDDD;
}

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

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

.calendar_bg {
}


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

#foot {
	text-align: left;
	width: 822px;
	padding: 10px 0px 5px 0px;
}

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

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

#foot a:hover, #foot a:active {
	background: #FFFFCC;
	text-decoration: none;
	font-weight: normal;
}

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


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

#blogFreeSpace .padd {
	border: solid 1px #28B0B2;
}

#blogFreeSpace .text {
}
