?@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border: 0px;
}

body,h1,h2,h3,h4,h5,h6,div,p,ul,ol,li,dl,dt,dd,form,input,textarea,pre { margin: 0; padding: 0; }
ul, li { list-style-type: none; }
a { color: #00c; text-decoration: underline; outline: 0; }
a:visited { color: #551a8b; text-decoration: underline; }
a:hover { color: #f00; text-decoration: underline; outline: 0; }
a:active { color: #f00; text-decoration: underline; outline: 0; }
hr { display: none; }
em, address { font-style: normal; }
strong { font-weight: bold; }
.clear { clear: both; }
.fL { float: left; }
.fR { float: right; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
p { margin: 0 0 10px 0; }
img { border: 0; }

/*------------clearfix-------------*/

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

/*---------------------------------*/

body {
	border: none;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	margin: 0;
	padding: 0;
	background-position: 50% 5px;
	text-align: center;
}

div.frame {
	text-align: left;
}

#gloabal_navi {
	clear: both;
	height: 40px;
	width: 100%;
	border-bottom: 1px #999 solid;
	background: #fff;
}

#gloabal_navi img {
	float: left;
	margin: 10px 15px;
}

iframe#carousel {
	width: 566px;
	height: 200px;
}

div#wrap {
	margin: 0 auto;
	text-align: center;
	width: 900px;
}

img {
	border: none;
}

#gloabal_navi h3 {
	display: inline;
	font-size: 9px;
	float: left;
	margin: 8px 0px 8px 8px;
	line-height: 11px;
	font-weight: bold;
}

h4 {
	margin: 0px;
	font-size: 10px;
}

iframe {
	border: none;
}

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

/************************************************
*	Topbar      								*
************************************************/

#topbar {
	height: 50px;
	width: 860px;
	padding: 0px 0px 0px 0px;
	margin: 15px auto 0px auto;
	color: #666;
	/*background: #fff none;*/
	
	background: url(../img/topbar_bg2.png) top center no-repeat;
	background-position: top;
	border-bottom: 1px #eee solid;
	font-size: 16px;
}

* html #topbar {
	background: none;
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src=../img/topbar_bg2.png);
}

#topbar a#site_name {
	float: left;
	margin: 16px auto auto 15px;
	_margin: 16px auto auto 8px;
	display: block;
}

#topbar a#logo {
	float: right;
	margin: 20px 10px auto auto;
	display: block;
}

#header {
	height: 239px;
	width: 860px;
	padding: 0;
	margin: 0px auto;
}

.blogtitle {
	padding: 130px 15px 0px 0px;
	margin: 0px;
	font-size: 18px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: right;
}

.blogtitle a {
	font-size: 36px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

.blogtitle a:hover {
	color: #999999;
	text-decoration: none;
}

#navbar {
	width: 860px;
	height: 40px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px;
	border-bottom: 1px #eee solid;
}

#navbar ul {
	border-top: 1px #eee solid;
	background: #f0f0f0 url(../img/navbar.gif) repeat-x;
	padding: 0px;
	margin: 0px;
	width: 860px;
	height: 40px;
}

#navbar ul li {
	padding: 0 3px 0 0;
	margin: 0 0 2px 0;
	list-style-type: none;
	float: left;
	height: 38px;
	line-height: 38px;
	background: url(../img/navlink.gif) top right no-repeat;
}

#navbar ul li a {
	padding: 0px 18px 0px 18px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	display: block;
}

#navbar ul li a:hover, #navbar ul li.current_page_item a {
	color: #333;
	background: url(../img/navhover_active.gif) repeat-x 0% 100%;
}

#content {
	width: 860px;
	padding: 0px;
	padding-bottom: 15px;
	margin: 0px auto 0px auto;
	overflow: auto;
	background: url(../img/bg2.gif) top center repeat;
	background-position: top;
}

#content p {
	padding: 0px 20px 15px 0px;
	margin: 0px;
	line-height: 20px;
}

#content p img {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	border: none;
}

#content p a {
	border-bottom: 1px #ccc dotted;
	color: #f60;
	text-decoration: none;
}

