@charset "UTF-8";

/*
@import "reset.css";
@import "clearfix.css";
@import "base.css";
*/

/*------------------------------------------------------------------------------
ブラウザスタイル初期化設定
------------------------------------------------------------------------------*/
body {
	background-color: #FFFFFF;
	color: #333333;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
}
li {
	list-style: none;
}
caption,
th {
	text-align: left;
}
sup,
sub {
	line-height: -1px;
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}

/*------------------------------------------------------------------------------
クリア設定
------------------------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/*Hides from IE-mac \*/
*html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*End hide from IE-mac */

body {
	margin: 0px;
	padding: 0px;
	font-family: 'メイリオ', 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴシックW3', 'Osaka', sans-serif;
	line-height: 125%;
}
body.small {
	font-size: 12px;
}
/*
body.small h2 {
	font-size: 15px;
}
*/
body.small h3 {
	font-size: 12px;
}
body.medium {
	font-size: 14px;
}
/*
body.medium h2 {
	font-size: 18px;
}
*/
body.medium h3 {
	font-size: 14px;
}
body.large {
	font-size: 18px;
}
/*
body.large  h2 {
	font-size: 24px;
}
*/
body.large  h3 {
	font-size: 18px;
}

/* */
small {
	font-size: 80%;
}
input,
textarea {
	font-size: 100%;
}
a {
	text-decoration: none;
	color: #4477AA;
}
a:HOVER {
	text-decoration: underline;
	color: #114477;
}
a.newpage {
	background: url("/img/sym_link_newpaged.gif") no-repeat left 0.2em;
	padding-left: 20px;
	height: 125%;
	line-height: 125%;
}
a:HOVER.newpage {
	background: url("/img/sym_link_newpage.gif") no-repeat left 0.2em;
}
.red {
	color: #FF0000;
}
.blue {
	color: #0000FF;
}
.center {
	text-align: center;
}
.bottom10 {
	margin-bottom: 10px;
}
.left10 {
	margin-left: 10px;
}
.left20 {
	margin-left: 20px;
}
.right10 {
	margin-right: 10px;
}
.right20 {
	margin-right: 20px;
}
.float {
	float: left;
	padding-right: 5px;
}
.floatr {
	float: right;
	padding-left: 5px;
}
.clear {
	clear: both;
}
.frame5 {
	background-color: #E0E0E0;
	padding: 5px;
}
.floatr .frame5 {
	margin-left: 10px;
	margin-bottom: 10px;
}
.frame5 img {
	border: 1px solid #999999;
}
.cation {
	color: #FF0000;
}

/* header */
div#header_container {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
div#header {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;
}
div#header div#clogo {
	float: left;
	width: 540px;
}
div#header div#font_resize {
	float: left;
	padding-top: 8px;
}
div#header ul li {
	float: left;
}
div#header div.fontlabel {
	font-size: 11px;
	padding-top: 4px;
	padding-right: 4px;
}
div#header div.fontsize {
	width: 20px;
	height: 20px;
	margin: 2px 2px 2px 0px;
}
div#header div#search_form {
	float: left;
	padding-top: 10px;
	padding-left: 12px;
	font-size: 14px;
}
div#header div#search_form input#s {
	margin: 0px;
	padding-left: 2px;
	padding-top: 2px;
	vertical-align: top;
	width: 98px;
	height: 18px;
	font-size: 14px;
	border: none;
	background: url("/img/bg_inputs.gif") no-repeat 0px 0px;
}
div#header div#search_form input#searchsubmit {
	vertical-align: text-bottom;
}
*html div#header div#search_form input#s {
	height: 20px;
}
*html div#header div#search_form input#searchsubmit {
	margin-top: 1px;
}

/* menu */
div#menu_container {
	text-align: center;
	background: url("/img/bg_menubar.gif") repeat-x left top;
/*	border-bottom: 1px solid #CCCCCC;*/
}
div#menu {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 30px;
	text-align: left;
	padding-top: 1px;
	padding-bottom: 1px;
}
div#menu ul li {
	float: left;
	height: 30px;
}

