@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	color: #333333;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-style: normal;
	background-image: url(/_share/bg_body.png);
	background-repeat: repeat-x;
	background-position: center top;
}

/* 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; }
h1,h2,h3,h4,h5,h6,strong,b { font-weight: bold; }

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;}
.bs15 {	margin-bottom: 15px;}
.bs20 {	margin-bottom: 20px;}
.bs30 {	margin-bottom: 30px;}


/* layout */

#container {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/_share/bg_contents.png);
	background-repeat: no-repeat;
}

#contents {
	clear: both;
	margin-bottom: 30px;

}


/* main */
#side {
	float:right;
	width: 220px;
}

#side h3 {
	margin-bottom: 2px;
}

#side .text {
	margin-bottom: 2px;
	font-size: 12px;
	line-height: 130%;
	padding: 5px;
}

#side ul {
	margin-bottom: 8px;
	border: 1px solid #E0E0E0;
	background-color: #F7F2E6;
	padding: 4px;
}


#side ul li {

}


#side ul li a {
	display: block;
	width: 200px;
	font-weight: normal;
	color: #333;
	background-color: #FFFFFF;
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	line-height: 140%;
}

#side ul li a:hover {
	background-color: #FFC;

}






/* navi */

#navi{
	height: 45px;
	clear: both;
	background-image: url(/_share/navi.png);
	margin-bottom: 10px;
}
#navi2{
	height: 45px;
	clear: both;
	background-image: url(/_share/navi2.png);
	margin-bottom: 10px;
}
#navi ul {

}

#navi ul li, #navi2 ul li {
	float: left;
}

#navi ul li a{
	height: 45px;
	display: block;
	text-indent: -9999px;
	overflow:hidden;
	background-image: url(/_share/navi.png);
	background-repeat: no-repeat;
}
#navi2 ul li a{
	height: 45px;
	display: block;
	text-indent: -9999px;
	overflow:hidden;
	background-image: url(/_share/navi2.png);
	background-repeat: no-repeat;
}

a.navi01		{ background-position:0px 0px; width: 140px; }
a.navi01:hover	{ background-position:0px -45px; }

a.navi02		{ background-position:-140px 0px; width: 140px; }
a.navi02:hover	{ background-position:-140px -45px; }

a.navi03		{ background-position:-280px 0px; width: 140px; }
a.navi03:hover	{ background-position:-280px -45px; }

a.navi04		{ background-position:-420px 0px; width: 140px; }
a.navi04:hover	{ background-position:-420px -45px; }

a.navi05		{ background-position:-560px 0px; width: 140px; }
a.navi05:hover	{ background-position:-560px -45px; }

a.navi06		{ background-position:-700px 0px; width: 140px; }
a.navi06:hover	{ background-position:-700px -45px; }

/* main */
#main {
	float:left;
	width: 600px;
}

#main .pNor b {
	color: #006600;
	font-weight: bold;
}


#main h2 {
	background-image: url(/_share/bg_pagetitle.png);
	background-repeat: no-repeat;
	height: 56px;
	margin-bottom: 20px;
	padding-top: 28px;
	padding-left: 25px;

}

.h3{
	font-size: 14px;
	font-weight: bold;
	background-image: url(/_share/bg_h3.gif);
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 14px;
	padding-left: 15px;
	margin-bottom: 10px;
	color: #FF3300;
	background-repeat: no-repeat;
}

.h3pt{
	font-size: 16px;
	font-weight: bold;
	background-image: url(/_share/bg_h3pt.png);
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 14px;
	padding-left: 15px;
	margin-bottom: 20px;
	color: #333333;
	background-repeat: no-repeat;
}


.h4 {
	padding: 5px;
	margin-bottom: 5px;
	font-size: 120%;
	font-weight: bold;
	color: #000066;
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


.hQuestion {
	background-image: url(/_share/iconQ.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
	color: #333333;
	font-size: 120%;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 36px;
	font-weight: bold;
}





.boxBtn {
	text-align: center;
	margin-bottom: 20px;

}


.boxBtn input {
	width: 122px;
	height: 34px;
	background-image: url(/_share/bg_btn.png);
	font-weight: bold;
}









a.btOrange{
	background-image:url(/_share/bt_orange.gif);
	height: 15px;
	width: 50px;
	display: block;
}
a.btOrange:hover{
    background-position:0px -15px;
}




/* header & footer */
#header {
	background-repeat: no-repeat;
	height: 80px;
	background-image: url(/_share/headerNo.png);
	background-position: right top;
}

#headerLogo {
	float: left;
	margin-top: 20px;
}

#headerRight {
	float: right;
	text-align: right;
}

#headerRight h1 {
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	margin-bottom: 8px;
	padding-right: 0px;
}

#headerRight 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: left;
	clear: both;
	background-image: url(/_share/bg_footer.png);
	background-repeat: repeat-x;
	background-color: #FFF;
	color: #333333;
	padding-top: 15px;
}

.footerIn {
	margin-right: auto;
	margin-left: auto;
	width: 860px;
}


#footer .box {
	text-align: left;
	padding-left: 10px;
	line-height: 160%;
	color: #333333;
	font-size: 90%;
}


#footer h4 {
	background-color: #E1C009;
	font-size: 11px;
	margin-right: 5px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1C009;
}

#footer td {
	width: 25%;
	vertical-align: top;
}


#footer ul {
	margin-bottom: 10px;
	margin-right: 5px;
}


