@charset "utf-8";
/* CSS Document */
/* 0035_2col_rs */
/*
***Contents*********************************/
/*-------------------------------------------------------------------

	css修正禁止[ここから]
	
	<<レイアウトに影響する要素>>
	property resset, padding, margin, width, height, float, display,
	font-family, clear, overflow, word-wrap, vertical-align, white-space,
	list-style-type, clearfix, line-height, font-size, text-align,
	
	<<共通ヘッダー内の要素>>

-------------------------------------------------------------------*/
/* ----------------- property resset ----------------- */
/* -----------------layout_base	----------------- */
/* 	-----------------common_tool	----------------- */
/* div#global_header */
/* ----------------- div#header ----------------- */ 
/* div#header_tool */
/* ---------------- div#footer ---------------- */
/* ----------------- share_tool ----------------- */
/* div.page_navi */
/* div.entry_navii */
/* div.more */
/* div.foot */
/* div.func_s */
/* div.func_bar */
/* text_attention */
/* div.icon_list */
/* span.mark_attention */
/* to_top */
/* -------- div#left_content以下のコンテンツ -------- */
/* ----------------- div#profile ----------------- */
/* ----------------- new_entry ----------------- */
/* ----------------- div#folder ----------------- */
/* ----------------- monthly_archive ----------------- */
/* ---------------- div#use_tag --------------- */
/* ----------------- html_area ----------------- */
/* ----------------- new_comment ----------------- */
/* ----------------- new_trackback ----------------- */
/* ----------------- new_bookmark ----------------- */
/* ----------------- rss_area ----------------- */
/* ----------------- calendarhead ----------------- */
/* -------- div#main_contents以下のコンテンツ-------- */
/* ---------------- div.entry ---------------- */
/* 画像挿入部分　*/
/* ---------------- div.review ---------------- */
/* dl.entry_tag */
/* ul.tools */
/* ---------------- comment&trackback ---------------- */
/* comment > formbody */

/* comment > comment_attention */
/* ---------------- div#trackback ---------------- */
/* ---------------- Clearfix ---------------- */
/*-------------------------------------------------------------------

	css修正禁止[ここまで]

-------------------------------------------------------------------*/


/*-------------------------------------------------------------------

	css修正可能[ここから]
	
	≪カラーを示す要素≫
	
	≪イメージを示す要素≫
	
	≪フォントの装飾を示す下記要素≫
	font-weight, text-decoration

-------------------------------------------------------------------*/
/* -----------------layout_base	----------------- */
/* font_base */
/* ----------------- div#header ----------------- */ 
/* div#header_tool */
/* ---------------- div#footer ---------------- */
/* ----------------- share_tool ----------------- */
/* div.page_navi */
/* div.entry_navii */
/* div.more */
/* div.foot */
/* div.func_s */
/* div.func_bar */
/* text_attention */
/* div.icon_list */
/* span.mark_attention */
/* to_top */
/* -------- div#left_content以下のコンテンツ -------- */
/* ----------------- div#profile ----------------- */
/* ----------------- new_entry ----------------- */
/* ----------------- div#folder ----------------- */
/* ----------------- monthly_archive ----------------- */
/* ---------------- div#use_tag --------------- */
/* ----------------- html_area ----------------- */
/* ----------------- new_comment ----------------- */
/* ----------------- new_trackback ----------------- */
/* ----------------- new_bookmark ----------------- */
/* ----------------- rss_area ----------------- */
/* ----------------- calendarhead ----------------- */
/* -------- div#main_contents以下のコンテンツ-------- */
/* ---------------- div.entry ---------------- */
/* dl.entry_tag */
/* ul.tools */
/* ---------------- comment&trackback ---------------- */
/* comment > formbody */
/* comment > comment_attention */
/* ---------------- div#trackback ---------------- */
/*-------------------------------------------------------------------

	css修正可能[ここまで]

-------------------------------------------------------------------*/
/**********************************************
*/

/*-------------------------------------------------------------------

	css修正禁止[ここから]
	
	<<レイアウトに影響する要素>>
	property resset, padding, margin, width, height, float, display,
	font-family, clear, overflow, word-wrap, vertical-align, white-space,
	list-style-type, clearfix, line-height, font-size, text-align,
	
	<<共通ヘッダー内の要素>>

-------------------------------------------------------------------*/

