@charset "utf-8";

/* Basic style
---------------------------------------------*/
A:link { color: #0033FF; text-decoration: underline; }
A:hover { color: #CC3333 ; text-decoration: none; }
A:visited { color: #9933CC; text-decoration: underline; }
A:active { color: #FF6600; text-decoration: underline; }

body {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, Verdana, sans-serif;
	font-size: 75%;
	font-weight: normal;
	line-height: 150%;
	background-image: url("../images/bg_img.jpg");
	background-attachment: fixed;
	text-align: center;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 10px;
	color: #333;
	font-weight: lighter;
	text-align: center;
	margin: 5px 0;
}

h2 {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

h3 {
	font-size: 12px;
	color: #333;
	font-weight: lighter;
	text-align: center;
	line-height: 150%;
	margin: 10px 0;
}

h4 {
	font-size: 12px;
	color: #333;
	font-weight: lighter;
	text-align: center;
	line-height: 150%;
	margin: 5px 0;
}

h5 {
	font-size: 10px;
	color: #333;
	font-weight: lighter;
	text-align: center;
	margin: 5px 0;
}

.tx10 { font-size: 10px; color: #333; line-height: 160%; }

.tx11 { font-size: 11px; color: #333; line-height: 160%; }

.tx11g { font-size: 11px; color: #666; line-height: 160%; }

.tx12 { font-size: 12px; color: #333; line-height: 150%; }

.tx12g { font-size: 12px; color: #666; line-height: 150%; }

.tx14 { font-size: 14px; color: #333; line-height: 140%; }

p {
	font-size: 12px;
	color: #333;
	text-align: left;
	line-height: 18px;
	margin: 5px　0;
}

img {
	border: none;
	virtical-align: middle;
}

/* Layout
---------------------------------------------*/
#wrapper {
	width: 100%;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}

#headder {
	width: 100%;
	font-size: 18px;
	color: #fff;
	background-color: #039;
	margin: 0px 0px 5px 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	virtical-align: middle;
}

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

#flash {
	width: 760px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

#box {
	width: 760px;
	border: 1px solid #999;
	background: #fff;
	margin: 0px;
	padding: 0px;
}
#top {
	width: 760px;
	font-size: 10px;
	text-align: center;
	color: #333;
}

#navigation {
	width: 760px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	width: 76px;
	margin: 0;
	padding: 0;
}
#navigation2 {
	width: 760px;
}
#navigation2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation2 li {
	float: left;
	width: 76px;
	background-image: url("images/clear.gif");
	margin: 0;
	padding: 0;
	font-size: 10px;
}

#primary {
	float: left;
	width: 540px !important;
	width /**/: 560px;
	margin: 10px 0;
	padding: 0px 20px 0px 0px;
}

#primary p {
	font-size: 12px;
	line-height:1.5em;
	color: #333;
	text-align: left;
}

#secondary {
	float: right;
	width: 180px;
	margin: 10px 0;
	padding: 0;
}

#secondary p {
	font-size: 12px;
	color: #333;
	text-align: left;
}

#bottom {
	margin: 0;
}
#bottom p {
	font-size: 11px;
	color: #666;
	text-align: left;
}
#footer {
	clear: both;
	width: 758px;
	height: 20px;
	background-image: url("images/footer.jpg");
}
