@charset "utf-8";

/*////////////////////////////////////////////////////////////

	[index.css] sitemap
	
	(C)Shinkousoku Printing Inc.	

////////////////////////////////////////////////////////////*/

div#content h2 {
	background: url(../img/title_index.gif) no-repeat;
}

div.index {
	overflow: auto;
	margin: 0 0 40px;
	background: url(../img/index_background.gif) repeat-y;
}
* html div.index {
	height: 1%;
}

div.index div.column {
	float: left;
	width: 260px;
	margin: 0 0 0 20px;
}
* html div.index div.column {
	display: inline;
}

div.index a {
	display: block;
	outline: none;
	margin: 0 0 7px;
	padding: 0 0 0 20px;
	background: url(../../common/img/bullet/index.gif) no-repeat 0 4px;
	color: #069;
}

div.index a:hover {
	color: #F60;
}

div.index p.home {
	float: left;
	width: 100px;
	margin: 0 20px 0 0;
	font-weight: bold;
}

div.index dl {
	margin: 0 0 20px;
}

div.index dl dl {
	margin: 0;
}

div.index dt {
	font-weight: bold;
}

div.index dd {
	margin: 5px 0 0 20px;
}

div.index ul {
	margin: 0 0 15px;
	list-style: none;
}

div.index ul li {
	margin: 0 0 5px;
}