@charset "UTF-8";
/*

___________________________________________________________________

	サイトの名前:ストップクラス
	Update  : 2007/4/20

___________________________________________________________________ */

/*
===== 目次 ==============================

    1: クリアする呪文
    2: 全体の設定
    3: リンクの設定
		
=========================================
*/


/*
===== 1: クリアする呪文 =====
*/

box:after{/* for modern brouser */ 
content: " "; clear: both; height: 0; display: block; visibility: hidden;} 

* html box{/* for IE */ 
/*¥*/height:1%;/* for WinIE*/ 
display:inline-table;/* for MacIE*/ 
}


/*
===== 2: 全体の設定 =====
*/
body {
	text-align:center;	/* IE5.5以前でcontainerを中央配置する為 */
	font: normal 100% "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
	}
	
#container {
	width: 800px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;		/* containerを中央配置する為 */
	margin-left: auto;		/* containerを中央配置する為 */
	text-align: left;		/* body の text-align:center を無効にする為 */
	padding: 0;
	background:url("/imgs/bg_main.jpg") left top no-repeat #FFF;
	font-size: 80%;
	color: #333333;
	}
	
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote {
	margin:0;
	padding: 0;
	text-align: left;
	display: block;
	font-size:100%;
	}

hr { 
	display : none;
	}
	
img {
	border: none;
	}

table {
	margin:0;
	padding: 0;
	empty-cells: show;
	font-size:100%;
	}

ul {
	list-style: none;
	}


em {
	color: #e00;
	font-style: normal;
	}
	
/*
===== 3: リンクの設定 =====
*/

a:link {
  color:#000;
  text-decoration:underline;
	}
	
a:visited {
  color:#000;
  text-decoration:none;
	}
	
a:hover {
  color:#CC0066;
  text-decoration:underline;
	}
	
a:active {
  color:#CC0066;
  text-decoration:underline;
	}
	
/*
===== 4: レイアウトの設定 =====
*/

#header {
	background:url(/imgs/bg_header.gif) repeat-x top;
	margin-bottom: 2px;
	}

#wrapper {
	}
	
#topcontetns {
	width:556px;
	float: right;
	margin:10px 0;
	padding:0 0 0 5px;
	}

#contetns {
	width:556px;
	float: right;
	margin:0 0 10px 0;
	padding:0 0 20px 5px;
	}
	
#mainnavi {
	width:229px;
	float: left;
	margin: 18px 0 10px 0;
	padding-right: 5px;
	border-right: 1px solid #ccc;
	}
	
#footer {
	clear: both;
	}	


/*
===== 5: ヘッダの設定 =====
*/
#header h1 {
	float: left;
	width: 250px;
	padding-top: 7px;
	}

.pagetitle {
                width: 500px;
	height: 47px;
                _width: 800px;
	_height: 107px;
	background: url(/imgs/sec_header.jpg) no-repeat;
                padding-top:60px;
                padding-left:300px;
                _padding-top:0px;
                _padding-left:0px;
	}

.pagetitle h2{
                font-size:20px;
                color:#fff;
                _margin-top:65px;
                _margin-left:350px;
                text-align:center;
	}

	
#header p#phone {
	float: right;
	width: 318px;
	height: 87px;
	background: url(/imgs/head_tel.jpg) no-repeat;
	}


#header p#phone img {
	position: relative;	
	top: 36px;
	}
	
#header p#phone a#form {
	position: relative;	
	left: 100px;
	}

#header p#phone a#application {
	position: relative;	
	left: 109px;
	}

/*#header p#phone img {
	padding-top: 42px;
	}
	
#header p#phone a#form {
	padding-left: 100px;
	padding-right: 11px;
	}
*/

#header ul {
	clear: both;
	background: url(/imgs/bg_hmenu.gif); repeat-x;
	padding-left: 3px;
	}
	
#header li {	
	list-style: none;
	display: inline;
	margin-right: 1px;
	}
	

	/*
===== 6: コンテンツの設定 =====
*/

#contetns h2 {

	}

	
#topcontetns h3 {
	background: url(/imgs/bg_h3.gif) no-repeat 0 50%;
	height: 29px;
	padding: 10px 0 0 30px;
	color: #fff;
	font-size: 16px;
	}
	
#contetns h3 {
	background: url(/imgs/bg_h3.gif) no-repeat 0 50%;
	height: 27px;
	margin-bottom: 10px;
	padding: 12px 0 0 30px;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	clear:both;
	}

#contetns h4 {
	margin: 10px 5px;
	}
	
#contetns p {
	padding: 0 5px;
	line-height: 160%;
	}
	
#contetns p#ptop {
	width: 105px;
	float: right;
	margin-top: 10px;
	}

/*
--　トップページ　--
*/

#topcontetns #pr {
	text-align: center;
	padding-bottom: 25px;	
	background: url(/imgs/bg_topmain.gif) no-repeat bottom;
	}

