@charset "utf-8";
@import "./navi.css";
@import "./base.css";
/* -------------------------------------------------------
	* Date : 2010/02
	* File : top.css
	* Copyright 2010 MAC InterNet All Rights Reserved. 
------------------------------------------------------- */

body#top {
	background-image: url(../img/top_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
div#top_contents {
	width:540px;
	float:left;
	line-height:1.55;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
div#topkey {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
div#side {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 240px;
	text-align: right;
}
div#side p {
	margin-bottom: 10px;
}
div#top_contents dl {
	margin: 0px;
	width: 538px;
}
div#top_contents dl dt {
	margin: 0px;
	padding: 0px;
	height: 35px;
}
div#top_contents dl dd {
	overflow:auto;
	height:150px;
	margin: 0px;
	padding: 0.7em;
}
div#top_contents dl dd ul li {
	line-height: 2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
