@charset "utf-8";
/* Index-ZFK */

#flash{
width:950px;
height:270px;
margin:30px auto 0 auto;
border:solid 5px #FFFFFF;
box-shadow:0 5px 5px 0 rgba(0,0,0,0.2);/*右、下、ぼかし量、ぼかし広がり、影色*/
}


#topics-frame{
width:630px;
height:400px;
overflow:auto;
}

#topics{
line-height:180%;
width:100%;
}

#topics tr{
border-bottom:dotted 1px #376e87;
}

#topics td{
padding:5px 0;
}

#contents a.form-link{
	display:block;
	font-size:120%;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
	padding:15px 5px;
	margin:0 0 35px 0;
	background-color:#ff0000;
	border-radius:10px;
}

#contents a.form-link:hover{
	background-color:#ff5555;
}