@charset "UTF-8";
/* CSS Document */

@import "./reset.css";

@import "./navi.css";

html,body {
	height: 100%;
}

img {
	margin: 0px;
	border: none;
}

body {
	margin: 0px;
	background-image: url(../images/body/back.jpg);
	background-repeat: repeat-y;
	background-position: 35px top;
}

* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* -------------------------------------------------- ページサイズ設定 -------------- */
#container {
	background-color: #FFF;
	height: 100%;
	width: 760px;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
}

/* --------------------------------------------------- ヘッダー設定 ----------------- */
#header {
	width: 760px;
	height: 70px;
	padding-bottom: 5px;
}

/* --------------------------------------------------- logo設定 ---------------------- */
#header #logo {
	background-image: url(../images/logo/logo_b.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -999em;
	display: block;
	height: 63px;
	width: 190px;
	float: left;
}
#header #logo a {
	text-indent: -999em;
	display: block;
	height: 63px;
	width: 190px;
	overflow: hidden;
}

#header #header_subnavi {
	display: block;
	width: 560px;
	float: right;
	text-align: right;
}
#header #header_subnavi ul {
	padding-right: 10px;
	padding-bottom: 10px;
}
#header #header_subnavi ul li {
	display: inline;
	padding-right: 1em;
	padding-left: 1em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	line-height: 1;
	font-size: 13px;
}
#header #header_subnavi ul li a {
	font-size: 13px;
	line-height: 1;
	color: #333;
	text-decoration: none;
}
#header #header_subnavi ul li a:hover {
	font-size: 13px;
	line-height: 1;
	color: #990000;
	text-decoration: underline;
}
#serach_box {
	padding-right: 10px;
}
#serach_box form {
	font-size: 12px;
	line-height: 1;
}


/* ---------------------------------------------------- wrapper 設定 ----------------- */
#wrapper {
	float: left;
	width: 760px;
	margin-bottom: 30px;
}

/* ----------------------------------------------------- メインコンテンツエリア設定 ------------ */
#main_area {
	float: right;
	width: 565px;
	padding-left: 5px;
}

/* ----------------------------------------------------- 左ナビゲーションエリア設定 ------------- */
#left_area {
	float: left;
	width: 190px;
}

/* ----------------------------------------------------- フッター設定 ---------------------------- */
#footer {
	font-size: 12px;
	color: #666;
	width: 740px;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	float: left;
	clear: both;
	height: auto;
}
#footer .footerRight {
	float: right;
}
#footer .footerRight a {
	color: #666;
	text-decoration: none;
}
#footer .footerRight a:hover {
	color: #990000;
	text-decoration: underline;
}
#pankuzu {
	font-size: 12px;
	line-height: 1;
	text-align: left;
	padding-top: 5px;
}
#pankuzu a {
	color: #333;
}
#pankuzu a:hover {
	color: #990000;
}
#main_area .padding10px .text_red {
	color: #990000;
}

