@charset "Shift_JIS";

/*-----------------------------------------------------------‘S‘Ì----------------------------------------------------*/

#wrapper {
	width: 600px;
	height: 500px;
	background: url(../images/contents_back.jpg) no-repeat;
}

#content {
    margin: 0;
	padding: 0;
	position: absolute;
	top: 150px;
	left: 100px;
	width: 270px;
	height: 400px;
}

#header a {
    position: absolute;
	top: 10px;
	left: 10px;
    display: block;
	width: 250px;
	height: 80px;
}

#content li {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2em;
	text-align: right;
}

#content a {
    color: #FFFFFF;
}

#content a:hover {
	color: #FF6600;
}