/* コンテンツ右側　*/
#mainbox {
	width: 770px;
	height: 600px;
	float: right;
}
/* メイン画像(メインコンテンツより上) */

/* メインコンテンツ */

#maintext {
	margin-left: 17px;
	margin-right: 20px;
	background-color: #FAFAF9;
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
}
#maintitle {
	margin-top:30px;
	margin-bottom:20px;
}
.heading {
	margin-top: 30px;
	margin-left:25px;
}
.title {
	height: 18px;
	font-size: 14px;
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-top: 2px;
	background-color: #EFEBE8;
	border-left: 3px solid #80BC19;
	border-bottom: 1.5px dotted #80BC19;
}
.sub-heading {
	font-size: 12px;
	line-height:1.8;
	margin-top: 5px;
	margin-left: 30px;
	margin-right: 30px;
}
.sub-heading-end {
	font-size: 12px;
	line-height:1.8;
	margin-top: 5px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom:25px;
}
/* 詳細はこちら */
.more {
	position:relative;
	left:487px;
	width:217px;
	margin-top:10px;
	margin-right:30px;
}
/* ページTOPへ */
.pagetop {
	position:relative;
	left:665px;
	width:86px;
	margin-right:10px;
	margin-bottom:10px;
}
/* 共通設定 */
a:link {
	color:  #06F;
	text-decoration:  none;
}
a:visited {
	color:  #06F;
	text-decoration:  none;
}
a:hover {
	color:  #FF0000;
	text-decoration:  none;
}