@charset "utf-8";

/* ==========================================


   　共通


========================================== */

#wrapper {
	width:980px;
	text-align:left;
	color:#333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

a img{border:none;}
a:link,a:active,a:visited{color:#6e4b00;text-decoration:none;}
a:hover{color:#0CF;text-decoration:underline;}







/* header
========================================== */
#header{
	width:950px;
	height: 60px;
	border-bottom: solid 1px #999;
	margin-bottom: 10px;
	position: relative;
}

#header h1{
	color:#999;
	font-size:10px;
	position: absolute;
	top: 3px; right: 0;
	font-weight: bold;
}

#pun {
    font-size: 10px;
	margin-top: 5px;
}

#pun a {
    color: #0066cc;
	text-decoration: underline;
}

#side_item {
    position: absolute;
	top: 35px; left: 407px;
	margin-top: -1em;
}

#side_item li {
    float: left;
	margin-right: 0.5em;
}

#side_item li a {
    color: #0066cc;
	text-decoration:underline;
}






/* footer
========================================== */
#footer {
    border-top: solid 1px #999;
	margin-top: 10px;
	padding: 10px 0 0 0;
	height: 40px;
	position: relative;
	font-size: 10px;
	color: #666;
}

#footer img {
    position: absolute;
	bottom: 3px; right: 0;
}

