﻿/*	基本 */
* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
}

ul {
	list-style-type: none;
}

img {
	border: none;
}

/* 全体 */
div#wrapper {
	width: 598px;
	height: 398px;
	overflow: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -300px;
	border: solid #666 1px;
}

/* ヘッダー */
h1 {
	padding: 10px;
	background-color: #00F;
	color: #fff;
}

div#header ul li {
	float: left;
	width: 115px;
	text-align: center;
	padding: 5px 0;
	border-right: solid #666 1px;
}

div#header ul li.none {
	border-right: none;
}

div#header ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

div#header ul li a:hover {
	color: #f00;
}

/* コンテンツ */
div#content {
	clear: both;
	padding: 20px 10px;
	border-top: solid #666 1px;
}

div#content p {
	margin-bottom: 1em;
}

div#content div#image {
	width: 220px;
	margin-right: 40px;
	float: left;
}

/* フッター */
div#footer {
	text-align: center;
	clear: both;
}

div#footer address {
	width: 560px;
	margin: 0 auto;
	padding: 5px 0;
	border-top: solid #666 1px;
}
