@charset "utf-8";
/* CSS Document */

#index-wrapper
{
	width:1000px;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-bottom:25px;
	clear:both;
}

#index-wrapper ul
{
	margin-left:-40px;
	list-style:none;
}

#index-wrapper li:first-child
{
	margin-left:0px;
	margin-right:2px;
}

#index-wrapper li
{
	float:left;
	width:187px;
	height:auto;
	overflow:hidden;
	background-image:url(../misc-image/index-back.png);
	background-repeat:no-repeat;
	margin-left:15px;
	margin-top:15px;
	border-top-left-radius:6px;
	border-bottom-right-radius:6px;
}

#index-wrapper h3
{
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	margin:0px;
	margin-left:10px;
	margin-top:5px;
}

#index-wrapper p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	padding:10px;
	padding-bottom:15px;
	margin:0px;
}

#index-wrapper img
{
	
	width:187px;	
}

#index-wrapper a
{
	text-decoration:none;
}

#index-wrapper span
{
	font-style:italic;
	color:#0099FF;

}