@charset "utf-8";

/*-----------共通css--------------*/
#mainCol{
	padding-bottom:55px;
}
#mainCol h3{
	margin-bottom:33px;
	padding-left:25px;
	background:url(/common/img/title_line.jpg) no-repeat 0 center;
}
#mainCol .contents{
	width:726px;
	overflow:hidden;
	/zoom:1;
}
/*----------index.html-------------*/
#mainCol p{
	margin-bottom:52px;
}
#mainCol ul{
	overflow:hidden;
	/zoom:1;
}
#mainCol li{
	float:left;
	width:342px;
	margin:0 38px 32px 0;
	border:solid 1px #CCCCCC;
}
#mainCol li.rightSide{
	margin-right:0;
}
#mainCol li a{
	display:block;
	padding:2px 2px 40px 2px;
	text-decoration:none;
	color:#333333;
	cursor:pointer;
}
#mainCol li a:hover{
	background:url(/common/img/bg_box.gif) repeat-x 0 bottom;
}
#mainCol li a span{
	display:block;
	width:305px;
	margin:14px 0 0 14px;
}
