@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,p,dl,dt,dd,ul { display: block; margin: 0px; padding: 0px; }

a { color: #0066CC; }
a:visited { color: #330066; }
a:hover { color: #FF6600; }
a.blue {color: #0066CC; text-decoration: none;}
a.blue:visited { color: #0066CC; }
a.blue:hover { color: #FF6600; }
a.none {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.iconP {
	background-image: url(/_share/icon_pink.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 9px;
}

a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
 }

.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: repeat-y;
	background-position: center top;
}


/* layout */

#container {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #FFFFFF;
}

#contents {
	background-image: url(/_share/bg_contents.gif);
	background-repeat: repeat-y;
	background-position: left top;
	clear: both;

}

#contentsIn {
	float: right;
	width: 690px;
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
	background-image: url(/_share/bg_side.gif);
	background-repeat: repeat-y;
	background-position: right top;
	clear: both;
}

#contentsIn:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}


/* left */
#left {
	float:left;
	width: 160px;
	background-image: url(/_share/bg_side.gif);
	padding: 5px;
}

#left ul {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DFDFDF;
	margin-bottom: 20px;
}

#left ul li {

}

#left ul li a {
	background-image: url(/_share/bg_leftLi.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	padding-top: 7px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 160px;
	background-color: #FCF8F8;
	text-decoration: none;
	color: #333333;
	height: 15px;

}

#left ul li a:hover {
	text-decoration: underline;
	background-color: #FAF1F1;

}


#left h4 {
	background-image: url(/_share/bg_leftbox.gif);
	height: 17px;
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
}


#left h4 i {
	float: left;
}


#left h4 b {
	float: right;
}

#left .box {
	background-color: #FFFFF7;
	border: 1px solid #EEE6C6;
	margin-bottom: 3px;
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
	line-height: 100%;
	font-size: 130%;
	color: #555555;
	clear: both;
	background-image: url(/_share/bg_leftbox.gif);
	background-repeat: no-repeat;
}

#left .box a, #right .box a {
color:#333333;
text-decoration:none;
}

#left .box a:hover, #right .box a:hover {
color:#333333;
text-decoration:underline;
}



#right .box {
	background-color: #FFFFFF;
	border: 1px solid #EEE6C6;
	margin-bottom: 3px;
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
	line-height: 120%;
	font-size: 110%;
	color: #555555;
	clear: both;
}

#left .box:after,
#right .box:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* right */
#right {
	background-image:url(/_share/bg_right.gif);
	float: right;
	width: 160px;
	padding: 5px;
	font-size: 100%;
}

#right h4 {
	margin: 0px;
	padding: 0px;
	height:19px;
}


#right a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#right .box {
	margin-bottom: 5px;
	padding: 3px;
	line-height: 120%;
	background-color: #F9F9F9;
	font-size: 110%;
	color: #555555;
	clear: both;
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
}

#right :after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}


#right .box a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#right .box h4 a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.boxRin {
	padding: 3px;
}

/* navi */

#navi {
	height: 32px;
	clear: both;
}

#navi ul {

}

#navi ul li {
	float: left;
}

#navi ul li a {
	height: 32px;
	display: block;
	text-indent: -9999px;
	overflow:hidden;
	background-image: url(/_share/navi.png);
	background-repeat: no-repeat;
}

a.navi01		{ background-position:0px 0px; width: 125px; }
a.navi01:hover	{ background-position:0px -32px; }

a.navi02		{ background-position:-125px 0px; width: 125px; }
a.navi02:hover	{ background-position:-125px -32px; }

a.navi03		{ background-position:-250px 0px; width: 126px; }
a.navi03:hover	{ background-position:-250px -32px; }

a.navi04		{ background-position:-376px 0px; width: 126px; }
a.navi04:hover	{ background-position:-376px -32px; }

a.navi05		{ background-position:-502px 0px; width: 126px; }
a.navi05:hover	{ background-position:-502px -32px; }

a.navi06		{ background-position:-628px 0px; width: 126px; }
a.navi06:hover	{ background-position:-628px -32px; }

a.navi07		{ background-position:-754px 0px; width: 126px; }
a.navi07:hover	{ background-position:-754px -32px; }


#navi2 {
	background-image: url(/_share/bg_navi2.png);
	height: 20px;
	clear: both;
}

#navi2 .left {
	float: left;

}

#navi2 .right {
	float: right;

}


#navi2 img {
	padding:4px 10px 0 10px;
}