/* ----------------- property resset ----------------- */

* {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	line-height: 100%;
}

table, caption, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
}

/* -----------------layout_base	----------------- */

body {
	font-family: osaka,"MS Pゴシック",arial,helvetica,sans-serif;
}

div#global_header {
	font-size: 80%;
	background-color: #ffffff;
	border-bottom-color: #c2c2c2;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

div#out_container {
	width: 100%;
	text-align: center;
}

div#container {
	text-align: left;
	clear: both;
	width: 780px;
	margin:0 auto;
	background-image: url(image/bg_body.gif);
	background-repeat: repeat-y;
	background-position: center;
}

div#header {
	padding: 60px 220px 30px 0;
	background-image: url(image/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

div#blog_container {
	background-image: url(image/bg_blog_container.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 780px;
}

div#wrapper {
	margin-right: 30px;
	_margin-right: 20px;
}

div#content {
	margin: 0 0 20px;
}

div#right_content {
	width:180px;
	float:right;
}

div#main_content {
	width: 570px;
	float: left;
}

div#footer {
	padding: 130px 0 10px;
	width: 100%;
	margin: 0 auto;
	background-image: url(image/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: 0 -80px;
}

/* 	-----------------common_tool	----------------- */

br.clear {
	clear: both;
	font-size: 0.0001px;
}

/* div#global_header */

div#global_header {}

div#global_header_in {
	margin: 0 auto;
	width: 760px;
	padding: 2px 0;
}

div#global_header_in div#logo_area {
	float: left;
	width: 210px;
}

div#global_header_in div#logo_area p {
	float: left;
}

div#global_header_in div#free_html {
	float: right;
	width: 540px;
    overflow: hidden;
}

/* ----------------- div#header ----------------- */ 

div#header div#header_title {
	float: left;
	width: 470px;
}

div#header div#header_title h1 {
	font-size: 120%;
}

div#header div#header_title h2 {
	margin: 10px 0 0 0;
	font-size: 70%;
}

/* div#header_tool */

div#header div#header_tool {
	padding: 100px 0 0 0;
	font-size: 70%;
	*font-size: 55%; /* WinIE4～IE6*/
}


div#header div#header_tool ul {
	text-align: right;
}

div#header div#header_tool ul li {
	padding: 4px 10px 5px 7px;
	display: inline;
}

/* ---------------- div#footer ---------------- */

div#copyright {
	font-size: 70%;
	text-align: center;
	padding-bottom: 10px;
}

/* ----------------- share_tool ----------------- */
/* div.page_navi */

div.page_navi {
	font-size: 80%;
	margin: 10px auto;
}

div.page_navi ul {
	text-align: center;
}

div.page_navi ul li {
	display: inline;
}

div.page_navi ul li a {}

div.page_navi ul li.ahead {
	padding: 0 5px 0 5px;
}

div.page_navi ul li.follow {
	padding: 0 5px 0 7px;
}

div.page_navi ul li.page {
	text-align: center;
	padding: 2px
}

div.page_navi ul li.page a {}

/* div.entry_navii */

div.entry_navi {
	font-size: 80%;
	margin: 10px auto;
	width: 566px;
}

div.entry_navi div.ahead_bar {
	padding: 0 5px 0 5px;
	width: 250px;
	float: left;
	text-align: right;
}

div.entry_navi div.page_bar {
	text-align: center;
	padding: 0 2px 2px;
	width: 40px;
	float: left;
}

div.entry_navi div.follow {
	padding: 0 5px 0 7px;
	width: 250px;
	float: left;
}

/* div.more */

div.more a {
	font-size: 70%;
	*font-size: 55%; /* WinIE4～IE6*/
	float: right;
	margin-right: 2px;
}

/* div.foot */

div.foot {
	font-size: 70%;
	*font-size: 55%; /* WinIE4～IE6*/
	clear: both;
	float: right;
	margin: 5px 0 0;
	padding: 5px 0;
}

div.foot ul {
	float: right;
}

div.foot ul li {
	display : inline;
	padding: 0 2px 0 4px;
	line-height: 1.5;
}

