@charset "shift_JIS";

/* 基本設定
-----------------------------------*/
A:link {　color: #0033FF; text-decoration: underline;　}
A:hover {　color: #CC3333 ; text-decoration: none;　}
A:visited {　color: #9933CC; text-decoration: underline; }
A:active { color: #FF6600; text-decoration: underline; }

body {
	font-family: "MS P ゴシック","ヒラギノ角ゴ Pro W3","Osaka";
	background: url(images/bg_tile.gif) repeat;
}
.tx14 {
	font-size: 14px; line-height: 140%;
}
.tx12 {
	font-size: 12px; line-height: 150%;
}
.tx11 {
	font-size: 11px; line-height: 160%;
}
.tx11or {
	font-size: 11px; line-height: 160%; color: #ff6600; font-weight: bold;
}
.tx11gr {
	font-size: 11px; line-height: 160%; color: #339933; font-weight: bold;
}
.tx10 {
	font-size: 10px; line-height: 160%;
}

h1 {
	font-size: 14px; line-height: 140%;
	margin: 10px 0px 10px 0px;
	padding: 0;
}
h2 {
	font-size: 12px; line-height: 140%;
	margin: 10px 0px 10px 0px;
	padding: 0;
}
h3 {
	font-size: 10px; line-height: 150%;
	font-weight: normal;
	text-align: center;
	margin: 5px 0px 5px 0px;
	padding: 0;
}
h4 {
	font-size: 11px;
	line-height: 150%;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 3px 0;
}
img {
	border: none;
	virtical-align: top;
}

/* レイアウト
-----------------------------------*/
#wrapper {
	width: 800px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}

#headder {
	width: 800px;
}

#box {
	width: 798px;
	border: 1px solid #999;
	background: #cff;
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
	width: 798px;
	border: solid 1px #999;
	background: #fff;
	margin: 10px 0px 0px 0px;
}

.content {
	width: 760px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.content p {
	font-size: 11px;
	line-height: 160%;
	color: #333;
	margin: 5px 0px 5px 0px;
}

#footer {
	clear: both;
	width: 800px;
	color: #999;
	background-color: #444;
}

table.sample {
	border-width: 1px;
	border-spacing: 0;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
}
table.sample th {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: gray;
	-moz-border-radius: 0;
}
table.sample td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #999999;
	-moz-border-radius: 0;
}
