body	{
	margin: 0;
	padding: 0;
	text-align: center;
	}

#container	{
	border-left: solid 1px black;
	border-right: solid 1px black;
	width: 750px;
	margin: 0 auto;
	text-align: left;
	}

/* ヘッダー header */

#header	{
	padding-top: 5px;
	}

#header h1	{
	margin: 0 0 5px 5px;
	}

#header img	{
	border: none;
	}

#header p	{
	border-top: solid 1px black;
	margin: 0
	}


/* ナビゲーション navigation */

#navigation 	{
	font-size: 0.75em;
	background-image: url(pic/button.gif);
	height: 63px;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	margin-bottom: 15px;
	}

#navigation ul	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#navigation li	{
	display: inline;
	}

#navigation a	{
	text-decoration: none;
	color: black;
	text-align: center;
	background-image: url(pic/button.gif);
	border-right: solid 1px black;
	display: block;
	float: left;
	width: 149px;
	line-height: 63px;
	}

#navigation a:hover	{
	background-image: url(pic/button.gif);
	background-position: 0 -80px;
	}


/* メイン main */

#main	{
	padding: 0 20px;
	}


/* コンテンツ contents */

#contents	{
	float: left;
	width: 456px;
	}


/* サイドバー sidebar */

#sidebar	{
	float: right;
	width: 210px;
	}

#sidebar h2	{
	font-size: 0.75em;
	background-color: black;
	color: white;
	margin-bottom: 0;
	padding: 8px 6px;
	}

#sidebar #infomenu	{
	margin-top: 10px;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	}

#sidebar #infomenu img	{
	border: none;
	margin-bottom: 2px;
	}

#sidebar #contact	{
	font-size: 0.75em;
	margin-top: 10px;
	margin-left: 20px;
	padding-left: 0;
	}

#sidebar #contact a	{
	color: black;
	text-decoration: none;
	}


/* フッター footer */

#footer	{
	border-top: solid 1px black;
	clear: both;
	padding: 10px;
	}

#footer address	{
	font-size: 0.75em;
	font-style: normal;
	text-align: center;
	}


