@charset "UTF-8";

/* /////////// トップページ ////////// */

#indexMain {
	margin: 0 auto;
	width: 100%;
	background: url(../img/index/bg_indexmain.jpg) repeat-x center 20px;
	text-align: center;
	z-index: 1;
}
#indexMain #main {
	padding: 0;
	width: 900px;
	overflow: hidden;
	background: none;
}
#indexMain #main #flashArea {
	margin-top: 20px;
	margin-bottom: 15px;
	width: 900px;
	background-color: #CCCCCC;
	height: 500px;
}
#indexMain #main #newsReleaseArea h2 {
	margin: 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #999999;
	overflow: hidden;
	height: 20px;
	text-align: left;
}
#indexMain #main #newsReleaseArea h2 a {
	margin: 4px 5px 0 0;
	padding-right:22px;
	display:block;
	float: right;
	width: 7.5em;
	height: 20px;
	line-height: 20px;
	background: url(../img/index/icon_arrow.gif) no-repeat right center;
}
#indexMain #main #newsReleaseArea h2 img {
	float: left;
}

#indexMain #main #newsReleaseArea {
	padding: 10px;
	border: 5px solid #eee;
	width: 870px;
	height: auto;
	line-height: 1.2em;
	float: right;
	text-align:left;
	font-size: 93%;
	margin-bottom: 20px;
}
#indexMain #main #newsReleaseArea dl{
	padding-left: 5px;
	width: 600px;
	overflow: auto;
}
#indexMain #main #newsReleaseArea dt{
	padding: 15px 0 5px;
	float: left;
	width: 5em;
	color: #333333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#indexMain #main #newsReleaseArea dd{
	padding: 15px 0 5px 5em ;
	border-bottom: 1px dotted #999999;
}
#indexMain #main #newsReleaseArea dd a{
	text-decoration: underline;
}
*html #indexMain #main #newsReleaseArea dd{
	text-indent: -3px; /* IE6 */
}
#indexMain #main #newsReleaseArea .bannerArea {
	margin: 12px 0 10px;
	display: block;
	float: right;
	width: 240px;
	height: 100px;
	background-color: #CCCCCC;
}

/* ///////////////////////////////////////// */
            
/* ================================================================ 
This copyright notice must be untouched at all times.
Copyright (c) 2008 Stu Nicholls - stunicholls.com - all rights reserved.
=================================================================== */


#nav, #nav ul
{
  margin: 0;
  list-style: none;
  width: 874px;
}

#nav li
{
  float: left;
}
#nav li a
{
  float: left;
}
#nav li a b
{
  display: block;
  float: left;
  height: 30px;
  line-height: 28px;
  padding: 0;
  cursor: default;
}
/*
#nav li.sub a b
{
  background: url(down.gif) no-repeat right 6px;
}

#nav b.hover
{
  color: #fff;
}
#nav i.hover
{
  color: #069;
}
#nav em.hover
{
  color: #080;
}
#nav ul ul ul a:hover
{
  color: #080;
}
*/
#nav ul
{
  display: none;
}
#nav ul
{
  position: absolute;
  left: 0;
  top: 31px;
}
#nav ul#fin
{
  left: -120px;
}

#nav ul li
{
  float: left;
  position: relative;
}
#nav ul li a
{
  display: block;
  padding: 0;
  cursor: pointer;
	border-top: 1px solid #999;
}
/*
#nav ul li a i
{
  display: block;
  font-style: normal;
  cursor: pointer;
}

#nav ul li a.sub
{
  background: url(down.gif) no-repeat right 3px;
}

#nav ul ul
{
  width: 130px;
  left: -1px;
  top: 30px;
}
#nav ul ul li a
{
  display: block;
  line-height: 20px;
  padding: 0 0 0 10px;
  width: 120px;
}
#nav ul ul li a.fly
{
  background: url(right.gif) no-repeat right center;
}
#nav ul ul li a em
{
  font-style: normal;
  display: block;
  width: 120px;
  cursor: pointer;
}

#nav ul ul ul
{
  left: 135px;
  top: 0;
}*/