@charset "UTF-8";

/*-----------------------------------

CSS Information

Site URL:			http://www.hogehoge.com/
File name:			page.css (http://www.hogehoge.com/hoge/page.css)
Copyright:		(c)

-----------------------------------*/

/*-------------------------
__hoge_style
-------------------------*/

#main{
	float:left;
	width:800px;}

#main p{
	color: #3F3000;
	font-size: 15px;
	line-height: 25px;}

#main ul{}

/*#main ul li{
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	list-style-image: url(../images/mame_arrow.gif);
	margin-left: 40px;
	margin-bottom: 7px;}

#main ul li a{
	font-weight: bold;
	text-decoration: none;
	color: #5F3F1F;}

#main ul li a:hover{
	color:#8F7862;}

#main ul li a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;}*/

#main dl{
	background-color:#E3DECB;
	margin:15px 0 0 0;
	padding:20px 20px;}

#main dl dt{
	font-size:15px;
	font-weight:bold;
	color: #3F3000;
	border-bottom:2px dotted #3F3000;
	padding-bottom:7px;
	margin-bottom:10px;}

#main dl dd{
	color: #3F3000;
	font-size: 15px;
	line-height: 25px;}

#main dl dd p.back_white{
	background-color:#fff;
	padding:10px 15px;
	margin:7px 0 7px 0;}

.p_bottom{
	margin:20px 0 50px 0;}

.submit {padding-bottom: 10px;text-align: center;margin: 15px 0;}
.submit input {background:#90C31F;border:none;color:#fff;font-size:18px;font-weight:200;height:60px;width:270px;cursor:pointer; border-radius:5px; border-radius:0.1em;}
.submit input:hover {background:#ADD63D;}