﻿@charset "utf-8";

/* =========================== */
/*                             */
/* インデックスページ                    */
/* １カラム用ＣＳＳ   */
/*                             */
/* =========================== */

/* =========================== */
/* 共通                             */
/* =========================== */


/* イメージリンクにボーダーを適応しない */
A IMG {
	border: none;
	}

P {
	margin: 0px;
	padding: 0px;
}
	
BODY {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.4;	
	font-size:80%;
	color: #333333;
	margin: 0px auto;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(../img/body_back.gif);
	background-repeat: repeat;
	}

DIV#wrapper {
	margin: 0px auto;
	padding: 0px;
	background-image: url(../img/header_back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

DIV#top {
	width: 1000px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	}
	

/* =========================== */
/* メイン                  */
/* =========================== */
DIV#main-layout {
	clear: both;
	width: 1000px;
	height: 100%;
	margin: 0px auto;
	padding: 0px 0px;
	_padding: 0px 0px 0px 1px;
	background-image: url(../img/main_back.gif);
	background-repeat: repeat-y;
	background-position: center top;
	}

DIV#contents-layout {
	float:right;
	width: 1000px;
	margin: 0px 0px;
	padding: 0px 0px;
	}

#main-layout:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* =========================== */
/* メインコンテンツ領域             */
/* =========================== */
#main-contents {
	width:1000px;
	padding: 60px 0px 20px 0px;
	}

/* フッターコンテンツ領域 */
#copy-layout {
	clear:both;
	width:1000px;
	margin: 0px auto; 
	padding: 0px; 
	}
#footer-contents {
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	text-align:right;
	}

DIV.entrance_main {
	width:1000px;
	height: 540px;
	margin: 0px auto;
	padding: 0px;
}
DIV.entrance_main IMG  {
vertical-align: top;
}
DIV.entrance_footer {
	width:1000px;
	height: 30px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	background-image: url(/asset/00032/entrance/entrance_footer2.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}