div.foot ul li.bar {}

div.foot a:link,div.foot a:visited,div.foot a:active {}

div.foot a:hover {}

/* div.func_s */

div.func_s {
	margin: 0 0 10px;
	padding: 0 10px 10px;
}

div.func_s_top {}

div.func_s_bottom {
	font-size: 0;
}

div.func_s h4 {
	font-size: 70%;
	*font-size: 60%; /* WinIE4～IE6*/
	text-align: left;
}

/* div.func_bar */

div.func_bar {
	padding: 10px 10px 10px 0;
}

div.func_bar h5 {
	font-size: 80%;
	text-align: left;
	padding: 0 2px 10px;
}

/* text_attention */

li.text_attention, div.text_attention, span.text_attention {
	white-space: nowrap;
}

/* div.icon_list */

div.icon_list {
	padding: 5px 0;
	overflow: hidden;
	word-wrap: break-word;
	width: 170px;
}

div.icon_list ul {
	border-top: #efefef solid 1px;
}

div.icon_list ul li {
	padding: 0 0 3px 10px;
	margin-top: 3px;
	border-bottom: #efefef solid 1px;
}

div.icon_list ul li span{
	font-size: 70%;
	*font-size: 55%; /* WinIE4～IE6*/
	padding-left: 4px;
}

div.icon_list ul li a {
	font-size: 70%;
	*font-size: 55%; /* WinIE4～IE6*/
}

div.icon_list ul li a:hover {}

div#folder div.icon_list ul li span,
 div#monthly_archive div.icon_list ul li span {}

/* span.mark_attention */

span.mark_attention {
	font-size: 80%;
	vertical-align: top;
}

/* to_top */

div.to_top {
	font-size: 70%;
	*font-size: 55%; /* WinIE4～IE6*/
	margin: 10px 10px 15px;
}

div.to_top ul {
	text-align: right;
}

div.to_top ul li {
	display: inline;
	padding: 4px 0 5px 10px;
}

div.to_top ul li a {}

/* -------- div#left_content以下のコンテンツ -------- */

/* ----------------- div#profile ----------------- */

div#profile {}

div#profile dl {
	font-size: 70%;
	*font-size: 55%; /* WinIE4～IE6*/
	text-align: center;
	margin: 0;
	padding: 10px 0 5px;
	width: 170px;
}

div#profile dl dd.profile_img {
	width: 170px;
	padding-bottom: 3px;
}

div#profile dl dd.profile_img div { 
	width: 126px;
	height: 126px;
	background-color: #ffffff;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	margin: 0 auto;
}

div#profile dl dt.name {
	line-height: 130%;
	padding-bottom: 3px;
}

div#profile dl dd.intro {
	text-align: left;
	line-height: 1.4;
	*line-height: 1.7; /* WinIE4～IE6*/
}

div#profile dl dd a {}

/* ----------------- new_entry ----------------- */

div#new_entry {}

div#new_entry ul li a {}

div#new_entry ul li.review a {}

div#new_entry ul li.review a:hover {}

/* ----------------- div#folder ----------------- */

div#folder {}

/* ----------------- monthly_archive ----------------- */

div#monthly_archive {
	
}

div#monthly_archive div.monthly_archive_head {
	font-size: 80%;
	text-align: center;
	padding-top: 10px;
}

div#monthly_archive div.monthly_archive_head a {}

/* ---------------- div#use_tag --------------- */

div#use_tag {}

div#taglist {}

div#taglist ul{
	width: 140px;
	padding: 0 5px;
	word-wrap: break-word;
	overflow: hidden;
}

div#taglist ul li{
	font-size: 65%;
	display: inline;
	line-height: 300%;
}


div#taglist ul li a {}

div#taglist ul li a:hover {}

div#taglist ul li a.taglist0 {
	font-size: 70%;
}

div#taglist ul li a.taglist1 {
	font-size: 90%;
}
div#taglist ul li a.taglist2 {
	font-size: 110%;
}

div#taglist ul li a.taglist3 {
	font-size: 130%;
}

div#taglist ul li a.taglist4 {
	font-size: 150%;
}

