body {
	background:url(../images/body_bg01.gif) repeat-x top #f7f7f7;
	text-align:center;
	color:#453e3c;
}
li {list-style-type:none;}
img,table,td,th {border:0px;}
img {vertical-align:bottom;}

/* link：リンク関連 */
a:link {color:#599D00; text-decoration:underline;}
a:visited {color:#333333; text-decoration:underline;}
a:hover {color:#8BCD34; text-decoration:none;}
a:active {color:#8BCD34; text-decoration:none;}
.aicon {
	padding-left:18px;
	background-image:url(../images/icon_arrow01.gif);
	background-repeat:no-repeat;
	background-position:left 50%;
}
.aicon:hover {
	background-image:url(../images/icon_arrow01.gif);
}
a.textbtn:link {color:#ffffff; text-decoration:none;}
a.textbtn:visited {color:#ffffff; text-decoration:none;}
a.textbtn:hover {color:#ffffff; text-decoration:none;}
a.textbtn:active {color:#ffffff; text-decoration:none;}
a:hover.textbtn {
	background-position:0px -28px;
}

#header a:link {color:#1188aa; text-decoration:underline;}
#header a:visited {color:#1188aa; text-decoration:underline;}
#header a:hover {color:#11bbee; text-decoration:none;}
#header a:active {color:#11bbee; text-decoration:none;}

#textad {color:#1188aa;}
#textad a:link {color:#1188aa; text-decoration:underline;}
#textad a:visited {color:#1188aa; text-decoration:underline;}
#textad a:hover {color:#11bbee; text-decoration:none;}
#textad a:active {color:#11bbee; text-decoration:none;}


/* mainbody：コンテンツ内容 */
#mainbody {
	width:900px;
	margin:0px auto;
	background: #fff;
	text-align:center;
}
#mainbody_bgtop {
}
#maincontents {
	width:870px;
	margin:0px auto;
	padding:10px 0px 20px;
	text-align:left;
}
#textad {
	padding:10px 0px;
}
.textad1 {
	width:435px;
	float:left;
	text-align:left;
}
.textad2 {
	width:435px;
	float:right;
	text-align:right;
}
.blogtitle {
	width:870px;
	height:160px;
	margin-bottom:10px;
	background-image:url(../images/blogtitle_bg.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
h1 {
	position:relative;
	top:25px;
	left:20px;
	color: #fff;
}
h1 a:link {color:#fff;text-decoration:none;}
h1 a:visited {color:#fff;text-decoration:none;}
h1 a:hover {color:#fff;text-decoration:underline;}
h1 a:active {color:#fff;text-decoration:none;}

.readtext {
	color:#453E3C;
	position:relative;
	top:30px;
	left:20px;
	width:830px;
	height:83px;
	overflow:hidden;
}

/* subarea：カレンダー・最新の記事など */
.subarea {
	padding:0;
}
.subtitle {
	width:210px;
	height:27px;
	border-top: 4px solid #B2D94B;
	text-align:left;
	padding-top:4px;
}
.subtitle span {
	padding:0px 15px 0px 15px;
	line-height:27px;
	display:block;
}
.subarea_contents {
	background-color:#ffffff;
	padding:5px 15px 20px;
}



/* submenu：左メニュー */
#submenu {
	width:210px;
	float:left;
	margin-right:10px;
}
.mybox {
	width:210px;
}
.mybox li {
	padding:1px 0px;
}
.mybox_bg1 {
	border-top: 4px solid #B2D94B;
	padding:10px 15px;
}
.mybox_bg2 {
	padding: 0 15px;
}
.mybox_bg2 ul {
	line-height:200%;
}
.mybox_bg3 {
	padding:5px 15px 20px;
}
.logout {
	text-align:right;
	font-size:80%;
}
.mybox_photo {
	margin:5px 0px;
	text-align: center;
}
.myboxtitle {
	border-top: 4px solid #B2D94B;
	text-align:left;
	padding:10px 15px 0;
}
.submenu_textlink {
	padding:15px;
}
div.calendar .subtitle {
	margin-top:0px;
}
div.calendarnavi {
	border-bottom:1px dotted #cccccc;
	text-align:center;
}
table.calendarnavi {
	width:180px;
	margin:0;
}
td.calendar_prev {
	text-align:left;
	width:20px;
}
td.calendar_now {
	text-align:center;
	width:140px;
}
td.calendar_next {
	text-align:right;
	width:20px;
}
table.calendarnavi a {
	display:block;
	width:20px;
	text-align:center;
	vertical-align:middle;
}
div.calendar_table {
	text-align:center;
}
table.calendar {
	width:180px;
	margin:0;
}
table.calendar th {
	width:25px;
	text-align:center;
}
table.calendar .sat {color:#1d8eab;}
table.calendar .sun {color:#cc370d;}
table.calendar td {
	width:25px;
	text-align:center;
}
/* contents：記事詳細 */
#contents {
	width:430px;
	float:left;
}
div.categoryselect {
	background: url(../images/blogdate_navi_bg.gif) no-repeat;
	height: 55px;
	padding:10px 10px 5px 10px;
}
dl.categoryform dt {
	width:70px;
	float:left;
	padding-bottom:5px;
}
dl.categoryform dd {
	/*width:370px;*/
	padding-bottom:5px;
}
div.blogdate_navi {
	text-align:center;
	padding:15px 0px;
}
ul.blogdate_navi {
	margin-left:5px;
	background-color:#aaa;
}
ul.blogdate_navi li {
	float:left;
	width:140px;
}
ul.blogdate_navi p.prev {
	text-align:left;
}
ul.blogdate_navi p.today {
	font-weight:bold;
	text-align:center;
}
ul.blogdate_navi p.next {
	text-align:right;
}
ul.blogdate_navi p.prev a {
	background-image:url(../images/icon_arrow04.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
	padding-left:17px;
}
ul.blogdate_navi p.next a {
	background-image:url(../images/icon_arrow03.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;
	padding-right:17px;
}

.blogtext_area{
	background:url(../images/entry_bg.gif) repeat-y;
}
#contents h2 {
	height:31px;
	line-height:31px;
	padding:15px 10px 0px 25px;
	background:url(../images/entry_title.gif) no-repeat;
	color:#ffffff;
	clear:both;
}
#contents h2 a:link {color:#ffffff; text-decoration:none;}
#contents h2 a:visited {color:#ffffff; text-decoration:none;}
#contents h2 a:hover {color:#ffffff; text-decoration:underline;}
#contents h2 a:active {color:#ffffff; text-decoration:none;}

div.blogdate {
	margin:5px 15px;
	border-bottom:1px solid #D9D9D9;
	text-align:right;
}
p.blogdate {
	font-size:80%;
}
div.blogtext {
	padding:10px 15px;
}
.blogtext img {
	margin:0px 1px;
}
p.commentlink {
	text-align:right;
	font-size:80%;
	margin-top:15px;
}
.comment_num {
	font-weight:bold;
}
div.blogurl {
	margin:5px 15px;
	padding-top: 10px;
	text-align: center;
	border-top:1px solid #D9D9D9;
}
div.blognavi {
	padding:5px 15px 15px;
	background:url(../images/entry_bgbottom.gif) no-repeat bottom;
}


div.blog_subcontents {
	padding-top: 30px;
	background:url(../images/entry_bgtop.gif) no-repeat 0 15px;
}
div.contents_detail {
}
div.comment_area_detail {
	margin-bottom:0;
	padding-bottom: 40px;
	background:url(../images/entry_bgsepalate.gif) no-repeat bottom;
}
div.trackback_area {
	margin-bottom:0;
	padding-bottom: 10px;
	background:url(../images/entry_bgbottom.gif) no-repeat bottom;
}

div.contents_detail h3 {
	height:24px;
	line-height:24px;
	padding:0px 20px;
	background:url(../images/entry_title2.gif) no-repeat;
}
div.textdata {
	width: 390px;
	padding:0px 0px 5px 0px;
}
div.contents_textarea {
	padding:10px 20px;
	background:url(../images/entry_bg.gif) repeat-y;
}
div.captionarea {
	padding:10px 0px 5px;
	border-bottom:1px solid #D9D9D9;
}
p.captiontext {
	width:270px;
	float:left;
}
p.captionbtn {
	width:100px;
	text-align:right;
	float:right;
}
dl.commentform dt {
	width:100px;
	float:left;
	padding-bottom:5px;
}
dl.commentform dd {
	width:270px;
	float:left;
	padding-bottom:5px;
}
dl.commentform input.textform {
	width:270px;
}
dl.commentform textarea.textform {
	width:270px;
}
dl.commentform dd.formbtnarea {
	text-align:center;
}



/* subcontents：右メニュー */
#subcontents {
	width:210px;
	float:right;
}
p.btn01 {
	margin-bottom:10px;
}
p.btn02 {
	margin-bottom:10px;
}
a.btn01 {
	background-image:url(../images/btn_bg01.gif);
}
a.btn02 {
	background-image:url(../images/btn_bg02.gif);
}
a.textbtn {
	background-repeat:no-repeat;
	background-position:center top;
	width:210px;
	height:28px;
	line-height:28px;
	text-align:center;
	font-weight:bold;
	display:block;
}
div.subarea_access .subtitle {
	margin-top:0px;
}
dl.accessnumber dt {
	float:left;
	padding-right:1em;
	font-weight:bold;
}
ul.sublist li {
	background:url(../images/icon_arrow03.gif) no-repeat 0 5px ;
	padding-left:15px;
}
div.qrcode {
	border-top: 4px solid #B2D94B;
	text-align: left;
	margin-top:10px;
	padding:10px 15px;
}
p.qrcode {
	margin:10px 0px;
}


/* header：ヘッダー */
#header {
	background-color:#ffffff;
	border-bottom:1px solid #808080;
	text-align:center;
}
#headercontetns {
	width:900px;
	margin:0px auto;
}
#header_menu {
	width:550px;
	height:28px;
	float:left;
	text-align:left;
}
#header_logo {
	width:142px;
	float:left;
}
#headermenu01 {
	line-height:28px;
}
#header_navi {
	float:right;
	padding:4px 0px 0px 0px;
	text-align:left;
}
#textsize_title {
	float:left;
	width:73px;
}
#textsize_menu {
	float:left;
	width:52px;
	margin-right:10px;
}
#textsize_menu li {
	display:inline;
}
#headermenu02 {
	float:left;
	font-weight:bold;
}



/* footer：フッター */
#footer {
	width:900px;
	background: #ffffff;
	margin:0px auto;
	text-align:center;
	clear:both;
}
#footercontents {
	width:870px;
	margin:0px auto;
	text-align: center;
}
#footermenu {
	line-height:36px;
}
address {
	border-top: 4px solid #B2D94B;
	text-align: center;
	display:block;
}
address img{
	width:480px;
	height:36px;
}

/*-------
calendar_prev
---------*/

.calendar_prev img,
.calendar_next img{
	width: 14px;
	height: 11px;
}
