@charset "utf-8";
/* -------------------------------------------------------------------------------
Theme Name: Strollnet Fast theme
Theme URI: http://www.strollnet.com/
Description: ストロールネット提供のWordPress テーマ です。
Version: 1.0
Author: Strollnet
Author URI: http://www.strollnet.com/
Tags: widgets

   -------------------------------------------------------------------------------*/
body{
	scrollbar-base-color: #a44;
	background-color:#fff;
	color:#333;
	font-family:'ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
	font-size:12px;
	text-align:center;
	line-height: 1.6em;
	margin:0 auto;
	padding:0px;
}

h2 {
	margin:0 auto;
	padding:0px;
	font-weight:bold;
	font-size:14px;
}

h3 {
	margin:0 auto;
	padding:0px;
	font-weight:bold;
	font-size:12px;
}

h4{
	font-size:13px;
	margin:25px 0 0 0;
	padding:0;
}

h5{
	clear:both;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
	text-align:center;
}


#body{
	margin:0 auto;
	width:840px;
	background-color:#fff;
	border-left:0px #eaa solid;
	border-right:0px #eaa solid;
}

img{
	border-style:none;
}
.clear {
	clear:both;
}

a{ color:#922; }
a:hover{ color:#922; text-decoration:none; }

.center{
	margin:0 auto;
	text-align:center;
}

#topmes h1 {
	margin:0px;
	padding:0px;
	padding-left:20px;
	text-decoration:none;
	font-size:10px;
}

#header{
	margin:0px;
	padding:0px;
	width:100%;
	height:30px;
	background-image:url(images/header.gif);
	background-repeat: x-repeat;
	overflow:hidden;
}
#header_cont{
	padding-left:10px;
	text-align:left;
}

#header #addr{ /* ヘッダにアドレス表示 */
	padding-right:10px;
	font-size:10px;
	line-height:12px;
	text-align:right;
	float:right;
}

#header_left {
	margin:0;
	padding:0;
	float:left;
}
#header_right {
	float:right;
	margin:0;
	padding:5px 5px 0 0;
	font-size:10px;
	line-height:10px;
}

#header_right ul li {
	margin:0px;
	padding:0px;
	padding-left:5px;
	padding-right:5px;
	font-size:10px;
	line-height:10px;
	color:#fff;
	border-left:1px #fff solid;
	display:inline;
}
#header_right ul li.home {
	border-left:0px #fff solid;
}
#header_right a:link{	color:#fff;text-decoration:none;}
#header_right a:visited{	color:#fff;text-decoration:none;}
#header_right a:hover{	color:#fff;text-decoration:underline;}
#header_right a:active{	color:#fff;text-decoration:none;}

#header_left h1, #header_left a{
	margin:0 auto;
	line-height:30px;
	font-size:30px;
	font-family:"Times New Roman";
	color:#fff;
	text-decoration:none;
}

#header_title{
	margin:0px;
	padding:0px;
}

/******* page.php *******/
.contents {
	padding:10px; /* 上 右 下 左 */
	width:610px;
	color:#922;
	text-align:left;
	float:left;
}
.contents h2 {
	margin:5px 0px 5px 0px; /* 上 右 下 左 */
	padding:2px 10px 2px 10px; /* 上 右 下 左 */
	font-size: 14px;
	font-weight:bold;
	color: #fff;
	background-color:#922;
	border-top: 1px solid #ccc;
	border-right: 2px solid #333;
	border-left: 1px solid #ccc;
	border-bottom: 2px solid #000;
}
.contents ul {
	list-style-type: none;
}
/******* sidebar.php *******/
.sidebar {
	margin:0px;
	padding:0px;
	text-align:left;
	padding-left: 8px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	float:right;
	width:200px;
	color:#922;
	border-left:2px #fff solid;
	border-bottom: 2px #fff solid;
/*
	border-left:2px #eaa solid;
	border-bottom: 2px #eaa solid;
*/
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
#search-box {
	margin:0px;
	padding:0px;
	padding-top:5px;
	padding-bottom:5px;
}
#searchbox {
	margin:0px;
	padding:0px;
	width:140px;
}
.submitbutton {
	margin:0px;
	padding:0px 5px 0px 5px; /* 上 右 下 左 */
	color: #fff;
	font-size:12px;
	height:20px;
	width:40px;
	line-height:20px;
	border: 1px solid #eaa;
	background: #922;
}
.submitbutton:hover {
	cursor: pointer;
	background: #c66;
}

