﻿@charset "UTF-8";

* { margin: 0; padding: 0; }

body {
	margin: 0 auto;
	width: 750px;
	font-size: 12px;
	text-align: left;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','Meiryo','メイリオ','ＭＳ Ｐゴシック',sans-serif;
	background-color: #FF99FF;
}

img {
	vertical-align: top;
}

a {
	color: #FF0066;
	text-decoration: none;
}

a:hover {
	  color: #666666;
	  text-decoration: underline;
}

#submenu {
	  width: 750px;
	  heght: 35px;
}

#main {
	width: 750px;
	text-align: left;
	background-color: #FFFFFF;
}

#bottom {
	width: 750px;
	font-family: Verdana, Chicago, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	background-color: #FF3366;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	clear: both;
}

