@charset "utf-8";
/* formatting style
----------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 85%;
	line-height: 1.6;
	color: #333;
	background-color: #FFF;
}
/* link styles
----------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #30C;
	text-decoration: underline;
}
a:visited {
	color: #60C;
	text-decoration: underline;
}
a:hover {
	color: #009933;
	text-decoration: none;
}
a:active {
	color: #F90;
	text-decoration: none;
}
/* basic layout
----------------------------------------*/
#wrapper {
	background-color: #FFF;
	margin: 0px auto;
	width: 780px;
}
#main {
	padding: 7px 0px 0px;
	margin-bottom: 20px;
	width: 780px;
}
#footer {
	width: 780px;
	margin-top: 6px;
}
#header {
	padding: 0px;
	width: 780px;
	height: 130px;
}

#header .title {
	position: absolute;
	top: 60px;
}




#footer ul {
	list-style: none;
	font-size: 12px;
	background-color: #FFF;
	width: 780px;
	text-align: right;
	margin-bottom: 4px;
}
#footer ul li {
	text-align: right;
	width: 760px;
	display: inline;
	margin: 3px 5px 7px 10px;
}
#footer ul li a {
	text-decoration: none;
	color: #333;
}
#footer p {
	margin-right: 7px;
	text-align: right;
	font-size: 12px;
	margin-top: 1px;
	margin-bottom: 1px;
}


#footer .footeraddress {
	background-color: #FC0;
	background-image: url(images/bg-footer.gif);
	background-repeat: repeat;
	height: 100px;
}
#footer .footeraddress h1 {
	font-size: 16px;
	padding-top: 0px;
	padding-left: 12px;
	padding-bottom: 5px;
}
#footer .footeraddress h2 {
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 10px;
	padding-left: 12px;
	font-weight: normal;
}
#footer .footeraddress h3 {
	font-size: 12px;
	font-weight: normal;
	padding-top: 10px;
	padding-left: 12px;
	padding-bottom: 0px;
}
#main h2 {
	font-size: 120%;
	text-align: center;
	background-image: url(images/bg-title.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 38px;
	width: 778px;
	line-height: 38px;
	border: 1px solid #FC0;
	margin-bottom: 6px;
}
#main h3 {
	font-size: 115%;
	display: block;
	padding-top: 10px;
	padding-bottom: 7px;
	padding-left: 20px;
	background-image: url(../taikaikekka/images/circle-yellow.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#main h4 {
	font-weight: normal;
	background-image: url(../images/triangle-green.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	border-bottom: 1px solid #090;
	margin: 20px 15px;
}


#main p {
	width: 760px;
	padding-top: 5px;
	padding-bottom: 12px;
	padding-left: 10px;
}
#main table {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#main table td {
	font-size: 100%;
	vertical-align: top;
	padding-right: 4px;
	padding-left: 4px;
	border: 1px solid #FFF;
}
#main table tr { }
#main table td .border1 {
	margin-top: 5px;
	border: 1px solid #CCC;
	margin-left: 0px;
}
#main table .border1 td { border: 1px solid #CCC; }



#main ol {
	list-style: inside;
	width: 740px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}


#main .list table {
	border: 1px solid #093;
	margin-bottom: 3px;
}
#main .list table td {
	border: 1px solid #093;
	vertical-align: top;
	font-size: 13px;
	text-align: center;
	padding: 0px 2px;
	line-height: 2em;
}
.f_red
{ color		: #FF0000; 
}

.f_White
{
	color 		: #FFF;
}
.pagetop {
	display: block;
	text-align: right;
	font-size: 90%;
	border-top: 1px dashed #F39;
	padding-top: 5px;
	padding-bottom: 5px;
}
.f_10px
{
	font-size	: 10px;
}
.f_120 { font-size	: 120%; }