.sidebar h2 {
	margin:5px 10px 5px 0px; /* 上 右 下 左 */
	padding:2px 5px 2px 5px; /* 上 右 下 左 */
	font-size: 14px;
	font-weight:bold;
	color: #fff;
	background-color:#922;
	border-top: 1px solid #ccc;
	border-right: 2px solid #333;
	border-left: 1px solid #ccc;
	border-bottom: 2px solid #000;
}

.sidebar ul {
	padding:0px;
	margin:0px; /* 上 右 下 左 */
	list-style-type: none;
}

.sidebar ul ul li {
	padding:0px;
	padding-left:12px;
	margin:0px 0px 0px 5px; /* 上 右 下 左 */
	line-height: 1.5em;
	font-size:12px;
	background: url('images/sidebar_arrow.gif') no-repeat 0px 4px;
}

#wp-calendar td {font-size:11px;color:#922;}
#wp-calendar td a {font-weight:bold;text-decoration:underline;}
#wp-calendar {
	width: 180px;
	text-align: center;
	font-size:11px;
	color:#922;
}

/******* footer.php *******/
#footer{
	padding:10px 0px 0px 0px; /* 上 右 下 左 */
	height:70px;
	clear:both;
	text-align:center;
	background-image:url(images/footer_bg.gif);
	overflow:hidden;
	color:#fff;
	font-size:11px;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer ul {
	margin:0px;
	padding:2px;
}
#footer ul li {
	margin:0px;
	padding:0px;
	padding-left:10px;
	padding-right:10px;
	border-left:3px #fea solid;
	display:inline;
}
#footer p {
	margin:0px;
	padding:0px;
}


/******* header.php *******/
ul.jd_menu {
	color:#fff;
	font-weight: bold;
	margin:0px;
	padding:0px;
	height:30px;
	float:right;
	display:block;
	list-style-type:none;
	text-align:center;
	overflow:hidden;
}
ul.jd_menu ul {
	margin:0px;
	padding:0px;
	width:100px;
	list-style-type:none;
	display: none;
	position: absolute;
	z-index: 10000;
}
ul.jd_menu li {
	float:left;
	width:139px;
	height:30px;
	line-height:30px;
	font-size:14px;
	cursor: pointer;
	white-space: nowrap;
	border-right:1px #fff solid;
	background:url(images/menu_bg.gif) repeat-x;
	background-color:#c30;/*背景色*/
}

ul.jd_menu li#jd_menu_top {
	width:100px; /* 幅調整 */
}

ul.jd_menu li a {
	display:block;
	color:#fff;
	text-decoration:none;
}

/* -- Sub-Menus -- */
ul.jd_menu li ul li {
	width:auto;
	min-width:130px;
	padding-left:5px;
	padding-right:5px;
	background-image:none;
	background-color:#c30;/*背景色*/
	border:none;
}
ul.jd_menu li ul li a {
	text-decoration:none;
}

ul.jd_menu li a:hover {
	background-color:#f63;
	background-image:url(images/menu_bg_on.gif);
	background-repeat: repeat-x;
}
ul.jd_menu li.jdm_hover,
ul.jd_menu li.jdm_active {
	background-color:#f63;
	background-image:url(images/menu_bg_on.gif);
	background-repeat: repeat-x;
}
ul.jd_menu li ul li a:hover {
	background-image:none;
	background-color:#f63;
}
ul.jd_menu li ul li.jdm_hover,
ul.jd_menu li ul li.jdm_active {
	background-image:none;
	background-color:#f63;
}

/***** content *****/
.archivetitle {
	font-weight:normal;
	padding: 5px 0px 5px 5px;
	margin: 0px;
}

.post{
	width:100%;
	margin:0px;
	padding: 2px 0px 0px 0px;
	border:0px red solid;
	clear:both;
}	

