﻿@charset "utf-8";

/* CSS Infomation=============================
File name: layout.css
Editors:   hijiki-soft
Date:      2011/02/13
Update:    2011/02/13
=============================================*/

a {
	text-decoration: none;
}

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


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

#header {
	text-align: left;
	width: 900px;
}


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

#container {
	margin: 50px 10px;
	width: 900px;
}

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

#footer {
	width: 900px;
	height: 200px;
	margin-top: 20px;
	clear: both;
	background: #72ff2c url(../image/footer.png) repeat-x;
	text-align: center;
}

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

