@charset "UTF-8";
/*共通の設定*/
/*テーブル1*/
table.t1{
margin:0;
padding:0;
width:900px;
}
table.main{
width:600px;
border:1px solid #adaa9c;
}

/*----------------------------------------------------------------*/
/* エラーメッセージの表示 */
div.errmsg{
font-size:100%;
color:#ff0000;
padding-left:5px;
}
/*----------------------------------------------------------------*/

/*ヘッダー*/
#header {
	width:900px;
	background-color:#ffffff;
}

#header img.logo{
	float:left;
	padding:5px 0;
}

#header p{
	text-align:right;
	font-size:10pt;
	/*font-size:80%;*/
}

p.header_link {
	color: #004ea2;
}

p.header_link a {
	color: #004ea2;
	text-decoration: underline;
}

p.header_link a:hover {
	color: #00a4b0;
}

/* お問い合わせ */
#header li.topnavi1{
	float:right;
	padding: 3px 1px 5px 1px;
}

#header li.contact a {
	left: 158px;
	width: 104px;
	height: 39px;
	background: url(../images/contact.gif) no-repeat;
	display: block;
}

#header li.contact a:hover {
	background: url(../images/contact_on.gif) no-repeat  0;
}

#header li.entry a {
	left: 158px;
	width: 104px;
	height: 39px;
	background: url(../images/entry.gif) no-repeat;
	display: block;
}

#header li.entry a:hover {
	background: url(../images/entry_on.gif) no-repeat  0;
}

#header li.sample_entry a {
	left: 158px;
	width: 210px;
	height: 59px;
	background: url(../images/sample_entry.gif) no-repeat;
	display: block;
}

#header li.sample_entry a:hover {
	background: url(../images/sample_entry_on.gif) no-repeat  0;
}


.nondis {
	display: none;
}

.top_navi{
	width:100%;
	background-color: #28a3df;
	text-align:left;
}

.top_navi li{
	float: left;
	width: 128px;
	text-align:center;
}

.top_navi li a{
	display: block;
	font-weight: bold;
	font-family:'HG丸ｺﾞｼｯｸM-PRO','ＭＳ Ｐゴシック',Osaka,sans-serif,Arai;
	font-size:11pt;
	line-height: 44px;
	color: #ffffff;
	width: 128px;
	height: 44px;
	background-image: url(../images/topnavi.gif);
}

.top_navi ul li a:hover{
color: #030b64;
/*text-decoration: underline;*/
background-image: url(../images/topnavi_on.gif);
}

/* 料金について（service.html）*/
table.service_tbl{
	border:1px solid #dddddd;
	margin: 0 10px;
}

table.service_tbl th{
	background-color: #c5e7f2;
	padding: 20px;
}

table.service_tbl td{
	padding: 20px;
}

table.service_tbl2{
	border-bottom:1px solid #dddddd;
	margin: 25px 10px;
	width: 90%;
}

table.service_tbl2 th{
	background-color: #c5e7f2;
	padding: 5px 20px;
	font-weight: bold;
	border-top:1px solid #dddddd;
	border-left:1px solid #dddddd;
	width: 30%;
}

table.service_tbl2 td{
	padding: 5px 20px;
	border-top:1px solid #dddddd;
	border-right:1px solid #dddddd;
}

/* ご利用案内 */
span.spt{
	font-weight:bold;
	font-size: 115%;
	line-height: 25px;
	color:#f8700d;
}

p.q-box {
	position: relative;
	width: 605px;
	margin: 20px 0 0 0;
	padding: 15px 0 15px 45px;
	color: #003fee;
	font-weight: bold;
	border-top: 1px solid #b7b7b7;
	background: url(../images/btn-q.jpg) no-repeat 10px 10px;
	background-color: #f5f5f5;
}

p.a-box {
	position: relative;
	width: 595px;
	padding: 15px 10px 30px 45px;
	margin: 0 0 20px 0;
	border-top: 1px dotted #b7b7b7;
	background: url(../images/btn-anser.jpg) no-repeat 10px 10px;
	background-color: #f5f5f5;
}

/* 会社案内 */
table.company_tbl{
	border-bottom: 1px solid #b4b4b4;
	width: 650px;
}

table.company_tbl th{
	padding: 8px 10px 6px 10px;
	width: 25%;
	border-top: 1px solid #b4b4b4;
	background-color:#def1f9;
	font-weight: bold;
}

table.company_tbl td{
	border-top: 1px solid #b4b4b4;
	padding: 4px 0 6px 15px;
}

/* お問い合わせ、申し込みエンド画面 */
p.send_mess{
	width: 100%;
	padding: 25px;
	text-align: center;
	background-color: #def1f9;
	border: 1px solid #b4b4b4;
	margin: 25px 0;
}

/* サーバーについて */
table.server_tbl{
	border-bottom:1px solid #dddddd;
	margin: 25px 10px;
	width: 90%;
}