.post_top{
	position: relative;
	border-top:6px double #a66;
	border-right: 0px solid;
	border-left: 0px solid;
	border-bottom: 6px double #a66;
	height:40px;
/*
	border-style:solid;
	border-style:double;
	border-style:groove;
	border-style:ridge;
	border-style:inset;
	border-style:outset;
	border-style:dashed;
	border-style:dotted;
	
*/
}
.posttitle{
	text-align: left;
	font-size:20px;
	font-family:'HG創英角ﾎﾟｯﾌﾟ体';
	color:#300;
	font-weight:bold;
	padding:10px 10px 10px 10px; /* 上 右 下 左 */
}
.posttitle a {
	color:#300;
	text-decoration:none;
}
.posttitle a:hover {
	text-decoration:underline;
}

.date {
	position:absolute;
	right: 20px;
}
.author{
	position:absolute;
	font-family:arial;
	font-size:11px;
	top:24px;
	right: 20px;
	padding:0px;
}
.entry {
	padding: 10px 10px 10px 10px; /* 上 右 下 左 */
	line-height: 1.6em;
	text-align: justify;
}
.entry p{
/*
	padding:0px;
	margin:0px;
*/
}
.info {
	position: relative;
	text-align: left;
	font-size: 10px;
	margin-bottom:10px;
	padding:0px 10px 10px 10px;
	border-bottom:1px solid #a66;
}
.navigation {
	clear:both;
	font-size: 12px;
	padding: 5px 0px 5px 5px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
#submit {
	width: 80px;
	height: 20px;
	font-size: 12px;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 2px 10px;
	border: 1px solid #922;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/*** comment ***/
#postmetadata {
	font-size: 11px;
	margin: 10px 0px 20px 0px;
	padding: 5px 5px 5px 5px;
}
#comments{
	padding:0 20px 0 20px;
}

#comments p {margin: 0px 0px 12px 0px;}

.nocomments {background: none; color: #000000;}

.commenttitle {
	color: #000000;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	margin: 0px 0 20px 0;
	padding: 2px 0px 2px 0px;
	font-variant: normal;
	border-bottom: 1px dashed #922;
}
.commentlist {list-style: none;margin:0px;padding:0px;}

.commentbody {
	height:100%;
	color: #000000;
	font-size: 12px;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 1px 5px;
	border: 0px solid #5A6B1E;
	background:#eee;
}

.commenthead {
	height:34px;
	color: #000000;
	padding: 5px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dashed #922;
}
.adminbody {
	height:100%;
	color: #000000;
	font-size: 12px;
	list-style-type: none;
	margin: 0px 0px 10px 15px;
	padding: 0px 5px 1px 5px;
	border: 0px solid #5A6B1E;
	background:#eee;
}
.adminhead {
	height:34px;
	color: #000000;
	margin: 0px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dashed #922;
}
.trackhead {
	height:34px;
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 10px 40px;
	border-bottom: 1px dashed #922;
	background: #F0F3CD url(images/track.gif) no-repeat center left;
}
.trackbody {
	height:100%;
	color: #000000;
	font-size:12px;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 1px 5px;
	border: 0px dashed #5A6B1E;
	background:#F0F3CD;
}

.avatar {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	background: #ffffff;
}
.commentcount {
	float: right;
	color: #aaaaaa;
	font-size: 15px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	font-family: Georgia, Times, 'Times New Roman', serif;
}
.authorlink {color: #000000; font-size: 12px; font-weight: bold;line-height:1.5em;}
.authorlink a {color: #000000; font-size: 12px; font-weight: bold;line-height:1.5em;}
.commentlink {font-size: 10px; color: #000000;}

.trackbody p a {color: #000000;}

#commentform {
	margin:0;
	padding:0px 0 0 0;
}
#email, #author, #url {
	color: #000000;
	background: #ffffff;
	font-size: 12px;
	padding-left: 2px;
	vertical-align: middle;
	border: 1px solid #5A6B1E;
}
#comment {
	width: 500px;
	color: #000000;
	font-size: 12px;
	border: 1px solid #922;
	padding: 2px 2px 2px 2px;
}

/* faq ***************************/
#faq{
/*
	border-bottom:solid 1px #922;
*/
	margin:0 auto;
	padding:0 20px 20px 20px;
	width:500px;
}

#faq_qa{
	margin:0 auto;
	padding:20px;
	width:500px;
}

