@charset "UTF-8";

/* index.html専用css */

/* -------------- #menu -------------- */

/* --- .menu01 --- */
#menu .menu01 a {
	cursor: default;
}

/* -------------- #footer -------------- */

/* --- .menu01 --- */
#footer .menu01 a {
	cursor: default;
}

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

/* --- #top_p --- */
#top_p {
	width: 720px;
	height: 300px;
	margin: 0 auto;
	position: relative;
}
#top_p img {
	position: absolute;
	left: 0;
	top: 0;
}

/* --- #comment --- */
#comment {
	width: 710px;
	padding: 0 5px 0 5px;
	margin: 30px 0 0 0;
}
#comment h3 {
	font-size: 23px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 10px;
}
#comment p {
	font-size: 16px;
	color: #333333;
}

/* --- #info --- */
#info {
	width: 720px;
	height: 260px;
	margin: 30px 0 0 0;
}
#info h3 {
	width: 720px;
	height: 60px;
	background: url(../img/info.png) no-repeat 0 0;
	text-indent: -9999px;
}

/* --- #new --- */
#new {
	width: 720px;
	height: 200px;
	overflow: auto;
	background-color: #e5ffb3;
}
#new table {
	margin-top: 10px;
}
#new th {
	width: 160px;
	padding: 10px 0px 10px 20px;
	text-align: left;
	vertical-align: top;
	font-size: 16px;
	font-weight: normal;
	line-height: 100%;
}
#new td {
	width: ;
	padding: 10px 10px 10px 0;
	vertical-align: top;
	font-size: 16px;
	line-height: 100%;
}
