@charset "utf-8";

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
media    : screen,projection,tv
modified : 2009.01.21
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* reset browser style
========================================================= */
body, h1, h2, h3, h4, h5, h6 {
	font-size: small !important;
	font-size: 13px; /* winIE5.5-6 */
	font-style: normal;
}
table, th, td {
	font-size: inherit;
	font: 100%; /* winIE5.5-6 */
}
button {
	font-size: 100%; /* winIE5.5-7,Opera */
}
select, input, textarea {
	font-size: 99%; /* winIE5.5-7 */
}
html, body {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, address, blockquote, pre, div, p,
dl, ol, ul, dd, dt, li,
form, fieldset, label, legend,
table, caption, th, td {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
}
ol, ul {
	list-style: none;
}
img, a img, object, param {
	border: 0;
}
img, object, param {
	vertical-align: bottom;
}
hr {
	display: none;
}

/* design style
========================================================= */
/* body
--------------------------------------------------------- */
body {
	background: #fff url(../img/bg_body.jpg) repeat-x left top;
	color: #252930;
	text-align: center; /* IE5.5-6 */
}
div#header,
div#contents,
div#footer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* IE5.5-6 */
}
/* div#header
--------------------------------------------------------- */
div#header img {
	margin: 17px 0 13px;
}
/* div#fla-area
--------------------------------------------------------- */
div#fla-area {
	margin-bottom: 20px;
}

/* div#contents
--------------------------------------------------------- */
div#contents a:hover {
	background-color: #a50006;
	color: #fff;
}
div#contents div#newplan {
	width: 800px;
	margin-bottom: 20px;
	background: transparent url(../img/bg_newplan.gif) no-repeat center top;
	color: #fff;
}
div#contents div#newplan img {
	margin-bottom: 7px;
}
div#contents div#newplan p {
	text-align: center;
}
div#contents div#newplan div {
	width: 760px;
	margin: 0 20px;
	padding: 12px 0;
	background-color: #ccc8a6;
	color: #252930;
}
div#contents div#newplan div h2,
div#contents div#newplan div p {
	padding: 0 12px;
	text-align: center;
}
div#contents div#newplan div p {
	font-size: 93%; /* 12px */
}
div#contents div#planlist {
	width: 800px;
	margin-bottom: 50px;
	padding-bottom: 10px;
	background: transparent url(../img/bg_newplan_btm.gif) no-repeat center bottom;
}
div#contents div#planlist ol {
	width: 780px;
	margin-left: 10px;
	margin-right: 10px;
}
div#contents div#planlist li {
	position: relative;
	float: left;
	width: 390px;
	padding-bottom: 20px;
}
div#contents div#planlist li div {
	margin: 0 10px;
	background: #939393 url(../img/bg_project.gif) repeat-y left top;
	color: #000;
}
div#contents div#planlist li div p.txt {
	padding: 10px 22px;
	line-height: 1.5;
}
div#contents div#planlist li div p.txt a {
	display: inline-box;
	height: auto !important;
	height: 12px;
	min-height: 12px;
	padding-left: 14px;
	background: transparent url(../img/ico_link.gif) no-repeat left top;
	color: #a50006;
	font-weight: bold;
}
div#contents div#planlist li div p.txt a:hover,
div#contents div#planlist li div p.txt a:focus {
	background: transparent url(../img/ico_link_on.gif) no-repeat left top;
	color: #fff;
}

/* div#footer
--------------------------------------------------------- */
div#footer {
	position: relative;
	height: 120px;
	border-top: #a0a4ab 1px solid;
}
div#footer p {
	padding-top: 14px;
}
div#footer address {
	position: absolute;
	width: 177px;
	height: 90px;
	left: 623px;
	top: 14px;
}
/* div#clearfix
--------------------------------------------------------- */
div#contents div#planlist ol {
	zoom: 1; /*IE 5.5-7*/
}
div#contents div#planlist ol:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 1px;
	overflow: hidden;
	clear: both;
	line-height: 0; 
	visibility: hidden;
}