/* content */
div#content_container {
	text-align: center;
}
div#content {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;
}
div#content div#pan {
	font-size: 12px;
	margin: 10px;
}
div#content div#pan a {
	color: #333333;
}
div#content div#lead {
	margin: 10px;
}
div#content div#main {
	margin-left: 10px;
}
h2.page_title {
	background: url("/img/bg_h2.gif") no-repeat left top;
	height: 40px;
	font-weight: normal;
	font-size: 15px;
	line-height: 40px;
/*
	padding-top: 11px;
*/
	padding-left: 10px;
	margin-bottom: 10px;
}
div#content_main h2.page_title {
	background: url("/img/bg_h2n.gif") no-repeat left top;
}
div#content_main h2 span#hatena-bookmark {
	height: 40px;
	vertical-align: middle;
	margin-right: 0px;
}
div#content_main h2 span#livedoor-clip {
	height: 40px;
	vertical-align: middle;
	margin-right: 4px;
}
div#content div.entry {
	margin-left: 10px;
	margin-right: 10px;
}
div#content_main div.entry {
	margin-right: 0px;
}
div.entry p {
	line-height: 150%;
	margin-bottom: 10px;
}
div.entry pre {
	border: 1px solid #E0E0E0;
	background-color: #F8F8F8;
	overflow: scroll;
	white-space: pre;
	padding: 4px;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.entry pre code {
	font-family: "Courier New";
}
*html div.entry pre {
	width: 560px;
}
*html div.entry ol li pre {
	width: 530px;
}
div#content div.entry h2 {
	margin-bottom: 0.25em;
}
div#content div.entry h3 {
	margin-bottom: 0.125em;
}
div#content div.p {
	line-height: 150%;
	margin-bottom: 10px;
}
div#content ul {
	margin-top: 0em;
	margin-bottom: 0.5em;
}
div#content ul.normal li {
	list-style-type: disc;
	margin-left: 20px;
}
div#content p#pagetop_link {
	text-align: right;
	height: 14px;
	margin-bottom: 10px;
}

div#content table.about_list {
	border-top: 1px solid #999999;
}
*html body.small div#content table.about_list {
	font-size: 12px;
}
*html body.medium div#content table.about_list {
	font-size: 14px;
}
*html body.large div#content table.about_list {
	font-size: 18px;
}
div#content table.about_list th {
	font-weight: normal;
	vertical-align: top;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 2px 10px 2px 10px;
	width: 8em;
	background-color: #C8D3EB;
}
div#content table.about_list th.auto {
	width: auto;
	background-color: #FFFFFF;
}
div#content table.about_list td {
	border-bottom: 1px solid #999999;
	padding: 2px 20px 2px 10px;
}
div#content table.about_list thead td {
	background-color: #C8D3EB;
	padding: 2px 10px 2px 10px;
}
div#content table.about_list tbody td {
	padding: 2px 10px 2px 10px;
}
div#content ol li {
	list-style-type: decimal;
	margin-left: 2em;
}
div#content table.about_list th ul {
	margin-bottom: 0px;
}

div#content ul.sitemap {
	margin-bottom: 0px;
}
div#content ul.sitemap li {
	margin-left: 20px;
}
div#content div.category-site ul li.page {
	background: url("/img/sym_page.gif") no-repeat left 0.2em;
	padding-left: 15px;
}
div#content div.category-site ul li.folder {
	background: url("/img/sym_folder.gif") no-repeat left 0.2em;
	padding-left: 15px;
}
div#content_main {
	width: 590px;
	float: left;
}
div#content_main div.p {
	margin-right: 0px;
}
div.goto_rss_list {
	float: right;
	width: 90px;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
div.goto_rss_list ul li {
	float: left;
}
div.goto_list {
	float: right;
	width: 60px;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
div#content_side {
	width: 200px;
	float: left;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
ul.itemlist {
	border-top: 1px dotted #CCCCCC;
}
ul.itemlist li {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0px 10px 30px;
	background-image: url("/img/sym_link.gif");
	background-repeat: no-repeat;
	background-position: 10px 0.75em;
	line-height: 125%;
}
ul.itemlist li h3 {
	font-weight: normal;
}
ul.itemlist li.hover_on {
	background-color: #FFFFFF;
}
ul.itemlist li.hover_off {
	background-color: #F2F2F8;
}
div.notfound {
	padding-top: 10px;
	padding-bottom: 200px;
}
ul.footnote {
	font-size: 92%;
}
ul.footnote li {
	margin-left: 1em;
	text-indent: -1em;
}

table#contact_us_form,
table#form_layout {
}
table#contact_us_form th,
table#quick_start_plan_form th,
table#form_layout th {
	padding: 5px;
	vertical-align: top;
	border-top: 1px dotted #999999;
	background-color: #F2F2F8;
}
table#form_layout th {
	font-weight: normal;
}
table#contact_us_form td,
table#quick_start_plan_form td,
table#form_layout td {
	padding: 5px;
	vertical-align: top;
	border-top: 1px dotted #999999;
}
table#contact_us_form tr.hover_off td,
table#quick_start_plan_form tr.hover_off td,
table#form_layout tr.hover_off td {
	background-color: #F2F2F8;
}
table#contact_us_form tr.hover_on td,
table#quick_start_plan_form tr.hover_on td,
table#form_layout tr.hover_on td {
	background-color: #FFFFFF;
}
table#contact_us_form td.noborder,
table#form_layout td.noborder,
table#quick_start_plan_form td.noborder {
	border-top: none;
	border-bottom: 1px dotted #999999;
}
table#contact_us_form th.boborder,
table#form_layout th.boborder,
table#quick_start_plan_form th.boborder,
table#contact_us_form td.boborder,
table#form_layout td.boborder,
table#quick_start_plan_form td.boborder {
	border-bottom: 1px dotted #999999;
}