#content #bread {
	margin-left: 0px;
	line-height: 20px;
	font-size: 10px;
	clear: both;
	margin: 0 0 20px 0 !important;
	color: #f90;
}

#content #bread a {
	color: #666;
	text-decoration: none;
	color: #666;
}

#content #bread a:hover {
	text-decoration: underline;
}

.contenttitle h3 {
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

.contenttitle h3 a {
	color: #333333;
	text-decoration: none;
}

#content .contenttitle p a {
	color: #333333;
	text-decoration: none;
}

#content .contenttitle p a:hover {
	color: #f80;
	text-decoration: underline;
}

.contenttitle h3 a:hover {
	color: #AAAAAA;
	text-decoration: none;
}

#content ol {
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 0px 20px;
}

#content ol li {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 20px;
}

#contentmiddle {
	float: right;
	width: 588px;
	padding: 20px 0px 20px 20px;
	margin: 10px 10px 10px 0px;
	overflow: hidden;
	border: 1px #c0c0c0 solid;
	display: inline;
	background: #FFFFFF;
}

#contentmiddle p img {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	border: none;
}

#contentmiddle ul {
	/*padding: 0px 50px 15px 0px;
	margin: 0px 0px 0px 30px;*/
	list-style-type: square;
}

#contentmiddle ol {
	padding: 0px 50px 15px 0px;
	margin: 0px 0px 0px 30px;
}

#contentmiddle ul li {
	/*padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	list-style-type: square;*/
}

#contentmiddle table {
	border-collapse: collapse;
	margin-bottom: 20px;
}

#contentmiddle table th {
	border: 1px #ccc solid;
	background: #eee;
}

#contentmiddle table td {
	border: 1px #ccc solid;
}

fieldset {
	margin: 0px 20px 20px 0px;
	padding: 10px;
}

blockquote {
	padding: 0px 25px 0px 10px;
	margin: 0px 0px 0px 25px;
	border-left: 3px solid #999999;
	font-style: italic;
	color: #666666;
}

#content blockquote p {
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.contentdate {
	float: left;
	height: 50px;
	width: 45px;
	padding: 0px;
	margin: 0px;
	background: #FFFFFF url(../img/date.gif);
}

.contentdate .m {
	height: 14px;
	width: 40px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 14px;
	text-transform: uppercase;
	display: block;
	text-align: center;
}

.contentdate .d {
	height: 30px;
	width: 40px;
	padding: 0px 4px 0px 0px;
	margin: 0px;
	font-size: 21px;
	font-weight: bold;
	color: #999999;
	line-height: 30px;
	display: block;
	text-align: center;
}

.contenttitle {
	float: left;
	width: 520px;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

.imgad {
	float: center;
	width: 550px;
	height: 80px;
	background: #FFFFFF url(../img/ad.jpg) no-repeat;
	/*text-indent: -9999px;*/
}

.contenttitle p {
	padding: 0px;
	margin: 0px;
}

#contentmiddle ul li {
	padding: 5px 0px 0px 0px;
	margin: 0px;
}

#contentmiddle ul li a {
	color: #507AA5;
	text-decoration: none;
}

#contentmiddle ul li a:hover {
	color: #507AA5;
	text-decoration: underline;
}

#content img.wp-smiley {
	float: none;
	padding: 0px;
	margin: 0px;
	border: none;
}

#content img.wp-wink {
	float: none;
	padding: 0px;
	margin: 0px;
	border: none;
}

#content .postinfo {
	width: 550px;
	padding: 5px 10px 5px 10px;
	margin: 5px 0px 40px 0px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 11px;
	color: #999;
	line-height: 11px;
	background: #e9e1eb;
	background: #fff;
	clear: both;
}

#content .postinfo p {
	margin: 0px;
	padding: 0px;
}

#content .postinfo a {
	border: none;
	color: #666;
	text-decoration: none;
}

/************************************************
*	Search Form									*
************************************************/

#searchdiv {
	padding: 0px;
	margin: 0px;
}

#searchform {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	overflow: hidden;
}

