*	{
	margin:0px;
	padding:0px;
}

body	{
	position:static;
	width:100%;
	margin:0px auto;
	padding:0px;
	background-color:#FFFFFF;
	letter-spacing:1px;
	line-height:135%;
	text-align:center;
	font-size:90%;
	color:#404040;
}

a:link	{
	color:#6E0000;
	text-decoration:none;
}

a:hover	{
	text-decoration:underline;
}

a:visited	{
	color:#804040;
}

img	{
	margin:0px;
	padding:0px;
	border:0px;
}

#header	{
	position:static;
	width:100%;
	height:80px;
	margin:0px auto;
	padding:0px;
	background-image:url('../imgsrc/bg_header.png');
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
}

#main	{
	position:static;
	width:900px;
	margin:15px auto;
	padding:0px;
	background-color:#FFFFFF;
}

#menu	{
	position:static;
	float:left;
	width:161px;
	margin:0px;
	padding:0px;
}

/* 一般メニュー */
#c01,
#c02,
#c03,
#c04,
#c05,
#c06,
#c07	{
	display:block;
	width:160px;
	height:40px;
	background-image:url('../imgsrc/menu.png');
	text-indent:-1000px;
	list-style:none;
	position:static;
}

#c01 a		{
	display:block;
	width:160px;
	height:40px;
	background-image:url('../imgsrc/menu.png');
	background-position:top left;
}

#c01 a:hover	{
	background-position:top right;
}

#c02 a		{
	display:block;
	width:160px;
	height:40px;
	background-image:url('../imgsrc/menu.png');
	background-position:0px -40px;
}

#c02 a:hover	{
	background-position:160px -40px;
}

#c03 a		{
	display:block;
	width:160px;
	height:40px;
	background-image:url('../imgsrc/menu.png');
	background-position:0px -80px;
}

#c03 a:hover	{
	background-position:160px -80px;
}

#c04 a		{
	display:block;
	width:160px;
	height:40px;
	background-image:url('../imgsrc/menu.png');
	background-position:0px -120px;
}

#c04 a:hover	{
	background-position:160px -120px;
}

#c05 a		{
	display:block;
	width:160px;
	height:40px;
	background-image:url('../imgsrc/menu.png');
	background-position:0px -160px;
}

#c05 a:hover	{
	background-position:160px -160px;
}

#c06 a		{
	display:block;
	width:160px;
	height:40px;
	background-image:url('../imgsrc/menu.png');
	background-position:0px -200px;
}

#c06 a:hover	{
	background-position:160px -200px;
}

#c07 a		{
	display:block;
	width:160px;
	height:40px;
	background-image:url('../imgsrc/menu.png');
	background-position:0px -240px;
}

#c07 a:hover	{
	background-position:160px -240px;
}

#menu img	{
	margin:5px;
}

#menu a img	{
	border:1px solid #c0c0c0;
}

#menu a:hover img	{
	border:1px solid #800000;
}

#contents	{
	position:static;
	float:right;
	width:730px;
	margin:0px auto;
	padding:0px;
}

#navi	{
	position:static;
	width:100%;
	border-top: 1px dotted #C0C0C0;
	font-size: 85%;
	text-align: center;
	margin: 2px 0px;
	clear:both;
}

#footer	{
	position:static;
	width:100%;
	height:20px;
	margin:0px auto;
	padding:0px;
	background-color:#6E0000;
	text-align:center;
	vertical-align:text-bottom;
	color:#FFFFFF;
	font-size:95%;
}

.mem	{
	font-size: 85%;
	}

td	{
	font-size: 80%;
	padding:5px;
	}
