@charset "utf-8";
@import url("../common.css");
/* CSS Document */
/* 0067_2col_ls */
/*
***Contents*********************************/
/* -----------------property resset		-- *//* css修正禁止 */
/* -----------------layout_base			-- */
/* div#header_tool */
/* font_base */
/* 	-----------------common_tool		-- *//* css修正禁止 */

/* ----------------- div#header			-- */
/* div#header_tool */

/* ---------------- div#footer			-- */

/* ----------------- share_tool			-- */
/* div.page_navi */
/* div.entry_navi */
/* 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			-- */
/* ----------------- new_comment		-- */
/* ----------------- new_trackback		-- */
/* ----------------- new_bookmark		-- */
/* ----------------- rss_area			-- */
/* ----------------- calendarhead		-- */

/* -------- div#main_contents以下のコンテンツ -------- */
/* ---------------- div.entry			-- */
/* 文字サイズ・カラー指定(css変更不可) */
/* 画像挿入部分css変更不可　*/
/* ---------------- div.review			-- */
/* ---------------- rate_review			-- */
/* ---------------- comment&trackback	-- */
/* comment > formbody */
/* comment > comment_attention */
/* ---------------- div#trackback		-- */
/* ---------------- Clearfix ---------------- */

/**********************************************
*/

/* property resset *//* css修正禁止 */

* {
	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:sans-serif;
	font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック';
	color:#333;
}

div#global_header {
}

div#out_container {	
	width: 100%;
	text-align: center;
	background:#fff url(image/bg.jpg) center top repeat-x;
}

div#container {
	width: 100%;
	text-align: left;
	clear: both;
}

div#header {
	width: 850px;
	margin: 0 auto;
	height: 290px;
	background: url(image/h1.jpg) center bottom no-repeat;
	position: relative;
}

div#blog_container {
	width: 850px;
	margin: 0 auto;
	background:#fff url(image/bg_container.gif) repeat-y;
}

div#blog_container div#blog_container_top {
}

div#wrapper {
}

div#content {
	width: 810px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: left;
}

div#left_content {
	float: left;
	width:300px;
}


div#blog_container div#blog_container_bottom {
}

div#main_content {
	width: 485px;
	float: left;
	margin: 0 0 0 20px;
}

div#footer {
	width: 100%;
	margin: 0 auto;
	padding:0;
	padding-top:10px;
	background:url(image/bg_footer.jpg) no-repeat center top;
}

/* font_base */
a {
	text-decoration: none;
	color:#FF561B;
}

a:hover {
	text-decoration: underline;
	color:#751E00;
}

div#container a:hover img {
	background-color: transparent;
}

div#left_content a {
	text-decoration: none;;
}

div#left_content a:hover {
	text-decoration: underline;
}

/* 	-----------------common_tool	----------------- *//* css修正禁止 */

br.clear {
	clear: both;
	font-size: 0.0001px;
}

/* ----------------- div#header ----------------- */ 

div#header div#header_title {

}

div#header div#header_title h1 {
	
}

div#header div#header_title h1 a {
	display:block;
	width:850px;
	height:290px;
	position:absolute;
	left:0px;
	top:0px;
	text-indent:-9999px;
	overflow:hidden;
	text-decoration: none;
}


div#header div#header_title h2 {
	display:none;
}

/* div#header_tool */

div#header div#header_tool {
	display:none;
	width: 766px;
	margin: 0 auto;
}

div#header div#header_tool ul {
}

div#header div#header_tool ul li {
	padding: 2px 0 0 20px;
	margin: 0 0 0 10px;
	font-size: 80%;
	display: inline;
	float: right;
	background: url(image/icon_header_tool.gif) left center no-repeat;
	min-height: 17px;
	height: auto !important;
	_height: 17px;
}


div#header div#header_tool ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #b20606;
	vertical-align: middle;
}

div#header div#header_tool ul li a:hover {
	color: #f24646;
}

/* ---------------- div#footer ---------------- */

div#copyright {
	color: #333;
	font-size: 70%;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 17px;
	}

/* ----------------- share_tool ----------------- */
/* div.page_navi */

div.page_navi {
	margin: 0px;
	margin-bottom:10px;
	font-size: 80%;
	font-weight:bold;
}

div.page_navi ul {
	list-style-type: none;
	text-align: center;
}

div.page_navi ul li {
	display: inline;
}

div.page_navi ul li a {
	text-decoration: underline;
}

div.page_navi ul li a:hover {
	text-decoration: none;
}

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 {
	margin: 0px auto 10px;
	font-size: 80%;
	font-weight:bold;
}

div.entry_navi a {
	text-decoration: underline;
}

div.entry_navi a:hover {
	text-decoration: none;
}

div.entry_navi div.ahead_bar {
	background: url(image/common_ico_end.gif) 100% 5px no-repeat;
	padding: 0 5px 0 5px;
	width: 200px;
	float: left;
	text-align: right;
}

