@charset "utf-8";
/*=====初期化=====*/
body, p, h1, h2, h3, h4, ul, ol, li {
	margin: 0px;
	padding: 0px;
}

/*=====基本セット=====*/
body {
	background-color: #002118;
	background-image: url(img/bg.jpg);
	background-position: left top;
	background-attachment: scroll;
	background-repeat: repeat;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5;
	letter-spacing:0.1em;
	color: #333;
	margin: 0px;
	padding: 0px;
	text-align:left;
}
p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
/*	width:32em;*/
	line-height: 1.8;
	margin-bottom:2em;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
em {
	font-weight: bold;
	font-style: normal;
	color: #000;
}
strong {
	font-weight: bold;
	color: #F00;
}
/*=====リンク=====*/
a:link {
	color: #00F;
	text-decoration: underline;
}
a:visited {
	color: #36F;
	text-decoration: underline;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
a:active {
	color: #F90;
	text-decoration: underline;
}

/*=====文字サイズ=====*/

.text_ll {
	font-size: 129%;
}
.text_l {
	font-size: 115%;
}
.text_m {
	font-size: 100%;
}
.text_s {
	font-size: 86%;
}
.text_ss {
	font-size: 72%;
}

/*=====表=====*/
table.hyou {
	width: 600px;
	border-collapse:collapse;
	border: 1px solid #ccc;
	border-spacing:0;
	empty-cells:show;
}
table.hyou th {
	border-collapse:collapse;
	font-weight: bold;
	background-color: #f1f1f1;
	padding: 5px;
	font-size: 100%;　
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
}
table.hyou td {
	border-collapse:collapse;
	background-color: #fff;
	padding: 5px;
	font-size: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	text-align: left;
}
