@charset "utf-8";

/* ========================================================
	index css => indexページ用css
======================================================== */


/* main
============================================================================================================ */
div#mainArea {
	margin-bottom: 20px;
	padding: 18px 17px 12px 21px;
	background-image: url(../../images/index/main_bg.gif);
	border: 1px solid #e0e0e0;
	zoom: 1;
}
div#mainArea:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div#mainArea h2 {
	float: right;
}
div#mainArea ul {
	width: 330px;
	float: left;
}
div#mainArea li {
	float: left;
}

/* indexContents
============================================================================================================ */
div#indexContents {
	margin-bottom: 30px;
	padding-bottom: 13px;
	background: url(../../images/index/bg_line.gif) no-repeat bottom;
	zoom: 1;
}
div#indexContents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div#indexContents div {
	position: relative;
	width: 320px;
	font-size: 92%;
	line-height: 1.5;
}
div#indexContents dt {
	float: left;
	padding: 2px;
	border: 1px solid #cccccc;
}
div#indexContents dd {
	padding-left: 135px;
	padding-bottom: 1em;
}
div#indexContents p {
	position: absolute;
	right: 10px;
	bottom: 2px;
	font-size: smaller;
}
div#indexContents p a {
	padding-left: 16px;
	background: url(../images/link_arrow.gif) no-repeat left;
	color: #494848;
}