div.entry_navi div.page_bar {
	background: url(image/common_ico_end.gif) 100% 5px no-repeat;
	background-position: 100% 5px;
	background-repeat: no-repeat;
	text-align: center;
	padding: 0 2px;
	width: 40px;
	float: left;
}

div.entry_navi div.follow {
	padding: 0 5px 0 7px;
	width: 200px;
	float: left;
}

/* div.more */

div.more a {
	float: right;
	font-weight: bold;
	padding: 5px 0px;
}


/* div.func_s */

div.func_s {
	margin: 0 0 15px;
	padding: 0 0 10px;
	background: url(image/bg_wgttitle_l_1.gif) left top no-repeat;
}

div.func_s_top {
	
}

div.func_s_bottom {
}

div.func_s h4 {

	font-weight: bold;
	font-size: 70%;
	* font-size: 65%;
	padding: 10px 15px;
}


/* div.func_bar */

div.func_bar {
}

div.func_bar h5 {
/*	background: url(image/bg_func_bar.gif) left bottom repeat-x;*/
	font-weight: bold;
	font-size: 90%;
	padding: 0 0 7px 9px;
	margin-bottom: 2px;
	color: #402c03;
}


/* text_attention */

li.text_attention, div.text_attention, span.text_attention {
	color: #ff0000;
	white-space: nowrap;
}

/* div.icon_list */

div.icon_list {
	padding: 7px 0 0;
}

div.icon_list ul {
	margin: 0px;
}

div.icon_list ul li {
	background: url(image/listmark_1.gif) no-repeat 0 2px;
	padding: 0;
	margin:0 0 5px 0;
	text-indent:15px;
	word-wrap: break-word;
}

div.icon_list ul li span {
	color: #0a5412;
	font-size: 70%;
	padding-left: 4px;
}

div.icon_list ul li a {
	font-size: 80%;
	text-decoration: underline;
}

div.icon_list ul li a:hover {
	
}

div#folder div.icon_list ul li span{
	color: #0a5412;
	font-weight: bold;
}

div#monthly_archive div.icon_list ul li span {
	color: #0a5412;
}

/* span.mark_attention */

span.mark_attention {
	color: #f00;
	font-size: 70%;
	vertical-align: top;
	font-weight: normal;
}

/* to_top */

div.to_top {
	margin: 10px 10px 20px;
	font-size: 80%;
}

div.to_top ul {
	text-align: right;
}

div.to_top ul li {
	display: inline;
}

div.to_top ul li a {
	 text-decoration: underline;
}

div.to_top ul li a:hover {
	 text-decoration: none;
}

/* -------- div#left_content以下のコンテンツ -------- */

/* ----------------- div#profile ----------------- */

div#profile {
}

div#profile dl {
	font-size: 80%;
	text-align: center;
	margin: 15px 15px 0 20px;
}

div#profile dl dd.profile_img {
	text-align: center;
	padding-bottom: 3px;
}

div#profile dl dd.profile_img div{ /* css修正禁止 */
	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 dt.name a {
	text-decoration: underline;
}

div#profile dl dt.name a:hover {
	text-decoration: none;
}

div#profile dl dd.intro {
	text-align: left;
	line-height: 140%;
}

div#profile dl dd a {
}

/* ----------------- new_entry ----------------- */

div#new_entry {
}

div#new_entry ul li.review {
}

div#new_entry ul li.review span {
	color: #00357c;
}

div#new_entry ul li.review a {
	color: #00357c;
	text-decoration: none;
}

div#new_entry ul li.review a:hover {
	color: #4075bc;
	text-decoration: underline;
}

/* ----------------- new_comment ----------------- */
div#new_comment {
}

/* ----------------- new_trackback ----------------- */
div#new_trackback {
}

/* ----------------- div#folder ----------------- */

div#folder {
}

/* ----------------- monthly_archive ----------------- */

div#monthly_archive {
	
}

div#monthly_archive div.monthly_archive_head {
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;

}

/* ---------------- div#use_tag --------------- */

div#use_tag {
}

div#taglist {
	margin: 7px 10px 0;
}

div#taglist ul{
	word-wrap: break-word;
	overflow: hidden;
}

div#taglist ul li{
	font-size: 70%;
	display: inline;
	line-height: 200%;
}

div#taglist ul li a {
	text-decoration: none;
}

div#taglist ul li a:hover {	
	text-decoration: underline;
}

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 {
	word-wrap: break-word;
	overflow: hidden;
}

