@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

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

body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	letter-spacing:0;
	color:#4c4c4c;
	background-color:#F1EBE1;
}

p {
	text-align:justify;
	text-justify:inter-ideograph;
}

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

.imgover {
}

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

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

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

.header {
	background-image:url(../../img/bg/01_y.gif);
	background-repeat:repeat-x;
	height:50px;
	margin:0 0 20px 0;
}

.header02 {
	background-image:url(../../img/bg/01_y.gif);
	background-repeat:repeat-x;
	height:50px;
	margin:0 0 6px 0;
}

.header_inner {
	width:1100px;
	margin:0 auto;
	height:50px;
	clear:both;
}

.h_left {
	float:left;
}

.h_right {
	float:right;
}

.container {
	width:1120px;
	margin:0 auto;
}

.contents_bottom {
	background-image:url(../../img/bg/04_y.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding:0 0 30px 0;
}

.contents_inner {
	background-image:url(../../img/bg/03_y.gif);
	background-repeat:repeat-y;
	padding:0 40px 10px 40px;
	width:1040px;
}

.footer {
	background-image:url(../../img/bg/05_y.gif);
	background-repeat:repeat-x;
	height:50px;
	margin:20px 0 0 0;
}

.copyright {
	width:187px;
	margin:0 auto;
	padding:26px 0 0 0;
}

