/* リセット */
h1,h2,h3,h4,h5,h6,div,ul,li,th,p {
	margin:0px;
	padding:0px;
	font-weight:normal;
}

/* 共通タグ定義 */
body {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	font-size: 80%;
	line-height: 130%;
	color: #330000;
}
a:link {
	color: #006699;
}
a:visited {
	color: #993399;
}
a:active {
	color: #CC3300;
}
a:hover {
	color: #CC3300;
	text-decoration: underline;
}
strong {
	color: #993333;
}

/* レイアウト */
#contents {
	width: 780px;
	text-align:center;
	margin: auto;
}
#text {
	margin: 15px auto;
}
#button {
	margin: 15px auto;
}

/* フォント設定 */
.bigtext {
	font-size: 120%;
}
.middletext {
	font-size: 100%;
}
.smalltext {
	font-size: 85%;
}
.xsmalltext {
	font-size: 80%;
}


/* コピーライト */
#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	color: #663300;
	clear: both;
	width: 765px;
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 10px 0px 10px 0px;
}
