@charset "Shift_JIS";

/* Initialize */
*{
	margin: 0px;
	padding: 1px;
}

/* Elements */
a:link{
	text-decoration: none;
	background-color: transparent;
	color: #C47E34;
	font-weight: bold;
}
a:visited{
	text-decoration: none;
	background-color: transparent;
	color: #AB651B;
	font-weight: bold;
}
a:hover{
	text-decoration: none;
	background-color: transparent;
	color: #C35656;
	font-weight: bold;
}
a:active{
	text-decoration: none;
	background-color: transparent;
	color: #C35656;
	font-weight: bold;
}
body{
	color: #111111;
	background: #F0F0E0; 
	font-size: 100%;
	font-family: "Trebuchet MS", sans-serif;
	margin-left: 4%;
	margin-right: 4%;
}
h1{
	text-align: center;
	font-size: 1.5em;
	letter-spacing: 5px;
	padding-top: 2px;
	padding-left: 40px;
	padding-bottom: 2px;
	padding-right: 40px;
#	color: #FFFFFF;
	background-color: transparent;
}
img{
	border: none;
}
ul{
	margin-left: 0.5em;
}
li{
	list-style: circle;
        margin-left: 50px;
	padding: 0px;
}
blockquote{
	margin-left: 50px;
	font-family: monospace;
}