#topcontetns #pr img {
	margin-bottom: 5px;
	}
	
#topcontetns #topic{
    line-height:150%;
}

#topcontetns #topic table {
	padding-bottom: 25px;	
	background: url(/imgs/bg_topmain.gif) no-repeat bottom;	
	}

#topcontetns #topic table td {
	padding: 5px;
	vertical-align: top;
	}

#topcontetns #topic table td ul {
	list-style: disc;
	margin-left: 10px;
	}

#topcontetns #topic table td li {
	padding-bottom: 4px;
	list-style:none;
	border-bottom:1px dotted #CCCCCC;
	}

#topcontetns #topic table td img {
	padding-bottom: 10px;
	}

#topnews {
	clear: both;
	}

#topnews ul {
	list-style: none;
	margin-left: 10px;
	}

#topnews li {
	padding: 5px 0;
	border-bottom: 1px dotted #ccc;
	}

#topnews p {
	float: right;
	margin: 10px 0;
	}

#topnews p img {
	margin: 0 5px;
	}

/*
--　パンクズ　--
*/

#dirnavi {
    font-size:80%;
	margin-bottom:5px;
	}

#dirnavi strong {
	font-weight: normal;
	}

#dirnavi a {
	text-decoration: underline;
	}

/*
--　営業案内カテゴリトップと最新情報トップ　--
*/
.entrylist,
.newslist {
	width: 265px;
	float: left;
	/*padding: 10px 5px;*/
    padding-left:5px;
	}

#contetns .entrylist h3,
#contetns .newslist h3 {
	background: none;
	border-left: 3px solid #c06;
	border-bottom: 1px dashed #c06;
	height: 17px;
	padding: 3px 0 3px 12px;
	color: #000;
	font-size: 130%;
	font-weight: bold;
	margin-left:5px;
	margin-top:20px;
	}

#contetns .entrylist p,
#contetns .newslist p  {
	margin: 10px auto;
	}

#contetns .entrylist a img,
#contetns .newslist a img {
	margin:10px 0 0 125px;
	}


#contetns .entrylist h3 a{
text-decoration:underline;
}

/*
--　料金一覧　--
*/
#contetns p.tax {
	text-align: right;
	font-size: 90%;
	padding-right: 15px;
	}

#cost {
	border: 1px solid #FFCAD2;
	background: #FFEEF4;
	margin: 12px 5px;
	padding: 15px 5px;
	}

#automatic {
	margin: 10px 0;
	}
	
#automatic p {
	margin: 10px 0px;
	}
	
#option dl {
	margin: 10px;
	}
	
#option dt {
	float: left;
	clear: both;
	width: 150px; 
	line-height: 30px;
	}
	
#option dd {
	line-height: 30px;
	}

#campaign table,
#option table,
#cost table {
	clear: both;
	width: 520px;
	margin: 10px auto;
	 }

#campaign ul,
#option ul {
	font-size: 90%;
	list-style: disc;
	margin-left: 20px;
	}


#campaign em,
#cost em {
	font-weight: bold;
	color: #000;
	}
	
#cost {
	border: 1px solid #FFCAD2;
	background: #FFEEF4;
	margin: 12px 0;
	padding: 15px 5px;
	}
	
#cost img {
	padding-bottom: 10px;
	} 

	
#campaign td,
#cost td,
#option td {
	padding: 5px;
	border-right: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
	}
	
#option th {
	background: #036;
	padding: 5px;
	border-right: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
	color: #fff;
	}

#campaign th.none,
#cost td.none,
#option th.none {
	background: #fff;
	border: none;
	}

#cost td.none {
	background: #FFEEF4;
	border: none;
	}

#campaign strong {
	color: #F00;
	font-size: 110%;
	}	

#option strong {
	color: #F00;
	font-size: 120%;
	}

#option em {
	color: #000;
	font-weight: bold;
	}
	
.pink1 {
	background: #FFE6EA;
	text-align: right;
	}
	
.pink2 {
	background: #FFCAD2;
	text-align: center;
	}
	
.pink3 {
	background: #F4C4D3;
	text-align: right;
	}
	
.pink4 {
	background: #EB94BF;
	font-weight: bold;
	}
	
.pink5 {
	background: #D5297F;
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
	}
	
.og1 {
	background: #F8E6D1;
	}
	
.og2 {
	background: #F5E3C9;
	text-align: center;
	}
	
.og3 {
	background: #FFE8C4;
	text-align: right;
	}
	
.og4 {
	background: #FFCE84;
	font-weight: bold;
	}
	
.og5 {
	background: #F90;
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
	}
	
.gray {
	background: #E1E8E7;
	}
	
.white {
	background: #fff;
	text-align: right;
	}
	
.txtright {
	text-align: right;
	}
	
.txtcenter {
	text-align: center;
	}

/*
--　サイトマップ　--
*/

