﻿body {
	background: #e9f1f8;
	margin:  auto;
	text-align: center;
	font-family: sans-serif;
	font-size: 12px;}

#main {
	width: 600px;
	margin: auto;
	text-align: left;}

#contents {
	background: #fff;
	margin-top: 15px;
	padding: 5px;}

#contents table.price,
#contents table.season {
	font-size: 12px;
	text-align: center;
	width: 590px;
	border: 1px solid #999;}

#contents table.price th {
	background-image: url('../img/t_bg.gif');
	height: 30px;
	color: #fff;
	width: 100px;}

#contents table.price td {
	border-top: 1px solid #999;
	padding: 10px 0 10px 0;
	}

#contents ul {
	line-height: 1.5em;}
	
#contents table.season {
	border-collapse: collapse;}


#contents table.season th {
	text-align: left;
	background-image: url('../img/t_bg.gif');
	height: 30px;
	width: 130px;
	color: #fff;
	padding: 0 0 0 5px;
	text-align: center;}

#contents table.season td {
	text-align: left;
	border-top: 1px solid #999;}