div#taglist ul li a.taglist5 {
	font-size: 170%;
}

div#taglist ul li a.taglist6 {
	font-size: 190%;
}

div#taglist ul li a.taglist7 {
	font-size: 210%;
}

div#taglist ul li a.taglist8 {
	font-size: 230%;
}

div#taglist ul li a.taglist9 {
	font-size: 250%;
}

div#taglist ul li a.taglist10 {
	font-size: 270%;
}

/* ----------------- html_area ----------------- */
div#html_area {
	line-height: 140%;
	font-size: 80%;
	margin-bottom: 10px;
	width: 160px;
	padding: 0 10px;
	word-wrap: break-word;
	overflow: hidden;
}

/* ----------------- new_comment ----------------- */
div#new_comment {}

/* ----------------- new_trackback ----------------- */
div#new_trackback {}


/* ----------------- new_bookmark ----------------- */
div#new_bookmark {}

/* ----------------- rss_area ----------------- */

div#rss_area {
	text-align: center;
}

div#rss_area ul li {
	padding-bottom: 3px;
}

/* ----------------- calendarhead ----------------- */

div#calendar {}

div.calendarhead {
	font-size: 80%;
	padding: 0px;
	text-align: center;
	margin: 0px;
	line-height: 30px;
}

div.calendarhead a {}

div.calendarhead a:link {}

div.calendarhead a:visited {}

div.calendarhead a:active {}

div.calendarhead a:hover {}

div.caltop {}

div.calbody {
	text-align: center;
	padding: 0 0 5px;
}

div.calendartable {}

table.caltbl {
	width: 140px;
	margin: 0;
	margin: 0 auto;
}

div.calbottom {}

table.caltblwkbg {}

td.calendarwd {
	margin:0;
}

td.caltblwk {}

table.caltblwk td {
	font-size: 80%;
	padding:3px 0;
	text-align:center;
}

td.calendarweek {}

td.weekday {}
td.sun {}
td.sat {}

a.acalendar {}

td.caltbldaybg {
	font-family: Arial, Helvetica, sans-serif;
	width: 140px;
}
table.caltblday {
	width: 140px;
}

table.caltblday td {
	font-size: 80%;
	width: 20px;
	padding: 2px 0;
	text-align: center;
}

div.calendar {}

div.calendard {}

td.calon {}

td.caloff {}

td.caltoday {}

td.caltoday a {}

div#container td.caltoday a:hover {}

div.caltblday a {}

div.caltblday a:link {}

div.caltblday a:visited {}

div.caltblday a:active {}

div.caltblday a:hover {}

/* -------- div#main_contents以下のコンテンツ-------- */
/* ---------------- div.entry ---------------- */

div.entry {
	margin: 5px 0 15px 0;
	padding-bottom: 20px;
	padding-right: 10px;
}

div.entry h3 {
	padding: 3px 0 0;
	font-size: 80%;
}

div.entry h3 a, div.entry_name a {}

div#container div.entry div.entry_head a:hover {}

div.entry_top {}

div.entry_head {
	background-image: url(image/bg_entry_head.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 100%;
	padding: 5px 2px 7px;
}

div.entry_title {}

div.entry_title_top {}

div.entry_title_bottom {}

div.entry_date {
	font-size: 70%;
	*font-size: 55%; /* WinIE4～IE6*/
	clear: both;
	padding: 7px 2px 5px;
	text-align: right;
	background-image: url(image/bg_entry_date.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	font-weight: bold;
	color: #b2b2b2;
}

div.entry_contents {
	font-size: 70%;
	*font-size: 59%; /* WinIE4～IE6*/
	line-height: 1.5;
	*line-height: 1.7; /* WinIE4～IE6*/
	padding: 10px 2px 10px;
}

div.entry_contents p {
	width: 556px;
	overflow: hidden;
}

div.entry_contents_top {
	height: 0;
	font-size: 0;
	line-height: 0;
}

/* 画像挿入部分css変更不可 */

div.entry_contents p {}


div.entry_contents img, div#html_area img {
	padding: 5px;
}

div.entry_contents img.left1, div#html_area img.left1 {
	display:block;
	margin:0 auto 0 0;
	text-align:left;
}