#sitemap h4 {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
	padding: 5px;
	}

#sitemap  ul {
	margin:0 0 20px 20px;
	}

/*
--　契約内容について　--
*/

#contract {
	width: 500px;
	margin: 10px auto;
	}

#contract img {
	width: 300px;
	margin: 10px 100px;
	}

#contract strong {
	text-align: center;
	font-size: 140%;
	color: #f00;
	}

/*
--　仮申し込み　--
*/

table#form1 {
	width: 520px;
	margin: 10px auto;
	}

table#form1 th {
	width: 150px;
	background: #FFE6EA;
	text-align: right;
	}

table#form1 td {
	background: #FFCAD2;
	}

/*
--　ストップクラスはここが違う　--
*/

#check table {
	width: 520px;
	margin: 10px auto;
	}

#check table th {
	background: #036;
	padding: 5px;
	border-right: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
	color: #fff;
	}

#check table th.none {
	background: #fff;
	border: none;
	}

#check table td {
	padding: 5px;
	border-right: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
	text-align: center;
	}

#check table td.og6 {
	background: #F90;
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
	}

#check table td.og7 {
	background: #FFE8C4;
	}

em.please {
	font-size: 120%;
	font-weight: bold;
	color: #f00;
	text-align: center;
	}

/*
--　店舗情報　--
*/

#mapinfo img.nomap  {
	float: left;
	margin: 10px 5px;
	}

#mapinfo dl {
	clear:both;
	margin: 10px;
	}
	
#mapinfo dt {
	float: left;
	clear: both;
	width: 100px; 
	}
	
#mapinfo dd {
	margin-left: 100px;
	}

#mapinfo p {
	text-align: center;
	}
	

/*
--　最新情報　--
*/

p#date {
	text-align: right;
	margin: 0 10px 10px 0;
	}


/*
===== 7: メインナビゲーションの設定 =====
*/

#mainnavi a {
	display: block;	
	text-decoration: underline;
	}

#mainnavi ul {
	width: 222px;
	margin: 5px 3px 10px 4px;
	background: #eee;
	list-style: none;
	padding-bottom: 5px;
	}
	
#mainnavi li {
	background: url(/imgs/bg_mnavi_cat.gif) no-repeat;
	}

#mainnavi li a {
	padding: 5px 0 0 30px;
	height: 26px;
	font-weight: bold;
	}

#mainnavi li a.mid {
	margin-top: 5px;
	}


#mainnavi ul ul {
	margin: 0;
	padding: 0;
	}
	
#mainnavi ul ul li {
	background: url(/imgs/bg_mnavi_entry.gif) no-repeat 0 50%;
	}

#mainnavi ul ul li a {
	display: block;
	height: 30px;
	_height: 21px;
	margin: 0;
	padding: 5px 10px 0px 40px;
	_padding: 7px 10px 0px 40px;
	font-weight: normal;
	}

*+html #mainnavi ul ul li a {
	display: block;
	height: 30px;
	margin: 0;
	padding: 10px 10px 0px 40px;
	font-weight: normal;
	}



#mainnavi #navishopinfo {
	width: 213px;
	margin: 0px 8px;
	}

#mainnavi #navishopinfo p {
	margin: 10px 0;
	}
	
/*
===== 8: フッタの設定 =====
*/	
#footer {
	clear: both;
	background: url(/imgs/bg_footer.gif); no-repat bottom;
	color: #fff;
	height: 70px;
	}
	
#footer a {
	text-decoration: underline;
	color: #fff;
	}
	
#footer ul {
	text-align: center;
	padding-top: 8px;
	}
	
#footer li {
	list-style: none;
	display: inline;
	padding: 0 0.5em;
	border-right: 1px solid #fff; 
	}
	
#footer li.end {
	border: none; 
	}
	
#copyright {
	font-size: ;
	text-align: center;
	padding: 22px 0 5px 0;
	}


/*
===== 9: 追加 =====
*/	

.contentsmore{
line-height:150%;
}

.service01 p{
padding:10px;
border-bottom:1px solid #D7A8A8;
margin:10px 0px 5px 0px; 
}

.service01 ul{
margin:0px;
padding:0px;
}

.service01 li{
border-bottom:1px solid #D7A8A8;
padding:5px;
}

.hyouki{
width:525px;
font-weight:bold;
font-size:130%;
padding:8px;
border:1px solid #0066CC;
margin-top:20px;
text-align:center;
}

.keiyaku01{
padding:5px;
border:1px solid #D7A8A8;
margin-top:20px;
}

.entryTable04{
width:100%;
}

.entryTable04 th{
width:30%;
padding:5px;
background-color:#F5F5F5;
border-bottom:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
}

.entryTable04 td{
padding:5px;
border-bottom:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
}

.submit{
text-align:center;
margin:20px;
}

#naiyou{
width:330px;
height:150px;
}

.red02{
color:#CC0033;
}