@charset "utf-8";
@import "common/0-import.css";
/*  
	Author : Y.Kogawa
	Update : 6/8
*/
/*------------------------------------------------------------
	用語集
------------------------------------------------------------*/
/*--------------------------------------
　インデックス
---------------------------------------*/
#conts #index {
	margin: 0 0 0 10px;
	width: 621px;
	height: 96px;

	position: relative;
}

#conts #index img {
	position: absolute;
	top: 0;
	left: 0;
}

#conts #index ul {
	margin: 0 0 0 150px;
}

	* html #conts #sort ul,
	* html #conts #index ul {
		zoom: 100%;
	}

	*+html #conts #sort ul,
	*+html #conts #index ul {
		zoom: 100%;
	}

#conts #sort ul:after,
#conts #index ul:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#conts #index li {
	margin: 0 3px;
	padding: 0;
	width: auto;
	background: none;
	display: inline;
}

#conts #index li img {
	margin-bottom: 5px;
	position: relative;
}

	* html #conts #index li img {
		margin-bottom: 7px;
	}

#conts #sort ul {
	margin: 0 10px;

	clear: left;
}

#conts #sort li {
	margin-bottom: 8px;
	width: 33%;

	float: left;

	line-height: 1.1;
}

#conts #sort li a {
	padding: 1px 0 0 17px;
	background: url(/img/icon/02.gif) no-repeat left top;
}

#conts h3 {
	margin: 20px 10px 10px;
}

/*--------------------------------------
　下層
---------------------------------------*/
#conts dl {
	margin: 0 10px;
}

#conts dt {
	margin: 0 0 5px 0;
	padding: 5px 10px;
	background: #dfdfdf;

	color: #114D88;
	font-weight: bold;
}

#conts dd p {
	margin: 0 10px 30px 10px;
	padding: 0;

	font-size: 100%;
	line-height: 1.6;