/* pager */
div.page_select {
	display: block;
	margin-bottom: 10px;
}
div.page_select li {
	float: left;
}
div.page_select li.prev {
	padding-top: 0.15em;
}
div.page_select li.prev a {
	background-image: url("/img/sym_prevpaged.gif");
	background-repeat: no-repeat;
	background-position: left 0.35em;
	padding-top: 0.15em;
	padding-left: 16px;
	margin-right: 10px;
}
div.page_select li.prev a:hover {
	background-image: url("/img/sym_prevpage.gif");
}
div.page_select li.prev.disable {
	background-image: url("/img/sym_prevpage_d.gif");
	background-repeat: no-repeat;
	background-position: left 0.2em;
	padding-top: 0.15em;
	padding-left: 16px;
	margin-right: 10px;
	color: #999999;
}
div.page_select li.page {
	padding-right: 10px;
}
div.page_select li.page div {
	border: 1px solid #999999;
	font-size: 86%;
}
div.page_select li.page div span {
	display: block;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 0.1em;
	line-height: 140%;
	background-color: #FFFFCC;
}
div.page_select li.page div span.dotted {
	background-color: #FFFFFF;
}
div.page_select li.page a {
	text-decoration: none;
}
div.page_select li.page a span {
	background-color: #F2F2F8;
}
div.page_select li.page a:hover {
	background-color: #FFFFFF;
	text-decoration: underline;
}
div.page_select li.page a:hover span{
	background-color: #FFFFFF;
	text-decoration: underline;
}
div.page_select li.next {
	white-space:nowrap;
	padding-top: 0.15em;
}
div.page_select li.next a {
	background-image: url("/img/sym_nextpaged.gif");
	background-position: right 0.35em;
	background-repeat: no-repeat;
	padding-top: 0.15em;
	padding-right: 16px;
}
div.page_select li.next a:hover {
	background-image: url("/img/sym_nextpage.gif");
}
div.page_select li.next.disable {
	background-image: url("/img/sym_nextpage_d.gif");
	background-position: right 0.2em;
	background-repeat: no-repeat;
	padding-top: 0.15em;
	padding-right: 16px;
	color: #999999;
}

/* comment */
div.respond {
	border-top: 1px dotted #999999;
	padding-top: 10px;
}
div.respond h3 {
	height: 20px;
}
div.respond h3 img {
	float: left;
}
div.respond h3 span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
/*	vertical-align: bottom;*/
}
div.respond div#commentlist {
	padding-left: 20px;
}
div.respond div#commentlist em {
	font-size: 12px;
	color: #FF3333;
}
div.respond div#commentlist div.commentmetadata {
	font-size: 80%;	
}
div.respond p {
	margin-bottom: 5px;
}
div.respond textarea#comment {
	width: 100%;
}

/* joyo */
table.check_summary td {
	padding-right: 5px;
}
div#joyo_summary,
div#joyo_data {
	border: 1px dotted #999999;
	padding: 10px;
	background-color: #F2F2F8;
}
div#joyo_summary span.c1, 
div#joyo_data span.c1 {
	background-color: #CCFFFF;
}
div#joyo_summary span.c2, 
div#joyo_data span.c2 {
	background-color: #CCFFFF;
}
div#joyo_summary span.c3, 
div#joyo_data span.c3 {
	background-color: #CCFFFF;
}
div#joyo_summary span.c4, 
div#joyo_data span.c4 {
	background-color: #AAFFAA;
}
div#joyo_summary span.c5, 
div#joyo_data span.c5 {
	background-color: #AAFFAA;
}
div#joyo_summary span.c6, 
div#joyo_data span.c6 {
	background-color: #AAFFAA;
}
div#joyo_summary span.c7, 
div#joyo_data span.c7 {
	background-color: #FFFFAA;
}
div#joyo_summary span.c8, 
div#joyo_data span.c8 {
	background-color: #FFFFAA;
}
div#joyo_summary span.cx, 
div#joyo_data span.cx {
	background-color: #FFAAAA;
}

