﻿/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
	z-index:1;
	font-family:"ＭＳ Pゴシック",Osaka,sans-serif;
}

body{
background-image:url(img/bg.jpg);
}

/*-----------------------------------------------
 __container
-----------------------------------------------*/

#container {
	width:740px;
	margin:auto;
	border:double #000000 3px;
}

#wrap {
		height:160px;
 		margin:auto;
 		border-bottom:solid #000000 1px; 
 		background:#ffded0;     
}

/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header h1 {
	padding-top:20px;
}

#header p{
	font-size:85%;
	font-weight: bold;
	margin-bottom:2px;
	margin-right:5px;
}
/*-----------------------------------------------
 __footer
-----------------------------------------------*/


#footer {
	clear:both;
	padding:10px;
	border-top:solid #000000 1px;
	background:#ffded0;
	font-size:75%;
}

#footer ul {
	margin:15px auto 10px;
	text-align:center;
}

#footer ul li {
	display:inline;
	margin-right:5px;
	padding-left:10px;
	line-height:1.1;
	border-left:2px solid white;
	position: relative;
}

#footer ul a {
  text-decoration:none;
}

#footer ul#footerNavi li.utilityHome {
	border-left:0;
}

#footer p#copyright {
	text-align:center;
}


/*-----------------------------------------------
 __main
-----------------------------------------------*/

#border {
        height:auto;
        padding:10px;
		color:black;
        background:#fef7dd;
        font-size:100%;
        line-height:1.5em;
        overflow:hidden;
}
#border p.center{
	margin-left:9.5em;
}


/*-----------------------------------------------
 __menu
-----------------------------------------------*/

#menu {
}


ul#globalNavi {
	margin: 0;
	padding: 0;
	width: 735px;
}

ul#globalNavi:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

ul#globalNavi li {
	margin: 0;
	padding: 0;
	float: left;
	width: 105px; /* ボタンの幅 */
	line-height: 1;	
	list-style-type: none;

}

ul#globalNavi li a {
	padding: 0.6em 0; /* ボタンの厚みはここで調整 */
	display: block;
	position: relative;/* IE6でマウス反応領域がおかしいのをFix */
	font-size: 75%;
	color: #000;
	text-align: center;
	text-decoration: none;
	background-color: #e9ffff;
}

ul#globalNavi li a:hover {
	color: #fff;
	background-color: #befefe;
}


/*-----------------------------------------------
 __sub
-----------------------------------------------*/



.koushin {
 font-size: 20px;
 font-weight: bold;
 color: red;
}

span.koushin b{
  font-size: 30px;
}

.blue{
	color:blue;
}

img.topImg_left {
margin-left:35px;
}
img.topImg_right {
margin:0 10px 0 45px;
}

.txtRight {
font-size:80%;
font-weight:bold;
margin-right: 20px;
float:right;
}

p.clear{
clear:none;
margin-right:10px;
font-size: 80%;
font-weight: bold;
}

p.clear2{
clear:none;
margin-right:35px;
font-size: 80%;
font-weight: bold;
}

p.clear3{
clear:none;
margin-right:80px;
font-size: 80%;
font-weight: bold;
}

img.imgRight {
margin-right: 10px;
float:right;
}

img.imgSc{
	margin-left:3px;
}

img.imgTh{
	margin-right:15px;
}

img.pi {
	margin-right: 85px;
}

img.imgLeft {
margin-left:1px;
}

img.imgCenter{
margin:0 35px;
}

img.imgCenter2{
margin:0 70px;
}


img.banner{
margin-right:15px;
float:right;
}

h2{
background:#efefef;
padding:8px 5px;
border-right:solid 1px #ccc;
border-bottom:solid 1px #ccc;
border-left:solid 10px #666;
}

h3{
padding:5px 5px;
border-right:solid 1px #ccc;
border-bottom:solid 1px #ccc;
border-left:solid 10px #666;
}

.none{
border-style:none;
}

.purple{
background:#e3d4ff;
}
.black{
background:#efefef;
}

.orange{
background:#ffe3d4;
}
.green{
background:#e3ffd4;
}


ul{
margin: 0 0 0 1em; 
padding: 0; 
}

ul.style1{
list-style-image:url("img/icon.gif");
}

ul.style2{
list-style-image:url("img/icon2.gif");
}

ul.style3{
list-style-image:url("img/icon3.gif");
}

ul li{
padding-left:5px;
} 

.info{
color:red;
}

.oshirase{
font-weight:bold;
}

.center {
    display:block;
    margin: 0 auto;
    text-align: center;
}
.borderline{
border-color:#994400;
border-style:dashed;
border-width:0pt 0pt 1px;
height:0pt;
}

.ap{
	font-size:13px;
}
/*-----------------------------------------------
2010 new css records
-----------------------------------------------*/
.underCom { /* image下コメント用クラスタ */
	font-size:13px;
	float:right;
	margin-right:50px; /*width=260px 時の設定*/
	/*margin-right:18px;*/ /*width=200px 時の設定*/
}
ul#yotei{
	margin-left:90px;
	list-style-image:url("img/icon4.gif");
}
ul#yotei li{
	margin-bottom:20px;
}

.honbun {
	margin-left:5px;
	line-height:2;
}

#cntZone {
	width:67%;
	height:100%;
	float:left;
}
#imgZone {
	width:33%;
	height:100%;
	float:right;
}
#imgZone img.tsuimg1{
	margin-top:150px;
	margin-right:50px;
}
#imgZone img.tsuimg2{
	margin-top:125px;
}
#imgZone img.tsuimg3{
	margin-top:170px;
	margin-bottom:30px;
	margin-right:30px;
}

.borderline_info{
	border-color:magenta;
	border-style:solid;
	border-width:0pt 0pt 1px;
	height:0pt;
	color:magenta;
	font-weight:bold;
}

.info2{
	font-size:120%;
	font-weight:bold;
	color:red;
}

.tel{
	font-size:170%;
	font-weight:bold;
}
/****料金表レイアウト用****/
.cnt_img{
	margin:30px 60px;
	
}

/*-----------------------------------------------
2011 new css records
-----------------------------------------------*/

/***** トップ画像レイアウト微調整用  *****/

img.R2011_11{
	margin-right:20px;
}

img.L2011_11{
	margin-left:20px;
}

/***** トップ画像回り込み文字配置用  *****/

p.clear4{
margin-right:60px;
font-size: 80%;
font-weight: bold;
}

/*-----------------------------------------------
2012 new css records
-----------------------------------------------*/

/***** トップレイアウト構造変更  *****/

#idx_L{
	width:70%;
	height:100%;
	float:left;
}

#idx_R{
	width:30%;
	height:100%;
	float:right;
}

#idx_B{
	width:100%;
	height:100%;
	clear:both;
}

/***** トップ画像回り込み文字配置用  *****/

#idx_R p{
	clear:both;
	font-size:75%;
	font-weight:bold;
}

#idx_R p.clear1{
	margin-left:22px;
}

#idx_R p.clear2{
	margin-left:80px;
}

/***** 既存コードの修正  *****/


img.topImg_right {
margin-left:196px;
}

img.imgAc {
float:none;
}
