@charset "Shift_JIS";

/*--------------------------------------------------------------------
index.html	(ＴＯＰ)
top.css
--------------------------------------------------------------------*/

/*------------共通設定削除のスタイル---------------------------------------------------------------*/
div#Global,
div#Title,
div#Pan,
div.PageTop,
div#Side { display: none; }


/*------------Contentsのスタイル---------------------------------------------------------------*/
div#Contents {
	width: auto;
	margin: 0 auto;
	overflow: hidden;
}

/*Main*/
div#Main {
	width: auto;
	padding-top: 10px;
	background: url(../../img/top/title_bg.jpg) no-repeat center top;
	float: none;
	font-size: 105%;
}
div#Main h3 {
	height: auto;
	padding: inherit;
	overflow: auto;
}
div#Main div#TopTitle { background: url(../../img/new_top/title.png) no-repeat center 63px; }
div#Main div#TopTitle div#TopInTitle {
	height: 0;
	padding-top: 327px;
	overflow: hidden;
}
div#Main div#TopTitle div#TopInTitle * {
	height: 0;
	overflow: hidden;
}

/*MainBtn*/
div#MainBtn {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 15px;
	background: url(../../img/new_top/main_btn_bg.png) no-repeat center bottom;
	overflow: hidden;
	color: #fff;
}
div#MainBtn h3,
div#MainBtn ul,
div#MainBtn ul li { display: none; }
div#MainBtn p { padding-top: 15px; }
div#MainBtn a {
	display: block;
	width: 231px;
	height: 46px;
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#MainBtn a:hover { background-position: left bottom; }
div#MainBtn div#EntBox {
	width: 439px;
	height: 142px;
	padding: 295px 21px 0 21px;
	background: url(../../img/new_top/main_btn01.png) no-repeat left top;
	float: left;
}
div#MainBtn div#EntBox a { background-image: url(../../img/new_top/entbtn.png); }
div#MainBtn div#NpoBox {
	width: 439px;
	height: 142px;
	padding: 295px 21px 0 21px;
	background: url(../../img/new_top/main_btn02.png) no-repeat left top;
	float: right;
}
div#MainBtn div#NpoBox a { background-image: url(../../img/new_top/npobtn.png); }


div#Footer address { display: none; }