@charset "utf-8";

/*----- インポート -----*/
@import url("common.css");



/* ====================================================================================================
　レイアウト
==================================================================================================== */
#toppage{
	padding-bottom: 42px;
	x border: 1px solid  red;
}
#toppage h1{
	margin: 0 auto;
	width:365px;
	height:46px;
	margin-bottom: 85px;
	padding: 200px 0 0px 0;
	text-indent: -9999px;
	background: url(../../img/top/site_logo.png) no-repeat bottom;
}
* html #toppage h1{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/top/site_logo.png');
	background:none;
	margin-top: 200px;
	padding-top: 0;
}
#toppage p{}
#toppage ul{
	margin: 90px 0 0 0;
	text-align: center;
}
#toppage li{
	display: inline;
	margin: 0 15px;
}




/* ====================================================================================================
　HTML版トップ
==================================================================================================== */
#html_top{
	margin-bottom: 80px;
}
#html_top div.main-image{
	margin-bottom: 15px;
}
#html_top h2{
	margin-bottom: 20px;
}
#html_top h3{
	height: 67px;
	overflow: hidden;
	margin-bottom: 20px;
	text-indent: -9999px;
	background: url(../../img/top/lab_top.gif) no-repeat;
}
#html_top p{
	margin-bottom: 1em;
}

