﻿@charset "utf-8"; 

html ,body{
	height: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, img {
	margin: 0; 
	padding: 0; 
	border: 0; 
}


body {
	line-height: 2;	
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"; 
	font-size: 75%; 
	color: #333333; 
}

ol, ul {
	list-style: none; 
}

a { 
	color: #0000FF; 

	font-size : 12px;
}
a:hover { 
	color: #C74B15; 
	text-decoration: underline; 
    font-size : 12px;
}
/*----------------ヘッダー-----------------------*/
#topbanar{
	margin-left:30%;
	margin-top:8px
	
}
#topbanar img{
    margin-left:230px;
}
#header {
    overflow:hidden; 
	width: auto; 
}

#header h1 {
	font-size: 10px; 
	color:white;
    padding:3px 15px;	
	font-weight: normal; 
	width: 100%; 
	background-color: #208E13;

}
#header img{
	position: absolute; 
	left:15px; 
	top: 36px; 	
}
h3.heading{
	padding-bottom: 5px;
	margin-bottom: 10px;
	padding-right: 30px;
	text-align: right;
}
/*-------------メインコンテンツ----------------------*/
#warper {
	width: 100%;
	position: relative;
	min-height: 100%;
	display: block;
}
#main {
	width: 100%;
	left: 0px;
	border-top: 1em #208E13 solid;
	display: block;
}

#content {
	margin: 0px 250px 0px 150px;
	background-color: #ffffff;
	text-align: center;
}
#contener {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: left;
	text-decoration: none;
	line-height: 20px;
	display: block;
}
#contener .name {
	width: 60%;
	float: left;
	text-decoration: underline;
	color: #000099;
	line-height: 28pt;
	padding-left: 10px;
}
#contener .add {
	color: #333333;
	width: 35%;
	float: right;
	text-align: right;
	line-height: 28px;
	padding-right: 10px;
}
#contener .url {
	clear: both;
	color: #006600;
	line-height: 26px;
	padding-left: 10px;
}
#contener .cont {
	color: #003300;
	width: 100%;
	font-size: 22px;
	text-align: center;
}
#pan {
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 12px;
	text-align: center;
	color: #000099;
}
#midas {
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
	color: #003300;
}


ul {
	width: 100%;
}
li {
	border-bottom: 1px solid #333333;
	line-height: 28px;
	padding-left: 10px;
}
#contener ul li {
}

li a {
	color: #000066;
}
li a:hover {
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(123,117,117,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(123,117,117,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(123,117,117,1.00) 100%);
}
#contener h2 {
	background-color: #13640F;
	border-bottom: 2px solid #333333;
	border-left: 6px solid #333333;
	padding-left: 50px;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 28px;
}

#content_inner {
    margin:0px auto;
    padding-top:30px;
}

/*---------フッター---------------*/
#footer {
	clear: both;
	height: 50px;
	width: 100%;
	background-color: #208E13;
	margin-bottom: 0px;
	padding-top: 20px;
}
#footer a {
	color: #FFFF33;
	font-size: 10px;
}
#footer a:hover {
	color: #CC00CC;
	text-decoration: none;
}


#footer p {
	font-size: 10px;
	text-align: center;
	color: white;
}



/*---------------------------------*/
/*----------メインナビ---------------------*/
 .menw dl{
	overflow: hidden;
	margin-top:30px;
	}
 .menw dt{
	font-size: 14px;
	color: #003300;
	width: 100%;
	text-align: left;
	margin-top: 25px;
	/* [disabled]padding-left: 25px; */
	border-left: 3px solid #208E13;
	border-bottom: 1px solid #208E13;
	border-top-left-radius: 25px;
	text-decoration: none;
	/* [disabled]padding-top: 10px; */
  	}


 .menw dl dd{
	border-bottom: 1px solid #999999;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	}
.menw dl dd p {
	padding-left: 6px;
	text-align: left;
	line-height: 12px;
}
.menw dt a{
	font-size: 14px;
	color: #0000FF;
	display: block;
	float: left;
	text-align: left;
	width: 250px;
	padding-left: 25px;
	text-decoration: none;
	}
.menw dt a:hover{
	color: #906;
	display: block;
	float: left;


}
.menw dt h3{
	font-size: 14px;
	color: navy;
	display: inline-block;
	padding-left: 10px;
	text-align: center;
	}
 .menw dd span{
	font-size: 12px;
	display: block;
	text-align: left;
	padding-left: 40px;
	padding-top: 4px;
	}
.menw dl dd span a {
	color: #666666;
	font-size: 12px;
	text-decoration: none;
	width: 100%;
	line-height: 12px;
	padding-left: 40px;
	padding-top: 4px;
	padding-bottom: 2px;

}
.menw dl dd span a:hover {
	color: #CC00CC;
}

.box_lin {
	border-top: 3px solid #208E13;
	clear: both;
	margin-top: 8px;
	margin-bottom: 8px;
}

.box{
	
	border-right:1px green solid;
}
.f12{
  font-size : 12px;
  color : navy;
}
.cl {
	clear: both;
}

@media (min-width:940px){
#footer {
	bottom: 0px;
	position: absolute;
}
}

@media (max-width:940px){
	
#header {
	height: 70px;
}
#footer {
	bottom: -90px;
	position: absolute;
}
	
}
