/*initial settings*/

*{
	margin:0px;
	padding:0px;
}
img{border:none;}
p.clear{clear:both;}
/* end */

/*boxmodel rayout */

body{
	background-color:#FFFFCC;

}

div#box{
	margin:0 auto;
	width:702px;
	padding:0;
}

/*top rayout */
div#top {
	background: url(images/stopondanka_top.jpg) top center no-repeat;
	margin:10px 0 0 0;
	width: 702px;
	height: 173px;
}

/*middle rayout */
div#contents{
	background: url(images/stopondanka2009_contentshaikei.jpg) center repeat-y;
	width:702px;
	margin:0 auto;

}

div#contents p{
	margin-top:15px;
	padding:0 40px;
	font-size:0.8em;
	text-align:justify;
}
div#contents img{
	padding-left:40px;
	margin-top:15px;
	}
div#contents ul{
	padding:0 20px 0 80px;
	font-size:0.8em;
	}
div#contents a{
	font-size:0.8em;
	padding:0 50px;
	}
div#contents p span{
	color:#f00;
	font-size:1.1em;
	padding-left:30px;
	font-weight:bold;
	}
div#contents p span.form{
	padding:0px;
	font-size:1.6em;
	
	}
div#contents a.formlink{
	padding:0px;
}

div#contents img.formimg{
	padding-left:0px;
	margin-top:0px;
	}

.class_name{
	width:480px;
	height:25px;
	margin-left:55px;
	line-height:25px;
	background:#fee;
	border:solid 1px #f33;
}

.class_name a,
.class_name a:link,
.class_name a:visited,
.class_name a:active{
	width:480px;
	height:25px;
	display:block;
	float:left;
}

.class_name a:hover{
	width:480px;
	height:25px;
	background:#f33;
	color:#fff;
	display: block;
	float:left;
}

div#bottom {
	background: url(images/stopondanka2009_bottomhaikei.jpg) bottom center no-repeat; 
	width: 702px;
	height: 190px;
}

