/* ■htmlタグ */
body {
	background: #f5f5ff;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 995px;
}
#allcontents{
	background: #ffffee;
	margin-left: 10px;
	margin-right: 10px;
}
#mainleft {
	margin-left: 2px;
	width: 880px;
	float: left;
	margin-bottom:30px;

}
#mainright {
	width: 100px;
	margin-left: 0px;
	float: left;
	margin-bottom:30px;
}
#header {
	margin-bottom:20px;
}
#footer {
	clear: both;
}
/* ■header部分 */
#headSpace2{
	margin-bottom: 10px;
}
#headArea2{
	height: 180px;
	overflow: hidden;
}
#headAreaTitle2{
	margin-top: 20px;
	height: 180px;
	position: relative;
	z-index: 1;
}
#headAreaBack2{
	height: 490px;	
	background-image: url("/img/back/sakuraBack.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	filter: alpha(opacity=33);
	-moz-opacity: 0.33;
	z-index: 0;
	position: relative;
	top: -490px;
}
.title{
	font-size: 16px;
	color: #333333;
	margin-top: 10px;
	margin-left: 10px;
}
.description{
	font-size: 13px;
	color: #505050;
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 5px;
}
.descriptionLink{
	font-size: 15px;
	color: #404040;
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.descriptionLink a{
	color: #0000ff;
}
.descriptionLink img{
	margin-right: 1px;
}

/* ■mainleft部分 */

/* ■mainright部分 */

/* ■ */

