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

body,td,th {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: 15px;
	color: #666666;
	margin: 0px;
}
body {
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(photo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: underline;
	color: #00FFFF;
}
a:active {
	text-decoration: none;
	color: #0099FF;
}
h1 {
	font-size: 20px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight: bold;
	letter-spacing: 1em;
	text-align: center;
	line-height: 60px;
}
h1:first-letter,h2:first-letter {
	color: #0099FF;
}
.navi {
	letter-spacing: 0.3em;
	text-align: center;
	line-height: 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ACD6FF;
	border-bottom-color: #ACD6FF;
	background-image: url(bg.png);
	font-size: 10pt;
}
.main {
	padding-top: 10px;
	margin: auto;
	width: 500px;
	padding-bottom: 10px;
}
h2 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 15px;
	letter-spacing: 0.4em;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
p {
	line-height: 25px;
	letter-spacing: 0.1em;
	font-size: 13px;
	background-image: url(txbg.gif);
}
.copyright {
	line-height: 30px;
	letter-spacing: 0.2em;
	text-align: center;
	font-size: 10px;
}