/* CSS Document */


/******************共通****************/
a:link {
	color: #0066CC;
}
a:visited {
	color: #0066CC;
}
a:hover {
	color: #6699FF;
}
a:active {
	color: #FFCC00;
}

body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1em;
	color: #1E1615;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/borderbg.png);
}

h1{
	height: 30px;
	width: 900px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #06EA45;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h2{
	height: 30px;
	width: 900px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #06EA45;
}

p{
	font-size: 14px;
	color: #666666;
	line-height: 18px;
}

.cap{
	padding-left: 55px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}

.pagetop{
	font-size: 10px;
	float: right;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	line-height: 12px;
	margin-bottom: 0px;
}

/**************フロート**************/
.float_right{
	margin: 0px;
	float: right;
}



/******************ヘッダー****************/
#header{
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 50px;
	background-color: #FFFFFF;
	padding-bottom: 5px;
}

.header_catch{
	font-size: 12px;
	margin: 0px;
	float: left;
	height: 22px;
	width: 400px;
	padding-top: 17px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #333333;
}


/******************ナビ****************/
#nav{
	height: 30px;
	width: 100%;
	background-image: url(../img/menu_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	display: block;
	background-position: center;
	clear: both;
}


#nav ul {
	padding:0px;
	list-style:none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
}
#nav ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}

#nav ul li a.navi_01 {
	width:180px;
	height:30px;
	overflow:hidden;
	background-position:0px 0px;
	text-indent: -9999px;
	display: block;
	background-image: url(../img/menubar.gif);
	background-repeat: no-repeat;
}

#nav ul li a:hover.navi_01 {
	width:180px;
	height:30px;
	overflow:hidden;
	background-position:0px -30px;
	text-indent: -9999px;
	display: block;
	background-image: url(../img/menubar.gif);
	background-repeat: no-repeat;
}

#nav ul li a.navi_02 {
	width:180px;
	height:30px;
	overflow:hidden;
	background-position:-180px 0px;
	text-indent: -9999px;
	display: block;
	background-image: url(../img/menubar.gif);
	background-repeat: no-repeat;
}

#nav ul li a:hover.navi_02 {
	width:180px;
	height:30px;
	overflow:hidden;
	background-position:-180px -30px;
	text-indent: -9999px;
	display: block;
	background-image: url(../img/menubar.gif);
	background-repeat: no-repeat;
}

#nav ul li a.navi_03 {
	width:180px;
	height:30px;
	overflow:hidden;
	background-position:-360px 0px;
	text-indent: -9999px;
	display: block;
	background-image: url(../img/menubar.gif);
	background-repeat: no-repeat;
}

#nav ul li a:hover.navi_03 {
	width:180px;
	height:30px;
	overflow:hidden;
	background-position:-360px -30px;
	text-indent: -9999px;
	display: block;
	background-image: url(../img/menubar.gif);
	background-repeat: no-repeat;
}

#nav ul li a.navi_04 {
	width:180px;
	height:30px;
	overflow:hidden;
	background-position:-540px 0px;
	text-indent: -9999px;
	display: block;
	background-image: url(../img/menubar.gif);
	background-repeat: no-repeat;
}

#nav ul li a:hover.navi_04 {
	width:180px;
	height:30px;
	overflow:hidden;
	background-position:-540px -30px;
	text-indent: -9999px;
	display: block;
	background-image: url(../img/menubar.gif);
	background-repeat: no-repeat;
}

#nav ul li a.navi_05 {
	width:180px;
	height:30px;
	overflow:hidden;
	background-position:-720px 0px;
	text-indent: -9999px;
	display: block;
	background-image: url(../img/menubar.gif);
	background-repeat: no-repeat;
}

#nav ul li a:hover.navi_05 {
	width:180px;
	height:30px;
	overflow:hidden;
	background-position:-720px -30px;
	text-indent: -9999px;
	display: block;
	background-image: url(../img/menubar.gif);
	background-repeat: no-repeat;
}

/******************コンテンツ********************/
#contents{
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	background-color: #FFFFFF;
}



/******************フッター****************/

#footer{
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 115px;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #00FF33;
}

.footer_left{
	margin: 0px;
	float: left;
	width: 270px;
	padding-top: 5px;
	padding-left: 30px;
	height: 110px;
}
.footer_info{
	margin: 0px;
	font-size: 10px;
	color: #333333;
	padding-left: 5px;
}

.footer_catch{
	font-size: 10px;
	color: #666666;
	margin: 0px;
	float: left;
	height: 105px;
	width: 315px;
	padding-top: 10px;
	padding-left: 25px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	line-height: 1.8em;
	padding-right: 10px;
	padding-bottom: 0px;
}

