@charset "UTF-8";

/* base_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; }

h1 {
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

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

h3 {
	font-size: 12px;
	color: #333;
	text-align: center;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

.tx16 { font-size: 16px; line-height: 120%; }
.tx14 { font-size: 14px; line-height: 140%; }
.tx13 { font-size: 13px; line-height: 140%; }
.tx12 { font-size: 12px; line-height: 140%; }
.tx12g { font-size: 12px; line-height: 140%; color: #666; }
.tx11 { font-size: 11px; line-height: 140%; }
.tx10 { font-size: 10px; line-height: 160%; }
.tx10g { font-size: 10px; line-height: 160%; color: #666; }

body {
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, Verdana, sans-serif;
	background-image: url("images/bg_img.jpg");

	line-height:normal;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

p {
	color: #333;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
}

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

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

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

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

#primary {
	float: left;
	width: 360px;
	margin: 10px 0px 0px 10px;
	padding: 0;
}

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

#box2 {
	width: 700px;
	border: 1px solid #999;
	background: #E1DBC1;
	margin-left: auto;
	margin-right: auto;
}

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

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