/* 各ページ独自のデザイン
----------------------------------------------------------- */
@import url("http://revonet.net/revoGlobal/revoGlobal.css");

/*
	Site Name: 
	Description: CSS filter
	Date: 2007/04/20
	Last Update: 2007/05/24
	Author: レボネット株式会社. http://www.revonet.co.jp
*/

@charset "Shift_JIS";

/* ===== Universal Reset ===== */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,p,blockquote,th,td {
  margin:0px;
  padding:0px;
}

/* ===== ▽ページ全般設定 ===== */
input[type="submit"],input[type="reset"],
input[type="radio"],input[type="checkbox"],
label,button {
  cursor:pointer;
}

a {
	color: #6FAD02;
}

a:hover {
	color: #EA0000;
}

h1 {
	display: none;
}
h2,h3,h4,h5,h6 {
  font-size:140%;
}

ol,ul {
  list-style:none;
}

a img {
  border:none;
}

img {
	border: none;
}

p {
	line-height: 160%;
	text-align: left;
}

ul {
	padding-left: 20px;
	margin-bottom: 5px;
}
ul.plan {
	padding-left: 20px;
	margin-bottom: 5px;
	clear: both;
}
ul.price {
	padding-left: 20px;
	margin-bottom: 5px;
	float: left;
}

li {
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 5px;
	padding-left: 20px;
	line-height: 120%;
}
b {
	color: #CC3333;
	font-weight: bold;
}

/* ===== ▲ページ全般設定 ===== */

/* ===== ▽body ===== */
body {
	text-align: center;
	font-size: 14px;
	background-image: url(../images/bodyBg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

/* ===== ▲body ===== */

/* ===== ▽container ===== */
#container {
	width: 780px;
	text-align: left;
	margin: 0px auto;
	background-position: top center;
}

/* ===== ▲container ===== */


/* ===== ▽header ===== */
#header {
	height: 100px;
	width: 780px;
	background-image: url(../images/header.jpg);
	text-indent: -9999px;
	background-repeat: no-repeat;
}

#logo a{
	width: 300px;
	height: 75px;
	display: block;
	margin-top: 15px;
	float: left;
}

#headerContact a{
	width: 250px;
	height: 30px;
	display: block;
	margin-top: 60px;
	float: right;
}


/* ===== ▽gNavi ===== */
#gNavi {
	width: 780px;
	background-image: url(../images/gNavi.jpg);
	color: #FFFFFF;
	text-align: center;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-repeat: no-repeat;
}

#gNavi a{
	color: #FFFFFF;
	text-decoration: none;
}

#gNavi a:hover{
	color: #F6EF09;
	text-decoration: underline;
}

/* ===== ▲gNavi ===== */
/* ===== ▽bread ===== */
#bread {
	height: 10px;
	width: 780px;
	background-color: #FFFFFF;
	padding: 5px;
	font-size: 90%;
}
/* ===== ▲bread ===== */
/* ===== ▲header ===== */


/* ===== ▽side ===== */
#sNavi {
	width: 200px;
	float: left;
	margin-bottom: 10px;
}

#sNavi p{
	background-image: url(../images/sidePbg.jpg);
	background-repeat: repeat-x;
	padding: 2px;
	padding-left: 25px;
}

#sNavi p.sideL{
	background-image: none;
	padding: 2px;
	padding-left: 5px;
	font-size: 10px;
}

#sNavi p.sideL a{
	color: #666666;
	text-decoration: underline;
}

#sNavi h2{
	background-image: url(../images/sideH2bg.jpg);
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-size: 120%;
	color: #000000;
}

#sNavi a{
	color: #333333;
	text-decoration: none;
}

#sNavi a:hover{
	color: #6FAD00;
	text-decoration: underline;
}


#estimate a{
	background-image: url(../images/estimate.jpg);
	height: 60px;
	width: 200px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}

.pack1 a{
	background-image: url(../images/sideBn1.jpg);
	height: 80px;
	width: 200px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}

.pack2 a{
	background-image: url(../images/sideBn2.jpg);
	height: 80px;
	width: 200px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}

.pack3 a{
	background-image: url(../images/sideBn3.jpg);
	height: 80px;
	width: 200px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}

.qr {
	background-image: url(../images/qr.jpg);
	height: 200px;
	width: 200px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.sideContact a{
	background-image: url(../images/sideContact.jpg);
	height: 160px;
	width: 200px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	margin-bottom: 10px;
}


/* ===== ▲side ===== */


/* ===== ▽content ===== */
#content {
	float: right;
	width: 580px;
}
.mark p{
	margin-bottom: 20px;
	text-align: center;
	clear: both;
}

