@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      contents.css
 Style Info:     コンテンツエリア関係 他
----------------------------------------------------------- */

/*----------------------------------------------------
	汎用class
----------------------------------------------------*/

ul#gNav li.nav3 a {
	background-image: url(../img/gnav.gif);
	background-position: -268px -45px;
}

/*clearFix*/
#itemBox:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/*----------------------------------------------------
	#main
----------------------------------------------------*/

.subBody #main #itemBox h4 {
	margin-bottom: 15px;
}

.subBody #main #itemBox h5 {
	margin-bottom: 10px;
}

.subBody #main #itemBox p {
	margin-bottom: 10px;
	margin-top: auto;
	padding: 0px;
}

