/*↓基本設定：全体の文字色、背景色、背景画像*/
body {
	background-color:#211F20;
	margin-top:0px;
	text-align:center;
}

#header {
	width:1100px;
	background-image:url(header.jpg);
	background-repeat:no-repeat;
	height:240px;
}

#main {
	width:1100px;
}

#bread {
	text-align:left;
	color:#fff;
	margin:10px 0px 5px 10px;
	background-color:#211F20;
	width:1100px;
}

#bread a:link, #bread a:visited {
	color:#fff;
	text-decoration:none;
}

#bread a:hover {
	color:#fff;
	text-decoration:underline;
}

h1 {
	font-size:18px;
	font-weight:bold;
	text-align:left;
	color:#fff;
	margin:20px 0px 20px 10px;
	background-color:#211F20;
	width:1100px;
}

#contents {
float:left;
width:790px;
line-height:150%;
text-align:left;
background-color:#fff;
}

p {
	margin:10px 15px 5px 15px;
}

#sidemenu {
	float: right;
	width:300px;
	text-align:right;
	color:#fff;
}

#sidemenu a:link, #sidemenu a:visited {
	color:#fff;
	text-decoration:none;
}

#sidemenu a:hover {
	color:#fff;
	text-decoration:underline;
}

.ad {
text-align:center;
font-size:10px;
margin-left:10px;
margin-right:10px;
}

#footer {
	text-align:center;
	width:1100px;
	clear:both;
	margin:10px 0px 0px 0px;
	padding:10px 0px 10px 0px;
	color:#fff;
}

H2{
	font-size : 16px;
	color:#fff;
	font-weight:bold;
	margin:10px 10px 0px 10px;
	background-color:#211F20;
	padding-left:5px;
}

H3{
	font-size : 14px;
	font-weight:bold;
	text-decoration:underline;
}

table {
	width:770px;
	margin:5px 0px 5px 10px;
}