body {
	background-image: URL("pics/bg.jpg");
	background-attachment: fixed;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #663300;
}
#body {
	width: 760px;
	margin: auto;
}
a {
	color: #663300;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0px;
}
h1, p, ul {
	margin: 0px;
}
h1 {
	color: #663300;
	font-size: 18px;
	padding-top: 20px;
}
#header {
	background-image: URL("pics/header_bg.png");
	background-repeat: no-repeat;
	height: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#main {
	margin-bottom: 20px;
}
#main .top, #footer .top{
	background-image: URL("pics/main_top_bg.png");
	background-repeat: no-repeat;
	height: 20px;
}
#main .content, #footer .content {
	background-image: URL("pics/main_bg.png");
	padding-left: 10px;
	padding-right: 10px;
}
#main .bottom, #footer .bottom {
	background-image: URL("pics/main_bottom_bg.png");
	background-repeat: no-repeat;
	height: 20px;
}

#main .content .block1 {
	text-align: center;
	font-weight: bold;
}
#main .content table.pics a img {
	border: 2px solid #663300;
	width: 150px;
	height: 113px;
}
#main .content table.pics a:hover img {
	border: 2px solid #009900;
}
#main .content table.pics {
	margin: auto;
}
#main .content table.pics td {
	text-align: center;
	margin: 5px;
}
#main .content table.text {
	margin-left: 25px;
}
#main .content table.text td {
	vertical-align: top;
}

#main .content table {
	margin-bottom: 20px;
}
#main .content table th {
	background-color: #663300;
	color: #ffffff;
	margin-left: 5px;
}
#main .content table .title_bis th {
	font-weight: normal;
	font-style: italic;
}
#main .content table .sep {
	height: 10px;
}

#footer {
	text-align: center;
	padding-bottom: 50px;
	font-weight: bold;
}
#footer a {
	font-weight: normal;
}
#footer .pc {
	margin-top: 20px;
}
#footer .bottom {
	height: 30px;
}