@charset "UTF-8";

/* TOP / content */


/******************************************************************
	main
*******************************************************************/

.top div#main {
	float: right;
	width: 650px;
	font-size: 92%;
}

/******************************************************************
	mainImage
*******************************************************************/

div#mainImage {
	background: url("../images/main_image.jpg") no-repeat 0 0;
	width: 650px;
	height: 321px;
	margin: 0;
	padding: 0;
	text-indent: -9999em;
	position: relative;
}
div#mainImage p strong { text-indent: -9999em;}

div#mainImage p.text1 {
	position: absolute;
	top: 234px;
	left: 6px;
	width: 525px;
	height: 40px;
	margin: 0;
	padding: 0;
	text-indent: -9999em;
}
div#mainImage p.text2 {
	position: absolute;
	top: 274px;
	left: 6px;
	width: 525px;
	height: 40px;
	margin: 0;
	padding: 0;
	text-indent: -9999em;
}

/******************************************************************
	topConBox
*******************************************************************/

#main div.topConBox {
	width: 410px;
	padding-right: 20px;
	float: left;
	margin: 20px 0 0 0;
	display: inline;
}
#main div.topConBox p {
	line-height: 1.6;
}
.top h3 {
	background: url("../images/topcon_title.gif") no-repeat 0 0;
	width: 410px;
	height: 29px;
	text-indent: -9999em;
	display: block;
	margin: 0 0 9px 0;
}
#main div.topConBox p.stepupBtn {
	background: url("../images/stepup_btn.jpg") no-repeat 0 0;
	margin: 20px 0 0 0;
}
#main div.topConBox p.stepupBtn a {
	width: 410px;
	height: 92px;
	text-indent: -9999em;
	display: block;
}


/******************************************************************
	sideR
*******************************************************************/

#main div.sideR {
	width: 220px;
	float: left;
	margin: 20px 0 0 0;
	display: inline;
}
#main div.rNav {
	background: url("../images/rnav_bg.gif") repeat-y 0 0;
	width: 220px;
	border-bottom: 1px solid #b2b2b2;
	margin-bottom: 10px;
}
#main div.rNav p.rTtl {
	background: url("../images/rnav_title.gif") no-repeat 0 0;
	width: 220px;
	height: 32px;
	display: block;
	text-indent: -9999em;
}

#main div.rNav dl {
	width: 198px;
	padding: 9px 11px 33px 11px;
}
#main div.rNav dl dt { margin-bottom: 5px;}
#main div.rNav dl dd { margin-bottom: 25px;}

#main div.rNav dl dd a { color: #ff6600; text-decoration: underline;}
#main div.rNav dl dd a:hover { color: #ff6600; text-decoration: none;}

#main p.rNavBnn01 {
	background: url("../images/rnav_bnn01.jpg") no-repeat 0 0;
	margin: 0 0 5px 0;
}
#main p.rNavBnn02 {
	background: url("../images/rnav_bnn02.jpg") no-repeat 0 0;
	margin: 0 0 5px 0;
}
#main p.rNavBnn01 a,
#main p.rNavBnn02 a {
	width: 220px;
	height: 80px;
	text-indent: -9999em;
	display: block;
}

#main p.footerTxt{
	clear:both;
	padding:20px 0 0;
	font-size:75%;
	color:#666;
	text-align:left;
}

