@charset "utf-8";
/* CSS Document */

/* basicset */
* {margin:0; padding:0;}
img { border: none;  border-width: 0px; }
li { list-style: none; }
h1,h2,h3,h4,h5,h6,dl,dt,dd,ul { display: block; margin: 0px; padding: 0px; }
p { display: block; margin: 0px; padding: 0px;	overflow:hidden;	zoom: 1;}
p:after {	content: ".";	display: block;	height: 0px;	clear: both;	visibility: hidden;}

a { color: #0066CC; }
a:visited { color: #330066; }
a:hover { color: #FF6600; }

.bs05 {	margin-bottom: 5px;}
.bs10 {	margin-bottom: 10px;}
.bs20 {	margin-bottom: 20px;}
.bs30 {	margin-bottom: 30px;}

body {
	margin: 0px;
	padding: 0px;
	font-size: 75%;
	color: #333333;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: 100;
	background-image: url(/_share/bg_body.png);
	background-repeat: no-repeat;
	background-position: center top;
}


/* layout */
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;

}

#header {
	height: 80px;
}

#header #logo {
	float: left;
	margin-top: 15px;
}

#header #headerRight {
	float: right;
	text-align: right;
}

#header #headerRight h1 {
	font-weight: normal;
	font-size: 100%;
	text-align: right;
	margin-bottom: 20px;
}


#footer {
	clear: both;
	background-color: #23DCCA;
	height: 120px;
}

.footerIn{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

.footerIn a {
	color: #333333;
}

.footerIn a:visited {
	color: #333333;
}


#contents {
	margin-bottom: 10px;
	overflow:hidden;
	zoom: 1;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}


/* pTag */
blockquote {
	line-height: 160%;
	padding: 15px;
	margin-bottom: 20px;
	border: 5px solid #E0E0E0;
	background-color: #F2F2E6;
}


.pNor {
	line-height: 150%;
	padding: 20px;
	margin-bottom: 20px;
}

.pMap {
	background-color: #EEE8DF;
	text-align: center;
	padding: 15px;
	margin-bottom: 20px;
}

.pImgStd {
	text-align: center;
	margin-bottom: 30px;

}




.pTotop {
	margin-bottom: 30px;
	text-align: right;
}


/* text */



/* main */
#main {
	float: left;
	width: 620px;
}




.h2nor {
	font-size: 16px;
	background-image: url(/_share/bg_h2.gif);
	height: 50px;
	font-weight: bold;
	padding-left: 45px;
	padding-top: 10px;
}



.h3nor {
	font-size: 100%;
	margin-bottom: 5px;

}

.h4nor {

}

.h5nor {

}



/* side */
#side {
	float: right;
	width: 250px;
}

#side ul {
	background-color: #D5F9F5;
	width: 240px;
	padding: 5px;
	margin-bottom: 20px;

}

#side ul .h3 {
	background-color: #E4E4E4;
	padding: 6px;
	border: 1px solid #FFFFFF;

}

#side ul li {
	margin: 0px;
	padding: 0px;

}

#side ul li a {
	width: 216px;
	background-color: #FFFFFF;
	background-image: url(/_share/side/bg_side.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	padding-left: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	padding-right: 0px;
	height: 12px;
	font-size: 12px;
	color: #333333;
}

#side ul li a:hover {
	background-image: url(/_share/side/bg_sideon.gif);
}






/* navi */

#navi {
	height: 40px;
	clear: both;
	margin-bottom: 30px;
}

#navi ul {

}

#navi ul li {
	float: left;

}

#navi ul li a {
	height: 40px;
	display: block;
	text-indent: -9999px;
	overflow:hidden;
	background-image: url(/_share/navi.png);
	background-repeat: no-repeat;
}

a.navi01		{ background-position:0px 0px; width: 150px; }
a.navi01:hover	{ background-position:0px -40px; }

a.navi02		{ background-position:-150px 0px; width: 150px; }
a.navi02:hover	{ background-position:-150px -40px; }

a.navi03		{ background-position:-300px 0px; width: 150px; }
a.navi03:hover	{ background-position:-300px -40px; }

a.navi04		{ background-position:-450px 0px; width: 150px; }
a.navi04:hover	{ background-position:-450px -40px; }

a.navi05		{ background-position:-600px 0px; width: 150px; }
a.navi05:hover	{ background-position:-600px -40px; }

a.navi06		{ background-position:-750px 0px; width: 150px; }
a.navi06:hover	{ background-position:-750px -40px; }




/* img */
/*****************/

.imgL { 
	float: left;
}

.imgL10 { 
	margin-right: 10px;
	float: left;
}

.imgR10 { 
	float: right;
	margin-left: 10px;
}

