@charset "utf-8";
/* CSS Document */

#main h2{
	display:block;
	padding-bottom:15px;
}

#main h3{
	font-size: 18px;
	font-weight:bold;
	margin:0 0 10px;
	background: url(../images/bg-h3.png) repeat-x 0 100%;
	padding: 0 30px 0 5px;
}

#main img{
	width: 100%;
	clear:both;
}

h2 img{
	height: 30px;
}

.section{
	width: 90%;
	margin: 0 auto 20px;
	line-height: 22px;
}

#main .sectionBorder{
	margin:0 auto 20px;
}


/* テーブル装飾
----------------------------------------------------------- */
.t-head {
	border-collapse: collapse;
	border: solid 1px #e6e6e6;
	padding: 10px 5px;
	background: url(../images/bg_footer.png) repeat-x 0 0;
	color: #fff;
	text-align: center;
	width: 40px;
}

.t-item {
	border-collapse: collapse;
	border: solid 1px #e6e6e6;
	padding: 10px 5px;ß
}