/* ----------------- 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%;
	font-weight: bold;
	padding: 0px;
	text-align: center;
	margin: 0px;
	line-height: 30px;
}

div#right_content div.calendarhead a {
}

div#left_content div.calendarhead a {
}

div.calendarhead a {
	text-decoration: underline;
}

div#left_content div.calendarhead a:hover {
	text-decoration: none;
}

div.calendarhead a:link {
}

div.calendarhead a:visited {
}

div.calendarhead a:active {
}

div#right_content div.calendarhead a:hover {
}

div.caltop {
}

div.calbody {
	text-align: center;
}

div.calendartable {
}

table.caltbl {
	width:250px;
	margin: 0 auto;
}

div#right_content table.caltbl a {
}

div#right_content table.caltbl a:hover {
}

div.calbottom {
}
table.caltblwkbg {
}

td.calendarwd {
	margin:0;
}

td.caltblwk {
}

table.caltblwk {
}

table.caltblwk td {
	padding:3px 0;
	font-size: 80%;
	font-weight:bold;
	text-align:center;
}

td.calendarweek {
}

td.weekday {
}
td.sun {
}
td.sat {
}

div#container a.acalendar {
	text-decoration: underline;
}

div#container a.acalendar:hover {
	color: #777;
	text-decoration: none;
}

td.caltbldaybg {	
	background:transparent;
	font-family: Arial, Helvetica, sans-serif;
	width:250px;
}

table.caltblday {
	width:250px;
}

table.caltblday td {
	width:20px;
	padding:2px 0;
	text-align:center;
	font-size: 80%;
}

div.calendar {
}

div.calendard {
}

td.calon {
}

td.caloff {
}

td.caltoday a {
	color:#F17595;
	font-weight: bold;
}

div#left_content td.caltoday a {
	color:#F17595;
	text-decoration: underline;
}

div#container td.caltoday a:hover {
	color:#F17595;
	text-decoration: none;
}

td.caltoday {
	color: #666;
	background-color: #eee;
	font-weight: bold;
}


/* -------- div#main_contents以下のコンテンツ -------- */
/* ---------------- div.entry ---------------- */

div.entry {
	padding: 0;
	margin: 0 0 30px;
	background:#fff url(image/bg_article_1.gif) left top repeat-y;
}

div#container div.entry_head a:hover {
}

div.entry_top {
}

div.entry_head {
	padding: 15px 0;
	background: url(image/bg_articlehead_1.jpg) left top no-repeat;
}

div.entry_title {


}

div.entry_title_top {
}

div.entry_title_bottom {

}

div.entry h3 {
	font-weight: bold;
	font-size: 85%;
	color:#ba9425;
	padding: 0 20px 15px;
}

div.entry h3 a {
	color:#ba9425;
	text-decoration: none;
	display: block;
}

div.entry h3 a:hover {
	color:#ba9425; !important;
}

div.entry_date {
	clear: both;
	font-size: 70%;
	color:#666;
	padding: 0 20px;
	font-weight: bold;
	background: url(image/line.gif) center bottom repeat-x;
}

div.entry_contents {
	padding: 15px 20px;
}

div.entry_contents p{
	line-height:170%;
	background: transparent !important;
}

div.entry_contents a {

}

div.entry_contents a:hover {

}

div.entry_bottom {
	display:block;
}


/* 文字サイズ・カラー指定(css変更不可) */

div.entry_contents {
	font-size: 80%;
	line-height: 140%;
}

div#html_area {
	line-height: 140%;
	font-size: 80%;
}

/* 画像挿入部分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.foot */

div.foot {
	clear: both;
	font-size: 70%;
	padding: 0 20px 100px;
	background: url(image/bg_articlefoot_1.jpg) left bottom no-repeat;
}

div.foot ul {
	float:right ;
}

div.foot ul li {
	display : inline;
	padding: 0 2px 0 4px;
	line-height: 1.3;
}

div.foot ul li.bar {
}

div.foot a:link,div.foot a:visited,div.foot a:active {
	text-decoration: none;
}

div.foot a:hover {
	text-decoration: underline;
}

/* ---------------- div.review ---------------- */

div.review {
}

div.review a {
}

div.review a:hover {
}

div.review h3 {
}

div.review h3 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_name {
}

div.review div.entry_date {
}

div.review div.entry_contents {
}

div.review_box {
	font-size: 80%;
	position: relative;
	background: #e9e5db;
}

div#container div.review_box a {
}

div#container div.review_box a:hover {
}

div.review_box table {
	width: 100%;
/*	position: relative;
	left: 10px;
	top: 10px;*/
	margin-bottom: 5px;
}

div.review_box img {
}

div.review_box ul.tools {
/*	width: 540px;
	position: relative;
	right: 10px;
	top: 0px;*/
	margin-bottom: 10px;
}

div.review_box ul.tools li {
/*	width: 540px;*/
	padding: 0 5px 10px 0;
}

div.review_box ul.tools li a {
	float: right;
}

div.review_box table td ul.review_details li { /* mac-safari折り返し */
	line-height: 150%;
/*	width: 360px;*/
	word-wrap: break-word;
}

