@charset "utf-8";

/* rule reset */

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

body {
	font-family: Osaka, "メイリオ", sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#header {
	background-image: url(../image/image/bg01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 90px;
	width: 804px;
}

#footer {
	background-image: url(../image/image/bg02.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 90px;
	width: 804px;
}

a img {
	border: none;
}
	
#outerGroup {
	width: 804px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#outerGroup #contentsGroup #nav {
	left: 10px;
	float: left;
	width: 160px;
	padding: 10px;
}

#outerGroup #contentsGroup .floatClear {
	display: block;
	clear: left;
}

#outerGroup #contentsGroup #nav ul {
	text-align: left;
	font-family: Osaka, "メイリオ", sans-serif;
	font-size: 12px;
	margin-left: 20px;
	padding-left: 0px;
	line-height: 17px;
}

#outerGroup #contentsGroup #contents {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	margin-left: 180px;
	padding: 10px;
}

#outerGroup #contentsGroup h1 {
	font-size: 16px;
	color: #FF9900;
	font-family: Osaka, "メイリオ", sans-serif;
	margin-bottom: 10px;
	margin-left: 5px;
}

#outerGroup #contentsGroup h2 {
	font-family: Osaka, "メイリオ", sans-serif;
	font-size: 14px;
	color: #333333;
	margin-top: 10px;
	margin-left: 5px;
}

a:link {
	color: #552B00;
}

a:visited {
	color: #8A008A;
}

a:hover {
	font-weight: bold;
	color: #FF5300;
}
