@charset "UTF-8";

@import/**/ "reset.css";
@import/**/ "global.css";

/* -----------------------------------------------------------
CSS Information

 Style Info:     トップページのスタイル設定
 File name:      style.css
 Last update:    2008.12.17
 
 
 
----------------------------------------------------------- */


/*----------------------------------------------------
	main
----------------------------------------------------*/
.home #page {
	width: 800px;
	margin: 0 auto;
}

/*  #visual
----------------------------------------------------*/

.home #visual {
	position: absolute;
	top: 30px;
	margin-left: 306px;
}
.home #visual h1 {
	position: relative;
	width: 187px;
	height: 189px;
	margin-bottom: 10px;
	font-size: 10px;
}
.home #visual h1 span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(/img/top_logo.gif) no-repeat center center;

}

.home #menu {
	margin-top: 260px;
}

.home #footer #newsTicker {
	width: 461px;
	height: 46px;
	margin: 0 auto 20px;
	padding-left: 40px;
	overflow: hidden;
	background: url(/img/top_news_bg.gif) no-repeat center center;
	font-size: 8pt;
}
.home #footer #newsTicker li {
	line-height: 46px;
}
.home #footer #newsTicker li span {
	margin-right: 20px;
	color: #999;
}
