@charset "utf-8";

html,body{
	margin:0;
	padding:0;
	font-size: 87%;
	color:#333333;
	line-height: 1.5;
	height: 100%;
	text-align:center;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
li {
	list-style-type: none;
}


* html #container{
    height:100%;
}


#container {
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	min-height: 100%;
	position:relative;
	text-align:left;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
}

body > #container {
	height: auto;
}
a:link {color: #0000cc;}
a:visited { color: #0000cc; }
a:hover { color: #990099; }
a:active { color: #990099; } 


/* ----- ヘッダー -------------------------------------- */

#header {
	height: 95px;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #99c9f9;
}
#header .header_line {
	height: 73px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bf0008;
}


.logo {
	width:300px;
	height:85px;
	display:block;
	text-indent:-9999px;
	float: left;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 55px;
	top: 4px;
}