div.entry_contents img.left2, div#html_area img.left2 {
	display:block;
	float:left;
	margin:0 auto 0 0;
	text-align:left;
}

div.entry_contents img.center1, div#html_area img.center1 {
	display:block;
	margin:0 auto;
	text-align:center;
}

div.entry_contents img.center2, div#html_area img.center2 {
	display:inline;
	margin:0 auto;
	text-align:center;
}

div.entry_contents img.right1, div#html_area img.right1 {
	display:block;
	margin:0 0 0 auto;
	text-align:right;
}

div.entry_contents img.right2, div#html_area img.right2 {
	display:block;
	float:right;
	margin:0 0 0 auto;
	text-align:right;
}

/* ---------------- div.review ---------------- */

div.review {}

div.review h3 {}

div.review h3 a, div.review a {}

div.review div.entry_top {}

div.review div.entry_head {}

div.review div.entry_title {}


div.review div.entry_title_top {}

div.review div.entry_title_bottom {}

div.review div.entry_date {}

div.review div.entry_contents {}

div.review_box {
	font-size: 70%;
	*font-size: 55%; /* WinIE4～IE6*/
	clear: both;
	margin: 10px 0 0;
}

div.review_box table {
	margin: 0 10px;
}

div.review_box img {
	margin-top: 3px;
	padding: 1px;
}

div.review_box ul {}

div.review_box ul li {
	margin: 0 3px;
}

div.review_box table td ul.review_details li {
	line-height: 150%;
	word-wrap: break-word;
}

div.review_box table td ul.review_details li a {}

div.review_box th {}

/* dl.entry_tag */

dl.entry_tag {
	font-size: 70%;
	*font-size: 55%; /* WinIE4～IE6*/
	padding: 10px 2px 0;
	float: right;
}

dl.entry_tag dt {
	display: inline;
	color: #b2b2b2;
}

dl.entry_tag dd {
	display: inline;
	word-wrap: break-word;
	line-height: 130%;
	white-space: nowrap;
	margin: 0 0 0 3px;
}

dl.entry_tag dd a {}

dl.entry_tag dd a:hover {}

/* ul.tools */

div.entry ul.tools {
	clear: both;
	float: right;
	height: 100%;
	color: #b2b2b2;
	margin: 5px;
}

div.entry ul.tools li {
	line-height: 1.6;
	float: left;
	vertical-align: text-bottom;
}

/* blockquote */

div.entry blockquote {
    border-left:5px solid #ececec;
    margin:20px;
    padding:10px 0pt 10px 10px;
}

/* ---------------- comment&trackback ---------------- */

#comment,
#trackback {}

#comment ul.last,
#trackback ul.last {
	font-size: 70%;
	*font-size: 55%; /* WinIE4～IE6*/
	padding: 5px 0;
	list-style-type: none;
	text-align: left;
}

#comment ul.last li {
	display: inline;
	padding: 0 0.5em;
	line-height: 130%;
}

#trackback ul.last li {
	padding: 0 0.5em;
	line-height: 130%;
}

#comment ul.last li.commentname,
#trackback ul.last li.trackbackname {}


#trackback ul.last li.trackbackblog {}

#comment ul.last li.commentname a,
#trackback ul.last li.trackbackname a,
#comment ul.last li.commentno,
#trackback ul.last li.trackbackno {}


#trackback ul.last li.trackbackname,
#trackback ul.last li.trackbackno {
	display: inline;
}

#comment ul.last li.commentday {}

.commenttext,
.trackbacktext {
	font-size: 70%;
	*font-size: 55%; /* WinIE4～IE6*/
	line-height: 1.4;
	*line-height: 1.8;
	text-align: left;
	padding: 0 5px 5px;
}

/* comment > formbody */

#formbody {
	text-align: left;
	padding: 10px 10px 5px;
}

#formbody table {
	font-size: 80%;
	text-align:left;
}

#formbody input#name_area,
#formbody input#mail_area,
#formbody input#authentication,
#formbody input#url_area,
#formbody input#commenttext_area {}

#formbody input#name_area,
#formbody input#mail_area,
#formbody input#url_area {
	width: 360px;
}

#formbody input#authentication {
	margin-top: 3px;
}

