﻿@charset "UTF-8";
/*CSS Document

/*■初期設定*/
html {
	overflow-y: scroll; /* firefoxスクロールバー対策 */
	background-image: url(../img/Koushi-DarkGreen.gif);
}
* {
	margin:0;
	padding:0;
}
body {
	color:#666666;/*通常のテキストカラー*/
	text-align:center;
}
a {
	color:#FFFF99;/*通常のリンクテキストカラー*/
	text-decoration: none;
}
a:hover {
	color:#FF3300;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:none;
}
img {
	border:0;
}
a img {
	border:0;
}
div {
	margin: auto;
}
table	{
}

li	{
	list-style-type: none;
}

/*■フォントサイズ調整*/
body {
	font-size: 13px; /* モダンブラウザ */
	*font-size: small; /* IE 7 */
	*font: x-small; /* IE 6以下 */
	font-family:'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
p, th, td, li {
	font-size:13px;
	_line-height: 1.4em; /* for ie6 */
	*font-size: small;
	*font: x-small;
}
p, li	{
	text-justify: inter-ideograph;
	text-align: justify;
}

