@charset "utf-8";

/* rule reset */

html, body, div, span, h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
	outline:0;
}

/* basic style */

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #000000;
	background-color: #460028;
	text-align: center;
	margin: 0px;
	padding: 0px;
	letter-spacing: normal;
	line-height: 18px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
}

h1 {
	font-size:9px;
	font-weight:bold;
	line-height:normal;
}

h2 {
	color:#996600;
	font-size:14px;
	font-weight:normal;
	line-height:normal;
	font-family: "ＤＦＧ麗雅宋", "ＦＡ 丸ゴシックＭ", "HGP行書体";
}

h3 {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	line-height:normal;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-style: normal;
	background-color: #9966CC;
	height: 18px;
	width: 560px;
	margin: 0px;
	padding: 7px 1px 1px 10px;
}

h4 {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	line-height:normal;
	background-color: #996600;
	padding: 7px 1px 1px 10px;
	height: 18px;
	width: 560px;
}

h5 {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	line-height:normal;
	background-color: #FF99CC;
	height: 18px;
	width: 560px;
	padding: 7px 1px 1px 10px;
}

/* layout style */

#OuterGroup {
	background-color: #fff;
	text-align: left;
	margin: 0px auto;
	width: 800px;
	padding-right: 0px;
}

/* outer header */

#header {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	height: 88px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 9px;
}

#OuterGroup #header {
	color: #FFFFFF;
}



#OuterGroup #ContentGroup #content {
	margin: 0px 0px 0px 5px;
	padding: 12px 0px 0px 3px;
	overflow: auto;
	float: none;
	width: 590px;
	height: 1350px;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #774260;
}
#OuterGroup #ContentGroup {
	background-image: none;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	height: auto;
	width: 800px;
	padding-bottom: 50px;
	padding-top: 0px;
}



#OuterGroup #ContentGroup #rightcolumn {
	margin: 0px 0px 0px 15px;
	padding: 5px 15px 0px 5px;
	float: left;
	width: 160px;
	height: auto;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #774260;
}

#OuterGroup #footer address {
	font-style: normal;
	color: #000066;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 10px;
	border-top-style: none;
	background-position: center;
	width: 750px;
}

#OuterGroup #ContentGroup #rightcolumn ul {
	padding: 1px;
	height: auto;
	width: 100px;
}

#OuterGroup #ContentGroup #content img {
	margin: 0px 8px 0px 0px;
	width: auto;
	float: left;
}

