@charset "utf-8";
/* CSS Document */

body {
	color:#666666;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	background-color: #F4F5EF;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
}
ol, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	margin:0;
	padding:0;
}

/*--------------------------------------
	Hypertext
--------------------------------------*/

a:link {
	color: #9cb91c;
	text-decoration: underline;
	border:none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #6b8e23;
	text-decoration: none;
}
a:active {
	color: #333333;
}

.footer_utility a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.footer_utility a:hover {
	color:#6b8e23;
	text-decoration: underline;
}
/*--------------------------------------
	header
--------------------------------------*/
#header {
	width: 960px;
	margin: 0px auto 0px auto;
	position: relative;
}

#top {
	width: 960px;
	height: 80px;
	margin: 0px auto 0px auto;
	position: relative;
	background:url(../image/shared/bnr_title.png) no-repeat;
	
}

#header h1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	font-size: 0;
	visibility: hidden;
	display: block;
}

#main {
	width: 960px;
	height:360px;
	margin: 0px auto 0px auto;
	position: relative;
	background:url(../image/shared/bnr_main.jpg) no-repeat;
}

#header h2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	font-size: 0;
	visibility: hidden;
	display: block;
}

/*--------------------------------------
	global-nav
--------------------------------------*/

#global-nav {
	width: 960px;
	height:70px;
}

#global-nav ul {
	width:960px;
	overflow:hidden;
}
#global-nav li {
	float: left;
	height:70px;
	display:block;
}
#global-nav li a {
	display: block;
	overflow: hidden;
	height: 0px;
	background-image: url(../image/shared/btn_navi.png);
	padding-top:70px;
}
/* global navi normal

---------------------*/

    #navi1 a {
	width:160px;
	background-position:0 0;
}
#navi2 a {
	width:160px;
	background-position:-160px 0;
}
#navi3 a {
	width:160px;
	background-position:-320px 0;
}
#navi4 a {
	width:160px;
	background-position:-480px 0;
}
#navi5 a {
	width:160px;
	background-position:-640px 0;
}
#navi6 a {
	width:160px;
	background-position:-800px 0;
}


/* global navi rollover

----------------------*/

    #navi1 a:hover {
	width:160px;
	background-position:0 -70px;
}
#navi2 a:hover {
	width:160px;
	background-position:-160px -70px;
}
#navi3 a:hover {
	width:160px;
	background-position:-320px -70px;
}
#navi4 a:hover {
	width:160px;
	background-position:-480px -70px;
}
#navi5 a:hover {
	width:160px;
	background-position:-640px -70px;
}
#navi6 a:hover {
	width:160px;
	background-position:-800px -70px;
}

/*--------------------------------------
	content 
--------------------------------------*/

#content {
	width:960px;
	margin: 15px auto 0px auto;
	position: relative;
}

#main-content {
	float: left;
	width: 725px;
}

.pankuzu {
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 10px;
	line-height: 120%;
}


/*--------------------------------------
	sub-content
--------------------------------------*/

#sub-content {
	float:right;
	width: 220px;
}


.figure-area {
	background: #ffffff;
	line-height: 1.5em;
	padding:15px 15px 5px 15px;
	margin: 0 0 10px 0;
}

.figure-menuarea_title {
	background:#9cb91c;
	color:#FFF;
	font-size:140%;
	padding:5px 0 5px 10px;
}

.figure-menuarea01 {
	font-size:120%;
	border:solid 1px #9cb91c;
	line-height: 2em;
	background:#FFFFFF;
	margin: 0 0 20px 0;
}
.figure-menuarea02 {
	padding:10px 0 10px 10px;
}

.figure-menuarea03 {
	margin: 0 0 20px 0;
	padding:0px;
		border:solid 1px #9cb91c;
	
}


.figure {
	margin: 0 0 10px 0;
}



.figure-area_title01 {
	background:url(../image/shared/bnr_sabtitle01.png) no-repeat ;
	margin: 0px auto 0px auto;
	position: relative;
	height:25px;
}
.figure-area .figure {
	text-align: center;
}

.line_figure-area {
	margin:0 auto 10px auto;
}

.figure-area_title01 h3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	font-size: 0;
	visibility: hidden;
	display: block;
}


/*--------------------------------------
	footer-banner
--------------------------------------*/

.footer-banner {
	clear: both;
	margin: 10px auto;
	position: relative;
	overflow:hidden;
	padding: 0px;
	text-align: center;
	width:960px;
}


.footer_utility {
	height:50px;
	background-color:#9cb91c;
	font-size:120%;
}


.footer-banner ul {
   position:relative;
   left:50%;
   float:left;
}

.footer-banner li {
   position:relative;
   left:-50%;
   float:left;
   margin: 0px 5px 0px 5px;
   color:#FFFFFF;
}

.footer_utility ul li {
	margin: 15px 30px 0px 0;
	
}

.footer-banner h2 {
	clear: both;
	margin-bottom: 10px;
	padding: 5px 0;
	border-bottom: 1px solid #9cb91c;
	color: #999;
	font-size: 90%;
}

.footer_copyright{
	clear:both;
	text-align: center;
}


/*--------------------------------------
	img
--------------------------------------*/

.img_l {
	margin:0px 10px 10px 0px;
	float:left;
}

.img_r {
	margin:0px 0px 10px 10px;
	float:right;
}

.img_c{
	clear:both
}

.img_p_r{
	margin: 0px 0px 0px 10px;
	padding: 5px;
	float: right;
	border: 1px solid  #9cb91c;
}

.img_p_l{
	margin: 0px 10px 10px 0;
	padding: 5px;
	float: left;
	border: 1px solid  #9cb91c;
}

.img_p{
	margin: 5px auto 0px auto;
	padding: 5px;
	border: 1px solid  #9cb91c;
}

.img_p_c{
	clear:both;
	margin: 5px auto 0px auto;
	padding: 5px;
	border: 1px solid  #9cb91c;
}

.img_r_yt {
	margin:0px 20px 10px 10px;
	float:right;
}


/*--------------------------------------
	icon
--------------------------------------*/

.icon_arrow{
	padding: 0 0 0 15px;
	background: url(../image/shared/icon_arrow.gif) no-repeat 0 50%;
}
.icon{
	list-style-image:url(../image/shared/icon_arrow.gif);
	list-style-position:inside;
}

.icon_d{
	list-style-type:disc;
	list-style-position:inside;
}


/*-----------------------------------------------
     page-top
-----------------------------------------------*/

.page-top {
	clear: both;
	text-align: right;
}

/*--------------------------------------
	list
--------------------------------------*/
div .liststyle ul{
	margin-left:20px;
	list-style:outside disc;
}