/* トップページの左側コンテンツ */

.subarea{
	width:201px;
	height:auto;
	padding-bottom:10px;
	margin-top:15px;
	background-color:#FBFDFF;
	float:left;
	margin-left: 5px;
}

.subarea h2{
color:#FFFFFF;
font-size:16px;
width:201px;
height:35px;
line-height:35px;
text-indent:1em;
background:   url("../img/bar_short.gif") no-repeat;
}


/* トップページの右側コンテンツ */

.latestinfomation{
	width:530px;
	height:auto;
	padding-bottom:10px;
	margin-top:15px;
	background-color:#FBFDFF;
	float:right;
	margin-right: 5px;
}

.latestinfomation h2{
	color:#FFFFFF;
	font-size:16px;
	width:530px;
	height:35px;
	line-height:35px;
	text-indent:1em;
	background:   url("../img/bar_middle.gif") no-repeat;
	margin-right: 5px;
}

.whatsnew{
width:530px;
height:auto;
padding-bottom:10px;
margin-top:15px;
background-color:#FBFDFF;float:right;
}
.whatsnew h2{
color:#FFFFFF;
font-size:16px;
width:530px;
height:35px;
line-height:35px;
text-indent:1em;
background:   url("../img/bar_middle.gif") no-repeat;
}



/*content-textarea*/

.infomation{
	width:751px;
	height:auto;
	padding-bottom:10px;
	margin-top:15px;
	background-color:#FBFDFF;
	float:left;
	margin-right: 5px;
	margin-left: 5px;
}


.infomation h2{
color:#FFFFFF;
font-size:16px;
width:746px;
height:35px;
line-height:35px;
text-indent:1em;
background:   url("../img/bar_long.gif") no-repeat;
}

.textarea{
width:651px;
height:auto;
margin:auto;
position:relative;
padding-bottom:10px;
margin-top:15px;
background-color:#FBFDFF;}


.textarea h3{
color:#FFFFFF;
margin-top:10px;
padding-bottom:10px;
font-size:16px;
width:651px;
height:30px;
line-height:30px;
text-indent:1em;
background:   url("../img/bar_sub.gif") no-repeat;
}

.textarea2{
width:700px;
height:auto;
margin:auto;
position:relative;
padding-bottom:10px;
margin-top:15px;
background-color:#FBFDFF;
border:solid 2px;
border-style:dashed;
border-color:#999999;


}


.textarea2 h3{
color:#888888;
margin-top:10px;
padding-bottom:10px;
font-size:16px;
height:30px;
line-height:30px;
}

