div#main {
	width: 800px;
	clear:both;
	display:block;
}

div#clauses {
	color: #555;
}

div#clauses h1 {
	font-size: 1em;
	color: #333;
	border-left: 5px solid #555;
	border-bottom: 1px solid #555;
	padding-left: 10px;
}

div#clauses h2 {
	border-left: 5px solid #555;
	padding-left: 10px;
	font-size: 0.8em;
	color: #444;
}

div#clauses h3 {
	border-left: 5px solid #555;
	padding-left: 10px;
	font-size: 0.8em;
	color: #444;
}

div#clauses p,li {
	font-size: 0.8em;
	font-weight: normal;
	color: #555;
	margin-bottom: 0.6em;
	line-height: 1.6;
}

div#contents {
	float: left;
	width: 580px;
	padding-right: 10px;
}

div#plantitle {
	margin: 20px 0 10px 0;
	padding: 5px 0 5px 10px;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	background: #f0f0f0;
	color: #333;
}

div#plandetail img {
	margin-left: 10px;
	border: 1px solid #CCC;
}

div#plandetail h1 {
	margin-left: 15px;
	margin-top: 20px;
	padding-left: 10px;
	font-size: 1.0em;
	font-weight: normal;
	color: #333;
	border-left: 5px solid #BBB; 
}

div#plandetail p {
	margin-right: 20px;
	font-weight: normal;
	line-height: 130%;
	letter-spacing: 2px;
}

div#plandetail table {
	border: solid 1px #C0C0C0;
/*	width: 100%; */
	width: 560px;
	font-size: 12px;
	border-spacing: 0;
	margin: 30px 5px 40px 5px;
}

div#plandetail table.menulist {
	font-weight: bold;
	font-size: 1em;
	
}
div#plandetail th {
	font-size: 1.2em;
	padding: 5px 10px 5px 10px;
	text-align: center;
	background: #F1F1F1;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

div#plandetail th.right {
	border-right: none;
}

div#plandetail td {
	font-weight: normal;
	text-align:center;
	height: 30px;
	padding: 5px 0 5px 0;
/*	border:1px solid #CCC; */
	padding:5px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

div#plandetail td.right {
	border-right: none;
}

div#plandetail td.pro {
	text-align: left;
	margin: 0 10px 0 10px;
}

div#plandetail tr.row {
	background: #f3f3f3;	
	margin: 0 10px 0 10px;
}

div#plandetail tr.rowodd {
	background: #FFF;
	margin: 0 10px 0 10px;
}

div#plandetail td.subtitle_left {
	font-weight: bold;
}

div#plandetail p.price {
	font-size: 1em;
	font-weight: bold;
}

div#plandetail p.price2 {
	color: red;
	font-weight: bold;
	font-size: 1em;
}

div#plandetail p.exp {
	text-align: left;
	padding: 5px 10px 5px 10px;
	color: #000;
}

div#plandetail img {
	border: none;
}

div#clauses p.return {
	margin-top: 1em;
	text-align: right;
	font-size: 0.8em;
}

div#clauses table.mark {
	width: 500px;
	margin-top: 1em;
	margin-left: 1em;
	background-color: #DDD;
	font-size: 0.8em;
}

div#menu {
	width: 200px;
/*	padding-left: 590px; */
	margin-left: 590px;
/*	padding-left: 10px; */
}

div#menu td{
	background-color: #404040;
}

div#menu .menu{
	margin-top: 10px 0 10px 0;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 1.2em;
	background: #000 url(../images/nav_bg.gif) repeat-x;
	text-decoration: none;
	color: #fff;
}

div#menu .spacer{
	padding: 0 0 2px 0;
	width: 100%;
	background-color: #FFF;
	border-bottom: 1px dotted #000;
}

