body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/haikei.jpg);
	background-repeat: repeat;
}
body,td,th {
	font-size: 12px;
}
/* ------------------------------
 全体　900px
------------------------------ */
#wrapper{
	background-color: #FFFFFF;
	width: 900px;
	margin:auto;
	padding-bottom:0px;
}

/* ------------------------------
 Header
------------------------------ */
#header {
	background-image: url(../img/haikei_558.gif);
	width: 900px;
	text-align: left;
	font-size: 10pt;
	padding-bottom: 3px;
}

/* ------------------------------
 contents
------------------------------ */
#contents {
	width: 900px;
	text-align: left;
	background-color: #FFFFFF;
}

/* ------------------------------
 Footer
------------------------------ */
#footer	{
	background-color:#FFFFFF;
	font-size:	10pt;
	text-align:right;
	width: 900px;
	padding-top: 10px;
	clear: both;
}

#footernavi	{
	background-color:#CCCCCC;
	font-size:	10pt;
	text-align:right;
	width: 900px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}

/* ------------------------------
 レイアウト
------------------------------ */
#contents {
	width: 900px;
	text-align: left;
	background-color: #FFFFFF;
}
#main {
	width: 760px;
	text-align: left;
	padding: 0px 70px;
	font-size: 1.2em;
}
#attention{
	width:700px;
	padding:10px 26px;
	border: 4px solid #FF6600;
}
#oshirase{
	width:700px;
	padding:10px 26px;
	line-height: 130%;
	font-size: 1.1em;
	text-align: center;
}
/* ------------------------------
 h1（タイトル）
------------------------------ */
h1{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	margin: 10px;
	font-size: 11pt;
	padding-left: 5px;
}

/* ------------------------------
 リスト
------------------------------ */
#attention li{
	list-style-type: disc;
	line-height: 150%;
	border-bottom-style: none;
	font-size: 1.2em;
	color: #333333;
}
#attention ul {
	margin: 0px;
	padding-left: 20px;
}


.small {
	font-size: 12px;
	color: #333333;
}
.orange {
	font-size: 12px;
	color: #FF6600;
}
.fontM{
	color:#333333;
	font-size: 1.2em;
}
.fontM strong{
	color:#FF0000;
	font-size: 1.1em;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
	text-decoration: underline;
}
p {
	font-size: 13px;
	line-height: 120%;
	text-align: left;
}