/* main */
#main {
	float:left;
	width: 500px;
	padding-top: 15px;
}

.h2 {
	background-image: url(/_share/bg_h2.gif);
	background-repeat: no-repeat;
	padding-left: 28px;
	margin-bottom: 10px;
	padding-top: 7px;
	font-size: 16px;
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
	padding-right: 10px;
	background-position: left bottom;
	padding-bottom: 10px;
	height: 18px;
}

.h3 {
	font-size: 115%;
	margin-bottom: 8px;
	color: #483E17;
	background-image: url(/_share/bg_h3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 13px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
}

.h3:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.h3 b {
	float: left;
}

.h3 i {
	float: right;
	height:15px;
	overflow:hidden;
	font-weight: normal;
	font-size: 11px;
}

.h3 a {
	color:#333;
}

.h3 a:hover {
	color: #F60;
}

#main h4 {

}




a.btBack{
    background-image:url(/_share/bt_back.gif);
}
a.btBack:hover{
    background-position:0px -14px;
}


.boxIntro {
	background-image: url(/_share/boxIntroF.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	margin-bottom: 20px;
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
}

.boxIntro:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.boxIntro h3 {
	background-image: url(/_share/boxIntroH.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
}

.boxIntro h3 img {
	float: left;

}

.boxIntro h3 p {
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #666666;

}


.boxIntro table {
	margin-left: 10px;
	width: 360px;
}

.boxIntro th {
	background-color: #F9F9F2;
	text-align: left;
	padding: 5px;
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #666666;
	width: 60px;
}
.boxIntro td {
	text-align: left;
	padding: 5px;
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 130%;
}



.boxIntro .pic { /* 右寄せ用10pxボーダー */
	float: right;
	border: 1px solid #CCCCCC;
	padding: 2px;
	background-color: #FFFFFF;
	margin-right: 15px;
}


.boxBtn {
	text-align: center;
	margin-bottom: 20px;

}


.boxBtn input {
	width: 122px;
	height: 34px;
	background-image: url(/_share/bg_btn.png);
	font-weight: bold;
}

.boxB1 {
	width:478px;
	padding:5px 10px 5px;
	border:#CCCCCC solid 1px;
	line-height: 160%;
	margin-bottom: 20px;
	font-size: 120%;
}



/* ol */
.olCategory {
	margin-bottom: 20px;
	margin-left: 10px;

}

.olCategory li {
	background-image: url(/_share/dotline.gif);
	list-style-type: decimal;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	list-style-position: inside;
	line-height: 130%;

}




/* p */


p {
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
}

p:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}


.pNor {
	line-height: 160%;
	margin-bottom: 20px;
	padding-left: 10px;
	font-size: 120%;
}


.pNum {
	line-height: 160%;
	margin-left: 10px;
	font-size: 120%;
}

.pNum b,
.pNor b {
	margin-left: 3px;
	font-size: 110%;
	color: #06F;
	margin-right: 3px;
	;
}


.pTotop {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	margin-bottom: 15px;
	font-weight: bold;
	text-align: right;
	background-image: url(/_share/bg_totop.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 15px;
	padding-bottom: 3px;
	margin-top: 5px;
}

.pTotop a,
.pTotop a:hover,
.pTotop a:visited {
	color: #999999;
}



.pName {
	margin-bottom: 15px;
	font-weight: bold;
	text-align: right;
	font-size: 140%;
}


.pTime {
	font-weight: bold;
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 3px;
	background-color: #FAFAF3;
	padding: 1px;
}

.pTime2 {
	margin-bottom: 7px;
}

.pTime3 {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	;
	color: #FF9900;
	font-size: 200%;
	font-weight: bold;
}

.pMain1 {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	color: #29C8EF;
	font-size: 150%;
	font-weight: bold;
	margin-left: 10px;
}

.pNotice {
	font-size: 88%;
	line-height: 120%;
	color: #999999;
	margin-bottom: 25px;

}

.pNotice2 {
	font-family: HG創英角ｺﾞｼｯｸUB, Arial, Helvetica, sans-serif, Tahoma;
	color: #FF9900;
	font-size: 180%;
	margin-left: 10px;
}

.pNotice3 {
	font-family: "HG創英角ｺﾞｼｯｸUB", Arial, Helvetica, sans-serif, Tahoma;
	background-color:#FFC;
	font-size: 120%;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #000;
	color: #333;
}

.pNotice4 {
	font-family: "HG創英角ｺﾞｼｯｸUB", Arial, Helvetica, sans-serif, Tahoma;
	font-size: 120%;
	margin-left: 10px;
	padding: 10px;
	border: 6px double #F00;
}

.pbox {
	padding:3px;
	background-image: url(/_share/dotedline.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size:90%;
} 

.pbox2 {
	padding:3px;
	font-size:75%;
} 


.pNotice5 {
	text-align:center;
	font-size:16px;
	padding: 10px;
	border: 5px solid #E3E3E3;
	margin-bottom: 20px;
	color: #F00;
	line-height: 150%;
} 

.pboxcolored {
	padding:3px;
	background-color: #FFFFF7;
	background-image: url(/_share/dotedline.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size:100%;
	font-weight: bold;
} 

.pboxCNdot {
	padding:3px;
	background-color: #FFFFF7;
	font-size:75%;
} 

.pboxNodot {
	padding:3px;
	font-size:75%;
} 


.pInfo {
	padding: 10px;
	margin-bottom: 10px;
	border: 2px solid #CCCCCC;
	color: #FF0000;

} 


a.btOrange{
	background-image:url(/_share/bt_orange.gif);
	height: 15px;
	width: 50px;
	display: block;
}
a.btOrange:hover{
    background-position:0px -15px;
}


a.btGreen{
	background-image:url(/_share/bt_green.gif);
	height: 15px;
	width: 50px;
	display: block;
}
a.btGreen:hover{
    background-position:0px -25px;
}




/* header & footer */
#header {
	background-image: url(/_share/bg_header.jpg);
	background-repeat: repeat-y;
	padding-top: 8px;
	height: 90px;
}

#headerLogo {
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
}

#headerRight {
	float: right;
	text-align: right;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 0px;
}

#headerRight h1 {
	font-size: 13px;
	font-weight: normal;
	text-align: right;
	margin-bottom: 40px;
}