div.review_box table td ul.review_details li a {
	font-weight: bold;
}

div.review_box th {
}

/* dl.entry_tag */

dl.entry_tag {
	padding: 10px 0px;
}

dl.entry_tag dt {
	display: inline;
	font-weight: bold;
}

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 {
	text-decoration: none;
}

dl.entry_tag dd a:hover {
	text-decoration: underline;
}

/* ul.tools */

div.entry ul.tools {
	clear: both;
	font-size: 88%;
	font-weight: bold;
	float: right;
	padding: 0 10px 0 0;
	*padding: 0 5px 0 0;
}

div.entry div.review_box ul.tools li {
	float: left;
	margin: 0;
	line-height: 1.2em;
}

/* blockquote */

div.entry blockquote {
    border-left: 5px solid #ececec;
    margin:2 0px;
    padding: 10px 0pt 10px 10px;
}

/* ---------------- comment&trackback ---------------- */

#comment {
	margin: 35px 0 0 0;
	color: #555;
}

#trackback {
	border-bottom: 1px solid #907849;
}

#comment ul ,
#trackback ul {
	list-style-type: none;
	text-align: left;
	font-size: 70%;
}

#comment ul {
	padding: 10px 25px 0;
	border-left: 1px solid #907849;
	border-right: 1px solid #907849;
	border-top: 1px solid #907849;
}

#trackback ul {
	padding: 0 25px 0;
	border-left: 1px solid #907849;
	border-right: 1px solid #907849;
}

#comment ul.last li {
	display: inline;
	padding: 0;
	line-height: 130%;
}

#trackback ul.last li {
	padding: 0;
	line-height: 130%;
}

#comment ul.last li.commentname,
#trackback ul.last li.trackbackname {
	font-weight: normal;
	color: #b20606;
	font-weight: bold;
}

#comment ul.last li.commentname a,
#trackback ul.last li.trackbackname a,
#comment ul.last li.commentno,
#trackback ul.last li.trackbackno {
	font-weight: bold;
}


#comment ul.last li.commentname,
#trackback ul.last li.trackbackname,
#trackback ul.last li.trackbackno,
#trackback ul.last li.trackbackblog,
#trackback ul.last li.trackbackday {
	display: inline;
	margin-right: 5px;
}

#trackback ul.last li.trackbackname {
	padding-right: 20px;
}

#trackback ul.last li.trackbackblog {
	padding-right: 8px;
	border-right: 1px solid #333;
}

#trackback ul.last li.trackbackname a:hover {
	color: #4075bc;
}

#comment ul.last li.commentday {
}

.commenttext {
	font-size: 80%;
	text-align: left;
	padding: 7px 25px 10px;
	border-left: 1px solid #907849;
	border-right: 1px solid #907849;
	border-bottom: 1px solid #907849;
	margin: 0 0 5px;
}

.trackbacktext {
	font-size: 80%;
	text-align: left;
	padding: 5px 15px 15px 25px;
	border-left: 1px solid #907849;
	border-right: 1px solid #907849;
}

/* comment > formbody */

#formbody {
	text-align: left;
	margin-top: 20px;
	padding-bottom: 10px;
}

#formbody table {
	margin: 10px 20px 10px 20px;
	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 {
	border-color: #907849;
	border-width: 1px;
	border-style: solid;
	background-color: #f7f3ea;
}

#formbody input#name_area,
#formbody input#mail_area,
#formbody input#url_area {
	width: 300px;
}

#formbody input#authentication {
	margin-top: 3px;
}

#formbody input#contribute_btn {
	color: #333333;
}

.form textarea {
	width: 300px;
	border-color: #907849;
	border-width: 1px;
	border-style: solid;
	background-color: #f7f3ea;
	font-size: 100%;
}

.form th {
	padding: 2px;
	width: 80px;
}

.form td {
	padding:2px;
}

/* comment > comment_attention */

div#comment_attention {
}

div#comment_attention ul {
	font-size: 60%;
	margin: 0 0 15px;
	border: none;
}

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 20px;
}

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: 13px 16px 13px;
	font-size: 80%;
	font-weight: bold;
	color: #0a5412;
	border-left: 1px solid #907849;
	border-right: 1px solid #907849;
	border-top: 1px solid #907849;
}

div#trackback ul.trackback_url li.ttl {
	line-height:150%;
}

div#trackback ul.trackback_url li.url {
	line-height: 130%;
}

/* ---------------- Clearfix ---------------- */

div#global_header_in:after,
div.review_box:after,
div.more:after,
dl.entry_tag:after,
div#header_tool:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

div#global_header_in,
div.review_box,
div.more,
dl.entry_tag,
div#header_tool {
	_height: 1px;
	min-height: 1px;
	/* Only Mac IE \*/
}

