
/******************************* ALL Page Common Style ********************************/


/* ------------------------------ Default Style ------------------------------ */

* {
	margin:						0;
	padding:					0;
	}

body {
	text-align:					center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}

body div {
	text-align:					left;
	margin:						0 auto;
	}


body,
table, th, td,
form {
	font-weight:				normal;
	font-style:					normal;
	text-decoration:			none;
	color:						#666666;
	}

@media print {
	.noPrint{display:none;}
}

strong {
	font-weight:				bold;
	font-style:					normal;
	text-decoration:			none;
	}

img {
	margin:						0;
	padding:					0;
	border:						none;
}

form {
	display:inline;
	}

hr {
	display:none;
	}

	
/* ------------------------------ List ------------------------------ */

/*-- default : marker --*/
ul {
	/*list-style:none;*/
	margin:0 0 10px 15px;
	padding:0px;
	}
ul li {
	margin:0px 0px 3px 0px;
	padding:0px;
	background:none;
	}

/*-- default : no marker --*/
ul.nomarker {
	list-style:none;
	margin:0 0 10px 0;
	padding:0px;
	}
ul.nomarker li {
	margin:0px 0px 3px 0px;
	padding:0px;
	background:none;
	}

ul li ul {
	list-style:none;
	margin:0px;
	padding:0px 0px 0px 10px;
	}

ul li ul li {
	margin:0px 0px 3px 0px;
	padding:0px;
	background:none;
	}

ul.inline {
	list-style:none;
	margin:0 0 10px 0;
	padding:0px;
	}
ul.inline li {
	margin:0px 0px 3px 0px;
	padding:0 0 0 13px;
	float:left;
	display:block;
	width:177px;
	background:url(../sp_img/icon_inlinestyle.gif) no-repeat;
	_height:1%;
	}

/*-- lower latin --*/
ul.alpha {
	list-style-type:lower-alpha;
	margin:0px;
	padding:0px 0px 0px 20px;
	}

ul.alpha li {
	margin:0px 0px 3px -3px;
	padding:0px;
	background:none;
	line-height:150%;
	}


/*-- number --*/
ol {
	margin:0px 0px 0px 0px;
	}	

ol li {
	margin:0px 0px 5px 25px;
	padding:0px;
	line-height:150%;
	}	
	

/*-- arrow ( link ) --*/
ul.arrow {
	margin:0;
	padding:0;
	list-style:none;
	}

ul.arrow li {
	margin:0 0 5px 0;
	padding:0 0 0 15px;
	background:url(../common_img/icon_arrow.gif) no-repeat;
	line-height:normal;
	_height:1%;
	}


/* ------------------------------ Fixed Font Size ------------------------------ */

.p10 { font-size: 10px; }
.p12 { font-size: 12px; }
.p14 { font-size: 14px; }

.b10 { font-size: 10px; font-weight: bold; }
.b12 { font-size: 12px; font-weight: bold;  }
.b14 { font-size: 14px; font-weight: bold;  }
.b18 { font-size: 18px; font-weight: bold;  }

.p10h { font-size: 10px; line-height: 160%; }
.p12h { font-size: 12px; line-height: 160%; }
.p14h { font-size: 14px; line-height: 160%; }

.b10h { font-size: 10px; font-weight: bold; line-hight: 160%; }
.b12h { font-size: 12px; font-weight: bold; line-hight: 160%; }
.b14h { font-size: 14px; font-weight: bold; line-hight: 160%; }
.b18h { font-size: 18px; font-weight: bold; line-hight: 160%; }

/* ------------------------------ Comment Text etc ------------------------------ */

.notes {
	color:#999999;
	margin-bottom:3px;
	line-height:150%;
	}

p.memo {
	color:#999;
	font-size:10px;
	line-height:150%;
	margin:0 0 7px 10px;
	text-indent:-10px;
	}
	
.alart {
	color:#ff0000;
	}

/* ------------------------------ Table ------------------------------ */

table.basic {
	padding:0;
	margin:0 0 15px 0;
	background: #cccccc;
	}

table.basic thead tr th {
	background:#e6e3dc;
	color:#333;
	font-weight:bold;
	vertical-align:top;
	padding:3px 7px;
	white-space:nowrap;
	font-size:14px;
	line-height:150%;
	}

table.basic tr th {
	background:#f6f4ee;
	color:#4d4d4d;
	font-weight:bold;
	vertical-align:top;
	padding:3px;
	white-space:nowrap;
	font-size:12px;
	line-height:150%;
	}

table.basic tr td {
	background:#ffffff;
	vertical-align:top;
	padding:3px;
	font-size:12px;
	line-height:150%;
	}

table.basic tr th.middle,
table.basic tr td.middle {
	vertical-align:middle;
	}

table.basic th.top,
table.basic td.top {
	vertical-align:top;
	}

table.basic tr.color td {
	background:#f4f4f4;
	vertical-align:top;
	padding:3px;
	font-size:12px;
	line-height:150%;
	}


/* ------------------------------ Other ------------------------------ */

.clear {
	clear:both;
	}

.posi-left {
	float:left;
	}
	
.posi-right {
	float:right;
	}

p.txt {
	line-height:140%;
	margin:0 0 10px 0;
	}

/* ------------------------------ General margin & padding ------------------------------ */

/*-- padding --*/
.pad-tb {
	padding:10px 0;
	}
.pad-lr {
	padding:0 10px;
	}

/*-- margin --*/
.mar-b5 {
	margin:0 0 5px 0;
	}
.mar-b10 {
	margin:0 0 10px 0;
	}
.mar-b20 {
	margin:0 0 20px 0;
	}
.mar-tb {
	margin:10px 0;
	}
.mar-lr {
	margin:0 10px;
	}

/* ------------------------------ Inquiry & Reservation Window ------------------------------ */

body#popup {
	background:#f3f2ee;
	}
#popup #head-wrap {
	margin:0;
	padding:0;
	background:#fff;
	border-bottom:solid #000 5px;
	}
#popup #head {
	margin:0 auto;
	width:620px;
	padding:0;
	}
#popup h1 {
	margin:0;
	padding:0;
	}
#popup #container {
	clear:both;
	margin:0 auto;
	padding:10px 20px;
	width:600px;
	background:url(../win_img/bg_container.gif) repeat-y;
	}
#popup #container:after {
	  content:"";
	  display:block;
	  height:0;
	  clear:both;
	} 
#popup #footer {
	background:#000;
	margin:20px 0 0 0;
	padding:7px 10px;
	font-size:10px;
	color:#fff;
	_height:1%;
	}
#popup #footer p {
	width:620px;
	text-align:right;
	margin:0 auto;
	}
#popup .to-top {
	width:600px;
	text-align:right;
	margin:0 0 15px 0;
	}

#popup h2 {
	margin:0 0 15px 0;
	padding:6px 10px;
	background:url(../win_img/h_600.gif) no-repeat;
	height:21px;
	font-size:12px;
	font-weight:normal;
	color:#fff;
	}

/* form style */

.sizeA {
	width:180px;
	}
.sizeB {
	width:250px;
	}
.sizeC {
	width:350px;
	}
.sizeD {
	width:40px;
	}


.bt-close {
	text-align:center;
	margin:0 0 15px 0;
	}

.alart {
	color:#cc0000;
	}
















