@charset "utf-8";

/*  初期設定  */
body {
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
}
a, a:visited {
	color: #00f;
	text-decoration: none;
	outline: none;
}
a:hover, a:active {
	color: #0000aa;
	text-decoration: none;
}

/*  ヘッダー領域設定  */
#header {
	margin: 0;
	padding: 0;
	height: 32px;
	background-color:#5e5e5e;
}
#header #header-in {
	width: 1000px;
	margin: 0 auto;
}
#header #header-in #header-left {
	float: left;
}
#header #header-in #header-left h1 {
	color: #fff;
	font-size: 12px;
	font-weight: 100;
	margin: 0;
	padding: 6px 0 0 5px;
}
#header #header-in #header-right {
	float: right;
}
#header #header-in #header-right table {
	color: #fff;
	font-size: 12px;
	margin: 6px 5px 0 0;
}
#header #header-in #header-right a {
	color: #fff;
}
#header #header-in #header-right a:hover {
	color: #ddd;
}

#header-bottom {
	clear: both;
	width:1000px;
	height: 60px;
	margin: 7px auto;
}
#header-bottom #header-left {
	float: left;
}
#header-bottom #header-right {
	float: right;
}

#container {
	clear: both;
	background: url(../images/back.jpg) top center;
	height: 396px;
}

/*  ナビ設定  */
#container #navi {
	width: 1000px;
	margin: 0 auto;
}

/*  コンテンツ設定  */
#container #content {
	width: 1000px;
	margin: 0 auto;
}
#container #content #side {
	float: left;
	width: 200px;
}
#container #content #side img {
	border: none;
}
#container #content #side a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
#container #content #main {
	float: left;
	margin-left: 4px;
	width: 796px;
}


/*  フッター設定  */
#footer {
	clear: both;
	height: 151px;
	background: url(../images/footer_back.png) repeat-x;
}
#footer #footer_top {
	width: 1000px;
	margin: 0 auto;
	height: 50px;
}
#footer #footer_top img {
	margin-left: 800px;
	border: none;
}
#footer #footer_middile {
	width: 1000px;
	margin: 0 auto;
}
#footer #footer_middile #footer_middile_left {
	float: left;
	width: 700px;
}
#footer #footer_middile #footer_middile_right {
	float: left;
}
#footer #footer_middile #footer_middile_right p {
	margin: 0;
	padding: 0;
}
#footer #footer_bottom {
	clear: both;
	width: 1000px;
	margin: 0 auto;
}
#footer #footer_bottom p {
	color: #fff;
	font-family:"Times New Roman", Times, serif;
	margin: 0;
	padding:  16px 0 0 0;
	text-align: center;
}