#formbody input#contribute_btn {}

.form textarea {
	width: 360px;
	font-size: 100%;
}

.form th {
	padding: 2px;
	width: 105px;
}

.form td {
	padding:2px;
}

/* comment > comment_attention */

div#comment_attention ul {
	font-size: 70%;
	*font-size: 55%; /* WinIE4～IE6*/
	line-height: 1.4;
	*line-height: 1.8;
	padding: 0 5px 5px;
}

div#comment_attention ul li {
	line-height: 150%;
}

div#comment div#comment_attention ul li ol#decimal {
	list-style-type: decimal;
	padding: 10px 0 10px 25px;
}

div#comment div#comment_attention ul li ol#decimal li {
	list-style-type: decimal;
	line-height: 150%;
}

/* ---------------- div#trackback ---------------- */

div#trackback ul.trackback_url {
	padding: 10px;
	font-size: 80%;
}

div#trackback ul.trackback_url li.ttl {
	line-height:150%;
	padding: 5px 5px 0;
}

div#trackback ul.trackback_url li.url {
	line-height: 130%;
	padding: 5px;
}

/* ---------------- Clearfix ---------------- */

div#global_header_in:after,
div.entry_head:after,
div.review_box:after,
div.more:after,
div#header:after,
div#wrapper:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

div.review_box,
div.more,
div#header,
div#wrapper {
	_height: 1px;
	min-height: 1px;
	/* Only Mac IE \*/
}


/*-------------------------------------------------------------------

	css修正禁止[ここまで]

-------------------------------------------------------------------*/


/*-------------------------------------------------------------------

	css修正可能[ここから]
	
	≪カラーを示す要素≫
	
	≪イメージを示す要素≫
	
	≪フォントの装飾を示す下記要素≫
	font-weight, text-decoration

-------------------------------------------------------------------*/
/* -----------------layout_base	----------------- */

body {
	color: #555;
}

div#header {
}

div#main_content a {}

div#footer {
}

/* font_base */

a {
	color: #5ba5be;
	text-decoration: none;
}

a:hover {
	background-color: #000;
	color: #fff;
}

div#container a:hover img {
	background-color: transparent;
}

/* ----------------- div#header ----------------- */ 

div#header div#header_title h1 {
	font-weight: bold;
}

div#header div#header_title h1 a {
}

div#header div#header_title h2 {
	font-size: 70%;
	*font-size: 55%; /* WinIE4～IE6*/
}

/* div#header_tool */

div#header div#header_tool {}

div#header div#header_tool ul {}

div#header div#header_tool ul li {
	background-image: url(image/arrow_directory.gif);
	background-position: 0 0.55em;
	background-repeat: no-repeat;
}

div#header div#header_tool ul li a {
}

div#header div#header_tool ul li a:hover {}

div#blog_container {}


div#blog_container div#blog_container_top {}

div#blog_container div#blog_container_bottom {}

/* ---------------- div#footer ---------------- */

div#copyright {}

/* ----------------- share_tool ----------------- */
/* div.page_navi */

div.page_navi {}

div.page_navi ul {
	list-style-type: none;
}

div.page_navi ul li {}

div.page_navi ul li a {}

div.page_navi ul li.ahead {
	padding: 0 5px 0 5px;
}

div.page_navi ul li.follow {
	padding: 0 5px 0 7px;
}

div.page_navi ul li.page {
	text-align: center;
	padding: 2px
}

div.page_navi ul li.page a {}

/* div.entry_navii */

div.entry_navi {}

div.entry_navi div.ahead_bar {
	background-image: url(image/common_ico_end.gif);
	background-position: 100% 5px;
	background-repeat: no-repeat;
}

div.entry_navi div.page_bar {
	background-image: url(image/common_ico_end.gif);
	background-position: 100% 5px;
	background-repeat: no-repeat;
}

div.entry_navi div.follow {}

/* div.more */

div.more a {}

/* div.foot */

div.foot {
	width: 100%;
}

div.foot ul {}

div.foot ul li {
	color: #b2b2b2;
}

div.foot ul li.bar {
	background-image: url(image/common_ico_end.gif);
	background-position: left;
	background-repeat: no-repeat;
}

