@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/common/body_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #A9CBEC;
}
.clear {
	line-height: 1;
}

/* -----------------------------------------------------------------------------------------
                                          								clearFix
----------------------------------------------------------------------------------------- */
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

/* コンテナ 高さ100% */
div#container {
	min-height: 100%;
}

/* IE6 */
*html div#container {
	height: 100%;
}


/* ----------------------------------- container ----------------------- */
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E6E6E6;
	border-left-color: #E6E6E6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}
#header {
	height: 53px;
	width: 800px;
	padding-bottom: 20px;
	padding-top: 5px;
	background-image: url(../images/common/blue_line2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#header h1 a {
	text-indent: -999em;
	display: block;
	height: 55px;
	width: 255px;
	background-image: url(../images/common/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#footer {
	clear: both;
	width: 780px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 50px;
}
#footer p a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #999;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}
#footer p a:hover {
	color: #00a5e3;
}
#footer #copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
}
