﻿@charset "utf-8";

/* CSS Infomation=============================
File name: layout.css
Editors:   Torima-Games
Date:      2011/02/13
Update:    2011/09/12
=============================================*/

a {
	text-decoration: none;
}

li {
	margin: 0;
	list-style-type: none;
}


/* ================================
	header
===================================*/

#header {
	margin: 20px 0 0 0;
	text-align: left;
	width: 710px;
}

#header h1 {
	position: absolute;
	left: -9999px;
}

/* ================================
	container
===================================*/

#container {
	margin: 10px 10px;
	width: 710px;
}

/* ================================
	footer
===================================*/

#footer {
	width: 710px;
	height: 200px;
	margin-top: 20px;
	clear: both;
	background-color: #a0e0e0;
	text-align: center;
}

#footer .description {
	padding-top: 50px;
	font-size: 90%;
	color: #fff;
	font-weight: bold;
}