table {
	width: 560px;
	border: 1px solid;
	border-color: #DDDDDD;
	margin-left: 10px;
	font-size: 14px;
}
td {
	background-color: #FFFFFF;
	padding: 5px;
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
}
tr {

}
.color {
	background-color: #85C026;
	width: 120px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	color: #FFFFFF;
}
caption {
	padding-top: 5px;
	padding-bottom: 5px;
}

th {
	background-color: #0094D5;
	padding: 5px;
	font-size: 100%;
	color: #FFFFFF;
}

form {
	text-align: left;
	background-color: #FFFFFF;
}

.color2 {
	background-color: #EEEEEE;
	width: 200px;
	text-align: center;
}


#mainImg {
	background-image: url(../images/mainImg.jpg);
	height: 175px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: top center;
}


#content h2{
	padding: 15px;
	width: 560px;
	margin: 5px 10px;
	background-image: url(../images/h2Bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 45px;
	color: #000000;
	clear: both;
}

#content h3{
	padding: 10px;
	margin: 5px 0px;
	background-image: url(../images/h3Bg.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 35px;
	color: #000000;
	width: 365px;
	padding-right: 0px;
	margin-right: 0px;
	font-size: 110%;
	margin-left: 5px;
}

#content h3.clear{
	padding: 10px;
	margin: 5px 0px;
	background-image: url(../images/h3Bg.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 35px;
	color: #000000;
	width: 365px;
	padding-right: 0px;
	margin-right: 0px;
	font-size: 110%;
	margin-left: 5px;
	clear: both;
}

#content h4{
	padding: 15px;
	width: 560px;
	margin: 5px 10px;
	background-image: url(../images/h2Bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 45px;
	color: #000000;
	clear: both;
}

#content .point {
	padding: 15px;
	background-image: url(../images/pointBg.jpg);
	background-position: bottom left;
	margin: 5px 10px;
	padding-left: 90px;
	font-size: 110%;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 8px;
	width: 560px;
	clear: both;
	display: block;

}

#content p{
	padding: 10px;
}
#content .pFrame {
	background-color: #FFFCEE;
	padding: 10px;
	border: 1px solid;
	border-color: #FACC38;
	clear: both;
	margin-left: 5px;
}


#content .list {
	background-image: url(../images/list.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 5px;
	padding-left: 30px;
	margin-left: 10px;
}

.line1 {
	width: 180px;
	float: left;
	margin-left: 10px;
	margin-bottom: 5px;
}

.line2 {
	width: 180px;
	float: left;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 5px;
}

.line3 {
	width: 180px;
	float: left;
	margin-bottom: 5px;
}

.pck1 {
	width: 180px;
	height: 180px;
	text-indent: -9999px;
	background-image: url(../images/pck1.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
}

.pck2 {

	width: 180px;
	height: 180px;
	text-indent: -9999px;
	background-image: url(../images/pck2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
}

.pck3 {
	width: 180px;
	height: 180px;
	text-indent: -9999px;
	background-image: url(../images/pck3.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
}

.line1 a{
	font-size: 95%;
}
.line2 a{
	font-size: 95%;
}
.line3 a{
	font-size: 95%;
}

#content .imgRight {
	float: right;
	margin: 0px 10px;
}
#content .center {
	text-align: center;
	margin-bottom: 10px;
	clear: both;
}
.contact {
	text-align: center;
	margin-bottom: 10px;
	margin:0px auto;
}
.contact a {
	width: 200px;
	background-image: url(../images/topContact.jpg);
	height: 60px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	text-align: center;
	margin:0px auto;
	margin-bottom: 10px;
}

/* ===== ▲content ===== */




/* ===== ▽footer ===== */
#footer {
	clear: both;
	background-color: #EEEEEE;
	padding: 10px;
	color: #666666;
	line-height: 20px;
}

#footer a{
	color: #6FAD00;
	text-decoration: underline;
}

#footer a:hover{
	color: #999999;
	text-decoration: underline;
}

#footer2 {
	clear: both;
	background-color: #C2E74A;
	padding: 10px;
}

#footer2 p{
	text-align: center;
	color: #333333;
}


#footer2 a{
	color: #666666;
}

#footer2 a:hover{
	color: #FFFFFF;
}


/* ===== ▽copy ===== */
#copy {
	background-color: #6FAD00;
	padding: 10px;
	color: #FFFFFF;
}
#copy a{
	color: #EEEEEE;
	text-decoration: underline;
}
#copy a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
/* ===== ▲copy ===== */

/* ===== ▲footer ===== */

.style2 {
	color: #FF6600;
	padding: 5px;
}

