@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "メイリオ", "Meiryo UI", "ヒラギノ丸ゴ Pro W4", "小塚ゴシック Pro R", sans-serif;
	letter-spacing: 0.2em;
	background:#f5f5f5;
	
}
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
ul {
	list-style-type: none;
}
img {
	border: none;
}
input, textarea, select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.clearfix {
	overflow: hidden;
}
.mT20 {
	margin-top: 20px;
}
#wrap {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	-webkit-box-shadow: 0px 0px 6px -2px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 6px -2px rgba(0,0,0,1);
	box-shadow: 0px 0px 6px -2px rgba(0,0,0,1);
}
#header{
    
    width: 100%;
    
    min-width: 900px;
    
    background: #cedce1;
    
}

.head {
	
    width: 900px;
    
    margin: 0 auto;
    
	padding: 30px 0;
	background:#fff;
	border-top: 3px solid #86d6cd;

}


.siteTitle a {
	
	color: #333333;
	
	text-decoration: none;
	
	
	font-size:25px;
    
    background: #fff;
    
    width: 45%;
    
    text-align: center;
  
    position: relative;
    
    z-index: 10;
    
}

.siteTitle a:hover{
    
}




#GNav {
	
	position: absolute;
	
	top: 30px;
    
    right: 5px;
    
    width: 100%;
    
    min-width: 900px;
    
}

.GNavList{
    
    width: 900px;
    
    margin: 0 auto;
    
}

.GNavList li {
	
	display: inline-block;
    
    line-height: 40px;

}


.GNavList {
	
	text-align: right;
	

}


.GNavList li a {
	
	color: #2e6c70;
	
    text-decoration: none;
    
    display: block;
    
    padding: 0 12px;
	font-weight: bold;
	background:#f2f1f1;
	border:1px solid #cccccc;
	border-bottom-right-radius: 10px;
}


.GNavList li a:hover {
	background: rgba(242,241,241,1);
	background: -moz-linear-gradient(top, rgba(242,241,241,1) 0%, rgba(204,219,217,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,241,241,1)), color-stop(100%, rgba(204,219,217,1)));
	background: -webkit-linear-gradient(top, rgba(242,241,241,1) 0%, rgba(204,219,217,1) 100%);
	background: -o-linear-gradient(top, rgba(242,241,241,1) 0%, rgba(204,219,217,1) 100%);
	background: -ms-linear-gradient(top, rgba(242,241,241,1) 0%, rgba(204,219,217,1) 100%);
	background: linear-gradient(to bottom, rgba(242,241,241,1) 0%, rgba(204,219,217,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f1f1', endColorstr='#ccdbd9', GradientType=0 );
	color: #2e6c70;

}
.Mv {
	box-shadow:-1px -1px 0px #c4dbee;
}
.mB20 {
	margin-bottom: 10px;
}

#MainContents {
	float: left;
	width: 430px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left:10px;
}
#MainContents a {
	padding:0;
}
#MainContents a:hover {
	text-decoration:none;
}
#SubContents {
	padding: 0 5px;
	float: right;
	width: 215px;
}
#footer {
	background-color: #86d6cd;
	color: #fff;
}
.foot {
	padding: 20px;
}
.FNav {
	text-align: center;
	margin-bottom: 25px;
}
.FNav li {
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
	white-space: nowrap;
}
.FNav li a {
	padding-left:1.5em;
	color: #2d3b39;
	padding-right: 15px;
	text-decoration: underline;
}
.FNav li a:hover {
	padding-left:1.5em;
	color: #2d3b39;
	text-decoration:none;
}
.copy {
	text-align: center;
	color:#2d3b39;
}
.cap02 {
	font-size: 14px;
	line-height: 23px;
	font-weight: bold;
	padding: 8px 10px;
	color:#fff;
	background: rgba(59,179,188,1);
	background: -moz-linear-gradient(left, rgba(59,179,188,1) 0%, rgba(82,209,190,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(59,179,188,1)), color-stop(100%, rgba(82,209,190,1)));
	background: -webkit-linear-gradient(left, rgba(59,179,188,1) 0%, rgba(82,209,190,1) 100%);
	background: -o-linear-gradient(left, rgba(59,179,188,1) 0%, rgba(82,209,190,1) 100%);
	background: -ms-linear-gradient(left, rgba(59,179,188,1) 0%, rgba(82,209,190,1) 100%);
	background: linear-gradient(to right, rgba(59,179,188,1) 0%, rgba(82,209,190,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bb3bc', endColorstr='#52d1be', GradientType=1 );
	border-left: 3px solid #30969e;
}
.cap01 {
	padding: 9px 10px;
	color:#fff;
	border-left: 3px solid #34ae9c;
	font-size: 14px;
	background: rgba(82,209,190,1);
	background: -moz-linear-gradient(left, rgba(82,209,190,1) 0%, rgba(59,179,188,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(82,209,190,1)), color-stop(100%, rgba(59,179,188,1)));
	background: -webkit-linear-gradient(left, rgba(82,209,190,1) 0%, rgba(59,179,188,1) 100%);
	background: -o-linear-gradient(left, rgba(82,209,190,1) 0%, rgba(59,179,188,1) 100%);
	background: -ms-linear-gradient(left, rgba(82,209,190,1) 0%, rgba(59,179,188,1) 100%);
	background: linear-gradient(to right, rgba(82,209,190,1) 0%, rgba(59,179,188,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52d1be', endColorstr='#3bb3bc', GradientType=1 );
}
.text01 {
	line-height: 23px;
	letter-spacing: 0.2em;
	padding: 15px 25px;
}
.text02 {
	line-height: 23px;
	letter-spacing: 0.2em;
	padding: 1px 25px;
}
.link01 {
	padding: 10px 0;
	margin: 0;
}
.link01 li {
	margin-top: 10px;
	margin-bottom: 10px;
	background:#f2f1f1;
	padding: 10px;
}
.link01 li a {
	padding: 5px 0;
	display: block;
	text-decoration: underline;
	color:#000;
}
.link01 li a:hover {
	text-decoration: none;
}
a {
	color: #333;
	letter-spacing: 0.2em;
	padding: 15px 5px;
}
a:hover {
	letter-spacing: 0.2em;
	padding: 15px 5px;
	text-decoration:none;
}
.text03 {
	padding: 10px 20px;
	line-height: 23px;
	letter-spacing: 0.2em;
}
.new{
	margin: 10px 0;
	color:#555;
}
.new dt{
	font-size:14px;
	font-weight:bold;
	color:#30969e;
	border-left: 3px solid #30969e;
	padding: 8px 10px;
}
.new dd{
	border-bottom: 1px solid #30969e;
	padding: 7px 2px;
	margin: 10px 0; 
}

.new dd a{
 	color:#000;
 	text-decoration: underline;
	padding: 10px;
}
.new dd:hover{
}
.new dd a:hover{
	color:#000;
	text-decoration:none;
}

#Nav {
	padding: 0 5px;
	float: left;
	width: 215px;
}
.Nav {
	padding: 5px 0;
	margin: 5px 0;
}
.Nav li{
	font-size:12px;
	padding: 7px 0;
	margin: 5px 0 15px 0;
	line-height:20px;
	border-bottom: 1px solid #30969e;
}
.Nav li a{
 	color:#000;
 	text-decoration: underline;
	padding: 10px;
}
.Nav li a:hover{
 	color:#000;
 	text-decoration: none;
}
.Nav li:hover{
	background: #;
}
/*==wrapを読み込まない==*/
