@charset "utf-8";
/* CSS Document */


#flash {
	height: 450px;
	width: 630px;
	padding: 0px;
	margin: 10px;
}
#photo {
	height: 160px;
	width: 650px;
}
#photo1 {
	height: 150px;
	width: 200px;
	margin-top: 5px;
	margin-left: 10px;
	float: left;
}
#photo2 {
	height: 150px;
	width: 200px;
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-left: 15px;
}
#photo3 {
	background-color: #33F;
	float: left;
	height: 150px;
	width: 200px;
	margin-top: 5px;
	margin-right: 10px;
}
#attention {
	height: 160px;
	width: 630px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #fefd95;
	font-size: 12px;
}

#bus {
	float: left;
	height: 113px;
	width: 150px;
	margin-top: 20px;
	margin-right: 5px;
	margin-left: 25px;
}

#board {
	float: left;
	height: auto;
	width: 400px;
	margin-top: 15px;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 15px;
	margin-left: 40px;
}


#board ul {
	list-style-position: inside;
	list-style-type: square;
	text-indent: 5px;
	line-height: 20px;
	font-size: 12px;
}

#apology {
	height: 130px;
	width: 630px;
	background-color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	border: 2px solid #03F;
}
#oshirase {
	height: 20px;
	width: 630px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #03F;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#oshirase p {
	font-size: 18px;
	background-color: #FC0;
	text-align: center;
	font-weight: bold;
}
#naiyou {
	height: 110px;
	width: 630px;
	overflow: auto;
}
#naiyou p {
	font-size: 14px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-top: 10px;
	width: 540px;
	margin-left: 50px;
}
