body {
	background-color: #F5F5F5;
	color: #333333;
	font-size: 12px;
	line-height: 35px;
	margin: 0;
	padding: 0;
}

a, a:visited {
	color: #006699;
}

a, a:hover {
	color: #FF6600;
}

div, p, h1, h2{
	margin: 0px;
	padding: 0px;
}

h1, h2 {
	font-family: 'HGP創英角ｺﾞｼｯｸUB','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W6',sans-serif;
}

ul, ol {
	display: block;
	overflow: hidden;
}

ul {
	margin-top: 10px;
	margin-bottom: 10px;
}


ul li {
	list-style-type: none;
}

dl {
	margin: 0px;
	padding: 0px;
}

p {
	width: auto;
	margin: 0px auto;
}

#container {
	width: 900px;
	padding: 0px 5px;
	margin-right: auto;
	margin-left: auto;
	background-image: url("../images/bg.png");
	background-repeat: repeat-y;
}

/* ヘッダー　 ――――――――――　*/


#header {
	background-image: url("../images/header.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom: 1px solid #EBEBEB;
	height: 70px;
	overflow: hidden;
	width: auto;
}

#header h1 {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: sans-serif;
	float:left;

}

#header h2 {
	width: 900px;
	font-size: 36px;
	line-height: 36px;
	margin: 10px;
}

#header h2 a, #header h2 a:visited {
	color: #F90841;
	text-decoration: none;
}

#header p {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: sans-serif;
}

#header p:after {
	clear: both;
	content: "";
	display: block;
	height: 1px;
	overflow: hidden;
}


#contents {
	background:#F797B2;
	margin-top: 0;
	min-height: 400px;
	padding: 0;
}

/* メニュー　 ――――――――――　*/

#contents #menu {
	float: left;
	padding:20px 10px;
	width: 200px;
}

#contents #menu .menubox {
	background-color: #F90841;
	margin-bottom: 15px;
	padding: 4px;
	width: auto;
}

#contents #menu .menutitle {
	line-height: 30px;
	background: #F90841;
	height: 30px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight:bold;
	text-align: left;
	padding-left: 10px;
	overflow: hidden;
}

#contents #menu ul{
	border: 1px solid #CCCCCC;
	list-style-image: none;
	list-style-type: none;
	margin: 5px auto;
	padding: 0;
}

#contents #menu li {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	display: block;
	border-bottom: 1px solid #F90841;
	padding: 2px;
	background-color: #FFFFFF;
}

#contents #menu li a {
	line-height: 14px;
	display: block;
	font-size: 12px;
	text-decoration: none;
	background-color: #FFFFFF;
	margin:0;
	padding: 6px 6px 6px 10px;
	color: #454545;
	border-left:3px solid #F90841;
}

#contents #menu li a:hover {
	background-color: #F90841;
	color:#FF0000;
}

#contents #menu:after, #contents:after {
	height: 1px;
	overflow: hidden;
	content: "";
	display: block;
	clear: both;
}

/* メイン ――――――――――　*/

#contents #main {
	float: right;
	width: 650px;
	background:#FFFFFF;
	padding:20px 10px;
}

#contents #main p.title {
	font-size: 18px;
	color:#FFFFFF;
	line-height: 20px;
	margin-bottom: 5px;
	overflow: hidden;
	padding: 7px 0 7px 20px;
	background: #F90841;
	font-weight:bold;
}

#contents #main div.text p{
	padding: 10px 20px;
	margin:0;
}

/* フッター ――――――――――　*/

#footlink {
	background-color: #F44780;
	color: #333333;
	font-size: 12px;
	padding-bottom: 8px;
	padding-top: 8px;
	text-align: center;
}

#footlink a {
	color: #333333;
	margin-left: 5px;
	margin-right: 5px;
}


#footlink a:hover {
	color: #FF0000;
	margin-left: 5px;
	margin-right: 5px;
}

#footer {
	background: #F90841;
	color: #FFFFFF;
	height: 64px;
	line-height: 64px;
	text-align: center;
}
