@charset "Shift_JIS";

/*-------------------------------------------------------------------
	IDENTIFICATION DIVISION.
	Version.					1.4.1.2;
	Author.					Kenta Aga(admin)
	Aptx.						4.8.6.9;

	PROGRAM-ID.		"only security category"
-------------------------------------------------------------------*/

/*************************************
	DATA DIVISION.
	WORKING-STRAGE SECTION.
*************************************/

#contents .section{
	margin-left				: 2px;
	margin-right				: 3px;
}

#main h2{
	margin-bottom			: 17px;
}

#main h3{
	margin-bottom			: 17px;
}

ul.list{
	margin-bottom			: 22px;
}

ul.list li{
	margin:4px 0 0 20px;
	list-style:none;
}

ul.list li a{
	padding-left					: 10px;
	background						: url(../../img/share/icon/arrow/red.gif) 0 0.4em no-repeat;
	color							: #434343;
	text-decoration:underline;
}

ul.list li a:hover{
	text-decoration:none;
}

ul.list li span{
	padding-left					: 10px;
	background						: url(../../img/share/icon/arrow/black.gif) 0 0.4em no-repeat;
}


/*------------------------------------------------
	clearfix
------------------------------------------------*/
#innerlink-box ul:after,
#innerlink-box li:after,
.combox2:after{
	content						: ".";
	display						: block;
	clear							: both;
	height							: 0;
	visibility						: hidden;
}
