html{color:#000;background:#FFF;overflow-y: scroll;}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
img{
	vertical-align: bottom;
}
a{color: #505050;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/bgHead.gif) repeat-x top;
	color: #505050;
	font-size: 12px;
	line-height: 1.5;
}

#head{
	height: 55px;
	width: 800px;
	margin: 0 auto;
}
#head h1{
	float: left;
	padding-left: 55px;
	margin-top: 13px;
}
#head div{
	float: right;
	width: 88px;
	margin-top: 6px;
	padding-right: 19px;
}
#head div img{
	display: block;
	margin-bottom: 4px;
}

#box{
	width: 690px;
	margin:0 auto;
}
#foot{
	text-align: center;
	height: 55px;
	margin-top: 30px;
	background: url(../images/bgFoot.gif) repeat-x bottom;
	color: #FFFFFF;
}
#foot p{
	padding-top: 12px;
	font-size: 12px;
	line-height: 1.4;
}
#foot img{
	vertical-align: baseline;
	padding-right:6px;
}

#box h2{
	float: left;
}

/*一覧
------------------------------------------------------------------------------*/
#box .pagenavi{
	text-align: right;
	padding-top: 15px;
}
#box .pagenavi strong{
	font-weight: bold;
}

#box ul#list{
	padding:0;
	margin:20px 0 0;
	font-size:0;
	text-align: justify;
	text-justify: distribute-all-lines;

}
#box ul#list:after{
	content:url(../images/690.gif);
	line-height:0;
	visibility:hidden;
}
#box ul#list li{
	display:inline;
	margin:0;
	padding:0;
}
#box ul#list li img{
	margin-bottom:16px;
	border: 1px solid #9b9b9b;
	
}

#box table#list{width:100%;}
#box table#list th{text-align:center; width:25%;padding-bottom:15px;}
#box table#list td{text-align:center; width:25%;}



#contoribute{
	text-align: center;
	margin-top:20px;
}


/*投稿フォーム
------------------------------------------------------------------------------*/
#box .back{
	text-align: right;
	padding-top: 15px;
}

#box table#toko{
	clear: both;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 18px;
}
#box table#toko th,#box table#toko td{
	border: 1px solid #CCCCCC;
	padding: 4px;
}
#box table#toko th em{
	font-size: x-small;
	color: #CC0000;
	padding-left: 1em;
}
#box table#toko td{}
#box table#toko td input,#box table#toko td textarea{
	width: 250px;
}
#box table#toko td textarea{
height:8em;
}


#regulation{
	margin: 30px auto;
	padding:8px;
	border: 1px solid #CCCCCC;
	width:428px;
	height:10em;
	overflow: auto;
}
#regulation h3{
	font-size: 14px;
}
#regulation p{}
#submit{
	margin-right: auto;
	margin-left: auto;
	width: 203px;
	display: block;
}
.errmessage{
	color:#FF0000;
}
