@charset "utf-8";
/* CSS Document */

/*----------
reset.css
-----------*/
@import"reset.css";

/*----------
common.css
-----------*/
@import"common.css";

/*===========
content
=============*/
#content{
	width: 780px;
	margin-top: 20px;
	float: left;

}

#content p.title{
	float: left;
	width: 190px;
}

#content div.omoi{
	float: left;
	width: 580px;
	margin-top: 10px;
	margin-left: 10px;
}

#content div.omoi h2{
	font-size: 1.8em;
	color: #FF6600;
	margin-top: 10px;
}

#content div.omoi div.honbun{
	margin-right: 80px;
	margin-top: 40px;
	text-indent: 1em;
}

#content div.omoi div.honbun p.sign{
	text-align: right;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 1.5em;
}

p.pagetop{
	margin: 5px 0 10px 480px;
}

#footer{
	border-top: #999999 1px dotted;
}