@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: 130%;
}
.tx12 {
	font-size: 12px; line-height: 140%;
}
.tx11 {
	font-size: 11px; line-height: 150%;
}
.tx10 {
	font-size: 10px; line-height: 150%;
}
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;
}
img {
	border: none;
	virtical-align: top;
}

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

#headder {
	width: 760px;
}

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

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

#iframecontent {
	width: 550px;
	margin: 0;
}

#iframecontent p {
	width: 550px;
	font-size: 12px;
	line-height: 1.4;
	color: #333;
	text-align: left;
	margin: 5px 0px 10px 0px;
}

.title1_2 {
	background-image : url("images/menuback_g2.jpg")
}

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: ssolid;
	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;
}
.back1 {
	background-color : #FFFFFF
}
.back2 {
	background-color : #DAD1BB
}
.back3 {
	background-color : #F0E7CC
}
.back4 {
	background-color : #EDE8D0
}