@charset "UTF-8";

#main{
	width: 780px;
	height: inherit;
	background-color: white;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../kabegami/image_body.gif);
	background-attachment: fixed;
}

a{
	color: blue;
	text-decoration: none;
}

a:hover{
	color: red;
	text-decoration: underline;
}

li{
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 12px;
}

div{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	border-color: #000000;
}

