@charset "utf-8";
/* CSS Document */
/* 0013_2col_rs */
/*
***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: osaka,"MS Pゴシック",arial,helvetica,sans-serif;
	color: #333;
	background-color: #fcf7dd;
}

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: 760px;
	margin:0 auto;
	background-color: #fff;
	border-left: #ffddcb solid 5px;
	border-right: #ffddcb solid 5px;
}

div#header {
	background-image: url(image/bg_header.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 300px;
	overflow: hidden;
}

div#wrapper {
	padding-bottom: 20px;
}

div#content {
	margin: 0 10px 20px;
}

div#right_content {
	width: 190px;
	float: right;
}

div#main_content {
	width:530px;
	margin: 0;
	float: left;
}

div#main_content a {
}

div#footer {
	padding-top: 20px;
	border-top: #ffddcb solid 5px;
	margin: 0 auto;
}

/* font_base */

a {
	color: #a61155;
	text-decoration: underline;
}

div#container a:hover {
	color: #df5394;
}

div#container a:hover img {
	background-color: transparent;
}

/* 	-----------------common_tool	----------------- *//* css修正禁止 */

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: 580px;
}

div#header div#header_title h1 {
	font-size: 120%;
	padding: 40px 0px 0px 20px;
	font-weight: bold;
}

div#header div#header_title h1 a {
}

div#header div#header_title h1 a:hover {
	background-color: transparent;
}

div#header div#header_title h2 {
	margin: 10px 0 0 20px;
	line-height: 140%;
	font-size:  80%;
}

/* div#header_tool */

div#header div#header_tool {
	float: right;
	font-size: 80%;
	padding: 40px 0 5px 0;
	width: 160px;
}

div#header div#header_tool ul {
}

div#header div#header_tool ul li {
	background-image: url(image/ico_arrow_other.gif);
	background-position: 0 0.35em;
	background-repeat: no-repeat;
	padding: 2px 0 3px 10px;
	text-align: left;
}

div#header div#header_tool ul li a {
	font-weight: bold;
}

div#header div#header_tool ul li a:hover {
	background-color: transparent;
}

div#blog_container {
	padding-top: 10px;
	padding-bottom: 10px;
}


div#blog_container div#blog_container_top {
}

div#blog_container div#blog_container_bottom {
}

/* ---------------- div#footer ---------------- */

div#copyright {
	font-size: 70%;
	text-align: center;
	padding-bottom: 10px;
}

/* ----------------- share_tool ----------------- */
/* div.page_navi */

div.page_navi {
	margin: 10px auto;
	font-size: 80%;
}

div.page_navi ul {
	list-style-type: none;
	text-align: center;
}

div.page_navi ul li {
	display: inline;
	font-weight: bold;
}

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 {
	margin: 10px auto;
	font-size: 80%;
	font-weight: bold;
	width: 530px;
}

div.entry_navi div.ahead_bar {
	background-image: url(image/common_ico_end.gif);
	background-position: 100% 5px;
	background-repeat: no-repeat;
	padding: 0 5px 0 5px;
	width: 230px;
	float: left;
	text-align: right;
}

div.entry_navi div.page_bar {
	background-image: url(image/common_ico_end.gif);
	background-position: 100% 5px;
	background-repeat: no-repeat;
	text-align: center;
	padding: 2px;
	width: 40px;
	float: left;
}

div.entry_navi div.follow {
	padding: 0 5px 0 7px;
	width: 230px;
	float: left;
}

/* div.more */

div.more a {
	float: right;
	font-size: 70%;
	font-weight: bold;
	margin-right: 10px;
}

/* div.foot */

