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

/*リセットcss*/
html, y, 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 {
	margin-top: 10px;
	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 {
	width:960px;
	margin:10px auto;
	padding: 15px;l
	background:#999;
	border: 0px solid #000;
}
#MainContents a {
	color: #333;
	background-color: none;
	margin:5px;
}
#MainContents a:hover {
	text-decoration:none;
}
.cap01 {
	font-size:15px;
	color:#fff;
	padding: 12px 10px;
	font-weight:bold;
	background:#30b5b4;
	border-bottom: 1px dotted #7cd8d5;
	border-top: 1px dotted #7cd8d5;
	margin-top: 15px;
}
.cap02 {
	border-top: 1px dotted #69cfe0;
	border-bottom: 1px dotted #69cfe0;
	margin-bottom:15px;
	font-size:15px;
	color:#fff;
	font-weight: bold;
	padding: 12px 10px;
	background: #FD7452;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bc1d6', endColorstr='#35aed6', GradientType=0 );
}
.text01 {
	font-size: 13px;
	line-height:30px;
	padding:10px;
	color:#2703E4;
}
.text02 {
	font-size: 13px;
	line-height:30px;
	padding:10px;
	color:#2703E4;
}
.text03 {
	font-size: 13px;
	line-height:30px;
	padding:10px;
	color:#2703E4;
}
.link01 {
	padding:0;
}
.link01 li {
	margin-bottom:10px;
	padding: 12px 0;
	background:#30b5b4;
}
.link01 li a{
	color:#333;
	text-decoration:underline;
	padding: 12px 10px;
}
.link01 li a:hover{
	color:#333;
	text-decoration: none;
}
.link01 li:hover {
}
/*header*/
#header {
	background:#FD7452;
}
.siteTitle {
	padding:50px 0;
	font-size:23px;
}
.siteTitle a {
	color:#FDFDFD;
	font-weight:bold;
	text-decoration:none;
	padding-left:20px;
}
#GNav {
	text-align:left;
	margin:0px;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #E60D0D;
	background: #69cfe0;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(231,231,231,1) 98%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(98%, rgba(231,231,231,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(231,231,231,1) 98%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(231,231,231,1) 98%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(231,231,231,1) 98%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(231,231,231,1) 98%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

#GNav li a:hover {
	background:#EC8F5B;
	color:#fff;
}
#GNav li a {
	color:#030303;
	font-weight:bold;
	text-decoration:none;
	padding:20px 30px;
	display:block;
	float: left;
	border-right: 1px solid #f3f3f3;
	border-left: 1px solid #ebebeb;
	background: #69cfe0;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(231,231,231,1) 98%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(98%, rgba(231,231,231,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(231,231,231,1) 98%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(231,231,231,1) 98%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(231,231,231,1) 98%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(231,231,231,1) 98%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
/*ContentWrap*/
.contents {
	width:960px;
}
.Mv {
	
	margin-bottom:10px;
	background: rgba(214,206,214,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(214,206,214,1) 0%, rgba(252,252,252,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, , color-stop(0%, rgba(214,206,214,1)), color-stop(100%, rgba(252,252,252,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(214,206,214,1) 0%, rgba(252,252,252,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(214,206,214,1) 0%, rgba(252,252,252,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(214,206,214,1) 0%, rgba(252,252,252,1) 100%);
	background: radial-gradient(ellipse at center, rgba(214,206,214,1) 0%, rgba(252,252,252,1) 100%);
	-webkit-box-shadow: -1px 1px 5px -1px rgba(77,77,77,1);
	-moz-box-shadow: -1px 1px 5px -1px rgba(77,77,77,1);
	box-shadow: -1px 1px 5px -1px rgba(77,77,77,1);
}
#Nav {
	width:220px;
	float:left;
	margin-right:10px;
	margin-top: 13px;
	margin-left:2px;
	background:#E7B8A5;
	padding: 2px;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(67,149,204,1);
	-moz-box-shadow: 0px 0px 1px 0px rgba(67,149,204,1);
	box-shadow: 0px 0px 1px 0px rgba(67,149,204,1);
}
.Nav {
	margin: 5px 0;
}
.Nav li{
	font-size:13px;
	padding: 10px 10px;
	background:#ede5d1;
	margin: 10px 0;
	line-height:20px;
}
.Nav li a{
	color:#333;
 	text-decoration: underline;
	
}
.Nav li a:hover{
 	color:#535353;
 	text-decoration: none;
}
.Nav li:hover{
}
#MainContents {
	float:left;
	width:460px;
	margin-left:10px;
}
#SubContents {
	width:220px;
	float:right;
	margin-right:10px;
	margin-top: 13px;
	margin-left:2px;
	background:#E7B8A5;
	padding: 2px;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(67,149,204,1);
	-moz-box-shadow: 0px 0px 1px 0px rgba(67,149,204,1);
	box-shadow: 0px 0px 1px 0px rgba(67,149,204,1);
}
.new{
	margin: 10px 0 5px 0;
	color:#555;
}
.new dt{
	font-size:14px;
	font-weight:bold;
	color:#2891bf;
	padding: 10px 5px;
	background:#e5e5e5;
}
.new dd{
	margin:10px 0;
	padding: 12px 3px;
	background:#ede5d1;
}

.new dd a{
	font-size: 13px;
 	color:#333;
 	text-decoration: underline;
	padding: 10px 2px;
}
.new dd:hover{
}
.new dd a:hover{
	color:#535353;
	text-decoration: none;
}
/*footer*/
#footer {
	margin:20px auto 0 auto;
	text-align:center;
	background:#FD7452;
}
.FNav {
	padding:20px 20px;
}
.FNav li {
	white-space:nowrap;
	line-height:25px;
	display:inline;
}
.FNav li a {
	font-size: 13px;
	font-weight:normal;
	text-decoration: none;
	padding-left:25px;
	color:#fff;
}
.FNav li a:hover {
	overflow: hidden;
	color:#fff;
	text-decoration: underline;
}
.copy {
	font-size: 13px;
	text-align:center;
	padding:20px;
	color: #fff;
}
