@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
	margin:0;
	padding:0;
	line-height:20px;
	font-family:"メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size:12px;
	font-size:12px;
	color:#333;
	background-color: #FFF;
}

br {
   letter-spacing:normal;
}

a {
	color:#06F;
	text-decoration:none;
}

a:hover {
	color:#06C;
	text-decoration:underline;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

em {
   font-style:normal;
   background:#ff0;
}


/* ========TEMPLATE LAYOUT======== */
#top {

}

#header {
	background-image: url(../images/head_bg.jpg);
	background-repeat: repeat-x;
	height: 160px;
}
#head_inner {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 160px;
}


#pr {
	position:absolute;
	left:0px;
	top:33px;
	font-size: 10px;
	color: #333;
}
#tel {
	position: absolute;
	left: 686px;
	top: 42px;
}


#gnavi {
	position:absolute;
	bottom:132px;
	right:0px;
	font-size: 10px;
}
#gnavi a {
	color: #006699;
	text-decoration: none;
}
#gnavi a:hover {
	color: #006699;
	text-decoration: underline;
}
#key {
	height: 350px;
	background-repeat: repeat-x;
}
#key_u {
	height: 95px;
	background-repeat: repeat-x;
}

#key_inner {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#key_inner_u {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#c_t {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height: 15px;
	margin-top: 0px;
}

#wrap {
	background-image: url(../images/wrapbg.jpg);
	background-repeat: repeat-x;
	background-color: #EDEDED;
	padding-top: 20px;
}




#contents {
	width:900px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 60px;
}
#plan {
	background-image: url(../images/planbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 205px;
	margin-bottom: 15px;
}
#plan .plL {
	padding: 2px;
	width: 206px;
	background-color: #FFF;
	float: left;
	margin-right: 17px;
	border: 1px solid #CCC;
}
#plan .plR {
	padding: 2px;
	width: 206px;
	background-color: #FFF;
	float: left;
	border: 1px solid #CCC;
}

.title {
	width: 206px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3px;
}
#plan .txt {
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
}



#main {
	float:left;
	width:645px;
}
.mcon  {
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.mcon2 {
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#main .mcon2 .price {
	text-align: center;
	padding: 5px;
	width: 200px;
	border: 1px solid #CCC;
	font-weight: bold;
	color: #02A1C8;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.wa {
	margin-bottom: 30px;
	position: relative;
}
#main .mcon2 .pBtn {
	position: absolute;
	left: 475px;
	top: 132px;
}




#catch02 {
	background-image: url(../images/top/catch_bg.jpg);
	height: 113px;
	padding-left: 17px;
	padding-top: 10px;
	margin-bottom: 30px;
}


#sub {
	float:right;
	width:220px;
	background-color: #c0c0c0;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#footer {
	clear:both;
	background-image: url(../images/foot_bg.jpg);
	height: 303px;
	background-position: bottom;
	background-repeat: repeat-x;
}
#foot_inner {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	height: 303px;
	background-repeat: no-repeat;
	position: relative;
}




/* ========HEADER CUSTOMIZE======== */
#header h1 {
	margin:0;
	font-size:10px;
	color:#333;
	position: absolute;
	font-weight: normal;
	top: 8px;
}

#header h1 a {
   color:#fff;
}

#header h1 a:hover {
   color:#f1f1f1;
}

#header #pr p {
   margin:0;
   color:#fff;
}

#header #pr p a {
   color:#fff;
}

#header #gnavi ul {
   list-style:none;

}
#header #gnavi li {
   float:left;
   margin-left:15px;
   font-size:11px;
}

#header #gnavi li a {
   display:block;
   padding-left:10px;
   color:#fff;
   background:url("../images/bg_gnavi.gif") 0 5px no-repeat;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
   overflow:hidden;
   margin:0;
   padding:10px 10px 0 10px;
   list-style:none;
}

#menu li {
   float:left;
   margin:0;
   padding:0;
}

#menu li a {
   display:block;
   padding:8px 20px;
   font-weight:bold;
   color:#fff;
   outline:none;
}

#menu li a:hover {
   border:none;
   text-shadow:0 0 5px yellow;
}

#menu .active {
   background:#fff;
   background:-moz-linear-gradient(top, #f1f1f1, #fff);
   background:-webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#fff));
   -moz-border-radius:5px 5px 0 0;/* Firefox用 */
   border-radius:5px 5px 0 0;/* Safari, Chome用 */
}

#menu .active a {
   color:#316900;
}

#menu .active a:hover {
   color:#316900;
   text-shadow:none;
}


/* ========MAINCONTENTS CUSTOMIZE======== */
#main a {
	color:#06F;
}


#main a:hover {
	color:#09F;
	text-decoration:underline;
}


#main h2 {
	font-size:15px;
	font-weight:bold;
	color:#fff;
	line-height:2.0;
}
#main2 h2 {
	font-size:15px;
	font-weight:bold;
	color:#fff;
	line-height:2.0;
}


#main h3 {

}

#main h4 {
	margin-bottom:10px;
	font-size:14px;
	color:#333;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

#main h5 {
   margin-bottom:2px;
   font-size:13px;
   border-bottom:1px solid #316900;
}

#main h6 {
   margin-bottom:2px;
   font-size:13px;
}

#main p {
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}
.information {
	width: 625px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}



/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div {
   display:inline-block;
}

#main dl.information dt {
	float:left;
	width:100px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0;
	color: #06C;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#main dl.information dd {
	background:transparent;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-right: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.textarea {
	width: 435px;
}



/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
	margin-bottom:10px;
	background-color: #FFF;
}

#sub h2 {
	font-size:14px;
	font-weight:bold;
	color:#fff;
}
#sub .frame {
	padding: 10px;
}
#sub .subtext {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