#headerRight h1 b {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	color: #FFB442;
	font-size: 120%;
	font-weight: bold;
}




#footer {
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	height: 180px;
	clear: both;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #A6C9FD;
	padding-top: 10px;
	background-color: #FFFFFF;
}



#footer .footerLeft {
	float: left;
	width: 600px;
	text-align: left;
	padding-left: 10px;
	line-height: 140%;
	color: #666666;
}


#footer .footerLeft a{
	color: #999999;
}

#footer .footerLeft a:hover {
	color: #FF9900;
}



#footer .footerRight {
	float: right;
	width: 245px;

}


/* img */

.imgL { /* 左寄せ */
	float: left;
}

.imgL10 { /* 左寄せ用10px */
	margin-right: 10px;
	float: left;
}

.imgR10 { /* 右寄せ用10px */
	float: right;
	margin-left: 10px;
}

.imgL10B { /* 左寄せ用10pxボーダーあり */
	margin-right: 10px;
	float: left;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

.imgR { /* 右寄せ */
	float: right;
}

.imgR10B { /* 右寄せ用10pxボーダー */
	float: right;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-bottom: 10px;
}

.imgbox { /* ボーダーのみ */
	border: 1px solid #999999;
	padding: 1px;
}

.imgBm05 { /* ボーダーと下5px */
	border: 1px solid #999999;
	padding: 1px;
	margin-bottom: 5px;
}

/* table */
.tableB {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}


.td01 {
	background-image: url(/_share/bg_td01.gif);
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
}

.td02 {
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 5px;
	line-height: 140%;
}

.td02Price {
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 5px;
	font-size: 130%;
	text-align: right;
	background-color: #FDFDF7;
	font-weight: bold;
	color: #50691B;
	width: 100px;
}




/* 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: 380px;
	font-size: 12px;
	color: #333333;
	padding: 5px;
}

.hidden {
	display: none;
}


.pBtn {
	text-align: center;
	margin-bottom: 20px;
}




/* text */
.textGreen {
	color: #006600;
}

.textRed {
	color: #FF2828;
}


.textTel {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	color: #FF9900;
	font-size: 140%;
	font-weight: bold;
}

.textNotice {
	font-size: 90%;
	color: #666666;
}


ul.ulimplant {
	margin-left: 10px;
	margin-bottom: 30px;
	padding-left: 10px;
}

ul.ulimplant li {
	list-style-type: none;
	margin-bottom: 8px;
	background-image: url(/_share/liDot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 8px;
	line-height: 150%;
}


/* crear */
.clearfix {
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
}

.clearfix:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