#footer .footerLeft {
	float: left;
	width: 600px;
	text-align: left;
	padding-left: 10px;
	line-height: 160%;
	color: #333333;
}


#footer a{
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}

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


#footer .footerRight {
	float: right;
	width: 240px;
	text-align: right;

}


/* 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 #E4E4E4;
	padding: 4px;
}

.imgBm05 { /* ボーダーと下5px */
	border: 1px solid #999999;
	padding: 1px;
	margin-bottom: 5px;
}

.imgCaptR {
	float: right;
	font-size: 10px;
	line-height: 110%;
	margin-left: 15px;
	width: 204px;
}

.imgCaptR img {
	border: 1px solid #999999;
	padding: 1px;
	margin-bottom: 3px;
}


.imgCaptL {
	float: left;
	font-size: 10px;
	line-height: 110%;
	margin-right: 15px;
	width: 204px;
}

.imgCaptR img {
	border: 1px solid #999999;
	padding: 1px;
	margin-bottom: 3px;
}





/* table */
.tableB {
	border: 1px solid #CCCCCC;
	margin-bottom: 25px;
	width: 600px;
}


.tableB th {
	padding: 8px;
	text-align: left;
	background-color: #F3F3F3;
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.tableB td {
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 7px;
	font-size: 110%;
	line-height: 140%;
}

.tdPrice {
	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;
}

/* table */
.tableBook {
	border: 1px solid #CCCCCC;
	margin-bottom: 25px;
	width: 620px;
}


.tableBook th {
	padding: 8px;
	text-align: center;
	background-color: #F3F3F3;
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.tableBook th img {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}



.tableBook td {
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 7px;
	font-size: 110%;
	line-height: 140%;
	vertical-align: top;
}

.tableBook td b {
	color: #333333;
	font-weight: bold;
}






/* 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;
}
.boxBtn {text-align: center; margin-bottom: 20px;}
.boxBtn input {	width: 122px;	height: 34px;	font-weight: bold;}



/* text */
.textBUL {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

.textGreen {
	color: #006600;
	font-weight: bold;
}

.textRed {
	color: #FF2828;
	font-weight: bold;
}

.textTel {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	color: #FF9900;
	font-size: 140%;
	font-weight: bold;
}

.textNotice {
	font-size: 90%;
	color: #666666;
}


/* ul */
.ulNor {
	margin-left: 10px;
	margin-bottom: 30px;
	padding-left: 10px;
	font-size: 120%;
}

.ulNor li {
	list-style-type: none;
	margin-bottom: 12px;
	background-image: url(/_share/liDot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	line-height: 150%;
	font-weight: bold;
	color: #006600;
}


.ulLead {
	margin-left: 10px;
	margin-bottom: 30px;
	font-size: 120%;
	border: 3px solid #CCCCCC;
	padding: 10px;
	background-color: #FFFFEC;
}

.ulLead li {
	list-style-type: none;
	margin-bottom: 12px;
	background-image: url(/_share/liDot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	line-height: 150%;
	font-weight: bold;
	color: #006600;
}


/* ol */

.olNor {
	margin-bottom: 20px;
	margin-left: 10px;

}

.olNor li {
	list-style-type: decimal;
	font-size: 120%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	list-style-position: inside;
	line-height: 130%;
}

.olLine {
	margin-bottom: 20px;
	margin-left: 10px;

}

.olLine li {
	background-image: url(/_share/dotline.gif);
	list-style-type: decimal;
	font-size: 120%;
	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%;
}



/* box */
.box01 {
	line-height: 160%;
	margin-bottom: 20px;
	font-size: 120%;
	border: 5px solid #EFEFEF;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.box02 {
	line-height: 160%;
	margin-bottom: 20px;
	font-size: 120%;
	border: 1px solid #CCC;
	background-color: #F7F7F7;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}



/* p */

p {	overflow:hidden; zoom: 1; }
p:after { content: ".";	display: block;	height: 0px; clear: both; visibility: hidden;}

.pNor {
	line-height: 160%;
	margin-bottom: 20px;
	font-size: 120%;
	margin-left: 10px;
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
}

.pNor:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.pCenter {
	margin-bottom: 20px;
	text-align: center;
	padding: 0px;
}

.pRight {
	margin-bottom: 20px;
	text-align: right;
	padding: 0px;
}


.pNotice {
	font-size: 88%;
	line-height: 120%;
	color: #999999;
	margin-bottom: 25px;
}


.pTotop {
	margin-bottom: 20px;
	text-align: right;
	padding: 0px;
}




/* 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;
}

.blogTitle{
	font-size:14px;
	line-height:26px;
	border-bottom:#000000 1px dotted;
	color:#000000;
	margin-bottom:15px;
	padding-bottom:5px;
	text-decoration:none;
}
.blogTitle a{
	text-decoration:none;
	color:#000000;
}
.blogTitle a:hover{
	text-decoration:underline;
	color:#FF6600;
}

.formBox{
	width:600Px;
	height:auto;
	float:left;
	display:table;
	font-size: 12px;
    
}
.formBox dl{
	width:600px;
	height:auto;
	float:left;
	display:table;
}
.formBox dl dt{
	width:200px;
	float:left;
	display:table;
	margin-bottom:15px;
}
.formBox dl dd{
	width:400px;
	float:left;
	display:table;
	margin-bottom:20px;	
}
.fm_btn {
    background-color: #002e73;
    border: 1px solid #002e73;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.2em;
    margin: 0 0 20px;
    padding: 10px 30px;
	width:200px;
    text-transform: uppercase;
	display:inline-block;
}