* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #F5F5F5;
	font-size: 80%;
	line-height: 150%;
	text-align: center;
	color: #333333;
}
a:link{ color:#3300FF; }
a:visited{ color:#3300FF; }
a:hover{ color:#FF0000; text-decoration:none; }

#page {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: 1px solid #999999;
	margin-bottom: 0px;
}
#header {
	color: #FFF;
	margin: 0px;
	background-image: url('photo.jpg');
	background-repeat: no-repeat;
	height: 180px;
}
.sitename{
	padding: 20px 10px;
	font-size: 140%;
	font-weight: bold;
}

#topics {
	background-color: #F9F9F9;
	border-top: 2px solid #CCCCCC;
	border-bottom: 1px solid #666666;
	padding: 10px;
}
#menu {
	float: right;
	width: 160px;
	padding-top: 30px;
	margin-right: 10px;
}
#main {
	width: 550px;
	border-right: 2px solid #CCCCCC;
	background-color: #FFFFFF;
	padding-top: 30px;
	margin-top: 1px;
	padding-bottom: 30px;
}
#main p {
	margin-left: 60px;
	margin-bottom: 2em;
	margin-right: 30px;
}
#main ul {
	margin-left: 15px;
	margin-bottom: 1em;
	margin-right: 30px;
}
ul {
	margin-left: 0px;
	margin-bottom: 1em;list-style-type:none;
}
#foot {
	border-top: 1px solid #333333;
	padding: 0px;
	text-align: center;
	clear: both;
	margin: 0px;
	background: #245386;
	color: #FFFFFF;
}
#maruc {
	font-size: 80%;

}
.notice {
	padding: 5px;
	background-color: #FFFFFF;
	margin-bottom: 1em;
	border: 1px dotted #CCCCCC;
}
strong {
	color: #CC3333;
}
a:hover {

}

h1 {
	font-size: 110%;
}
h2 {
	font-size: 110%;
	margin-left: 25px;
	margin-bottom: 1em;
	border-bottom: 1px dashed #CCCCCC;
	margin-right: 30px;
	color: #AC0000;
}
.imgbox {
	margin-bottom: 1em;
	margin-left: 60px;
}

#clink {
	padding-right: 10px;
	text-align: right;
	font-size: 70%;
}

#foot a:link{ color:#fff; text-decoration:none;}
#foot a:visited{ color:#fff; text-decoration:none;}
#foot a:hover{ color:#FF0000; text-decoration:none; }


