html, body {
	
}

body {
	background: url(../images/bg/name.gif) no-repeat;
	background-color: black;
	text-align: center;
	
}

	div#container {
		margin: 0 auto;
		padding: 100px 0 0 0;
		width: 900px;
		text-align: left;
	}
	
		
		div#SiteUrl {
			margin: 0 0 100px 0;
		}
		
		h1#MainTitle {
			margin-left: 190px;
		}
		
		div#date {
			margin: 0 0 30px 190px;
		}
		
		div#Content {
			background: url(../images/bg/content-back.gif) repeat-y;
		}
		
			div#ContentInner {
				padding-top: 10px;
				background: url(../images/bg/ink.gif) no-repeat right top;
			}
			
				div.section {
					padding: 0 0 20px 0;
				}
				
					.sectionTitle {
						margin: 0 0 10px 0;
					}
				
				div.block {
					margin-left: 190px;
					width: 710px;
				}
								
/* description */					
div.mainDesc,
div.mainDescDate {
	margin-left: 30px;
}

div.mainDesc {
	margin-bottom: 40px;
}


/* spec */
div.prdSpec {
	padding: 0 0 0 30px;
}

	div.prdSpec div.img {
		display: inline;
		float: left;
		margin-right: 20px;
		width: 300px;
	}
	
		div.prdSpec div.img div.display {
			margin: 0 0 10px 0;
			width: 300px;
			height: 300px;
			border: 1px solid #CCCCCC;
		}
		
			div.prdSpec div.img div.display img {
				margin: 15px 0 0 10px;
			}
		
		div.prdSpec div.img a {
			display: inline;
			float: left;
			margin-right: 8px;
			width: 20px;
			height: 20px;
			
		}
	
	div.prdSpec div.spec {
		float: left;
		width: 330px;
	}
	
		div.prdSpec div.spec h3 {
			margin: 0 0 20px 0;
		}
	
		div.prdSpec div.spec table {
			margin: 0 0 20px 0;
			width: 100%;
			border-collapse: collapse;
			border-top: 1px dotted #999999;
			border-bottom: 1px dotted #999999;
			color: black;
		}
		
			div.prdSpec div.spec span.eke {
				display: block;
				font-size: 80%;
				line-height: 1.8;
			}
		
			div.prdSpec div.spec table th,
			div.prdSpec div.spec table td {
				padding: 5px 7px;
				border-bottom: 1px dotted #999999;
			}
			
			div.prdSpec div.spec table th {
				width: 25%;
				font-weight: bold;
				border-right: 1px dotted #999999;
				background-color: #FAFAFA;
			}
			
	
	div.prdSpec div.spec table.sizeTable {
		margin-bottom: 10px;
	}
	
	div.prdSpec div.spec table.sizeTable caption {
		margin-bottom: 5px;
		font-size: 90%;
		font-weight: bold;
	}
	
	table.sizeTable th {
		background-color: #FAFAFA;
	}
	
	table.sizeTable td {
		border-right: 1px dotted #999999;
	}
	
	table.sizeTable th.last,
	table.sizeTable td.last {
		border-right: none !important;
	}
		
			
/* flow */			
div.flow {

}
	
	div.flowBox {
		margin: 0 0 30px 30px;
	}
	
		div.flowBox h3 {
			margin: 0 0 5px 0;
		}
	
		div.flowBox p {
			width: 580px;
			margin-left: 50px;
			font-size: 90%;
		}
		
		ul.ekeBox {
			margin: 0 0 10px 30px;
			padding: 10px 0;
			width: 650px;
			border: 1px dotted #999999;
			background: #FAFAFA;
		}
		
			ul.ekeBox li {
				margin: 0 0 3px 20px;
				width: 610px;
				font-size: 85%;
			}
			
		p.law {
			padding-right: 30px;
			text-align: right;
			font-size: 90%;
		}
		
			
/* contact */
div.reservationForm {
	margin-bottom: 20px;
	padding-bottom: 30px;
}

div.reservationForm h3 {
	margin-bottom: 20px;
	margin-left: 30px;
	padding: 10px 0;
	width: 650px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #FAFAFA;
	font-weight: bold;
	color: #000000;
}	

	div.reservationForm dl {
		margin-left: 30px;
		margin-bottom: 5px;
		width: 650px;
	}
	
		div.reservationForm dl dt {
			clear: both;
			display: block;
			float: left;
			margin: 0 0 5px 0;
			padding: 0 0 5px 0;
			width: 130px;
			height: 25px;
			border-bottom: 1px solid #999999;
			font-weight: bold;
			color: #000000;
		}
		
			div.reservationForm dl dt span {
				display: block;
				padding: 0 0 0 13px;
				background: url(../images/circle-black.gif) no-repeat 0 7px;
				font-weight: bold;
				font-size: 90%;
			}
		
		div.reservationForm dl dd {
			float: right;
			margin: 0 0 5px 0;
			padding: 0 0 5px 0;
			width: 490px;
			height: 25px;
			border-bottom: 1px dotted #666666;
		}
		
		div.reservationForm dl dd input.text {
			border: none;
			background-color: #EEEEEE;
			height: 25px;
			line-height: 25px;
			text-indent: 5px;
		}
		
		div.reservationForm dl dd label {
			margin-right: 5px;
			font-size: 90%;
			color: #000000;
		}
		
			div.reservationForm dl dd label input {
				margin-right: 5px;
			}
		
	input#BtnSubmit {
		display: block;
		margin-left: 190px;
		padding: 0;
		width: 194px;
		height: 30px;
		background: url(../images/btn-submit.gif) no-repeat;
		text-indent: -99999px;
		border: none;
		cursor: pointer;
	}
	
	input#BtnEdit {
		display: block;
		display: inline;
		float: left;
		margin-left: 190px;
		padding: 0;
		width: 120px;
		height: 30px;
		background: url(../images/btn-edit.gif) no-repeat;
		text-indent: -99999px;
		border: none;
		cursor: pointer;
	}

	
	input#BtnSend {
		display: block;
		display: inline;
		float: left;
		margin-left: 20px;
		padding: 0;
		width: 90px;
		height: 30px;
		background: url(../images/btn-send.gif) no-repeat;
		text-indent: -99999px;
		border: none;
		cursor: pointer;
	}
	
		
	div.errorBalloon {
		margin-left: 190px;
		padding-top: 10px;
		font-size: 90%;
		color: red;
	}
	
	div.reservationForm dl dd input.error {
		background-color: #FFE8DF;
	}
			
			
/* footer */
div#Footer {
	margin-left: 190px;
	padding: 10px 0 100px 0;
	width: 710px;
	text-align: center;
	 border-top: 1px dotted #999999;
}
			
			
/* law */
div#pupContainer {
	margin: 0 auto;
	padding-top: 50px;
	width: 600px;
	color: #FFFFFF;
	text-align: left;
}
	div#pupContainer h3 {
		font-weight: bold;
		margin-bottom: 20px;
		padding-bottom: 3px;
		border-bottom: 2px solid #CCCCCC;
		font-size: 110%;
	}
	
	div#pupContainer p {
		font-size: 90%;
	}

	div#pupContainer div.section {
		margin-bottom: 30px;
	}
	
		div#pupContainer div.section table {
			border-collapse: collapse;
			border: 1px solid #666666;
			font-size: 90%;
		}
		
			div#pupContainer div.section table td {
				
			}
		
			div#pupContainer div.section table th,
			div#pupContainer div.section table td {
				padding: 8px;
				border: 1px dotted #666666;
				background-color: #111111;
				
			}
		
			