﻿@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "メイリオ", "Meiryo UI", "ヒラギノ丸ゴ Pro W4", "小塚ゴシック Pro R", sans-serif;
	letter-spacing: 0.2em;
	background: rgba(174,204,227,1);
	background: -moz-linear-gradient(-45deg, rgba(174,204,227,1) 0%, rgba(208,221,232,1) 16%, rgba(206,216,224,1) 39%, rgba(191,208,222,1) 57%, rgba(197,221,240,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(174,204,227,1)), color-stop(16%, rgba(208,221,232,1)), color-stop(39%, rgba(206,216,224,1)), color-stop(57%, rgba(191,208,222,1)), color-stop(100%, rgba(197,221,240,1)));
	background: -webkit-linear-gradient(-45deg, rgba(174,204,227,1) 0%, rgba(208,221,232,1) 16%, rgba(206,216,224,1) 39%, rgba(191,208,222,1) 57%, rgba(197,221,240,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(174,204,227,1) 0%, rgba(208,221,232,1) 16%, rgba(206,216,224,1) 39%, rgba(191,208,222,1) 57%, rgba(197,221,240,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(174,204,227,1) 0%, rgba(208,221,232,1) 16%, rgba(206,216,224,1) 39%, rgba(191,208,222,1) 57%, rgba(197,221,240,1) 100%);
	background: linear-gradient(135deg, rgba(174,204,227,1) 0%, rgba(208,221,232,1) 16%, rgba(206,216,224,1) 39%, rgba(191,208,222,1) 57%, rgba(197,221,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aecce3', endColorstr='#c5ddf0', GradientType=1 );
}
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}
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:0;
}
.mB20 {
	margin-bottom: 20px;
}

/*==========　レイアウト部分　==========================*/
#wrap {
	margin-right: auto;
	margin-left: auto;
}
/*　MV部分　*/
.Mv {
	background: rgba(173,196,214,1);
	background: -moz-linear-gradient(45deg, rgba(173,196,214,1) 0%, rgba(211,217,222,1) 12%, rgba(208,217,224,1) 39%, rgba(213,219,224,1) 57%, rgba(173,196,214,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(173,196,214,1)), color-stop(12%, rgba(211,217,222,1)), color-stop(39%, rgba(208,217,224,1)), color-stop(57%, rgba(213,219,224,1)), color-stop(100%, rgba(173,196,214,1)));
	background: -webkit-linear-gradient(45deg, rgba(173,196,214,1) 0%, rgba(211,217,222,1) 12%, rgba(208,217,224,1) 39%, rgba(213,219,224,1) 57%, rgba(173,196,214,1) 100%);
	background: -o-linear-gradient(45deg, rgba(173,196,214,1) 0%, rgba(211,217,222,1) 12%, rgba(208,217,224,1) 39%, rgba(213,219,224,1) 57%, rgba(173,196,214,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(173,196,214,1) 0%, rgba(211,217,222,1) 12%, rgba(208,217,224,1) 39%, rgba(213,219,224,1) 57%, rgba(173,196,214,1) 100%);
	background: linear-gradient(45deg, rgba(173,196,214,1) 0%, rgba(211,217,222,1) 12%, rgba(208,217,224,1) 39%, rgba(213,219,224,1) 57%, rgba(173,196,214,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adc4d6', endColorstr='#adc4d6', GradientType=1 );
	position: absolute;
	top: 52px;
	margin-right: auto;
	margin-left: auto;
	left: 0%;
	text-align: center;
	width: 100%;
	right: 50%;
}
/*　GNav部分　*/
#GNav {
	background:#006992;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
}
.GNavList.clearfix li {
	white-space: nowrap;
	display: inline-block;
	border-left:1px dotted #6e8798;
	border-right:1px dotted #6e8798;
	
}
.GNavList.clearfix li:hover {
	white-space: nowrap;
	display: inline-block;
	background:#6CF;
	
}
.GNavList.clearfix {
	text-align:left;
	width: 900px;
	margin: 0 auto;
}
.GNavList.clearfix li a {
	color: #fff;
	font-size:13px;
	display:block;
	padding: 15px 30px;
	font-weight: normal;
	text-decoration: none;
}
.GNavList.clearfix li a:hover {
	color:#000;
}
#header {
	background:#006992;
	position: absolute;
	top: 283px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	margin-top:19px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.head {
	width: 900px;
	clear: both;
	left: 10%;
	right: 10%;
	margin-right: auto;
	margin-left: auto;
}
/*サイトタイトル*/
.siteTitle {
	text-align: left;
	padding: 10px 10px;
	font-size: 23px;
	font-weight: bold;
}
.siteTitle a {
	color: #fff;
	text-decoration: none;
}
.siteTitle a:hover {
	color: #f18405;
	text-decoration: none;
}
/*コンテンツ部分*/
#Contents02 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 315px;
}
/*メインコンテンツ*/
#MainContents2 {
	float: right;/*右左を入れ替える時にright、leftで*/
	width: 580px;
	padding: 10px;
	background-color: #FFF;
	margin-bottom: 10px;
	border:1px solid #ccc;
}
#MainContents a {
	color:#00F;
	background-color: #fff;
	margin:10px;
	padding:5px;
}
#MainContents a:hover {
	text-decoration: none;
}