#s {
	width: 200px;
	padding: 3px;
	margin: 8px 0px 5px 0px;
	border: 1px solid #C0C0C0;
	font-size: 11px;
	color: #333333;
	background: #EFEFEF url(../img/search.gif);
	background-repeat: no-repeat;
}

#s input {
	margin-bottom: 15px;
}

li#search, #searchform { /*background-color: #c0c0c0;*/
	background: none;
}

/************************************************
*	Comments									*
************************************************/
	
#commentblock {
	float: left;
	width: 450px;
	padding: 10px 20px 0px 20px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #C0C0C0;
	color: #333333;
	background: #EFEFEF;
}

ol#commentlist {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	list-style-type: none;
}

.commentdate {
	padding-left: 0px;
	font-size: 12px;
}

#commentlist li p {
	padding: 0px;
	margin-bottom: 8px;
	line-height: 20px;
}

.commentname {
	padding: 5px 5px 5px 0px;
	margin: 0px;
	color: #333333;
}

.commentinfo {
	clear: both;
}

.commenttext {
	clear: both;
	width: 365px;
	padding: 20px 10px 5px 10px;
	margin: 5px 0px 20px 0px;
	background: #FFFFFF url(../img/comment.gif) no-repeat top;
}

.commenttext-admin {
	clear: both;
	width: 365px;
	padding: 20px 10px 5px 10px;
	margin: 5px 0px 20px 0px;
	background: #FFFFFF url(../img/comment.gif) no-repeat top;
}

#commentsformheader {
	padding-left: 0px;
}

#commentsform {
	padding: 0px;
	margin: 0px;
	text-align: left;
}

#commentsform form {
	margin: 0px;
	text-align: left;
}

#commentsform p {
	margin: 0px;
}

#commentsform form textarea {
	width: 99%;
}

p.comments_link img {
	padding: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*流れ*/

.nagare {
	margin-right: 21px;
	margin-left: 1px;
	border-width: 0px;
	border-collapse: collapse;
}

.nagare_td1 {
	padding: 4px;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: center;
	background-color: #f0f0f0;
}

.nagare_td2 {
	padding: 4px;
	border: 1px solid #ccc;
	vertical-align: top;
	background-color: #ffffff;
}

table.nagare td.nagare_td3 {
	vertical-align: middle;
	text-align: center;
	border-width: 0 !important;
}

div#bookmark {
}

div#bookmark input {
	width: 100%;
	margin-bottom: 20px;
	line-height: 2em;
}

table.hyou {
	border-collapse: collapse;
}

table.hyou th {
	padding: 8px;
	border: #ccc 1px solid;
	background-color: #f0f0f0;
}

table.hyou td {
	padding: 8px;
	border: #ccc 1px solid;
	text-align: left;
	background-color: #fff;
}

.kokuti {
	padding: 0px;
	border: dotted 1px #999999;
	background-color: #f8f8f8;
}

div#contentmiddle p.jirei {
	float: left;
	width: 187px;
	height: 250px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	font-size: 12px;
	vertical-align: top;
}

div#contentmiddle p.jirei:hover {
	background-color: #eee;
}

div#contentmiddle p.jirei img {
	width: 175px;
	margin: 0px 6px 25px 6px;
}

div#contentmiddle p.jirei a {
	padding: 0px;
	text-decoration: none;
	border: none;
}

div#contentmiddle p.jirei span {
	padding: 0px;
	height: 28px;
	margin: 16px 6px;
	line-height: 14px;
	display: block;
	border: none;
	color: #666;
}

div#contentmiddle p.jirei br {
	height: 0px;
	line-height: 0px;
}

h2.contentmiddleh1 {
	background-color: #FF9900;
	color: #fff;
 width: 550px font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 10px;
	margin: 20px 20px 40px 0px;
}

p#topic {
	margin: 20px 10px 30px 10px;
}

div.sep {
	border-top: 1px #ccc dashed;
	margin: 10px 30px 20px 0px;
}

img.alignright {
	float: right !important;
	margin: 5px 0px 10px 10px;
}

img.alignleft {
	float: left !important;
	margin: 5px 10px 10px 0px;
}

span.hissu {
	color: #c00;
}

