@charset "utf-8";
@import url("clear.css");
@import url("style02.css");
@import url("style03.css");
@import url("style04.css");
/* CSS Document */


* {
	margin:0;
	padding:0;
}

html {
	overflow-y:scroll;
	height:100%;
}

p, li, ul, ol,table {
	margin:0;
	padding:0;
}

body {
	font-size:12px;
	line-height:22px;
	letter-spacing:1;
	color: #333333;
	font-weight:normal;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	height:100%;
	background-color:#FFFFFF;
}

a {
	color:#1A1A1A;
	text-decoration:none;
}

a:hover {
	color:#CCCCCC;
	text-decoration:none;
}	

p {
	text-align:justify;
	text-justify:inter-ideograph;
	color: #1A1A1A;
	letter-spacing:1px;
}

img {
	border-width:0px;
	display:block;
	padding: 0;
	margin: 0;
}

li {
	list-style-type:none;
	margin:0;
	padding:0;
	line-height:0;

}

.imgover {
}

/*----------------------------------------------------------------*/

div.chassis {
	position:relative;
	min-height:100%;
}

* html div.chassis {
	height:100%;
}

.container_outer {
	padding:0 0 99px 0;
}

.container_outer02 {
	padding:0 0 44px 0;
}


.header_outer {
	width:100%;
	background-color:#000000;
	background-image:url(../../img/bg/head_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	padding:0 0 25px 0;
	height:67px;

}

.header_inner {
	background-image:url(../../img/bg/header.gif);
	background-repeat:no-repeat;
	width:880px;
	height:50px;
	margin:0 auto;
	padding: 17px 0 0 0;
}

.header_inner img {
	float:left;
}

.footer_outer {
	width:100%;
	position: absolute;
	bottom:0;
}

.footer_outer02 {
	width:100%;
	bottom:0;
}

.copy_top {
	background-color:#000000;
	height:40px;
	clear:both;
	width: 950px;
	margin: 0 auto;
}

.copy_top img {
	float:right;
}

.footer_links {
	background-color:#FFFFFF;
	height:15px;
	clear:both;
	width: 950px;
	margin: 0 auto;
}

.footer_links p {
	font-size:10px;
	line-height:12px;
	background-image:url(../../img/bg/icon01.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	padding:0 15px 0 8px;
	float:left;
}

.footer_bottom {
	background-color:#000000;
}

.mar03 {
	margin:0 256px 0 0;
}