div.foot {
	clear: both;
	font-size: 70%;
	float: right;
	padding: 10px 5px 0;
}

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 {
	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 {
	text-decoration: underline;
}

div.foot a:hover {
}

/* div.func_s */

div.func_s {
	margin: 0 0 25px 0;
}

div.func_s_top {
	background-image: url(image/bg_func_top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 16px 0 0 0;
}

div.func_s_bottom {
}

div.func_s h4 {
	font-size: 80%;
	color: #560607;
	font-weight: bold;
	padding-left: 40px;
}


/* div.func_bar */

div.func_bar {
}

div.func_bar h5 {
	text-align: left;
	font-size: 80%;
	font-weight: bold;
	padding: 5px 10px 7px;
	margin: 0 0 10px;
	border-left: 5px solid #a11156;
	border-right: 1px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	background-color: #eeeeee;
}

/* text_attention */

li.text_attention, div.text_attention, span.text_attention {
	color:#ff0000;
	white-space: nowrap;
}

/* div.icon_list */

div.icon_list {
	padding: 5px 5px 0 5px;
}

div.icon_list ul {
}

div.icon_list ul li {
	background-image: url(image/ico_funclist.gif);
	background-repeat: no-repeat;
	background-position: 0 0.25em;
	padding: 0 0 0 10px;
	margin-top: 2px;
}

div.icon_list ul li span{
	font-size: 70%;
	padding-left: 4px;
}

div.icon_list ul li a {
	font-size: 80%;
}

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-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;
	background-image: url(image/ico_top.gif);
	background-position: 0 0.35em;
	background-repeat: no-repeat;
	padding: 0 0 0 13px;
}

/* -------- div#left_content以下のコンテンツ -------- */

/* ----------------- div#profile ----------------- */

div#profile {
}

div#profile dl {
	font-size: 80%;
	text-align: center;
	margin: 10px 5px 0 5px;
}

div#profile dl dd.profile_img {
	width: 180px;
	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 dd.intro {
	text-align: left;
	line-height: 140%;
	width: 180px;
}

div#profile dl dd a {
}

/* ----------------- new_entry ----------------- */

div#new_entry {
}

div#new_entry ul li a {
}

div#new_entry ul li.review a {
	color: #f95ee0;
}

div#new_entry ul li.review a:hover {
	color: #ff9ff2;
}

/* ----------------- 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: 10px;

}

div#monthly_archive div.monthly_archive_head a {
}

/* ---------------- div#use_tag --------------- */

div#use_tag {
}

div#taglist {
}

div#taglist ul{
	margin: 5px 10px;
	width: 170px;
	word-wrap: break-word;
	overflow: hidden;
}

div#taglist ul li{
	font-size: 70%;
	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 {
	margin-bottom: 10px;
	width: 190px;
	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%;
	font-weight: bold;
	text-align: center;
	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;
}

div.calendartable {
}

table.caltbl {
	width:180px;
	margin:0 5px;
}

div.calbottom {
}
table.caltblwkbg {
}

td.calendarwd {
	margin:0;
}

td.caltblwk {
}

table.caltblwk {
	border-bottom: #FFCBAF dotted 1px;
}

table.caltblwk td {
	padding:3px 0;
	font-size: 80%;
	font-weight:bold;
	text-align:center;
	color: #FFCBAF;
}

td.calendarweek {
}

td.weekday {
}
td.sun {
}
td.sat {
}

a.acalendar {
}

td.caltbldaybg {	
	background:transparent;
	font-family: Arial, Helvetica, sans-serif;
	width:180px;
}
table.caltblday {
	width:180px;
}

table.caltblday td {
	padding: 4px 2px;
	text-align:center;
	font-size: 80%;
}

div.calendar {
}

div.calendard {
}

td.calon {
	font-weight: bold;
}

td.caloff {
}

td.caltoday {
	background-color: #fdfae9;
	font-weight: bold;
	border: #ffcbaf dotted 1px;
}

td.caltoday a {
}

div#container td.caltoday a:hover {
}

table.caltblday a {
}

table.caltblday a:link {
}

table.caltblday a:visited {
}

table.caltblday a:active {
}

table.caltblday a:hover {
}


/* -------- div#main_contents以下のコンテンツ -------- */
/* ---------------- div.entry ---------------- */

div.entry {
	margin: 5px 0 20px 0;
	border-bottom: #f6dbcc solid 2px;
}

