@charset "UTF-8";
/* -----------------------------------------------------------
plan style
----------------------------------------------------------- */

/*
header [
----------------------------------------------------------- */
div#header{
position:relative;
width:735px;
height:192px;
background:
	url(../images/plan/bg.jpg)
	no-repeat;
}

/*
content
main[
----------------------------------------------------------- */
h1{
font-size:150%;
}
h2{
font-size:130%;
}

table {
	color: #666666;
	width: 530px;
	font-size:125%;
	line-height:150%;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	}
th {
	width:12em;
	padding: 5px;
	border-right: 1px solid #FFCC99;
	border-bottom: 1px solid #FFCC99;
	background-color:#FFE9E1;
	text-align:left;
	}
th.tmonth {
	width:190px;
	}
th.top {
	width:5em;
	text-align:right;
	}
td {
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color:#FFFEDF;
	text-align:right;
	}