@charset "UTF-8";

/*
Theme Name:株式会社ドリームホームアップ　生活水道サービス　オリジナルテンプレート
Theme URL:
Description:*****
Author:株式会社吉田地図PRセンター
*/



/* ●CSS初期化
==================================================*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 140%;
}
img {
	vertical-align: bottom;
	border: none;
}
address {
	font-style: normal;
}


/* ●基本設定
==================================================*/
body {
	background-color: #ffffff;
	background-image: url(img/00mainbg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, sans-serif;
	font-size: 95%;
	color: #333333;
}
#wrap {
    margin: 0px auto 0px auto; 
    width: 940px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
/*a:visited {
        text-decoration: none;
}*/
.bold {
	font-weight: bold;
}
.red {
	color: #ff0000;
}
.float_l {
	float: left;
	display: inline;
}
.float_r {
	float: right;
	display: inline;
}
.clear {
	clear: both;
}
.vat {
	vertical-align: top;
}
.vab {
	vertical-align: bottom;
}
.top10 {
	margin-top: 10px;
}
.top20 {
	margin-top: 20px;
}
.right20 {
	margin: 10px 15px 10px 10px;
}
.left10 {
	margin-left: 10px;
}
.left20 {
	margin-left: 20px;
}
.center_top10 {
	text-align: center;
	margin-top: 10px;
}
.com1 {
	padding: 3px;
}
.c06f {
	color: #0066FF;
}
/* ●見出し
==================================================*/
h1 {
	color: #FFFFFF;
	background-color: #66CCFF;
	font-size: 100%;
	padding-left: 5px;
}
h4 {
	margin: 0 auto 10px 0;
	border-left: 10px solid #33CCFF;
	border-bottom: 1px solid #33CCFF;
	padding-left: 7px;
	letter-spacing: 2px;
	background-color: #FFFFFF;
}
.h3 {
	margin: 0 auto 10px 0;
	border-left: 10px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	padding-left: 7px;
	letter-spacing: 2px;
	background-color: #FFFFFF;
}

/* ●罫線
==================================================*/
.hr1 {
	width: 40%;
	margin: 5px auto;
	border: 1px dashed #CCCCCC;
}
.hr2 {
	width: 98%;
	margin: 5px auto;
	border: 1px solid #0099FF;
}
/* ●ヘッダー
==================================================*/
#header {
	width: 940px;
	height: 85px;
	background-image: url(img/00headerbg.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#header_navi {
	text-align: right;
	margin-right: 10px;
}
#logo {
	width: 216px;
	height: 52px;
	position: relative;
	top: -12px;
	left: 30px;
}
#header a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#header a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
/* ●フラッシュスペース
==================================================*/
#flash_s {
	width: 940px;
	height: 338px;
	background-color: #FFFFFF;
}
#fla {
	width: 920px;
	height: 320px;
	margin: 10px auto;
}




/* ●クーポン
==================================================*/
div .coupon {
  padding: 10px 10px 20px 30px;
}

.css18{ font-size: 18px ; 
	font-weight: bold
}

.name{ font-size: medium ;
	font-weight: bold ;
	padding-top: 3pt;
}
.border{
  border-bottom: #cac5aa 2px solid ;
  margin: 10px 10px 10px 20px;
}
.border_w{border-bottom: #FFFFFF 2px solid  ;

}
.border_co{border-bottom: #CC0000 2px dotted ;
	padding-left: 5px;     

}

.box_coupon{
	border-top-width: 3px;
	border-right-width: 10px;
	border-bottom-width: 3px;
	border-left-width: 10px;
	border-style: solid;
	border-color: #FF0000;
	margin: 4px 2px 0px 2px;     
   font-size: 110%; 
}

.coupon .fs12{
  font-size: 12px;
}

.box_coupon td{
	padding: 3px 3px 3px 10px;
}





