/* CSS Document */

* {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	font-size: 85%;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	color: #575757;
	line-height: 1.2;
	text-align: center;
	background-color: #FFFFFF;
}

p {
	font-size: 90%;
}

img {
	vertical-align: top;
	border: none;
}

a:link {
}

a:visited {
}

a:hover {
	text-decoration: none;
}

/* レイアウト設定
----------------------------------------------- */

#wrapper {
	width: 794px;
	margin: 0 auto;
	text-align: center;
	background: url("../img/common/bg_wrapper.gif") repeat-y top center;
}

#header {
	width: 794px;
	margin-bottom: 6px;
	text-align: center;
	font-size: 75%;
	color: #A6A6A6;
	background-color: #FFFFFF;
}

h1 {
	font-weight: normal;
	margin: 5px auto;
}

#container {
	width: 786px;
	margin: 0 auto 6px;
}

#primary {
	width: 606px;
	float: right;
	margin-bottom: 10px;
	text-align: left;
}

#secondary {
	float: left;
	width: 180px;
	margin-bottom: 10px;
	text-align: left;
}

#secondary img {
	margin-left: 5px;
}

.menu01 {
	margin-bottom: 5px;
	list-style: none;
}

.menu02 {
	margin-bottom: 5px;
	margin-left: 20px;
	font-size: 85%;
	list-style: disc inside;
}

.menu02 a:link {
	color: #575757;
	text-decoration: none;
}

.menu02 a:visited {
	color: #575757;
	text-decoration: none;
}

.menu02 a:hover {
	color: #575757;
	text-decoration: underline;
}

#footer {
	clear: both;
	width: 794px;
	padding-top: 8px;
	text-align: center;
	font-size: 80%;
	color: #FFFFFF;
	background: url("../img/common/bg_footer.gif") repeat-y top center;
}

#footer p {
	line-height: 1.5;
}

#footer p a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#footer p a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer p a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#copyright {
	height: 24px;
	margin-top: 5px;
	background: url("../img/common/bg_copyright.gif") no-repeat bottom center;
}

#copyright p {
	line-height: 1.2;
}

#banner02 {
	margin-top: 5px;
	width: 597px;
}

#banner02_l {
	float: left;
	width: 304px;
}

#banner02_l img {
	margin-bottom: 11px;
}

#banner02_r {
	float: left;
	width: 293px;
}