#l_sidebar {
	/*background: #C0C0C0;*/
	float: left;
	width: 220px;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	border-top: 0px solid #C0C0C0;
	border-left: 0px solid #C0C0C0;
	display: inline;
}

#l_sidebar h3 {
	padding: 8px 0px 8px 10px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #FFFFFF;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	background: #454545;
}

#l_sidebar ul {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	list-style: none;
}

#l_sidebar li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#l_sidebar ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#l_sidebar ul li a {
	width: 220px;
	height: 25px;
	line-height: 25px;
	text-indent: 1em;
	overflow: hidden;
	border-style: solid;
	border-color: #ddd;
	border-width: 0px 1px 1px 1px;
	color: #333333;
	text-decoration: none;
	display: block;
	background: #f4f4f4 url(../img/sidetitle_green2.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	border-collapse: collapse;
}

#l_sidebar ul li.current_page_item a, #l_sidebar ul li a:hover {
	/*background: #fff url(../img/sidehover.gif);*/
	/*background-color: #e9e1eb;*/
	background-color: #f0fff0;
	color: #333;
	text-decoration: none;
}

#recent-posts h3 {
	background: #79a54c;
	background: #83459d url(../img/side_header5.gif) repeat-x;
	height: 29px;
	/*text-indent: -9999px;*/
	padding: 0;
}

#recent-posts ul li a {
	background: url(../img/sidetitle_orange.gif) #fff;
	background-position: 0px 3px;
}

#recent-posts ul li a:hover {
	background-color: #fff8f0;
}

#hp_services h3 {
	/*background-color: #83459d;*/
	background: #FFCC99;
	background: url(../img/side_header1.gif) no-repeat;
	color: #FFFFFF;/*border-bottom: 2px #480 solid;*/
}

h3 {
	background: #79a54c;
	background: url(../img/side_header1.gif) no-repeat;
	color: #FFFFFF;
}

#other_services h3 {
	background: url(../img/side_header1.gif) no-repeat;
	color: #FFFFFF;
}

#l_sidebar ul li#other_services a {
	background: url(../img/sidetitle_pink2.gif) #fff;
	background-position: 0px 3px;
}

#l_sidebar ul li#other_services a:hover {
	background-color: #FFCC99;
}

#l_sidebar ul li.widget_links h3 {
	/*background-color: #83459d;*/
	background: #79a54c;
	background: #83459d url(../img/side_header4.gif) repeat-x;
	height: 29px;
	/*text-indent: -9999px;*/
	padding: 0;/*border-bottom: 2px #480 solid;*/
}

#l_sidebar ul li.widget_links a {
	background: url(../img/sidetitle_lime2.gif) #fff;
	background-position: 0px 3px;
}

#l_sidebar ul li.widget_links a:hover {
	background-color: #fefef0;
}

#l_sidebar ul li.widget_categories h3 {
	/*background-color: #83459d;*/
	background: #79a54c;
	background: #83459d url(../img/side_header3.gif) repeat-x;
	height: 29px;
	/*text-indent: -9999px;*/
	padding: 0;/*border-bottom: 2px #480 solid;*/
}

#l_sidebar ul li.widget_categories a {
	background: url(../img/sidetitle_blue2.gif) #fff;
	background-position: 0px 3px;
}

#l_sidebar ul li.widget_categories a:hover {
	background-color: #f4f4ff;
}

#hp_services ul li a {
	background-color: #e9e1eb;
	background-color: #fff;
}

#other_services h3 {
	background-color: #e69e4e;
	background-color: #79a54c;
}

#other_services ul li a {
	background-color: #f3ece3;
	background-color: #e9e1eb;
	background-color: #fff;
}

#categories-1 h3 {
	background-color: #a1c24b;
	background-color: #79a54c;
}

#categories-1 ul li a {
	background-color: #ecefe3;
	background-color: #e9e1eb;
	background-color: #fff;
}

#archives h3 {
	background-color: #75aae9;
	background-color: #79a54c;
}

#archives ul li a {
	background-color: #e3ecf3;
	background-color: #e9e1eb;
	background-color: #fff;
}

