@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: 12px;
	font-weight: normal;
	line-height: 160%;
	text-align: center;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin: 5px 0;
	padding: 0;
}

h2 {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: left;
	margin: 5px 0;
	padding: 0;
}

h3 {
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-align: left;
	margin: 5px 0;
	padding: 0;
}

.tx10 { font-size: 10px; color: #333; line-height: 140%; }
.tx11 { font-size: 11px; color: #333; line-height: 150%; }
.tx11g { font-size: 11px; color: #666; line-height: 150%; }
.tx12 { font-size: 12px; color: #333; line-height: 160%; }
.tx12g { font-size: 12px; color: #666; line-height: 160%; }
.tx14 { font-size: 14px; color: #333; line-height: 160%; }

p {
	font-size: 12px;
	color: #333;
	line-height: 160%;
	margin: 5px 0;
	padding: 0;
}

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

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

#headder {
	width: 825px;
	height: 40px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	background-image: url("img/header.jpg");
}

#container {
	width: 825px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	background-image: url("img/content_bg.png");
}

#content {
	width: 805px;
	border: 1px solid #fc3;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

#content p {
	font-size: 12px;
	color: #333;
	line-height: 150%;
	text-align: left;
}

#content2 {
	width: 730px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding: 10px 0px 0px 0px;
	font-size: 11px;
	color: #333;
	line-height: 150%;
	text-align: left;
}

.box1 {
	float: left;
	width: 500px;
	border: 1px solid #fc3;
	background-color: #fff;
	margin: 0px 0px 20px 0px;
	padding: 0;
}
.box1 p {
	font-size: 12px;
	line-height:150%;
	color: #666;
	text-align: left;
	margin: 0;
	padding: 5px 10px;
}

.box2 {
	float: right;
	width: 200px;
	border: 1px solid #fc3;
	background-color: #fff;
	margin-top: 0;
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 0;
	padding: 10px 0px 5px 0px;
}

.primary {
	float: right;
	width: 350px;
	margin: 0;
	padding: 5px 10px;
}

.primary p {
	font-size: 12px;
	line-height:150%;
	color: #666;
	text-align: left;
}

.secondary {
	float: left;
	width: 110px;
	margin: 0;
	padding: 10px 10px;
}

.secondary p {
	font-size: 12px;
	line-height:150%;
	color: #666;
	text-align: left;
}

.sitelist {
	clear:both;
}
.sitelist dl {
	width: 180px;
	float:left;
	padding: 0;
	margin: 0px 5px 0px 0px;
}
.sitelist dl dt{
	font-size: 12px;
	line-height: 160%;
	color: #333;
	text-align: left;
	padding: 0;
	padding: 0;
}
.site {
	float:left;
	width: 480px;
}
.site dt {
	float: left;
	width: 480px;
	font-size: 12px;
	line-height: 160%;
	color: #333;
	text-align: left;
}

#footmenu {
	clear: both;
	width: 805px;
	margin: 0;
	padding: 0;
}
#footmenu p {
	font-size: 11px;
	line-height: 140%;
	text-align: center;
	margin: 0;
	padding: 5px 0;
}

#footer {
	clear: both;
	width: 827px;
	height: 40px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	background-image: url("img/footer_bg.png");
}
#footer p {
	font-size: 11px;
	font-color: #333;
	text-align: center;
	margin: 0;
	padding: 5px 0px 0px 0px;
}