/* side */
div#content_side {
	width: 200px;
}
ul.yearlist {
	border-top: 1px dotted #CCCCCC;
}
ul.yearlist li {
	border-bottom: 1px dotted #CCCCCC;
	padding: 11px 0px 10px 25px;
	background-image: url("/img/sym_year.gif");
	background-repeat: no-repeat;
	background-position: 10px 0.625em;
	line-height: 125%;
}
ul.yearlist li.hover_on {
	background-color: #FFFFFF;
}
ul.yearlist li.hover_off {
	background-color: #F2F2F8;
}
div#sidemap_frame {
	border: 1px solid #666666;
}
div#sidemap {
	width:198px;
	height:198px;
	background-color: #F0F0F0;
}
table#wp-calendar {
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	font-size: 14px;
	width: 100%;
	border-collapse: collapse;
}
table#wp-calendar caption {
	text-align: center;
	line-height: 125%;
	padding-bottom: 5px;
}
table#wp-calendar span.prev {
	padding-top: 0.15em;
}
table#wp-calendar span.prev a {
	background-image: url("/img/sym_prevpaged.gif");
	background-repeat: no-repeat;
	background-position: left 0.35em;
	padding-top: 0.15em;
	padding-left: 16px;
	margin-right: 10px;
}
table#wp-calendar span.prev a:hover {
	background-image: url("/img/sym_prevpage.gif");
}
table#wp-calendar span.prev.disable {
	background-image: url("/img/sym_prevpage_d.gif");
	background-repeat: no-repeat;
	background-position: left 0.35em;
	padding-top: 0.15em;
	padding-left: 16px;
	margin-right: 10px;
	color: #999999;
}
table#wp-calendar span.next {
	white-space:nowrap;
	padding-top: 0.15em;
	margin-left: 10px;
}
table#wp-calendar span.next a {
	background-image: url("/img/sym_nextpaged.gif");
	background-position: right 0.35em;
	background-repeat: no-repeat;
	padding-top: 0.15em;
	padding-right: 16px;
}
table#wp-calendar span.next a:hover {
	background-image: url("/img/sym_nextpage.gif");
}
table#wp-calendar span.next.disable {
	background-image: url("/img/sym_nextpage_d.gif");
	background-position: right 0.35em;
	background-repeat: no-repeat;
	padding-top: 0.15em;
	padding-right: 16px;
	color: #999999;
}
table#wp-calendar th {
	text-align: center;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-weight: normal;
	padding: 4px;
	background-color: #91A4CE;
	color: #FFFFFF;
}
table#wp-calendar td {
	text-align: right;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
table#wp-calendar td span {
	display: block;
	padding: 4px;
}
table#wp-calendar td#today span {
	background-color: #C3CFEA;
}
table#wp-calendar td#postday span {
	background-color: #FFFFCC;
}
table#wp-calendar td.posted span {
	background-color: #F2F2F8;
}
table#wp-calendar td a:hover span {
	background-color: #FFFFFF;
	text-decoration: underline;
}
div#tags {
	width: 200px;
}
div#tags ul {
	background-color: #F2F2F8;
	border: 1px solid #999999;
	padding: 5px;
}
div#tags ul:hover {
	background-color: #FFFFFF;
}
div#tags ul li {
	float: left;
	white-space: nowrap;
}
div#tags ul li div {
	margin-right: 10px;
	line-height: 22px;
}

/* footer */
div#footer_container {
	text-align: center;
	border-top: 1px solid #F0F0F0;
	background-color: #E0E0E0;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#footer {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;
}
div#footer a {
	color: #333333;
}
div#footer ul li {
	float: left;
	font-size: 12px;
}
div#footer ul li.separate_a {
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #666666;
}
div#footer ul li.separate_b {
	margin-right: 10px;
}
div#footer div#powered_by {
	text-align: right;
	font-size: 10px;
	padding-top: 1px;
}

div.navigation {
	margin-left: 10px;
	margin-bottom: 10px;
}
div.alignleft {
	float: left;
}

