@charset "utf-8";
/*==cap02を読み込まない==*/
/*==wrapを読み込まない==*/

/*リセットcss*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
body {
	font-family: "メイリオ", "Meiryo UI", "ヒラギノ丸ゴ Pro W4", "小塚ゴシック Pro R", sans-serif;
	letter-spacing: 0.2em;
	background:#fff;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
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;
}
a {
	text-decoration:none;
	color:#555;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.clearfix {
	overflow: hidden;
}
.mT20 {
	margin-top: 20px;
}
#wrap {
	border: 2px solid #e1e1e1;
	border-radius: 5px;
	width:960px;
	margin:10px auto;
	padding: 10px;
	background:#fbf6ef;
}
.cap01 {
	font-size:15px;
	color:#fff;
	font-weight:bold;
	padding: 12px 15px;
	background:#4ddb8c;
	margin-top:10px; 
}
.cap02 {
	margin-bottom:15px;
	font-size:14px;
	padding:12px 10px;
	color:#fff;
	font-weight: bold;
	background:#5eb9e3;
}
.caption03 {
	margin-bottom:15px;
	font-size:14px;
	padding:12px 10px;
	color:#fff;
	font-weight: bold;
	background:#13547D;
}
.text01 {
	line-height:30px;
	padding:10px;
	color:#000;
}
.text02 {
	line-height:30px;
	padding:10px;
	color:#000;
}
.text03 {
	line-height:30px;
	padding:10px;
	color:#000;
}
.link01{
	margin: 10px 0;
}
.link01 li{
	padding: 0;
	margin: 10px 0;
	border-bottom: 1px dotted #4ddb8c;
	border-top: 1px dotted #4ddb8c;
}
.link01 li:hover{
}
.link01 li a{
	display: block;
	padding: 10px 10px;
	color: #000;
	text-decoration: underline;
}
.link01 li a:hover{
	color:#000;
	text-decoration:none;
}
/*header*/
#header {
	-webkit-box-shadow: -1px 8px 5px -10px rgba(0,0,0,1);
	-moz-box-shadow: -1px 8px 5px -10px rgba(0,0,0,1);
	box-shadow: -1px 8px 5px -10px rgba(0,0,0,1);
	margin-bottom: 10px;
	background:#67e9a1;
}
.siteTitle {
	padding:50px 0;
	font-size:25px;
}
.siteTitle a {
	color:#000;
	text-shadow:1px 1px 1px #39be74;s
	font-weight:bold;
	text-decoration:none;
	margin-left:20px;
}
#GNav {
	background:#5eb9e3;
	margin:0px;
	margin-bottom: 10px;
	padding: 5px;
	-webkit-box-shadow: -1px 8px 5px -10px rgba(0,0,0,1);
	-moz-box-shadow: -1px 8px 5px -10px rgba(0,0,0,1);
	box-shadow: -1px 8px 5px -10px rgba(0,0,0,1);
}

#GNav li a:hover {
	background:#67e9a1;
	color:#fff;
	border:1px solid #52ba80;
	
}
#GNav li a {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(103,233,162,1) 4%, rgba(103,233,162,1) 96%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(4%, rgba(103,233,162,1)), color-stop(96%, rgba(103,233,162,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(103,233,162,1) 4%, rgba(103,233,162,1) 96%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(103,233,162,1) 4%, rgba(103,233,162,1) 96%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(103,233,162,1) 4%, rgba(103,233,162,1) 96%, rgba(255,255,255,1) 100%);	
	background: linear-gradient(to bottom, rgba(62, 164, 160, 1) 0%, rgba(255, 255, 255, 1) 4%, rgba(50, 215, 227, 1) 96%, rgba(44, 140, 181, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
	color:#494949;
	text-decoration:none;
	border:1px solid #2DA8A2;
	padding:15px 40px;
	display:block;
	float: left;
	margin-right: 5px;
}
/*ContentWrap*/
.contents {
	width:960px;
}
.Mv {
	-webkit-box-shadow: -1px 8px 5px -10px rgba(0,0,0,1);
	-moz-box-shadow: -1px 8px 5px -10px rgba(0,0,0,1);
	box-shadow: -1px 8px 5px -10px rgba(0,0,0,1);
	width:960px;
	margin:0 auto;
	margin-bottom:10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#Nav {
	width:220px;
	float:left;
	margin-right:10px;
	border: 1px solid #ccc;
	margin-top: 12px;
	padding: 5px 5px 5px 5px;
}
.Nav {
	margin: 5px 0;
}
.Nav li{
	padding: 0;
	margin: 10px 0;
	border: 1px solid #32b7b6;
}
.Nav li a{
 	display: block;
	padding: 10px 10px;
	color: #000;
	text-decoration: underline;
}
.Nav li a:hover{
 	color:#000;
 	text-decoration: none;
}
.Nav li:hover{
}
#MainContents2 {
	float:left;
	width:600px;
	margin-left:5px;
}
#MainContents a {
}
#MainContents a:hover {
	text-decoration:none;
}

#subContents2 {
	width:300px;
	float:right;
	margin-right:0px;
	margin-left:5px;
	border: 1px solid #ccc;
	margin-top:310px;
	padding: 5px 5px 5px 5px;
}
.new2{
	margin: 10px 0;
	color:#555;
}
.new2 dt{
	border: 1px solid #32b7b6;
	font-size:14px;
	font-weight:bold;
	color:#5eb9e3;
	padding: 10px 10px;
}
.new2 dd{
	padding: 0;
	margin: 10px 0;
	border: 1px solid #32b7b6;
}

.new2 dd a{
 	display: block;
	padding: 10px 10px;
	color: #000;
	text-decoration: underline;
}
.new2 dd:hover{
	
}
.new2 dd a:hover{
	color:#000;
	text-decoration: none;
}
/*footer*/
#footer {
	padding-bottom: 15px;
	margin:20px auto 0 auto;
	background:#5eb9e3;
	text-align:center;
	border-top: 2px solid #99bba8;
	-webkit-box-shadow: -1px -8px 5px -10px rgba(0,0,0,1);
	-moz-box-shadow: -1px -8px 5px -10px rgba(0,0,0,1);
	box-shadow: -1px -8px 5px -10px rgba(0,0,0,1);
}
.FNav {
	padding:20px 20px;
}
.FNav li {
	white-space:nowrap;
	line-height:25px;
	display:inline;
	margin: 0 25px;
}
.FNav li a {
	text-decoration: underline;
	color:#FFF;
}
.FNav li a:hover {
	overflow: hidden;
	color:#000;
	text-decoration: none;
}
.copy {
	text-align:center;
	padding:3px;
	color: #FFF;
}
