@charset "UTF-8";
/*----------------
 トップページだけで使用するパーツ
----------------*/

#contents {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	padding-bottom: 50px;
}
#header {
	background-image: url(../header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header2 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
h1.headCom {
	width: 780px;
	height: 29px;
	background-image: url(../h1.jpg);
	background-repeat:no-repeat;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 10px;
	font-size: 150%;
    font-weight: bold;
}