a {
	color: #20aedd;
}
a:hover {
	color: #F60;
	text-decoration: none;
}

/*サイドナビゲーション部分*/
#subContents2 {
	width: 255px;
	background:#f5f5f6;
	padding: 10px;
	border:1px solid #ccc;
	float: left;
}
.Nav {
	margin: 5px 0;
}
.Nav li{
	padding: 0;
	margin: 10px 0;
	border: 2px solid #C3C3C6;
}
.Nav li a{
	font-size:13px;
 	display: block;
	padding: 10px 10px;
	color: #000;
	text-decoration: underline;
}
.Nav li a:hover{
 	color:#000;
 	text-decoration:none;
}
.Nav li:hover{
	background:#e3edf6;
}
/*フッター部分*/
#footer {
	background:#006992;
	-webkit-box-shadow: 0px -2px 5px -4px rgba(102,102,102,1);
	-moz-box-shadow: 0px -2px 5px -4px rgba(102,102,102,1);
	box-shadow: 0px -2px 5px -4px rgba(102,102,102,1);
}
.foot {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
}
.FNav {
	text-align: center;
}
.copy {
	font-size:13px;
	text-align: center;
	margin-top: 15px;
	color:#fff;
}
.FNav li {
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}
.FNav li a{
	font-size:14px;
 	padding-left:1.5em;
	color: #fff;
	text-decoration: underline;
}
.FNav li a:hover{
 	padding-left:1.5em;
 	color:#3FF;
	text-decoration: none;
}
/*==========　見出し要素　==========================*/
.cap01 {
	margin-bottom:10px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	padding: 5px;
}

.cap02 {
	margin-bottom:10px;
	font-size: 20px;
	font-weight: normal;
	color: #3c3d3d;
	background-color: #83C8FF;
	padding: 5px 10px 5px 10px;
	border: 2px solid #ebebee;
}
.caption03 {
	font-size: 16px;
	padding: 7px 5px 7px 10px;
	margin-top: 20px;
	margin-bottom: 15px;
	color:#fff;
	background:#006992;
}
/*==========　テキスト　==========================*/
.text01 {
	font-size:13px;
	line-height: 30px;
	letter-spacing: 0.2em;
	padding-left: 10px;
}
.textBox02 {
	margin-bottom:20px;
}
/*==========　ナビゲーション　==========================*/

.link01{
	margin: 10px 0;
}
.link01 li{
	padding: 0;
	margin: 10px 0;
	border-bottom:1px solid #C3C3C6;
	border-top:1px solid #C3C3C6;
}
.link01 li:hover{
	background:none;
}
.link01 li a{
	display: block;
	padding: 8px 10px;
	color: #000;
	text-decoration: underline;
}
.link01 li a:hover{
	color:#374e5e;
	text-decoration:none;
}
/*==wrapを読み込まない==*/
.new2{
	margin: 0px 0;
	color:#555;
}
.new2 dt{
	font-size:14px;
	font-weight: normal;
	color:#3f3f3e;
	border: 1px solid #d2d0c6;
	padding: 5px 10px;
	background: rgba(242,240,232,1);
	background: -moz-linear-gradient(left, rgba(242,240,232,1) 0%, rgba(247,247,247,1) 45%, rgba(242,240,232,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(242,240,232,1)), color-stop(45%, rgba(247,247,247,1)), color-stop(100%, rgba(242,240,232,1)));
	background: -webkit-linear-gradient(left, rgba(242,240,232,1) 0%, rgba(247,247,247,1) 45%, rgba(242,240,232,1) 100%);
	background: -o-linear-gradient(left, rgba(242,240,232,1) 0%, rgba(247,247,247,1) 45%, rgba(242,240,232,1) 100%);
	background: -ms-linear-gradient(left, rgba(242,240,232,1) 0%, rgba(247,247,247,1) 45%, rgba(242,240,232,1) 100%);
	background: linear-gradient(to right, rgba(242,240,232,1) 0%, rgba(247,247,247,1) 45%, rgba(242,240,232,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f0e8', endColorstr='#f2f0e8', GradientType=1 );
}
.new2 dd{
	padding: 0;
	margin: 10px 0;
	border-bottom:1px solid #C3C3C6;
	border-top:1px solid #C3C3C6;
}

.new2 dd a{
	font-size:13px;
 	display: block;
	padding: 8px 10px;
	color: #000;
	text-decoration: underline;
}
.new2 dd:hover{
	background:none;
}
.new2 dd a:hover{
	color:#374e5e;
	text-decoration:none;
}


