/*----------------------------------------------------------------------------
******************************************************************************
Layout
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Base === */
body {
	background: url(../images/body_bg.jpg);
}

.layout {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

/* ==== Backgraund === */
#wrap {
	background: url(../images/wrap_bg.jpg) repeat-x;
}
/* ==== Header === */
#hd {
	height: 102px;
	position: relative;

}
/* ==== Navigation === */
#nav_bg {
	background: url(../images/nav_bg.jpg) repeat-x;
}
#nav {
	height: 50px;
	font-family: 'Droid Serif', 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}
#nav ul {
}
#nav li {
	float: left;
	background:  url(../images/nav_li_01.jpg) no-repeat left center,  url(../images/nav_li_02.jpg) no-repeat right center;
}
#nav li a{
	display:block;
	height:50px;
	color:#FFF;
	font-size:17px;
	text-decoration:none;
	text-shadow: 3px 3px 4px rgba(0,0,0,0.3);
	box-sizing:border-box;
	padding:14px 20px;
}
#nav a:hover {
	display:block;
	height:50px;
	color:#6EB032;
	font-size:17px;
	text-decoration:none;
	text-shadow: 3px 3px 4px rgba(0,0,0,0.0);
	box-sizing:border-box;
	padding:14px 19px;
	background: #FFF;
	border: #6EB032 1px solid;
}
#nav a.current {
	display:block;
	height:50px;
	color:#6EB032;
	font-size:17px;
	text-decoration:none;
	text-shadow: 3px 3px 4px rgba(0,0,0,0.0);
	box-sizing:border-box;
	padding:14px 19px;
	background: #FFF;
	border: #6EB032 1px solid;
}

#nav li:first-child{
	background:  url(../images/nav_li_03.jpg) no-repeat left center,  url(../images/nav_li_02.jpg) no-repeat right center;
}
#nav li:last-child{
	background:  url(../images/nav_li_01.jpg) no-repeat left center,  url(../images/nav_li_03.jpg) no-repeat right center;
}



/* ==== Content === */
#con {}

#i_sidenav {
	box-sizing:border-box;
	width: 310px;
	float: left;
	margin:0 0 0 5px;
}

#i_sidenav ul {
}
#i_sidenav ul li {
	padding-bottom:10px;
}
#i_sidenav ul li ul{
	padding:5px 10px 0 10px;
	border: #CCC 1px solid;
}
#i_sidenav ul li ul li{
	font-size:0.9em;
	list-style:disc;
	list-style-position:inside;
	padding-left:1em;
	text-indent:-1em;
}


#sidenav {
	width: 220px;
	float: left;
	margin-top:20px;
	background: url(../images/sidenav_bg.jpg) no-repeat top;
}
#sidenav ul {
	padding-top: 19px;
}
#sidenav li {
}
#sidenav li a {
	width: 220px;
	box-sizing:border-box;
	height: auto;
	padding: 10px 5px 5px 23px;
	display: block;
	text-decoration: none;
	background: url(../images/sidenav_icon.png) no-repeat 6px 16px;
	font-size: 14px;
	color: #333333;
	border-bottom:dotted 1px #CCC;
}
#i_main {
	width: 620px;
	float: right;
}

#main {
	width: 720px;
	float: right;
	margin-top:20px;
}
/* ol,ul */
#main ol, #main ul {
	padding: 5px 0px 5px 25px;
}
#main ul {
	list-style-type: disc;
}
#main ol li, #main ul li {
	padding: 5px 0px;
}
/* table */
#main table {
	margin: 10px 0px;
}
#main table th, #main table td {
	padding: 5px;
}
/* img */
#main a img{
	display: inline-block;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
#main a img:hover, .shrink:focus, .shrink:active {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

/* ==== Footer === */
#ft {
	color: #FFF;
	margin-top:20px;
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
	background: #6EB032;
}
/*----------------------------------------------------------------------------
******************************************************************************
Head
******************************************************************************
----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
}
h1 {
	position: absolute;
	top: 6px;
	left: 21px;
}
h2 {
	font-family: 'Droid Serif', 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	color: #FFF;
	margin: 0em 0 0.8em 0;
	font-size: 1.8em;
	font-weight:normal;
	text-shadow: 2px 2px 10px #000;
	height:80px;
	box-sizing:border-box;
	padding: 1.2em 0 0.5em 1.8em;
	background: url(../images/h2_bg.jpg) left center no-repeat;
}
h3 {
	margin: 0.8em 0 0.4em 0;
	font-size: 1.4em;
	font-weight:normal;
	height:40px;
	box-sizing:border-box;
	padding: 0.3em 0 0.0em 2.1em;
	background: url(../images/h3_bg.jpg) left center no-repeat;
	border-right: #C2C2C2 1px solid;
}
h4 {
	font-size: 1.2em;
	border-bottom: solid 1px #bbb;
	padding: 0.1em 0 0.1em 0.3em;
}
h5 {
	font-size: 1.1em;
	margin: 10px 0px;
}
	
h1.img, h2.img, h3.img, h4.img, h5.img, h6.img { margin: 0;padding: 0;background: none;border: none; }

/*----------------------------------------------------------------------------
******************************************************************************
Original
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Index === */
#i_img {
	margin-top:20px;
	background: url(../images/i_img_bg.jpg) bottom center no-repeat;
	padding-bottom:39px;
}
#i_news_frame {
	width:620px;
	height:400px;
	border:none;
}
#i_news {
}
#i_news table {
}
#i_news table td {
	vertical-align: top;
	font-size: 0.8em;
	padding: 10px;
	border-bottom: 1px dotted #CCC;
}
#i_news table td.date {
	width: 120px;
	background: url(../images/common/news_icon.gif) 0 10px no-repeat;
	padding-left: 15px;
}
#i_bnr{
	margin-top:20px;
	width:220px;
	float:right;
	margin-left:20px;
}
/*----pagetop----*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
}
.introduction_list{}
.introduction_list h4{
	font-weight:bold;
	font-size:1.2em;
	margin:0;
	padding:0;
}
.introduction_list li{
	list-style-type:none;
	border-bottom: #CCC 1px solid;
	padding: 10px 0 10px 40px!important;
	margin-left:-20px;
}

.introduction_list li:nth-child(1){
	background: url(../images/introduction_list_01.jpg) 0 center no-repeat;
}
.introduction_list li:nth-child(2){
	background: url(../images/introduction_list_02.jpg) 0 center no-repeat;
}
.introduction_list li:nth-child(3){
	background: url(../images/introduction_list_03.jpg) 0 center no-repeat;
}
/*----tab----*/

#tab {
	width: 220px;
	float: left;
	margin-top:20px;
	background: url(../images/sidenav_bg.jpg) no-repeat top;
}
#tab ul {
	padding-top: 19px;
}
#tab li {
	width: 220px;
	box-sizing:border-box;
	height: auto;
	display: block;
	text-decoration: none;
	background: url(../images/sidenav_icon.png) no-repeat 6px 16px;
	font-size: 14px;
	color: #333333;
	border-bottom:dotted 1px #CCC;
	cursor: pointer;
}
#tab li span {
	padding: 10px 5px 5px 23px;
	display:block;
}
#tab li.select {
	z-index:1000000000;
}
.disnon {
	display: none;
}