@charset "utf-8";

/* 汎用 */
html {
/*	overflow-y:scroll;*/
}
html, body {
	margin: 0;
	padding: 0;
	background:url(../images/common/bg.jpg);
	background-attachment:fixed;
}
body {
	color:#333;
	font-size:12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.5;
}
h1,h2,h3,p {
	margin:0;
}
img {
	border:0;
	vertical-align:top;
}
ul {
	list-style:none;
}
a:link {
	color: #333;
	text-decoration:none;
}
a:visited {
	color: #333;
	text-decoration:none;
}
a:hover {
	color: #009cbe;
	text-decoration:none;
}
a:active {
	color: #009cbe;
	text-decoration:none;
}

/* ヘッダ */
#headerBg {
	width:100%;
	height:50px;
	background:url(../images/common/headerBg.png) repeat-x;
}
#headerBg #header {
	width:950px;
	margin:0 auto;
	position:relative;
}
* html #headerBg #header {
	width:970px;
}
#headerBg #header h1 {
	position:absolute;
	top:14px;
	left:0;
	color:#FFF;
	font-size:11px;
	font-weight:normal;
}
#headerBg #header ul {
	margin:0;
	padding:0;
	position:absolute;
	top:43px;
	right:0;
}
* html #headerBg #header ul {
	right:20px;
}
#headerBg #header ul li {
	float:left;
	margin:0;
	padding:0;
}
* html #headerBg #header ul li {
	margin:0;
}
#headerBg #header p {
	position:absolute;
	left:800px;
	top:5px;
}
/* 飾り */
#headerBg #header p#l01 {
	position:absolute;
	left:-100px;
	top:43px;
}
#headerBg #header p#l02 {
	position:absolute;
	left:948px;
	top:43px;
}
#headerBg #header p#l03 {
	position:absolute;
	left:928px;
	top:78px;
}

/* アウトライン */
#outline {
	clear:both;
	width:950px;
	margin:0 auto;
}
* html #outline {
	width:970px;
}

/* フッター */
#footerBg {
	width:100%;
	height:100px;
	background:url(../images/common/footerBg.jpg) repeat-x;
	position:fixed;
	bottom:0;
/* IE6対策（位置固定） */
	_overflow: hidden;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-100)+'px'); /* 高さ100pxの場合 */
	z-index: 4;
}
#footer {
	width:950px;
	margin:0 auto;
	position:relative;
	color:#FFF;
}
#footer p.links {
	position:absolute;
	top:12px;
	right:180px;
	font-size:12px;
	text-align:right;
}
#footer a:link {
	color: #FFF;
	text-decoration:none;
}
#footer a:visited {
	color: #FFF;
	text-decoration:none;
}
#footer a:hover {
	color: #009cbe;
	text-decoration:none;
}
#footer a:active {
	color: #009cbe;
	text-decoration:none;
}

/* clearfix 2010-12-29 */
.clearfix:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
    }  
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