.footer_menu{
	font-size: 10px;
	line-height: 18px;
	height: 115px;
	width: 200px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	float: right;
	list-style-type: square;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}


.footer_bar{
	height: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.footer_bar p{
	font-size: 8px;
	color: #999999;
}

/******************トップページ********************/
#mainimage{
	height: 320px;
	padding-bottom: 15px;
}

#intro{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D7D7D7;
}
.intro_cap{
	float: left;
	background-image: url(../img/stripe_b_bg.gif);
	background-repeat: repeat-y;
	font-size: 12px;
	color: #666666;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
	height: 80px;
	margin: 0px;
	width: 435px;
	line-height: 18px;
}
.intro_phone{
	margin: 0px;
	float: right;
	height: 65px;
	padding-top: 10px;
	padding-bottom: 5px;
}

/*コンテンツ囲みボックス*/
#mainbox{
	margin-top: 20px;
	margin-bottom: 50px;
}

/*左ボックス*/
#box1{
	width: 340px;
	float: left;
	height: 220px;
	margin-right: 10px;
	margin-bottom: 15px;
	background-image: url(../img/border_gr_bg.gif);
	background-repeat: repeat;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 18px;
}


/*右ボックス*/
#box2{
	float: right;
	width: 510px;
}

/*こんな時*/
.case{
	height: 165px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}


/******************当店ご案内********************/

.shopinfo{
	width: 900px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.shopinfo img{
	padding: 0px;
	height: 195px;
	width: 300px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 50px;
}

.map{
	float: right;
	width: 430px;
	margin-top: 5px;
	margin-right: 80px;
}

.access{
	width: 900px;
	height: 235px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.accessphoto{
	float: left;
	border: 1px solid #CCCCCC;
	padding: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 50px;
}
.access p{
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	float: right;
	width: 460px;
	padding-top: 40px;
	padding-right: 50px;
}

/************テーブル（お店基本情報）**************/

table.shop{
	width: 300px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 50px;
}
table.shop th{
	width: 90px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
table.shop td{
	font-size: 12px;
	color: #666666;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}


/************テーブル（会社概要・沿革）**************/
table.company{
	width: 650px;
	margin-left: 50px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 50px;
}
table.company th{
	width: 140px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin: 0px;
	background-image: url(../img/stripebg.gif);
	background-repeat: repeat-y;
}
table.company td{
	font-size: 12px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 18px;
}
.g{
	color: #66FF66;
}

/************テーブル（業務内容）**************/

table.service{
	width: 630px;
	margin-left: 50px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 50px;
	float: left;
}
table.service th{
	width: 170px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: left;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 0px;
	margin: 0px;
}
table.service td{
	font-size: 12px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 20px;
	line-height: 18px;
}

.illust{
	width: 200px;
	float: right;
	padding-top: 30px;
}
.illust img{
	padding-top: 15px;
	padding-bottom: 15px;
}


/************こんな時には**************/

.situation{
	width: 780px;
	margin-left: 35px;
	margin-bottom: 50px;
}

.situation img{
	margin-right: 5px;
	margin-left: 5px;
}

/*解法ボックス　背景あり*/
.sol_01{
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	padding: 20px;
	height: 155px;
	width: 250px;
	background-image: url(../img/trouble01sol.jpg);
	margin: 0px;
	clear: both;
	float: right;
}

.sol_02{
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	padding: 20px;
	height: 155px;
	width: 250px;
	background-image: url(../img/trouble02sol.jpg);
	margin: 0px;
	clear: both;
	float: right;
}

.sol_03{
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	padding: 20px;
	height: 155px;
	width: 250px;
	background-image: url(../img/trouble03sol.jpg);
	margin: 0px;
	clear: both;
	float: right;
}


.sol_r01{
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	padding: 20px;
	height: 155px;
	width: 250px;
	background-image: url(../img/reform01sol.jpg);
	margin: 0px;
	clear: both;
	float: right;
}

.sol_r02{
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	padding: 20px;
	height: 155px;
	width: 250px;
	background-image: url(../img/reform02sol.jpg);
	margin: 0px;
	clear: both;
	float: right;
}

.sol_r03{
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	padding: 20px;
	height: 155px;
	width: 250px;
	background-image: url(../img/reform03sol.jpg);
	margin: 0px;
	clear: both;
	float: right;
}


/********************お知らせ情報*********************/
.topic{
	width: 310px;
	padding-left: 10px;
}
.topic h4{
	font-size: 12px;
	font-weight: bold;
	color: #00FF00;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.topic p{
	font-size: 12px;
	color: #666666;
}