#linkcat-4 h3 {
	background-color: #d05d55;
	background-color: #79a54c;
}

#linkcat-4 ul li a {
	background-color: #f3e4e4;
	background-color: #e9e1eb;
	background-color: #fff;
}

#tel1 img {
	margin-bottom: 5px;
}

#l_sidebar ul li a#tel1 {
	padding: 0px;
	margin: 0px;
	border: none;
	display: inline;
	background: none;
}

#footer {
	width: 860px;
	padding: 5px 0px 15px 0px;
	margin: 0px auto 0px;
	color: #000000;
	text-align: center;
	background: #FF9900 url(../img/topbar.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#footer a, #footer a:visited {
	color: #C0C0C0;
	text-decoration: underline;
}

#footer a:hover {
	color: #999999;
	text-decoration: underline;
}

#footer table {
	width: 820px;
	margin: auto auto 20px auto;
	margin: 0 auto;
}

div#footer table th {
	vertical-align: top;
	text-align: left;
	font-size: 20px;
	line-height: 50px;
}

div#footer table th span.small {
	font-size: 9px;
	line-height: 10px;
	margin: 15px 30px;
	font-weight: normal;
	color: #ccc;
}

div#footer a {
	color: #fff !important;
	text-decoration: none !important;
}

div#footer table td {
	vertical-align: top;
}

div#footer table td img {
	margin-bottom: 15px;
}

div#footer table td img.sita {
	margin-bottom: 0px;
}

div#footer ul#foot_navi {
	margin: 0 0 20px 0;
	padding: 0;
}

div#footer ul#foot_navi li {
	list-style: none;
	border-bottom: 1px #aaa solid;
	color: #aaa;
	padding: 5px 5px;
	margin-bottom: 5px;
	line-height: 18px;
}

div#footer ul#foot_navi li a {
	text-decoration: none;
	font-size: 11px;
}

#footer address {
	line-height: 16px;
	margin: 5px 0 0 0;
	padding: 0;
	color: #aaa;
	font-size: 11px;
}

.pr-box {
	padding: 1px 10px;
	width: 880px;
	height: 14px;
	text-align: left;
	margin: 0 0 0 0
}

.pr-box a {
	margin: 0 0 0 10px;
}

.title {
	text-align: left;
	width: 860px;
}

.mini-contents {
	overflow: hidden;
}

.mcont-text-l {
	float: left;
	margin-bottom: 10px;
	width: 270px;
	text-align: left;
	margin-right: 10px;
}

.mcont-text-r {
	float: left;
	margin-bottom: 10px;
	width: 270px;
	text-align: left;
	margin-left: 10px;
}

.h4_ttl1, .h4_ttl2 {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 28px;
	text-indent: 2em;
	width: 270px;
	height: 28px;
}

.title-box {
	margin: 0;
	padding: 0;
	text-align: left;
}

	.title-box h1 {
		margin: 0;
		padding: 0;
		text-decoration: none;
	}
	
		.title-box h1 a {
			display: block;
			margin: 30px 0 0 0;
			padding: 0;
			text-indent: 10px;
			font-size: 30px;
			text-decoration: none;
		}

	.pr-box {
			margin: 0;
			padding: 1px 10px;
			width: 880px;
			height: 14px;
			font-size: 10px;
			color: #fff;
			background: #2e251;
		}
		
			.pr-box ul {
				margin: 0;
				padding: 0 0 0 30px;
				background: url(../img/pr.gif) 0 3px no-repeat;				
			}
			
				.pr-box ul li {
					display: inline;
					margin: 0 10px 0 0;
					padding: 0;
				}
	
					.pr-box ul li a { color: #000; font-weight: bold; }
						.pr-box ul li a:hover { color: #000; text-decoration: underline; }
						
	#breadcrumb { margin: 0 10px 1px 0; padding: 0; }
		#breadcrumb ul { margin: 0; padding: 0; text-align: right; }
			#breadcrumb ul li { display: inline; margin: 0; padding: 0; }
				#breadcrumb ul li a { color: #4a4124; }
					#breadcrumb ul li a:hover { color: #f90; }