@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-size:0.9em;
	line-height:1.4;
	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;
	background-color: #FFF;
}


/* 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 { 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;}
.bs20 {	margin-bottom: 20px;}
.bs30 {	margin-bottom: 30px;}

.ts05 {	margin-top: 5px;}
.ts10 {	margin-top: 10px;}
.ts20 {	margin-top: 20px;}
.ts30 {	margin-top: 30px;}


/* layout */

#container {
	width: 954px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#contents {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
	padding: 10px;
	clear: both;
	background-image: url(/mlp/_share/bg_contents.jpg);
	height: 1000px;

}

#contents2 {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
	padding: 10px;
	clear: both;

}

#contentsMove {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}

#contentsIn {
	float: right;
	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;
}


/* side */
#left {
	float:left;
	width: 474px;
	background-image: url(/_share/bg_side.gif);
	clear: both;
	margin-left: 10px;
}

#right {
	float: right;
	width: 300px;
	padding: 0px;
	font-size: 100%;
	height: 274px;
	background-image: url(/mlp/_share/bg_touroku.png);
	margin-top: 300px;
	background-repeat: no-repeat;
	margin-right: 20px;
}

#left h4,
#right h4 {
	height: 20px;
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
}

#left h4:after,
#right h4:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#left h4 i,
#right h4 i {
	float: left;
}

#left h4 b,
#right h4 b {
	float: right;
	margin-top: 3px;
}

#left h4 b a,
#right h4 b a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}


#left .box,
#right .box {
	background-color: #FFFFFF;
	border: 2px solid #E4E4E4;
	padding: 4px;
	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;
}

#left .box a,
#right .box a {
	color: #333;
	text-decoration: none;
}

#left .box a:hover,
#right .box a:hover {
	text-decoration: underline;
}

/* navi */

#navi {
	height: 32px;
	clear: both;
}

#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: 146px; }
a.navi01:hover	{ background-position:0px -40px; }

a.navi02		{ background-position:-146px 0px; width: 146px; }
a.navi02:hover	{ background-position:-146px -40px; }

a.navi03		{ background-position:-292px 0px; width: 146px; }
a.navi03:hover	{ background-position:-292px -40px; }

a.navi04		{ background-position:-438px 0px; width: 146px; }
a.navi04:hover	{ background-position:-438px -40px; }

a.navi05		{ background-position:-584px 0px; width: 148px; }
a.navi05:hover	{ background-position:-584px -40px; }

a.navi06		{ background-position:-732px 0px; width: 148px; }
a.navi06:hover	{ background-position:-732px -40px; }


#navi2 {
	height: 20px;
	clear: both;
	margin-bottom: 2px;
	background-color: #FFF;
	background-image: url(/_share/navi2/bg.png);
	background-position: left bottom;
	padding-bottom: 2px;
	background-repeat: no-repeat;
}

#navi2 img {
	padding: 4px;

}

#navi2 .left {
	float: left;

}

#navi2 .right {
	float: right;

}







/* main */
#main {
	background-image:url(/mlp/_share/bg_main.png);
	background-repeat:repeat-y;
	width: 954px;
	padding-top: 0px;
	float: left;
}

#main2 {
	background-image:url(/mlp/_share/bg_main.png);
	background-repeat:repeat-y;
	width: 954px;
	padding-top: 0px;
	float: left;
}

.h2 {
	background-image: url(/_share/title_main/bg_h2.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	font-size: 20px;
	overflow:hidden; /* forDW */
	zoom: 1;
	background-position: left bottom;
	color: #000;
	border: 2px solid #FC3;
	padding: 5px;
}

.h3{
	font-size: 115%;
	margin-bottom: 8px;
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
	background-image: url(/_share/bg_h3.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.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;
}


.h4 {
	padding: 5px;
	margin-bottom: 5px;
	color: #333;
	font-size: 120%;
	background-color: #F7F5F0;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	line-height: 130%;
}


.hQuestion {
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	color: #759B00;
	font-size: 120%;
}




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 .ue {
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
}

.boxIntro:after,
.boxIntro .ue: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;
	height: 15px;
	margin-bottom: 5px;
}

.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;
	margin-bottom: 5px;
}

.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: 80px;
}
.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;
}

.boxIntro .in {
	padding: 12px;
}


.boxIntro h4 {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}

.boxIntro p {
	line-height: 160%;
	margin-left: 5px;
}

dl.dlHistory {
	width: 320px;
	line-height: 160%;
	margin-bottom: 15px;
	margin-left: 5px;

}

dl.dlHistory dt {
	float: left;
	width: 100px;
	color: #333333;

}

dl.dlHistory dd {
	float: right;
	width: 220px;

}





.boxBtn {
	text-align: center;
	margin-bottom: 20px;

}


.boxBtn input {
	width: 122px;
	height: 34px;
	background-image: url(/_share/bg_btn.png);
	font-weight: bold;
}