div.entry h3 {
	font-weight: bold;
	font-size: 90%;
}

div.entry_head a {
	color: #560607;
}

div#container div.entry div.entry_head a:hover {
	color: #9F3136;
}

div.entry_top {
}

div.entry_head {
	background-image: url(image/bg_entry_head.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 19px 10px 15px;
}

div.entry_title {
}

div.entry_title_top {
}

div.entry_title_bottom {
}

div.entry_date {
	clear: both;
	font-size: 70%;
	color: #560607;
	font-weight: bold;
	text-align: right;
	padding: 5px 10px;
}

div.entry_contents {
	padding: 0 10px 10px;
	width: 510px;
}

div.entry_contents_top {
}

div.entry_bottom {
	height: 2px;
	line-height: 1;
	font-size: 0;
	padding: 3px 0 10px;
}

/* 文字サイズ・カラー指定(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.review ---------------- */

div.review {
	margin: 5px 0 15px 0;
	border-bottom: #f8eaa4 solid 2px;
}

div.review h3 {
	font-weight: bold;
	font-size: 90%;
}

div.review h3 a, div.review a {
}

div.review div.entry_top {
}

div.review div.entry_head {
	background-image: url(image/bg_review_head.gif);
}

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 {
	clear: both;
	font-size: 80%;
	margin: 0;
}

div.review_box table {
	margin: 2px 0 5px;
	border-top: #f8eaa4 solid 2px;
	border-bottom: #f8eaa4 solid 2px;
	background-color: #fcf7dd;
}

div.review_box img {
	margin-top: 3px;
	border: #ccc solid 1px;
	padding: 1px;
}

div.review_box ul {
}

div.review_box ul li {
	margin: 0 3px;
}

div.review_box table td ul.review_details li { /* mac-safari折り返し */
	line-height: 150%;
	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 10px 0;
	font-size: 70%;
}

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 {
}


/* ul.tools */

div.entry ul.tools {
	font-size: 88%;
	font-weight: bold;
	float: right;
	height: 100%;
}

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 {
	margin: 0 10px 0 0;
	list-style-type: none;
	text-align: left;
	font-size: 70%;
}

#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 {
	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 {
	font-weight: bold;
}

#comment ul.last li.commentno,
#trackback ul.last li.trackbackno {
	color: #a11156;
}


#trackback ul.last li.trackbackname,
#trackback ul.last li.trackbackno {
	display: inline;
}

#comment ul.last li.commentday {
}

.commenttext,
.trackbacktext {
	font-size: 80%;
	text-align: left;
	padding-bottom: 5px;
	margin: 5px 0;
	border-bottom: solid 1px #d3d3d3;
}

/* comment > formbody */

#formbody {
	text-align: left;
}

#formbody table {
	margin: 10px;
	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: #848484;
	border-width: 1px;
	border-style: solid;
	background-color: #ededed;
}

#formbody input#name_area,
#formbody input#mail_area,
#formbody input#url_area {
	width: 400px;
}

#formbody input#authentication {
	margin-top: 3px;
}

#formbody input#contribute_btn {
	color: #333333;
	font-weight: bold;
}

.form textarea {
	width: 400px;
	border-color: #848484;
	border-width: 1px;
	border-style: solid;
	background-color: #ededed;
	font-size: 100%;
}

.form th {
	color: #333333;
	font-weight: bold;
	padding: 2px;
	width: 150px;
}

.form td {
	padding:2px;
}

/* comment > comment_attention */

div#comment_attention ul {
	font-size: 60%;
	margin: 0 10px 0 10px;
}

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 {
	margin: 0 10px 20px 20px;
	font-size: 80%;
	font-weight: bold;
	background-color: #ffeadf;
	padding: 10px;
}

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.entry_head:after,
div.review_box:after,
div.more:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

div.review_box,
div.more,
div.entry_head {
	_height: 1px;
	min-height: 1px;
	/* Only Mac IE \*/
}

