@charset "UTF-8";


/*========================================================*/
/* タイトルエリア  */
#titleArea {
	background:url(../img/pagetitle.jpg) no-repeat left top;
}
#contentsArea {
 margin-top:9px;
 border-top:1px solid #fff;
 width:780px;
 position:relative;
}


#contentsArea .subTitle {
	display:block;
	width:340px;
	height:42px;
	background:url(../img/sub-title.gif) no-repeat left top;
	text-indent:-9999px;
	position:absolute;
	top:0;
	left:0;
}
.subTitle2 {
	display:block;
	width:306px;
	height:46px;
	background:url(../img/sub-title2.gif) no-repeat left top;
	text-indent:-9999px;
	position:absolute;
	left:372px;
	top:40px;
}

#images {
	position:absolute;
	left:0;
	top:42px;
	width:340px;
}
#mainText {
	margin-left:372px;
	margin-top:0;
	font-size:100%;
	line-height:2.23;
	min-height:270px;
}
* html #mainText {height:270px;}


#toCharm {
	width:103px;
	height:19px;
	clear:both;
	margin:30px 0 0 auto;
}
#toCharm a {
	display:block;
	height:19px;
	text-indent:-9999px;
	background:url(../img/btn-tocharm.gif) no-repeat left top;
  overflow:hidden;
}
#toCharm a:hover {
	background:url(../img/btn-tocharm.gif) no-repeat right top;
}