@charset "utf-8";

@import "contents.css";

body {
	margin:0;
	padding:0;
	font-size: 12px;
	line-height: 16px;
}
ul,ol,li,dl,dt,dd,h1,h2,h3{
	margin:0;
	padding:0;
}

#contents , #top {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

#header {
	background-image: url(../imgs/header_bg.gif);
	background-repeat: repeat-x;
}
.navi {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	background-image: url(../imgs/bg01.gif);
	background-repeat: repeat-x;
	text-align: center;
}
.list2 {
	margin-left: 1em;
	padding-left: 1em;
	list-style-position: inside;
	list-style-type: circle;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
