/* CSS Document */

@charset "utf-8";


/* main layout
------------------------------*/
#main #contentsimg {
	height: 400px;
	width: 910px;
	z-index: 1;
}
#main #subnavi {
	width: 910px;
	height: 225px;
	z-index: 2;
	position: absolute;
	top: 320px;
	border-style: none;
	padding-left: 0px;
	left: auto;
	padding-bottom: 10px;
}
#main #subnavi td {
	font-size: 12px;
	line-height: 1.5em;
	color: #FFFFFF;
}
#main #text {
	width: 910px;
	padding-top: 20px;
	margin-bottom: 60px;
}
#main #text td {
	font-size: 12px;
	line-height: 1.5em;
	color: #323333;
}


/* main text style
------------------------------*/

#main #text h1 {
	font-size: 25px;
	line-height: 1.2em;
	color: #6699CC;
	margin-bottom: 24px;
	text-align: left;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-top: 8px;
}
#main #text h2 {
	font-size: 13px;
	line-height: 1.7em;
	font-weight: bold;
	color: #323333;
}
#main #text h3 {
	font-size: 19px;
	line-height: 1.0em;
	color: #323333;
}
#main #text p {
	font-size: 13px;
	line-height: 1.7em;
	color: #323333;
	margin-bottom: 15px;
}
.text-bold {
	font-size: 13px;
	line-height: 1.7em;
	font-weight: bold;
	color: #402A1D;
}
.text-note {
	font-size: 12px;
	line-height: 1.5em;
	color: #333232;
}


/* sub-navigation style
------------------------------*/

#main #subnavi ul {
	list-style: none;
}
#main #subnavi ul li {
	font-size: 13px;
	line-height: 1em;
	padding-bottom: 15px;
	color: #65A9DC;
	list-style: none;
}
#main #subnavi a {
	color: #FFFFFF;
}
#main #subnavi a:hover {
	color: #72522C;
}
