﻿@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}


body {
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", san-serif;
	background-color: #F0FFCC;
	font-size: small;
}


img {
	border: 0;
	margin: 0px;
	padding: 0px;
}


a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}


ul,ol,li {
	list-style-type: none;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dd,li,pre,form,fieldset,input,textarea,select {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-style: normal;
	font-size: small;
	font-weight: normal;
}

.clearset {
	clear: both;
}


#main {
	width: 750px;
	background-color: #FFFFFF;
	margin: 0px auto;
	border: 1px solid #0099FF;
}


#submenu {
	height: 70px;
	line-height: 0px;
	background-color: #CBECFB;
}

#submenu     li {
	float: left;
}


#copyright {
	width: 750px;
	background-image: url(../images/base/copy.gif);
	height: 20px;
	clear: both;
}

