body,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
p,blockquote,
form,fieldset,
table,th,td,
img {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	font-size: 100%;
}

#header {
	margin: 40px auto;
	width: 760px;
	height: 180px;
	background: url(img/header5.gif) no-repeat left top;
}

#header p {
	position: absolute;
	margin: 160px 0 0 340px;
	font-size: 10pt;
}

#main {
	margin: 0 auto;
	margin-bottom: 15px;
	width: 730px;
	border: 3px solid #000;
	padding: 10px 10px 10px 10px;
	font-size: 10pt;
	line-height: 130%;
}

#main h1 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}

#footer {
	margin: 0px auto;
	width: 760px;
	font-size: 10pt;
}

.midashi {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-left: 400px;
}

.12point {
	font-size: 12px;
	font-style: normal;
	line-height: 200%;
	font-weight: normal;
	color: #000000;
}

.cate {
	width: 240px;
	height: 200px;
	line-height: 130%;
	border: 3px solid #cc0000;
	margin: 5px 20px 5px 5px;
	padding: 10px 10px 10px 10px;
}

body {
	margin: 0 auto;
}
a {
	color: #cc0000;
	font-weight: bold;
}

a:hover {
	color: #000;
	font-weight: bold;
}


.tokusho {
	font-size: 12px;
	padding: 5px 15px 5px 5px;
	line-height: 130%;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#000;

	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#000;

	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#cc0000;

	border-right-style:dashed;
	border-right-width:1px;
	border-right-color:#cc0000;
}

