* {
	margin: 0;
	padding: 0;
}

body {
background: #ccc;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 12px;
line-height: 20px;
color: #222;
}

a {
text-decoration: none;
color: #900;
}
a:hover {
text-decoration: underline;
color: #F69;
}

#wrap {
margin: 0px auto 10px auto;
width: 800px;
background: #fff;
padding: 10px;
	border-left: 2px solid #900;
	border-right: 2px solid #900;
	border-bottom: 2px solid #900;
}

#header {
height: 160px;
background: #554d42 url(images/header.jpg) no-repeat;
}

#header h1 { 
font-size: 38px;
padding: 27px 0 0 10px;
color: #900;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#header h1 a { 
color: black;
text-decoration: none;
font-weight: 600;
}
#header h1 a:hover {
color: #fff;
}

#menu {
height: 40px;
line-height: 40px;
background: #000;
}

#menu ul {
list-style-type: none;
padding-left: 0px;
}

#menu ul li {
display: block;
float: left;
}

#menu ul li a {
padding: 0 5px 0 5px;
text-decoration: none;
font-weight: 600;
font-size: 14px;
color: #fff;
border-right: 1px solid #333;
}

#menu ul li a:hover {
color: #900;
text-decoration: none;
}

#content {
padding: 0 20px 20px 0;
}

.right {
	float: right;
	width: 570px;
	text-align: justify;
	margin-top: 20px;
}
.right h2 {
font-size: 18px;
font-weight: bold;
	margin: 0px 0px 10px 0px;
padding: 8px 0 8px 5px;
background-color: #FEC6C2;
border-left: 4px solid #900;
border-bottom: 1px solid #900;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {

}
.right h3 {
font-size: 13px;
font-weight: bold;
margin: 25px 0px 5px 0px;
padding: 5px 0 5px 5px;
background-color: #FEC6C2;
border-left: 4px solid #900;
}
.right ul {
	margin: 0px 0px 0px 10px;
	padding: 0px 0 10px 15px;
	list-style-type: disc;
	}
	
.right ul li a {
	text-decoration: none;
	font-weight: lighter;
	}

.right ul li a:hover {
	}


.left {
float: left;
width: 185px;
	margin-top: 20px;
}

.left h2 {
margin: 0px 0px 0px 0px;
padding: 5px 0px 3px 7px;
color: #003;
font-size: 15px;
background-color: #FEC6C2;
border-left: 4px solid #900;
}

.left ul {
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 10px 20px;
	list-style-type: circle;
	}

.left li{
	margin: 0px;
	padding: 0px;
	list-style-type: circle;
	}

.left ul li a {
	text-decoration: none;
	font-weight: lighter;
	}

.left ul li a:hover {
	}


#footer {
	margin: 10px 0px 15px 0px;
	text-align: center;
	font-size: 12px;
	color: black;
	}

#footer a { 
	color: #F00;
	text-decoration: none;}
#footer a:vlink { color: #F00;}
#footer a:hover { color: black; }