div.foot a:link,div.foot a:visited,div.foot a:active {}

div.foot a:hover {}

/* div.func_s */

div.func_s {}

div.func_s_top {}

div.func_s_bottom {}

div.func_s h4 {
	color: #333;
	font-weight: bold;
}

/* div.func_bar */

div.func_bar {
}

div.func_bar h5 {
	font-weight: bold;
	color: #333;
	background-image: url(image/bg_entry_head.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* text_attention */

li.text_attention, div.text_attention, span.text_attention {
	color:#ff0000;
}

/* div.icon_list */

div.icon_list {}

div.icon_list ul {}

div.icon_list ul li {
	background-image: url(image/arrow_directory.gif);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
}

div.icon_list ul li.review {
	background-image: url(image/arrow_review.gif);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
}

div.icon_list ul li span{}

div.func_s div.icon_list ul li.review a {
	color: #7dbc31;
}

div.func_s div.icon_list ul li.review a:hover {
	color: #fff;
}

div.icon_list ul li a:hover {}

div#folder div.icon_list ul li span,
 div#monthly_archive div.icon_list ul li span {
	font-weight: bold;
}

/* span.mark_attention */

span.mark_attention {
	color:#ff0000;
	font-weight: normal;
}

/* to_top */

div.to_top {}

div.to_top ul {}

div.to_top ul li {
	background-image: url(image/arrow_top.gif);
	background-position: 0 0.8em;
	background-repeat: no-repeat
}

div.to_top ul li a {}

/* -------- div#left_content以下のコンテンツ -------- */

/* ----------------- div#profile ----------------- */

div#profile {}

div#profile dl {}

div#profile dl dd.profile_img {}

div#profile dl dd.profile_img div{
	background-color: #ffffff;
	border: #ccc solid 1px;
}

div#profile dl dt.name {}

div#profile dl dd.intro {}

div#profile dl dd a {}

/* ----------------- new_entry ----------------- */

div#new_entry {}

div#new_entry ul li a {}

div#new_entry ul li.review a {}

div#new_entry ul li.review a:hover {}

/* ----------------- div#folder ----------------- */

div#folder {}

/* ----------------- monthly_archive ----------------- */

div#monthly_archive {
	
}

div#monthly_archive div.monthly_archive_head {
	font-weight: bold;
}

div#monthly_archive div.monthly_archive_head a {}

/* ---------------- div#use_tag --------------- */

div#use_tag {}

div#taglist {}

div#taglist ul{}

div#taglist ul li{}

div#taglist ul li a {}

div#taglist ul li a:hover {}

/* ----------------- html_area ----------------- */
div#html_area {}

/* ----------------- new_comment ----------------- */
div#new_comment {}

/* ----------------- new_trackback ----------------- */
div#new_trackback {}

/* ----------------- new_bookmark ----------------- */
div#new_bookmark {}

/* ----------------- rss_area ----------------- */
div#rss_area {}

div#rss_area ul li {}

/* ----------------- calendarhead ----------------- */

div#calendar {}

div.calendarhead {
	font-weight: bold;
}

div.calendarhead a {}

div.calendarhead a:link {}

div.calendarhead a:visited {}

div.calendarhead a:active {}

div.calendarhead a:hover {}

div.caltop {}

div.calbody {}

div.calendartable {}

table.caltbl {}

div.calbottom {}

table.caltblwkbg {}

td.calendarwd {
	border-top: #efefef solid 1px;
	border-bottom: #efefef solid 1px;
}

td.caltblwk {}

table.caltblwk td {
	font-weight:bold;
}

td.calendarweek {}

td.weekday {}
td.sun {}
td.sat {}

a.acalendar {}

td.caltbldaybg {	
	background:transparent;
}
table.caltblday {}

table.caltblday td {}

div.calendar {}

div.calendard {}

td.calon {
	font-weight: bold;
}

td.caloff {}

td.caltoday {
	color: #ffffff;
	background-color: #4ba4c2;
	font-weight: bold;
}

td.caltoday a {
	color: #ffffff;
	text-decoration: underline;
}

div#container td.caltoday a:hover {
	background-color: #000;
}

div.caltblday a {
	text-decoration:underline;
	color:#ffffff;
}