.imgL10B { 
	margin-right: 10px;
	float: left;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

.imgR { 
	float: right;
}

.imgR10B { 
	float: right;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-bottom: 10px;
}

.imgbox { 
	border: 1px solid #999999;
	padding: 1px;
}

.imgBm05 { 
	border: 1px solid #999999;
	padding: 1px;
	margin-bottom: 5px;
}




/* form */
/*****************/
.form050 {width: 50px;color: #333333;padding: 3px;}
.form100 {width: 100px;color: #333333;padding: 3px;}
.form200 {width: 200px;color: #333333;padding: 3px;}
.form300 {width: 300px;color: #333333;padding: 3px;}
.form400 {width: 400px;color: #333333;padding: 3px;}
.form500 {width: 500px;color: #333333;padding: 3px;}
.form600 {width: 600px;color: #333333;padding: 3px;}
.form650 {width: 650px;color: #333333;padding: 3px;}

.formTextbox {
	width: 400px;
	font-size: 12px;
	color: #333333;
	padding: 5px;
}

.hidden {
	display: none;
}

.boxBtn {
	text-align: center;
	margin-bottom: 20px;
}

.boxBtn input {
	height: 34px;
	font-weight: bold;
	padding-right: 25px;
	padding-left: 25px;
}


/* table */
.table580 {
	border: 3px solid #E0D5C2;
	margin-bottom: 20px;
	width: 580px;
}

.table580 th {
	font-size: 85%;
	line-height: 110%;
	font-weight: normal;
	text-align: left;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	vertical-align: top;
}

.table580 td {
	padding: 8px;
	font-size: 85%;
	line-height: 110%;
	text-align: center;
}


/* table2 */
.table580_2 {
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	width: 580px;
}

.table580_2 th {
	background-image: url(/_share/bg_stripe.gif);
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	text-align: left;
}

.table580_2 td {
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 3px;
	font-size: 100%;
	line-height: 130%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DBDBDB;
}


/* ul Dot */
ul.dotList {
	margin-left: 10px;
	margin-bottom: 30px;
	padding-left: 10px;
}

ul.dotList li {
	list-style-type: none;
	margin-bottom: 10px;
	background-image: url(/_share/liDot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	line-height: 150%;
	font-size: 120%;
}

ul.dotList li p {
	font-size: 90%;
	color: #666;
}

/* ol nor */
.olNor {
	margin-bottom: 20px;
	margin-left: 40px;
	font-size: 120%;
}

.olNor li {
	list-style-type: decimal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	list-style-position: outside;
	line-height: 130%;
}



/* topbox */
.topBox{
	background-image: url(/img/boxt_side.gif);
	margin-bottom: 30px;

}

.topBox p {
	background-image: url(/img/boxt_footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 120%;
	line-height: 160%;

}


.contentsBox b,
.topBox b {
	font-size: 112%;
	color: #24CCBF;
}


/* contentsBox */
.contentsBox{
	background-image: url(/img/boxt_footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 120%;
	line-height: 160%;
	margin-bottom: 30px;
}



.contentsBox h3 {
	background-image: url(/_share/bg_h3.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-left: 30px;
	height: 25px;
	color: #FFFFFF;
	padding-top: 5px;
}

.contentsBox h4 {
	background-image: url(/_share/bg_h4.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-left: 25px;
	height: 25px;
	color: #333333;
	background-position: left bottom;
	padding-bottom: 5px;
	font-size: 100%;
	font-weight: bold;
}

.contentsBox h6 {
	background-color: #F8F8F8;
	margin-bottom: 10px;
	border: 1px solid #D8D8D8;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	margin-right: 30px;
	margin-left: 30px;
	font-size: 12px;

}


.contentsBox p {
	margin-bottom: 30px;
	overflow:hidden;
	zoom: 1;
}

.contentsBox p:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.contentsBox .boxPhoto {
	margin-bottom: 20px;
	overflow:hidden;
	zoom: 1;
}

.contentsBox .boxPhoto:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.contentsBox .boxPhoto p {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 11px;
	color: #666666;
	text-align: center;
	line-height: 110%;
}

.contentsBox .boxPhoto p img {
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;

}


/* table */
.tableTop {
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.tableTop td {
	border: 1px solid #D9D9D9;
	width: 198px;
	padding: 2px;
	line-height: 140%;
}

.tableTop td h3 {
	margin-bottom: 3px;
	background-color: #F0F8E0;

}



/* table price */
.tableP {
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 580px;
}

.tableP tr {

}

.tableP td {
	border: 1px solid #D9D9D9;
	padding: 6px;
	line-height: 140%;
}

.tableP td h5 {
	padding: 4px;
	margin-bottom: 5px;
	background-color: #F5F4E0;
}


.tableP td img {
	margin-bottom: 15px;
}



/* table price */
.tableP2 {
	margin-bottom: 5px;
	width: 580px;
}

.tableP2 th {
	text-align: left;
	padding-left: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF9900;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}

.tableP2 td {
	text-align: right;
	font-weight: bold;
	color: #003366;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 120%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	padding: 3px;

}



/* text */
.textB {
	font-weight: bold;

}




/* crear */
.clearfix {
	overflow:hidden;
	zoom: 1;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
