@charset "Shift_JIS";

/* ======== BASIC ======== */
*{
	margin:0;
	padding:0;
	font-family:Verdana, Helvetica, sans-serif;
	line-height:normal;
	letter-spacing:1px;
	font-weight:normal;
}

body       {
background:#ffffff url(image/bg.jpg) no-repeat fixed 100% 2%;
margin:20px;
font-size:0.8em;
}

br         {letter-spacing :normal;}
img        {border : 0;}
a          {
	color : #009;
	text-decoration : none;
}
a:hover    {
	color : #F60;
}

/* ======== TEMPLATE ======== */
/* wrapper */
#wrapper{
	width      : 550px;
	text-align : left;
}

/* header */
#header h1{
font-size:1.5em;
}

#header h1 a{
	color           : #EE4A19;
	font-weight     : bold;
	text-decoration : none;
}

#header a:hover{
	color : #0C0;
}

#menu li{
display : inline;
}

#menu li a{
	color           : #F60;
	text-decoration : none;
}


#menu li a:hover{
	border-bottom : 2px solid #000;
	color         : #009;
}

/* contents */
#contents{
margin : 10px;
}

#contents h2{
font-weight   : bold;
border-bottom : 1px solid #ccc;
font-size     : 1.0em;
}

#contents p{
margin:3px 10px 20px 10px;
}

#contents ul,ol,dl{
margin              : 5px 0 20px 10px;
list-style-position : inside;
padding-left        : 0;
}

/* footer */
#footer{
text-align : right;
border-top : 1px solid #999;
padding    : 10px;
}

