@charset "utf-8";
/* formatting style
----------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333;
	background-color: #F2F2F2;
	background-image: url(images/bg-border.gif);
	background-repeat: repeat;
}
/* link style
----------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #0000cc;
	text-decoration: none;
}
a:visited {
	color: #660066;
	text-decoration: none;
}
a:hover {
	color: #2F6262;
	text-decoration: underline;
}
a:active {
	color: #FC0;
	text-decoration: none;
}
/* bacic layout
----------------------------------------*/
#wrapper {
	background-color: #FFF;
	margin: 0px auto;
	width: 798px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#main {
	float: right;
	width: 578px;
	padding: 10px;
	display: inline;
}
#navigation {
	padding: 10px 0px 6px 10px;
	float: left;
	width: 179px;
	margin-bottom: 10px;
	background-image: url(images/navi_bg.gif);
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-top: 10px;
	background-color: #E6E6E6;
	display: inline;
}
#footer {
	clear: both;
	background-color: #99cccc;
	border-top: 1px solid #999;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 78px;
	padding: 20px 20px 10px 10px;
	margin-top: 10px;
	width: 768px;
}
#header {
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 130px;
	border-top: 6px solid #4B9696;
	position: relative;
}
#box {
	background-color: #FFF;
}
/* header styles
----------------------------------------*/
#header #logo {
	position: absolute;
}
/* main styles
----------------------------------------*/
#main h2 {
	margin-bottom: 10px;
	background-image: url(images/heading_bg.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	text-indent: 30px;
	font-weight: bold;
}
#main h3 {
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/flower_green_13.gif);
	background-repeat: no-repeat;
	background-position: 1px center;
	text-indent: 18px;
	border-bottom: 2px dashed #4B9696;
	margin: 20px 10px 10px;
}

#main p {
	line-height: 1.7;
	margin-bottom: 1em;
	margin-left: 1em;
	margin-right: 1em;
}
#main #FlashID {
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 7px;
}

#main table {
	border: 1px solid #CCC;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 560px;
	background-color: #FFF;
}
#main table tr {
	border: 1px solid #CCC;
	font-size: 11px;
}

#main table td {
	border: 1px solid #CCC;
	vertical-align: top;
	line-height: 1.8em;
	padding: 1px 5px;
}
#main #news {
	margin-bottom: 20px;
}


#main dl#news dt {
	font-weight: bold;
	background-image: url(images/flower_green_13.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	clear: left;
	float: left;
	width: 6em;
	margin-bottom: 7px;
	padding-left: 28px;
}
#main dl#news dd {
	margin-bottom: 7px;
	margin-left: 9em;
}
#main p .style1 {
	color: #CC0000;
}
#main .box {
	display: block;
	border: 2px dashed #4B9696;
	padding: 1em;
	margin: 1em 10px;
	background-color: #FFF;
}
#main .pagetop {
	font-size: 11px;
	margin-right: 1em;
	margin-left: 1em;
	text-align: right;
}
#main ol {
	margin-right: 20px;
	margin-left: 35px;
	margin-bottom: 10px;
}
#main ol li {
	padding-top: 3px;
	padding-bottom: 3px;
}
#main ul {
	margin-right: 20px;
	margin-left: 35px;
	margin-bottom: 10px;
}
#main ul li {
	padding-top: 3px;
	padding-bottom: 3px;
}
#main .box img {
	margin-left: 10px;
}

#main .memo  {
	color: #CC0000;
	border: 2px dashed #4B9696;
	padding: 1em;
	margin: 1em 10px;
	background-color: #FFF;
}
#main .red {
	color: #cc0000;
}

#main dl#faqq dt {
	clear: left;
	float: left;
	padding-left: 20px;
	font-weight: bold;
	width: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
}
#main dl#faqq dd {
	width: 500px;
	margin-left: 60px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
}
#main dl#faqa dt {
	clear: left;
	float: left;
	padding-left: 20px;
	font-weight: bold;
	width: 30px;
	padding-top: 5px;
	margin-left: 5px;
}
#main dl#faqa dd {
	width: 500px;
	margin-left: 60px;
	padding-top: 5px;
	font-size: 12px;
}
#main #faqq p {
	width: 600px;
	padding-left: -10px;
	padding-top: 3px;
}
#main #faqa p {
	width: 600px;
	padding-left: -10px;
	padding-top: 3px;
}

#main hr {
	width: 556px;
	margin: 10px auto;
	color: #CCC;
}




/* navigation styles
----------------------------------------*/
#navigation ul li {
	list-style: none;
	margin-bottom: 3px;
}
#navigation ul li a {
	line-height: 2.3em;
	color: #333;
	text-decoration: none;
	height: 2.3em;
	width: 150px;
	font-weight: bold;
	display: block;
	padding-left: 20px;
	font-size: 12px;
	background-image: url(images/flower_gray_16.gif);
	background-repeat: no-repeat;
	background-position: 1px center;
}
#navigation ul li a:hover {
	background-image: url(images/flower_green_16.gif);
	background-repeat: no-repeat;
	background-position: 1px center;
	background-color: #C2E0E0;
}
#home #navigation #nHome a,
#taikaisanka #navigation #nTaikaisanka a,
#ippan #navigation #nIppan a,
#sonota #navigation #nSonota a,
#faq #navigation #nFaq a,
#flashnews #navigation #nFlashnews a,
#information #navigation #nInformation a,
#kiroku #navigation #nKiroku a,
#link #navigation #nLink a,
#sitemap #navigation #nSitemap a{
	background-image: url(images/flower_green_16.gif);
	background-repeat: no-repeat;
	background-position: 1px center;
	color: #333;
	background-color: #C2E0E0;
}
#navigation ul #nFlashnews a {
	margin-top: 10px;
}
#navigation p {
	font-weight: bold;
	line-height: 2.3em;
	height: 2.3em;
	margin-bottom: 3px;
	font-size: 12px;
	display: block;
	width: 150px;
	padding-left: 20px;
	background-image: url(images/flower_gray_16.gif);
	background-repeat: no-repeat;
	background-position: left center;
}



#navigation ol {
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 12px;
}

#navigation ol li {
	list-style: none;
	width: 150px;
	margin-bottom: 5px;
}
#navigation ol li:hover {
	background-color: #FFF;
}

#navigation ol li a {
	font-size: 12px;
	color: #333;
	text-decoration: none;
	padding-left: 5px;
	font-weight: bold;
	display: block;
}
#navigation .mizuno img {
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 1px;
}
#navigation .nta img {
	border: 1px solid #999;
}

/* footer styles
----------------------------------------*/
#footer img {
	position: absolute;
	right: 20px;
	top: 22px;
}
#footer address {
	position: absolute;
	right: 18px;
	bottom: 10px;
	font-size: 11px;
}
