﻿@charset "utf-8";

/* plan
---------------------------------------------------- */

table {
	width: 950px;
}

table th {
	height: 14px;
	width: 650px;
	font-size: 14px;
	font-weight:normal;
	text-align: left;
	vertical-align: top;
	background: #DCC1AF;
	margin:0px;
	padding:10px 0px 0px 15px;
}
table td {
	vertical-align:top;
}

table th h3 {
	font-size: 18px;
}

table th a {
	color:#502510;
}
table a:hover{
	color:#98461F;
}
table td.tex {
	height: 100px;
	vertical-align: top;
	padding:10px 0px 0px 20px;
	font-size: 11px;
	line-height: 1.4em
}

table td.tex2 {
	height: 80px;
	vertical-align: top;
	padding:10px 0px 0px 20px;
	font-size: 11px;
	line-height: 1.4em
}

table td img {
	text-align:right;
	vertical-align:bottom;
}

table td.gazo {
	width:209px;
}

table td.line {
	margin:0px;
	padding:0 0 10px 0;
	vertical-align:top;
}
table td.space {
	height: 5px;
}

.reds {
	color:red;
}

h3.h3 {
	height: 30px;
	font-size: 18px;
	font-weight:bold;
	padding:7px 0px 0px 20px;
	margin-top:20px;
	background: url(../../plan/images/h3_bg.png) no-repeat;
}

h4 {
	height: 16px;
	font-size: 15px;
	font-weight:normal;
	padding:0px 0px 0px 32px;
	margin:10px 0 0 30px;
	line-height: 1.5em;
	background: url(../../plan/images/h4.gif) no-repeat;
}

.clear {
	clear:both; 
}  
.clear hr {
	display:none;
}  
