﻿@charset "UTF-8";
/* CSS Document */

@import url(../css/style.css);
@import url(../css/nav.css);

body {
	background:url(../imgs/bg.jpg) repeat-x #FFFFFF;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,Osaka,Arial,helvetica,sans-serif;
	color: #000000;
	font-size : x-small;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size : small;
}
body#top {
	background-color:#FFFFFF;
	background-image:none;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,Osaka,Arial,helvetica,sans-serif;
	color: #000000;
	font-size : x-small;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size : small;
}

html>body {
font-size : small;
}

a {
	color: #f6ab00;
	text-decoration: underline;
}
a:hover {
	color:#f67a00;
	text-decoration:underline;
}
a:visited {
	color:#a4d8de;
	text-decoration:underline;
}
a:visited:hover {
	color:#5eb8c2;
	text-decoration:underline;
}

h1,h2,h3,h4,h5,h6 {
	margin:0px;
	padding:0px;
	line-height:100%;
	font-weight:normal;
	font-size:100%;
}
a img {border:none;}

p {
	margin:0px;
	padding:0px;
}

table,td {
	text-align:left;
	vertical-align:top;
}

ul {list-style:none; margin:0; padding:0;}