body {
	background-repeat: repeat-y;
	background-position: center;
}
p {}
td {
	font-size: 12px;
	line-height: 17px;
}
h2  { font-size: 1.5em; font-weight: lighter; background-image: url(../image/image_index/line.jpg); background-repeat: repeat-y; margin: 0; padding: 0 0 0 20px }
h5 { font-size: larger; font-weight: bold; background-image: url(../image/image_index/line.jpg); background-repeat: repeat-y; margin: 0 0; padding-left: 15px }

img {
	border: none;
}

.top_ban{
	width:670px;
	margin:1em auto;
	text-align: center;
}

.kojin {
	font-size: 9px;
	
}

.yotei{
	line-height: 160%;
}

.top_ban a{
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}

.top_ban a:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);

}

.tb01 tr{
	background: #FFFFCC
}
.tb01 tr:first-of-type,
.tb01 tr:nth-of-type(even){
	background: #FFF
}