@charset "UTF-8";
/* CSS Document */

body, h1, h2 {
		margin: 0px;
		padding: 0px;
}
body {
		text-align: center;
}
#container {
		text-align: center;
		margin: 0px auto;
		padding: 0px;
		height: auto;
		width: 88%;
		border-right: thin dotted #666666;
		border-left: thin dotted #666666;
}
div#container #titlelogo {
		vertical-align: middle;
		float: left;
		height: 100px;
		width: 660px;
		margin: 0px 20px 5px;
}
div#container #menu {
		margin: 5px 5px 5px 20px;
		float: left;
		height: auto;
		width: 325px;
}
div#container #news {
		margin: 5px 20px 10px 5px;
		float: left;
		height: 300px;
		width: 325px;
		text-align: center;
		border: thin dotted #CCCCCC;
		font-size: 12px;
		font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		line-height: 16pt;
}
div#container #credit {
		clear: both;
		text-align: center;
		font-size: 12px;
		border-top: thin dotted #999999;
		border-bottom: thin dotted #999999;
		height: 85px;
		width: 660px;
		background: #FFFFCC;
		margin: 5px 20px;
		font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		line-height: 16pt;
}
div#container #message {
		text-align: center;
		margin: 5px 20px;
		float: left;
		height: 100px;
		width: 660px;
		border: thin dotted #CCCCCC;
		font-size: 14px;
		font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		line-height: 16pt;
}
#main {
		width: 800px;
		text-align: center;
}
