@charset "utf-8";

div#main {
	float:right;
	width:820px;
	font-size:14px;
	/*border:1px solid pink;*/
}
div#main-header{
	background:url("../img/top.jpg");
	background-repeat:no-repeat;
	height:250px;
	width:820px;
}
div#honbun {
	float:right;
	width:630px;
	/*border:1px solid red;*/
}
div#honbun p{
	line-height:150%;
	margin-left:40px;
}
div#sub{
	float:left;
	width:185px;
	/*border:1px solid green;*/
}
div#introduction {
		margin:20px;
		padding:5px;
		border:2px dotted #6699FF;
}
div#main h2 {
	margin-top:20px;
}

div#main h2.h2-1{
	background:url("../img/h2-1.jpg");
	background-repeat:no-repeat;
	height:40px;
	text-indent:-9999px;
}
div#main h2.h2-2{
	background:url("../img/h2-2.jpg");
	background-repeat:no-repeat;
	height:40px;
		text-indent:-9999px;
}
div#main h2.h2-3{
	background:url("../img/h2-3.jpg");
	background-repeat:no-repeat;
	height:40px;
		text-indent:-9999px;
}
div.button{
	margin:20px 0px 20px 20px;
}

