@charset "utf-8";
@import "import.css";

/*

index.css
index.htmlオンリー設定

*/

/* #header */

#header h2 {
	padding-left: 4px;
	padding-top: 10px;
	margin-bottom: 7px;
}

/* #contents */

#contents h3 {
	background: url(../img/h2-bg.jpg) no-repeat left bottom;
	margin-bottom: 10px;
	padding-left: 45px;
	font-size: 1.4em;
	color: #16A528;
	line-height: 28px;
}

#contents h3 strong {
	font-weight: bold;
}

#contents .section dl {
	width: 310px;
	line-height: 1.4;
	font-size: 1.2em;
}

#contents .section dt {
	padding-bottom: 5px;
	color: #7078C2;
	font-weight: bold;
}

#contents .section dd ul {
	margin-bottom: 10px;
	padding-left: 15px;
}

#contents .section dd li {
	line-height: 1.4;
}

#top-cont1 dl {
	float: right;
}

#top-cont1 p.img {
	float: left;
}

#top-cont2 dl {
	float: left;
}

#top-cont2 p.img {
	float: right;
}

#contents ul#banner {
	clear: both;
	list-style: none;
}

#contents ul#banner li {
	display: inline;
}

#contents ul#banner li a {
	margin-left: 22px;
}

/* #side */

#side h3 {
	margin-bottom: 8px;
}

/*--seo master--*/
div.sbox table {
 margin: 0 auto;
}
	
