@charset "shift_JIS";

/* 基本スタイル
---------------------------------------------*/
A:link, 
A:active{ color: #FFFFFF; text-decoration: underline }
A:hover{ color: #CC3333; text-decoration: none }
A:visited{ color: #33CCCC; text-decoration: underline }

body {
	font-family: "ヒラギノ角ゴ Pro W3","MS P ゴシック","Osaka",sans-serif;
	font-size: 75%;
}

.tx16{ font-size: 16px; line-height: 130% }
.tx14{ font-size: 14px; line-height: 130% }
.tx12{ font-size: 12px; line-height: 160% }
.tx11{ font-size: 11px; line-height: 160% }
.tx10{ font-size: 10px; line-height: 140% }

h1 {
	font-size: 12px;
	line-height: 160%;
	font-color: #333;
	font-weight: strong;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2 {
	font-size: 12px;
	font-color: #333;
	line-height: 150%;
	font-weight: strong;
	text-align: left;
	margin-top: 0;
	margin-bottom: 10px;
}
h3 {
	font-size: 12px;
	font-color: #333;
	line-height: 150%;
	font-weight: normal;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.box {
	border: solid 1px #999;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

/* レイアウト
---------------------------------------------*/
#wrapper {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}

#container {
	width: 760px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

.navigation {
	width: 756px;
	margin: 0;
	padding: 0;
}
.navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.navigation li {
	float: left;
	width: 108px;
	margin: 0;
	padding: 0;
}

.navigation2 {
	width: 756px;
	margin: 1px 0;
	padding: 0;
}
.navigation2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.navigation2 li {
	float: left;
	width: 108px;
	margin: 0;
	padding: 0;
}

#footer {
	clear: both;
	width: 100%;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding: 0;
}

#footer p {
	font-size: 11px;
	line-height: 1.4;
	color: #333;
	text-align: center;
}