@charset "utf-8";
html{
    height:100%;
}
* html #contents{
    height:100%;
}
#contents {
	text-align: left;
	width: 960px;
	position:relative;
	min-height: 100%;
	margin: 0 auto;
	border-left:1px #666 solid;
	border-right:1px #666 solid;
	background-color: #FFFFFF;
}
body > #contents {
        height: auto;
}
body {
	font-family: Verdana , Arial, "メイリオ"  ,Meiryo  ,"ヒラギノ角ゴPro W3" , "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
	color: #333333;
	line-height: 1.5;
	background-attachment: fixed;
	background-image: url(../img/bk.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height:100%;
}
* html body {
	font-size: 88%;
	}
div, ol, ul, dl, form {
	margin: 0px;
	padding: 0px;
	}
p ,h1 ,h2 ,h3 ,h4 ,h5 ,h6, dt, dd, input, textarea {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	}
th, td {
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-weight: normal;
	}
em {
	font-style: normal;
	font-weight: bold;
	}
a img {
	border: none;
	}
li {
	list-style-type: none;
}


img {
	border: 0px;
	vertical-align: bottom;
}
.clearfix:after {
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	}
.clearfix {
	zoom: 1;
	}

header {
	position: relative;
	height: 75px;
	width: 960px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	text-align:left;
}
header h1 {
	position: absolute;
	left: 120px;
	top: 30px;
}

header ul {
	position: absolute;
	top: 5px;
	right: 30px;
}
header li {
	background: url(../img/header_link.gif) no-repeat left center;
	display: inline;
	padding-left: 15px;
	font-size: 0.9em;
}
header .catch {
	position: absolute;
	top: 53px;
	left: 180px;
	color: #666666;
}


nav {
	background-image: url(../img/nav-bk.gif);
	background-repeat: repeat-x;
	height: 35px;
	width:960px;
	margin: 0 auto;
	border-left:1px #CCC solid;
	border-right:1px #CCC solid;
}

nav li {
	background-image: url(../img/nav-list.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	padding-top: 12px;
	padding-left: 68px;
	float: left;
	padding-right: 50px;
}
#main {
	text-align: left;
	width: 960px;
	background-color: #FFFFFF;
	padding-bottom: 50px;
	height:100%;
	min-height: 100%;
}
footer {
	position:absolute;
	bottom:0px;
	width:960px;
	background-color: #000;
	color:#FFF;
	text-align: center;
	height: 28px;
	left: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
