@charset "UTF-8";

/* CSS Information
	Last Editor: Naoko Kobayashi;
	Editors: Naoko Kobayashi;
	Last Modified: 2009/07/14;
	Guideline: non;
 */

/* ******************************************
 * Table of Contents
 *
 * メイン
 * コンテンツ
 * 新着情報
 * バナー
 * IE6/7ハック
 *
 * ******************************************
 */


/* メイン */
#main {
	position: absolute;
	top: 132px;
	width: 930px;
	height: 581px;
	margin-left: 50px;
	padding: 28px 30px 0 40px;
	background:
		#ffffff
		url(../images/top/bg.jpg)
		left
		top
		no-repeat;
	border-left: 1px solid #636363;
	border-right: 1px solid #636363;
	float: left;
}
#main p.h1 {
	position: absolute;
	top: 30px;
}
#main-inner {
	position: relative;
	float: right;
}

/* コンテンツ */
#contents {
	width: 340px;
	height:230px;
	margin-bottom: 30px;
	background:
		url(../images/top/bg_contents.gif)
		left
		top
		no-repeat;
}
#contents p#title {
	position: absolute;
	top: 2px;
	left: 2px;
}
#contents ul {
	position: absolute;
	top: 30px;
	left: 4px;
}
#contents ul li {
	margin: 5px 0 5px 5px;
}

/* 新着情報 */
#topics {
	width: 340px;
	height:180px;
	margin-bottom: 30px;
	background:
		url(../images/top/bg_topics.gif)
		left
		top
		no-repeat;
}
#topics p#title {
	position: absolute;
	top: 262px;
	left: 2px;
}
#text {
	position: absolute;
	top: 300px;
	left: 2px;
	width: 290px;
	height:110px;
	padding: 10px 10px 10px 20px;
	overflow: scroll;
	overflow-x: hidden;
}
.date {
	color: #ff0600;
}
#text p.news {
	width: 265px;
	margin-top: -10px;
	padding: 0 0 4px 13px;
	background:
		#ffffff
		url(../images/arrow.gif)
		left
		top
		no-repeat;
	border-bottom: #999999 dotted 1px;
	line-height: 1.1;
}

/* バナー */
#main-inner p.banner {
	position: absolute;
	top: 470px;
}

/* IE6/7ハック */
*html  #main {
	margin-left: 0;
}
*:first-child+html #main {
	margin-left: 0;
}