div.caltblday a:link {
	text-decoration:none;
}

div.caltblday a:visited {
	text-decoration:none;
}

div.caltblday a:active {
	text-decoration:none;
}

div.caltblday a:hover {
	text-decoration:none;
}

/* -------- div#main_contents以下のコンテンツ -------- */
/* ---------------- div.entry ---------------- */

div.entry {
	background-image: url(image/bg_entry.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.entry h3 {
	font-weight: bold;
}

div.entry h3 a, div.entry_name a {}

div#container div.entry div.entry_head a:hover {}

div.entry_top {}

div.entry_head {}

div.entry_title {}

div.entry_title_top {}

div.entry_title_bottom {}

div.entry_date {}

div.entry_contents_top {}

/* ---------------- div.review ---------------- */

div.review {}

div.review h3 {}

div.review h3 a, div.review a {}

div.review div.entry_top {}

div.review div.entry_head {}

div.review div.entry_title {}

div.review div.entry_title_top {}

div.review div.entry_title_bottom {}

div.review div.entry_date {}

div.review div.entry_contents {}

div.review_box {
	background-image: url(image/bg_entry_head.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

div.review_box table {
	background-color: #f6f6f6;
	border: #d8d8d8 solid 1px;
}

div.review_box img {
	border: #ccc solid 1px;
}

div.review_box ul {}

div.review_box ul li {}

div.review_box table td ul.review_details li {}

div.review_box table td ul.review_details li a {}

div.review_box th {}

/* dl.entry_tag */

dl.entry_tag {}

dl.entry_tag dt {}

dl.entry_tag dd {}

dl.entry_tag dd a {}

dl.entry_tag dd a:hover {}

/* ul.tools */

div.entry ul.tools {}

div.entry ul.tools li {}

/* ---------------- comment&trackback ---------------- */

#comment,
#trackback {}

#comment ul.last,
#trackback ul.last {
	background-color: #fff;
}

#comment ul.last li {}

#trackback ul.last li {}

#comment ul.last li.commentname,
#trackback ul.last li.trackbackname {
	font-weight: normal;
}

#trackback ul.last li.trackbackblog {}

#comment ul.last li.commentname a,
#trackback ul.last li.trackbackname a,
#comment ul.last li.commentno,
#trackback ul.last li.trackbackno {}

#comment ul.last li.commentno,
#trackback ul.last li.trackbackno {
	color: #333;
	font-weight: bold;
}

#trackback ul.last li.trackbackname,
#trackback ul.last li.trackbackno {}

#comment ul.last li.commentday {}

.commenttext,
.trackbacktext {
	background-image: url(image/bg_entry_date.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

/* comment > formbody */

#formbody {
	background-color: #fff;
}

#formbody table {
}

#formbody input#name_area,
#formbody input#mail_area,
#formbody input#authentication,
#formbody input#url_area,
#formbody input#commenttext_area {
	border: 1px solid #bbbbbb;
	background-color: #fff;
}

#formbody input#name_area,
#formbody input#mail_area,
#formbody input#url_area {}

#formbody input#authentication {}

#formbody input#contribute_btn {
	color: #333333;
	font-weight: bold;
}

.form textarea {
	border: 1px solid #bbbbbb;
	background-color: #fff;
}

.form th {
	color: #333333;
	font-weight: bold;
}

.form td {}

/* comment > comment_attention */

div#comment_attention ul {
	background-color: #fff;
}

div#comment_attention ul li {}

div#comment div#comment_attention ul li ol#decimal {}

div#comment div#comment_attention ul li ol#decimal li {}

/* ---------------- div#trackback ---------------- */

div#trackback ul.trackback_url {
	font-weight: bold;
}

div#trackback ul.trackback_url li.ttl {
	border-top: #ccc solid 1px;
	border-left: #ccc solid 1px;
	border-right: #ccc solid 1px;
}

div#trackback ul.trackback_url li.url {
	border-bottom: #ccc solid 1px;
	border-left: #ccc solid 1px;
	border-right: #ccc solid 1px;
}
/*-------------------------------------------------------------------

	css修正可能[ここまで]

-------------------------------------------------------------------*/