/* ●フッター
==================================================*/
#footer {
	clear: both;
	width: 940px;
	background-color: #0066CC;
	color: #FFFFFF;
	font-size: 80%;	
}
#footer p {
	margin: 5px;
}
#footer_navi {
	text-align: center;
	margin-top: 15px;
	font-size: 95%;
}
#footer a:link {
	color: #FFFFFF;
	/*text-decoration: none;*/
}
#footer a:visited {
	color: #FFFFFF;
}
#footer a:hover {
        color: #FFFFFF;
	/*text-decoration: underline;*/
}	
/* ●レフトボックス
==================================================*/
#left_box {
  width: 250px;
  float: left;
  margin: 10px 10px auto 10px;
  background-color: #F6F6F6;
}
* html #left_box {
  width: 250px;
  float: left;
  margin: 10px 10px auto 5px;
  background-color: #F6F6F6;
}
#left_box ul {
 margin: 6px;
}
#left_box li {
	list-style-type: none;
	width: 236px;
	height: 37px;
}
#left_box li a {
	/*font-size: 0px;*/
	outline: none;
	text-indent: -9000px;
}
#left_minibox {
	width: 230px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin: 20px auto;
}
#main_menu li a {
	font-size: 0px;
	outline: none;
	text-indent: -9000px;
}
/* ●レフトナビの詳細
==================================================*/
/* ○01 --------------------------------------*/
#left_box #n01 a{
	width: 236px;
	height: 37px;
	display: block;
	line-height: 37px;
	background-image: url(img/menu/01-n.png);
	background-repeat: no-repeat;
}
#left_box #n01 a:hover{
	background-image: url(img/menu/01-h.png);
	background-repeat: no-repeat;
}
/* ○02 --------------------------------------*/
#left_box #n02 a{
	width: 236px;
	height: 37px;
	display: block;
	line-height: 37px;
	background-image: url(img/menu/02-n.png);
	background-repeat: no-repeat;
}
#left_box #n02 a:hover{
	background-image: url(img/menu/02-h.png);
	background-repeat: no-repeat;
}
/* ○03 --------------------------------------*/
#left_box #n03 a{
	width: 236px;
	height: 37px;
	display: block;
	line-height: 37px;
	background-image: url(img/menu/03-n.png);
	background-repeat: no-repeat;
}
#left_box #n03 a:hover{
	background-image: url(img/menu/03-h.png);
	background-repeat: no-repeat;
}
/* ○04 --------------------------------------*/
#left_box #n04 a{
	width: 236px;
	height: 37px;
	display: block;
	line-height: 37px;
	background-image: url(img/menu/04-n.png);
	background-repeat: no-repeat;
}
#left_box #n04 a:hover{
	background-image: url(img/menu/04-h.png);
	background-repeat: no-repeat;
}
/* ○05 --------------------------------------*/
#left_box #n05 a{
	width: 236px;
	height: 37px;
	display: block;
	line-height: 37px;
	background-image: url(img/menu/05-n.png);
	background-repeat: no-repeat;
}
#left_box #n05 a:hover{
	background-image: url(img/menu/05-h.png);
	background-repeat: no-repeat;
}
/* ○06 --------------------------------------*/
#left_box #n06 a{
	width: 236px;
	height: 37px;
	display: block;
	line-height: 37px;
	background-image: url(img/menu/06-n.png);
	background-repeat: no-repeat;
}
#left_box #n06 a:hover{
	background-image: url(img/menu/06-h.png);
	background-repeat: no-repeat;
}
/* ○07 --------------------------------------*/
#left_box #n07 a{
	width: 236px;
	height: 37px;
	display: block;
	line-height: 37px;
	background-image: url(img/menu/07-n.png);
	background-repeat: no-repeat;
}
#left_box #n07 a:hover{
	background-image: url(img/menu/07-h.png);
	background-repeat: no-repeat;
}
/* ○08 --------------------------------------*/
#left_box #n08 a{
	width: 236px;
	height: 37px;
	display: block;
	line-height: 37px;
	background-image: url(img/menu/08-n.png);
	background-repeat: no-repeat;
}
#left_box #n08 a:hover{
	background-image: url(img/menu/08-h.png);
	background-repeat: no-repeat;
}
/* ○09 --------------------------------------*/
#left_box #n09 a{
	width: 236px;
	height: 37px;
	display: block;
	line-height: 37px;
	background-image: url(img/menu/09-n.png);
	background-repeat: no-repeat;
}
#left_box #n09 a:hover{
	background-image: url(img/menu/09-h.png);
	background-repeat: no-repeat;
}
/* ○10 --------------------------------------*/
#left_box #n10 a{
	width: 236px;
	height: 37px;
	display: block;
	line-height: 37px;
	background-image: url(img/menu/10-n.png);
	background-repeat: no-repeat;
}
#left_box #n10 a:hover{
	background-image: url(img/menu/10-h.png);
	background-repeat: no-repeat;
}
/* ○11 --------------------------------------*/
#left_box #n11 a{
	width: 236px;
	height: 37px;
	display: block;
	line-height: 37px;
	background-image: url(img/menu/11-n.png);
	background-repeat: no-repeat;
}
#left_box #n11 a:hover{
	background-image: url(img/menu/11-h.png);
	background-repeat: no-repeat;
}
/* ○12 --------------------------------------*/
#left_box #n12 a{
	width: 236px;
	height: 37px;
	display: block;
	line-height: 37px;
	background-image: url(img/menu/12-n.png);
	background-repeat: no-repeat;
}
#left_box #n12 a:hover{
	background-image: url(img/menu/12-h.png);
	background-repeat: no-repeat;
}
/* ○13 --------------------------------------*/
#left_box #n13 a{
	width: 235px;
	height: 46px;
	margin: 10px auto;
	display: block;
	line-height: 46px;
	background-image: url(img/menu/13-n.png);
	background-repeat: no-repeat;
	outline: none;
	text-indent: -9000px;
}
#left_box #n13 a:hover{
	background-image: url(img/menu/13-h.png);
	background-repeat: no-repeat;
}
/* ○14 --------------------------------------*/
#left_box #n14 a{
	width: 235px;
	height: 46px;
	margin: 10px auto;
	display: block;
	line-height: 46px;
	background-image: url(img/menu/14-n.png);
	background-repeat: no-repeat;
	outline: none;
	text-indent: -9000px;
}
#left_box #n14 a:hover{
	background-image: url(img/menu/14-h.png);
	background-repeat: no-repeat;
}
/* ○15 --------------------------------------*/
#left_box #n15 a{
	width: 235px;
	height: 46px;
	margin: 10px auto;
	display: block;
	line-height: 46px;
	background-image: url(img/menu/15-n.png);
	background-repeat: no-repeat;
	outline: none;
	text-indent: -9000px;
}
#left_box #n15 a:hover{
	background-image: url(img/menu/15-h.png);
	background-repeat: no-repeat;
}
/* ●メインボックス
==================================================*/
#main_box {
  width: 650px;
  float: right;
  margin: 10px 10px auto 10px;
}
* html #main_box {
  width: 650px;
  float: right;
  margin: 10px 5px auto 10px;
}
#bread_crumbs {
	margin-left: 10px;
        margin-bottom: 5px;
}
#bread_crumbs a:link {
	color: #333333;
	/*text-decoration: none;*/
}
#bread_crumbs a:hover {
	color: #333333;
	/*text-decoration: underline;*/
}
#bread_crumbs a:visited {
	color: #333333;
	/*text-decoration: none;*/
}
.to_top {
	text-align: right;
	margin: 15px 10px auto auto;
}
.leak1 {
	list-style-image: url(img/03midashi03.png);
	color: #0066FF;
	margin: 10px auto auto 25px;
}
.leak1 li {
	line-height: 20px;
}
/* ●テーブル
==================================================*/
.tc {
	margin: 10px auto;
}
.tc2 {
	margin: 10px auto;
	font-size: 90%;
	color: #0066FF;
}
.tc3 {
	border-collapse: collapse;
	border: 1px solid #EEEEEE;
}
.tc3 td {
	border: 1px solid #EEEEEE;
}
.tc3 td p{
	padding: 8px;
}

