body {
	background:#fff;
	text-align:center;
	color:#CC6600;
}
li {list-style-type:none;}
img,table,td,th {border:0px;}
img {vertical-align:bottom;}

/* link：リンク関連 */
a:link {color:#CC6600; text-decoration:underline;}
a:visited {color:#CC6600; text-decoration:underline;}
a:hover {color:#CC6600; text-decoration:none;}
a:active {color:#CC6600; 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);
}

.mybox_bg2 .aicon {
	background-image:url(../images/icon_arrow05.gif);
}

.submenu_textlink .aicon {
	background-image:url(../images/icon_arrow03.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 a:link {color:#CC6600; text-decoration:underline;}
#textad a:visited {color:#CC6600; text-decoration:underline;}
#textad a:hover {color:#CC6600; text-decoration:none;}
#textad a:active {color:#CC6600; text-decoration:none;}


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

.readtext {
	color:#CC6600;
	position:relative;
	top:55px;
	left:20px;
	width:590px;
	height:150px;
	overflow:hidden;
}

/* subarea：カレンダー・最新の記事など */
.subarea {
	padding:0;
}

.subarea_access, .subarea_category, .subarea_blognews, .subarea_newcomment, .subarea_month
	{background:url(../images/side_bg.gif);}

.subarea a{ color:#fff}

.subtitle {
	width:210px;
	height:37px;
	 background:url(../images/side_top.gif) no-repeat;
	text-align:left;
	padding-top:8px;
	color:#fff
}
.subtitle span {
	padding:0px 15px 0px 10px;
	line-height:27px;
	display:block;
}
.subarea_contents {
	background:url(../images/side_btm.gif) no-repeat bottom;
	padding:5px 15px 20px;
}

#submenu .subarea_contents {
	background:url(../images/side_bg.gif);
	padding:5px 15px 5px;
}



/* submenu：左メニュー */
#submenu {
	width:210px;
	float:left;
	margin-left:8px;
	margin-right:7px;
}
*html #submenu {margin-left:4px; margin-right:7px;}

.mybox {
	width:210px;
	background:url(../images/prof_bg.gif);}
	
.mybox li {
	padding:1px 0px;
}
.mybox_bg1 {
	background:url(../images/prof_top.gif) no-repeat;
	padding:20px 15px 10px 15px;
}
.mybox_bg2 {
background:url(../images/prof_btm.gif) no-repeat bottom;
	padding: 0 15px 15px 15px;
}

.mybox_bg2 ul {
	line-height:170%;
}
.mybox_bg3 {
	padding:5px 15px 8px;
}
.logout {
	text-align:right;
	font-size:80%;
}
.mybox_photo {
	margin:5px 0px;
	text-align: center;
}
.myboxtitle{
	background:url(../images/prof_bg.gif);
	color:#cc6600;
	text-align:left;
	padding:10px 15px 0;
}
.submenu_textlink {
	padding:5px 15px 15px 15px;
}
.submenu_textlink a {
color:#fff;
}

div.calendar{background:url(../images/cal_bg.gif) no-repeat; height:230px;}

div.calendar .subtitle {
	margin-top:0px;
}
div.calendarnavi {
	text-align:center;
}
table.calendarnavi {
	width:180px;
	margin:0;
}
td.calendar_prev {
	text-align:left;
	width:20px;
}
td.calendar_now {
color:#fff;
	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;
	color:#fff;
	background:none;
}
table.calendar th {
	width:25px;
	text-align:center;
}
table.calendar .sat {color:#99CCCC;}
table.calendar .sun {color:#FF9999;}
table.calendar td {
	width:25px;
	text-align:center;
}
/* contents：記事詳細 */
#contents {
	width:430px;
	float:left;
}
div.categoryselect {
	background: url(../images/categoryselect.gif) no-repeat;
	height: 85px;
	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:0;
}
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;
	color:#fff;
}
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;
	color:#fff;
}
ul.blogdate_navi p.next a {
	background-image:url(../images/icon_arrow03.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;
	padding-right:17px;
	color:#fff;
}

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


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:0px;
	background:url(../images/entry_bg.gif);
}
div.contents_detail {background:url(../images/entry_top.gif) no-repeat;
}
div.comment_area_detail {
	margin-bottom:0;
	padding-bottom:0px;
	background:url(../images/entry_top.gif) no-repeat;
}
div.trackback_area {
	margin-bottom:0;
	padding-bottom: 0px;
}

div.contents_detail h3 {
	height:30px;
	line-height:24px;
	padding:15px 20px 0px 20px;
	background:url(../images/entry_top.gif) no-repeat;
}
div.textdata {
	width: 390px;
	padding:0px 0px 5px 0px;
}
div.contents_textarea {
	padding:10px 20px;
	background:url(../images/entry_bgbottom.gif) no-repeat bottom;
}
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 {
color:#eeeedd;
	width:210px;
	float:right;
	margin-right:8px;
}

*html #subcontents {margin-right:4px;}

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 {
	background:url(../images/qr_bg.gif) no-repeat;
	text-align: left;
	height:180px;
	margin-top:10px;
	padding:10px 15px;
}
p.qrcode {
	margin:15px 0px 7px 0;
}


/* 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:910px;
	background:url(../images/foot_bg.gif) no-repeat bottom;
	margin:0px auto;
	height:110px;
	text-align:center;
	clear:both;
}
#footercontents {
	width:870px;
	margin:0px auto;
	padding-top:22px;
	text-align: center;
}
#footermenu {
	line-height:36px;
}
address {
	text-align: center;
	display:block;
	padding-top:10px;
}
address img{
	width:480px;
	height:36px;
	padding:0px 0 10px 0;
}

div.tbpadding10{ padding-top:0px; background:#CC6600}

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

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