#sub ul {
   margin:0;
   padding:0;
}

#sub li {
   margin-top:-1px;
   line-height:1.4;
   border:1px solid #333;
   list-style:none;
   background:url("../images/bg_dotline.gif") 0 100% repeat-x;
}

#sub li a {
   display:block;
   padding:5px 5px 5px 12px;
}

#sub li a:hover {
   display:block;
   background:#D4D4D4;
}
/* ========PAGETOP CUSTOMIZE========= */
#pagetop {
	text-align:right;
	font-size:11px;
	position: absolute;
	left: 789px;
	top: -19px;
}
#pagetop a {
	background:url("../images/bg_pagetop.gif") 0 50% no-repeat;
}
#foot_logo {
	position: absolute;
	top: 57px;
}
#footMenu01 {
	color: #FFF;
	position: absolute;
	top: 137px;
}
#footMenu01 a {
	text-decoration: none;
	color: #FFF;
}
#footMenu01 a:hover {
	color: #F6F6F6;
	text-decoration: underline;
}
#footMenu02 {
	color: #FFF;
	position: absolute;
	top: 93px;
	left: 598px;
	line-height: 25px;
	text-align: right;
}
#footMenu02 a {
	color: #FFF;
	text-decoration: none;
}
#footMenu02 a:hover {
	color: #F6F6F6;
	text-decoration: underline;
}

/* ========FOOTER CUSTOMIZE======== */
.copyright {
	color:#FFF;
	position: absolute;
	left: 615px;
	top: 265px;
}
#globalnavi {
	position: absolute;
	left: 0px;
	top: 115px;
}


/*=====global navi=====*/
#globalnavi ul {
	width			:900px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
*html body #globalnavi ul {
	width			:900px;
	margin-top: 0px;
	padding: 0px;
	}	
#globalnavi ul li {
	float			:left;
	padding-bottom		:0px !important;
	padding-left		:0px !important;
	}
#globalnavi ul li a {
	display			:block;
	height			:45px;
	background-image	:url(../images/menu.jpg);
	background-repeat	:no-repeat;
	}
#globalnavi ul li#menu1 a {
	background-position	:0 0;
	width			:80px;
	}
#globalnavi ul li#menu1 a:hover {
	background-position	:0 -45px;
	}
#globalnavi ul li#menu2 a {
	background-position	:-80px 0;
	width			:164px;
	}
#globalnavi ul li#menu2 a:hover {
	background-position	:-80px -45px;
	}
#globalnavi ul li#menu3 a {
	background-position	:-244px 0;
	width			:164px;
	}
#globalnavi ul li#menu3 a:hover {
	background-position	:-244px -45px;
	}
#globalnavi ul li#menu4 a {
	background-position	:-408px 0;
	width			:164px;
	}
#globalnavi ul li#menu4 a:hover {
	background-position	:-408px -45px;
	}
#globalnavi ul li#menu5 a {
	background-position	:-572px 0;
	width			:164px;
	}
#globalnavi ul li#menu5 a:hover {
	background-position	:-572px -45px;
	}
#globalnavi ul li#menu6 a {
	background-position	:-736px 0;
	width			:164px;
	}
#globalnavi ul li#menu6 a:hover {
	background-position	:-736px -45px;
	}
#globalnavi ul li a span {
	display			:none;
	}
.clr {
	clear: both;
}
#breadcrumb {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#breadcrumb a {
	color: #06F;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #06F;
	text-decoration: underline;
}
#lawtbl {
}
#lawtbl tr th {
	width: 150px;
	background-color: #F2F2F2;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#lawtbl tr td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.rules {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
.comment {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 5px solid #EFEFEF;
}
.qa_q {
	background-image: url(../images/faq/q.jpg);
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 2px;
	font-weight: bold;
}
.qa_a {
	background-image: url(../images/faq/a.jpg);
	padding-left: 40px;
	background-repeat: no-repeat;
	margin-top: 10px;
}
.faq {
	padding: 10px;
	border: 5px solid #EFEFEF;
}
.sample {
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	background-color: #EFEFEF;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333;
}

.s_img {
	margin-right: 10px;
	margin-left: 10px;
}

.s_left {
	float: left;
}
.s_center {
	float: left;
	margin-left: 27px;
}
.s_right {
	float: right;
}
#l_menu {
	text-align: center;
	background-color: #F7F7F7;
	padding-top: 5px;
	padding-bottom: 5px;
}
.s_pagetop {
	text-align: right;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.flow {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 15px;
	font-size: 13px;
	font-weight: bold;
	background-color: #efefef;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333;
	margin-bottom: 10px;
}
.flowtbl {
}
.flowtbl tr th {
	width: 200px;
	background-color: #F2F2F2;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}
.flowtbl tr td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}
.plan {
	background-color: #EFEFEF;
	color: #333;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 10px;
}


.plantbl {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin: 0px;
	padding: 0px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
}

.plantbl tr .left {
	background-color: #F8F8F8;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	width: 62px;
}

.plantbl tr .right {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	padding: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	width: 150px;
}
.plantbl2 {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin: 0px;
	padding: 0px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
}

.plantbl2 tr .name {
	background-color: #F8F8F8;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	width: 170px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
}
.plantbl2 tr .name_a {
	color: #FFF;
	background-color: #09F;
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
.plantbl2 tr .name_b {
	color: #FFF;
	background-color: #3C0;
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
.plantbl2 tr .name_c {
	color: #FFF;
	background-color: #F60;
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
.plantbl2 tr .name_d {
	color: #FFF;
	background-color: #F09;
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}

.plantbl2 tr .detail {
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
.plantext {
	border: 1px dotted #CCC;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
