@charset "utf-8";

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

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

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


/* clearfix
------------------------------------------------------------*/
div.index:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
*:first-child+html div.index {
	zoom: 1;
}
* html div#content div.index {
	zoom: 1;
}

/*----------------------------------------------------------*/

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

div#content h4 {
	clear: both;
	margin-left: 0 !important;
	padding: 0.25em 0.5em;
	border-left: 5px solid #E8E0CF;
	border-bottom: 1px dotted #CCC;
}

div.index {
	margin: 0 0 40px;
	background: url(../../common/img/content/index_background.gif) repeat-y;
}

div.report_blank {
	background: none;
}

div.report_blank p span {
	font-weight: bold;
}

div.index div {
	float: left;
	width: 200px;
	margin: 0 40px 0 0;
}

div.index div.last {
	margin: 0;
}

div.index h5 {
	margin: 0 0 10px;
	border: 5px solid #E8E0CF;
	background: url(../../common/img/content/index_btn_bg.jpg) no-repeat 0 center;
	line-height: 1.2857;
	font-size: 116.6%;
}
div.index h5:hover {
	background-position: -200px center;
}

div.index h5 a {
	display: table-cell;
	vertical-align: middle;
	width: 156px;
	height: 60px;
	padding: 0 6px 0 26px;
	background: url(../../common/img/bullet/index.gif) no-repeat 6px center;
	border: 1px solid #FFF;
	font-style: normal;
	color: #333;
}
* html div.index h5 a {
	display: block;
	width: 190px;
	height: auto;
	padding: 20px 6px 20px 26px;
}
*:first-child+html div.index h5 a {
	display: block;
	height: auto;
	padding: 20px 6px 20px 26px;
}

div.index h5 a:hover {
	color: #06C;
}


/* table */
div.section table,
div.section table {
	margin-top: 0;
	background: #fffcf2;
}

div.section th,
div.section td {
	padding:8px 8px;
	border: 1px solid #ccc;
}

div.section th {
	background: #a9a9a9;
	font-size: 83.333%;
}

/* clearfix
------------------------------------------------------------*/
div.index:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
*:first-child+html div.index {
	zoom: 1;
}
* html div#content div.index {
	zoom: 1;
}