/* 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%;

}





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(/mlp/_share/bg_header.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
}

#headerLogo {
	float: left;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

#headerRight {
	float: right;
	text-align: right;
	padding-bottom: 0px;
}

#headerRight h1 {
	font-size: 13px;
	font-weight: normal;
	text-align: right;
	margin-bottom: 40px;
	padding-right: 10px;
}

#headerRight b {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	color: #FFB442;
	font-size: 120%;
	font-weight: bold;
}




#footer {
	background-image:url(/mlp/_share/bg_footer.png);
	margin-right: auto;
	margin-left: auto;
	height: 230px;
	clear: both;
	width: 954px;
}



#footer .footerLeft {
	float: left;
	width: 600px;
	text-align: left;
	padding-left: 340px;
	line-height: 140%;
	color: #000000;
	padding-top: 206px;
}


#footer .footerLeft a{
	color: #06F;
}

#footer .footerLeft a:hover {
	color: #FF9900;
}



#footer .footerRight {
	float: right;
	width: 240px;

}

#moveBox {
	margin-top:145px;
}

/* 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;
}

.imgR10Bside { /* 右寄せ用10pxボーダー */
	float: right;
	margin-left: 5px;
	border: 1px solid #CCCCCC;
	padding: 1px;
	margin-bottom: 5px;
}

.imgbox { /* ボーダーのみ */
	border: 1px solid #E4E4E4;
	padding: 4px;
}

.imgBm05 { /* ボーダーと下5px */
	border: 1px solid #999999;
	padding: 1px;
	margin-bottom: 5px;
}

.imgMap { 
	border: 1px solid #999999;
	padding: 4px;
	margin-bottom: 25px;
}


/* table */
.tableB {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	margin-left: 0px;
}

.tableM {
	margin-left: 20px;
	margin-top: 10px;
	font-size: 120%;
	font-weight: bold;
}


.td01 {
	background-image: url(/mlp/_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;
	font-size: 120%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
}

.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;
}

.tdMail {
	padding: 3px;
}

.timetable {
	width: 148px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #D4D4D4;
}

.timetable th {
	background-color: #ECEADB;
	font-weight: normal;
	color: #000000;
	padding: 1px;

}

.timetable td {
	text-align: center;
	padding: 1px;
	vertical-align: middle;
}


/* 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;
}



/* 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.dotList {
	margin-left: 10px;
	margin-bottom: 30px;
	padding-left: 10px;
}

ul.dotList 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%;
}


ul.dotList2 {
	margin-left: 10px;
	margin-bottom: 30px;
	padding-left: 10px;
}

ul.dotList2 li {
	list-style-type: none;
	margin-bottom: 10px;
	background-image: url(/_share/liCheck.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 14px;
	line-height: 150%;
}


ul.ulNor {

}

ul.ulNor li {
	list-style-type: none;
	background-image: url(/_share/liDot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 150%;
	font-size: 115%;
	margin-bottom: 5px;
	padding-left: 8px;
}





#tabMap {

}

#tabMap ul {

}


#tabMap ul li {
	float: left;
	font-size: 11px;
}



#tabMap ul li a {
	width: 86px;
	margin-right: 2px;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #E1E1E1;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	border-left-color: #E1E1E1;
	background-color: #F5F5F5;
	color: #333;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#tabMap ul li a b {
	color: #000;
	text-decoration: underline;

}

#tabMap ul li a:hover {
	color: #F90;
	text-decoration: underline;
	background-color: #FFC;
}


/* 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;
	font-size: 120%;
	margin-right: 45px;
	clear: both;
	padding: 5px;
}

.pMail {
	line-height: 120%;
	margin-bottom: 5px;
	font-size: 120%;
	clear: both;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.pHead {
	width:500px;
	margin-top:172px;
	line-height: 160%;
	margin-left: 60px;
	font-size: 100%;
}

.pNor strong {
	margin-left: 2px;
	font-size: 115%;
	color: #000;
	margin-right: 2px;
	text-decoration: underline;
}


.pNor b {
	margin-left: 2px;
	font-size: 115%;
	color: #759B00;
	margin-right: 2px;
}


.pNor i {
	margin-left: 2px;
	font-size: 115%;
	color: #F30;
	margin-right: 2px;
	font-style: normal;
}


.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: 140%;
	font-weight: bold;
}

.pNotice {
	font-size: 88%;
	line-height: 120%;
	color: #999999;
	margin-bottom: 25px;
}

.pVoice {
	padding: 7px;
	border: 3px solid #CCC;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}

.pDotline {
	line-height: 160%;
	margin-bottom: 20px;
	padding-left: 10px;
	font-size: 120%;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.pDotline b {
	margin-left: 1px;
	font-size: 115%;
	color: #FF6600;
	margin-right: 1px;
}

.pboxRed {
	padding: 8px;
	margin-bottom: 20px;
	border: 2px solid #CCC;
	color: #F13D2E;
}

.boxGrey {
	padding: 10px;
	border: 3px solid #CCC;
	margin-bottom: 30px;
	background-color: #F6F6F6;
}







/* 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;
}
