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

*{
	margin: 0;
	padding: 0;
}

body{
	font-family:  "メイリオ", "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	background-color: #F1F0EB;
}
p{
	padding: 5px 0;
}

div#wrapper{
	width: 790px;
	margin: 0 auto;
	padding: 10px;
	color: #000;
	background-color: #FFF;
}

div#header{
	position: relative;
	margin-bottom: 15px;
}

div#header h1{
	text-align: right;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 20px;
}

div#header h2{
	position: absolute;
	top: 5px;
	left: 0;
	color: #999;
	background-image:url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 8px 0 4px 40px;
	font-size: 24px;
}
div#header h2 a{
	color: #999;
	text-decoration: none;
}

div#left{
	float: left;
	width: 580px;
	margin-bottom: 10px;
}
div#left .title{
	color: #FFF;
	font-weight: normal;
	font-size: 15px;
	background-image:url(../images/bg-title.gif);
	background-repeat: no-repeat;
	padding: 3px 8px 2px 8px;
	margin-bottom: 10px;
}
div#left .content{
	margin-bottom: 20px;
}
div#right{
	float: right;
	width: 180px;
	margin-bottom: 10px;
}

div#right ul#menu{
	list-style: none;
}
div#right ul#menu li{
	padding: 5px 10px;
	margin-bottom: 10px;
	color: #FFF;
	background-color: #FF0000;
}
div#right ul#menu li a{
	color: #FFF;
	text-decoration: none;
}
div#right ul#menu li a:hover{
}

div#footer{
	clear: both;
	text-align: center;
}