@import url("default.css");
@import url("layout.css");
@import url("option.css");

/* For the static or easy pages. */

/*sitemap*/
#sitemap{
	width:500px;
	margin:10px auto;
	}

#sitemap h3{
	background:#FFCC00;
	font-size:100%;
	padding:2px 5px;
	}

#sitemap ul{
	font-weight:bold;
	line-height:1.5;
	font-color:#ffe34d;
}

#sitemap li{
	font-weight:normal;
}

/*howtouse*/
#howto{
	width:350px;
}

.frame{
	padding:20px;
}

#howto h2{
	font-size:100%;
	width:300px;
	height:44px;
	margin-right: 20px;
	margin-left: 20px;
	background-color: #adffc6;
	background-image: url(../images/howtouse_title.gif);
	background-repeat: no-repeat;
}

#howto ol{
	width:330px;
	margin:0px auto;
}

#howto img{
	margin:10px;
	}

p.close{
	text-align:right;
	}
	
input{
	clear:both;
}

/* advertise.php */
#advertise h2{
	color:#ff8400;
}

#advertise li{
		font-size:100%;
		line-height:2;
		margin-top:20px;
	}

#advertise form{
		margin:0px;
		display:block;
		padding:5px;
		border:solid 1px #888888;
	}

#advertise input,textarea{
		background-color:#ffec97;
	}
	
#advertise input.radio{
		border:none;
		background:none;
	}
	
#advertise label{
		padding:20px 0px 0px 20px;
	}
	
.necessary:after{
		content:'入力必須項目';
		font-size:smaller;
		color:#ff0000;
	}
	