table.server_tbl th{
	background-color: #c5e7f2;
	color:#666666;
	padding: 5px 20px;
	border-top:1px solid #dddddd;
	border-left:1px solid #dddddd;
}

table.server_tbl td{
	padding: 5px 20px;
	text-align:center;
	border-top:1px solid #dddddd;
	border-right:1px solid #dddddd;
	width:200px;
}

/*お水について*/
div.water_soft_hard{
	position: relative;
	width: 550px;
	height: 220px;
	margin: 0 0 0px 0;
	background: url("../images/bg_water.jpg") center top no-repeat;
}
div.water_soft_hard p{
	width: 180px;
	height: 155px;
	overflow: auto;
	position: absolute;
	line-height: 1.5em;
}
div.water_soft_hard p.soft{left: 70px; top:50px;}
div.water_soft_hard p.hard{left: 335px; top: 50px;}

/*----------------------------------------------------------------*/
/*フッター*/
#footer{
	border-top:1px solid #28a3df;
	font-size:10pt;
	padding:12px;
	margin:15px 0 0 0;
	width:873px;
}


/*----------------------------------------------------------------*/
.top_main_contents {
	width: 900px;
}

.top_main_contents h3 {
	font-weight:bold;
	font-size:14pt;
	line-height:40px;
	background: url(../images/title.gif) no-repeat; 
	height: 40px;
	width: 650px;
	padding-left: 20px;
	margin: 0 0 0 0;
	color:#330000;
	clear: both;
}

.top_main_contents h4 {
	font-weight:bold;
	font-size:13pt;
	line-height:22px;
	background: url(../images/mk.gif) no-repeat; 
	border-bottom: 1px dotted #28a3df;
	height: 25px;
	width: 615px;
	padding-left: 25px;
	margin: 15px 0 15px 10px;
	color:#330000;
	clear: both;
}

.clear {
clear: both;
}

.title {
	font-weight:bold;
	/*font-size:15px;*/
	font-size:105%;
	line-height:40px;
	background: url(../images/title.gif) no-repeat; 
	height: 40px;
	width: 650px;
	padding-left: 20px;
	margin: 15px 0 15px 0;
	color:#330000;
	text-align:left;
}

.p1 {
	padding: 0 10px;
}

ul.sitemap{
	margin: 15px 30px 0 37px;
	line-height: 200%;
	font-size: 100%;
}

ul.sitemap a {
	color: #330000;
	text-decoration:underline;
}

ul.sitemap a:hover {
	color: #004080;
}

ul.sitemap a:visited{
	color: #004080;
}

li.sitemk{
	list-style-image: url(../images/mk.gif);
}

ul.sitemap2{
	margin: 2px 30px 2px 25px;
}

li.p5 {
	line-height: 120%;
	font-size: 100%;
	color:#0088CA;
	text-align: left;
	padding: 0;
	list-style: circle;
}

ul.sitemap3{
	margin: 2px 30px 2px 25px;
}

li.p6 {
	line-height: 120%;
	font-size: 100%;
	color:#0088CA;
	text-align: left;
	padding: 0;
	list-style: disc;
}

li.p7 {
	line-height: 120%;
	font-size: 100%;
	color: #0088CA;
	text-align: left;
	padding: 0;
	margin: 0 15px 0 5px;
	border-bottom:1px solid #0088CA;
	display:inline;
}

/*左側TDの設定-----------------------------------------------------*/
.left{
vertical-align:top;
text-align: left;
padding:15px 0;
width: 670px;
}
/*----------------------------------------------------------------*/

/*右側TDの設定-----------------------------------------------------*/
.right{
vertical-align:top;
padding:15px 0 15px 0;
}

.waku1{
	border: 1px solid #cccccc;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	padding: 5px;
}

.w_logo{
	font-size:15px;
	font-weight:bold;
	padding: 0px 0px 0px 10px;
	text-align:left;
	font-family:'HG丸ｺﾞｼｯｸM-PRO','ＭＳ Ｐゴシック',Osaka,sans-serif,Arai;
}

.w_logo2{
	font-size:11pt;
	font-family:'HG丸ｺﾞｼｯｸM-PRO','ＭＳ Ｐゴシック',Osaka,sans-serif,Arai;
}

.waku1_p{
	font-size: 12px;
	line-height: 160%;
	margin: 0px;
	padding: 0px 0px 15px 10px;
	text-align:left;
	/*font-family:'HG丸ｺﾞｼｯｸM-PRO','ＭＳ Ｐゴシック',Osaka,sans-serif,Arai;*/
}


.side {
	font-weight:bold;
	font-size:15px;
	line-height:40px;
	background: url(../images/side.gif) no-repeat; 
	height: 40px;
	width: 215px;
	color:#ffffff;
	text-align:center;
}

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

