@charset "UTF-8";

/* ========BASIC======== */
* {
   font-family:"MS P ゴシック",verdana,sans-serif;
   color:#000000;

}

body {
   margin:0;
   padding:0;
   letter-spacing:1px;
   background-position:bottom;
   background-repeat:repeat-x;
   background-color:#;
   background-image:url();
   line-height:150%;
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#0066FF;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

/* ========TEMPLATE LAYOUT======== */
div#top {
   width:898px;
   margin:0 auto;
   background:url(images/bg_contents_left.gif) 0 0 repeat-y;
}

div#wrapper {
   width:898px;
   background:url(images/bg_contents_right.gif) 100% 0 repeat-y;
}

div#header {
   clear:both;
   background-image:url(images/bg.jpg);
   height:80px;
   margin:0 5px;
   background-color:#FFFFFF;
}


div#menu {
   float:left;
   padding:0 5px;
}

div#contents {
   clear:both;
   margin:0 5px;
   padding:20px 20px 0 20px;
   background-color:#FFFFFF;
}

div#main {
   float:left;
   width:185px;
}

div#sub {
   float:right;
   width:645px;
}

div#totop {
   clear:both;
}

div#footer {
   clear:both;
   background:#0283C4;
   margin:0 5px;
}


/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding:10px;
   font-size:2em;
   color:#fff;
   line-height:70px;
}

div#header h1 a {
   color:#333;
}

div#header h1 a:hover {
   color:#666;
}

div#header #pr p {
   margin:0;
   font-size:0.75em;
}

/* ========MENU CUSTOMIZE======== */
div#menu ul {
   margin:0;
   padding:0;
}

div#menu li {
   float:left;
   font-size:0.70em;
   color:#333;
   text-align:center;
   list-style-type:none;
}

div#menu li a{
   display:block;
   width:126px;
   color:#333;
   line-height:40px;
   border-left:1px solid #DCDCDC;
   background:url(images/bg_menu.gif) 0 0 repeat-x;
}

div#menu li.home a{
   border:none;
}

div#menu li a.active{
   color:#333;
}

div#menu li a:hover{
   color:#333;
   background:url(images/bg_menu_on.gif) 0 0 repeat-x;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */


/* INFORMATION CUSTOMIZE */
* html body div#main dl.information dd div{
   display:inline-block;
}

div#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

div#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}

/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub .section {
   margin-bottom:10px;
}

div#sub h2 {
   padding:3px;
   font-size:0.88em;
   font-weight:bold;
   background:#009999;

	color: #ffffff;
	font-style: italic;
	}

div#sub ul {
   margin:5px 0 0 5px;
   padding:0;
}

div#sub li {
   padding:5px 0 5px 0;
   font-size:0.75em;
   line-height:1.4;
   list-style:none;
}

div#sub li a {
   display:block;
   padding-left:12px;
   background:url(images/bg_list.gif) 0 6px no-repeat;
}

/* ========TOTOP CUSTOMIZE======== */
div#totop{
   position:relative;
   height:2em;
}

div#totop p{
   position:absolute;
   top:10px;
   right:7px;
   margin:0;
   font-size:0.63em;
}

div#totop p a {
   padding-left:8px;
   background: url(images/bg_totop.gif) 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
   margin:0 0 10px 0;
   padding:10px 0 0 0;
   text-align:right;
   background:url(images/bg_dotline.gif) 0 0 repeat-x;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   font-size:0.75em;
   list-style:none;
}

div#footMenu li a {
   padding-left:10px;
   background: url(images/bg_footmenu.gif) 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
address{
   padding:10px 0;
   font-size:0.63em;
   color:#fff;
   text-align:center;
}

/*        V2        */

*{
	list-style:none;
	margin:0px;
	padding:0px;
}

	
#menu1 {
	width: 180px;
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
	font-size:11px;

	}
	
#menu1 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu1 li a:link, #menu1 li a:visited {
	color: #5E7830;
	display: block;
	background: url(images/menu1.gif);
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#menu1 li a:hover {
	color: #26370A;
	background: url(images/menu1.gif) 0 -32px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#menu1 li a:active {
	color: #26370A;
	background: url(images/menu1.gif) 0 -64px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