.q{
	background:url(images/q.gif) left no-repeat;
	border-bottom:dotted 2px #922;
	font-weight:bold;
	margin:0;
	padding:30px 5px 5px 45px;
	height:16px;
}

.a{
	background:url(images/a.gif) 100% 0% no-repeat;
	margin:0 0 60px 0;
	padding:5px 45px 5px 5px;
}

#faq ul{
	margin:0 0 0 50px;
	padding:0;
}

#faq li{

}

#comments {
	padding-top:10px;
	text-align: left;
}

.box_top{
/*	background:url(../img/box_top.gif) #922 no-repeat;
*/	background-color:#922;
	margin:0 auto;
	padding:0;
	width:550px;
	height:20px;
}

.box_middle{
/*	background:url(../img/box_middle.gif) repeat-y;
*/	margin:0 auto;
	padding:5px 5px 5px 20px;
	width:525px;
}

.box_bottom{
/*	background:url(../img/box_bottom.gif) #922 no-repeat;
*/	background-color:#922;
	margin:0 auto 15px auto;
	padding:0;
	width:550px;
	height:20px;
}

.box_middle h2{
	margin:0 0 0 -20px;
	border:none;
	background-color:transparent;
}

.pagetop{
	clear:both;
	margin:20px 10px 0 0;
	padding:0;
	text-align:right;
}

#estimate{
	margin:10px 0 10px 0;
	padding:0;
	text-align:center;
}

.samplecode {
	padding:10px;
	background-color:#ccc;
	border:solid 1px #922;
}

.line {
	padding:10px;
	border-top:solid 1px #922;
}

#wp_block {
	clear:both;
	padding:10px;
	height:140px;
	display:block;
}

#wp_sample {
	margin:0px;
	padding:0px;
	width: 33%;
	text-align:center;
	float:left;
	display:block;
}
#wp_sample img {
	width: 90%;
	height: 90%;
}
span.wpcf7-list-item {
	display: block;
}
.estimate {
	padding-top:5px;
	padding-left:30px;
	border-top:solid 1px #922;
}
.sample_js {
	background-color: #eeeeee;
	padding: 4px 4px 4px 4px; /* 上 右 下 左 */
	margin: 12px;
	line-height: 1.4;
}
.sourcecode {
	background-color: #cccccc;
	padding: 4px 4px 4px 10px;
	margin: 0px 12px 0px 12px;
	line-height: 1.4;
}
.sourcehtml {
	background-color: #cccccc;
	padding: 4px 4px 4px 10px;
	margin: 0px 12px 0px 12px;
	line-height: 1.4;
}
.java_html {
	margin:0px;
	padding: 4px 0px 0px 10px;
	font-weight:bold;
}
/*
.catname a {
	text-decoration:none;
}
.contents li.catname {
	padding:5px 0px 5px 12px;
}
.contents li.posttop {
	padding:5px 0px 5px 12px;
}
.contents li.postname {
	padding:5px 0px 5px 0px;
}
.contents li.cat-item {
	padding:5px 0px 5px 12px;
}
*/
.contents li.catname {
	margin:0px;
	padding:5px 0px 5px 12px; /* 上 右 下 左 */
	list-style-type: none;
	text-decoration:none;
	font-weight:bold;
	background: url('images/sidebar_arrow.gif') no-repeat 0px 10px;
}
.contents li.posttop {
	margin:0px;
	padding:5px 0px 5px 12px; /* 上 右 下 左 */
	list-style-type: none;
	text-decoration:none;
	font-weight:normal;
	background: url('images/sidebar_arrow.gif') no-repeat 0px 10px;
}
.contents li.postname {
	margin:0px;
	padding:5px 0px 5px 12px; /* 上 右 下 左 */
	list-style-type: none;
	text-decoration:none;
	font-weight:normal;
	background-image:none;
	background: url('images/sidebar_arrow.gif') no-repeat 0px 10px;
}
.contents li.cat-item {
	margin:0px;
	padding:5px 0px 5px 12px; /* 上 右 下 左 */
	list-style-type: none;
	text-decoration:none;
	font-weight:bold;
	background: url('images/sidebar_arrow.gif') no-repeat 0px 10px;
}
.cat_list_archive {
	font-size:10px;
}