/* DEFAULT STYLE SHEET
*************************************************************************************************************/

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 20px 0 20px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 20px 7px 20px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
/* End Images */

/* Captions */
.aligncenter,div.aligncenter {
	display: block;
	margin: 20px auto 20px auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.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 */

/* DEFAULT STYLE SHEET - END -
*************************************************************************************************************/

/*----------------------カレンダー------------------------------*/
#wp-calendar {
	width: 220px;
	margin: auto;
	text-align: center;
	border-collapse: collapse;
	background-color: #FFFFFF;
}
#wp-calendar td {
	border: 1px solid #F6F6F6;
}
#wp-calendar caption {
	/*margin-top: 10px;*/
	font-size: 120%;
	letter-spacing: 3px;
	background-color: #666666;
	color: #FFFFFF;
}
/*----------------------サイドバー------------------------------*/
#sidebar {
	width: 240px;
	margin: 10px auto;
}
#sidebar ul,li {
	line-height: 100%;
}
#searchform {
	margin-left: 10px;
}
#left_box #sidebar li {
	width: auto;
	height: 20px;
	line-height: 20px;
}
#left_box #sidebar li a {
	font-size: 100%;
	outline: none;
}
*html #sidebar li a {
	text-indent: 0px;
}
/* ●ブログ
==================================================*/
.blogentry {
	width: 640px;
	/*border: 1px solid #CCCCCC;*/
	margin-bottom: 20px;
}
.top-entry-title {
	width: 640px;
	height: 41px;
	background-image: url(img/blog-title.png);
	background-repeat: no-repeat;
	/*padding-left: 10px;*/
	padding-top: 12px;
	letter-spacing: 3px;
	font-size: 110%;
	text-align: center;
}

.top-entry-title a:link {
	color: #333333;
}
.top-entry-title a:visited {
	color: #333333;
}
.date-author {
	margin: 0 5px 5px auto;
	font-size: 80%;
}
.entry-content {
	width: 610px;
	margin: 0px auto 20px auto;
	padding: 7px;
	background-color: #FCFCFC;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.postmetadata {
	width: 620px;
	margin: 0 7px 0 auto;
	padding: 5px;
	text-align: right;
	border-top: 2px solid #A8D2FD;
	border-bottom: 2px solid #A8D2FD;
	/*border-bottom: 2px solid #034D96;*/
	font-size: 80%;
}
.pre_next_post_link {
	text-align: center;
	font-size: 80%;
	letter-spacing: 2px;
	background-color: #F6F6F6;
	width: 90%;
	margin: 10px auto;
	padding: 4px;
}
/* ●コメント
==================================================*/
.comments {
	width: 600px;
	margin: 30px auto;
	/*border: 1px solid #DDDDDD;*/
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	background-color: #FCFCFC;
}
.commentlist {
	margin: 15px auto 15px 30px;
	padding: 7px;
}
#respond p {
	margin-left: 15px;
}
#wp_grins {
	margin-left: 15px;
	margin-bottom: 8px;
}
#comment {
	margin-left: 15px;
}
.comment-body {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}
