	@charset "utf-8";
	* {
		margin: 0px;
		padding: 0px;
	}
	body {
		font-family: "メイリオ", "Meiryo UI", "ヒラギノ丸ゴ Pro W4", "小塚ゴシック Pro R", sans-serif;
		letter-spacing: 0.1em;
		background:rgba(249, 243, 243, 1);
	}
	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;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	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: 0px;
	}
	.mB20 {
		margin-bottom: 20px;
	}
	#wrap {
		background:#fff;
		margin: 10px auto;
		padding: 10px;
		border-radius:3px;
		width:1000px;
		position: relative;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(162,152,114,1);
		-moz-box-shadow: 0px 0px 3px 0px rgba(162,152,114,1);
		box-shadow: 0px 0px 3px 0px rgba(249, 247, 241, 1);
	}
	#MainContents2 {
		width:600px;
		margin-top: 10px;
		float:right;
	}
	#MainContents a {
		color:#000;
		margin:10px;
		padding:5px;
	}
	#MainContents a:hover {
		text-decoration: none;
	}
	#ContentWrap {
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		width:1000px
	}
	#subContents2 {
		float: left;
		width:370px;
		margin-right:20px;
		padding: 10px 0;
	}
	#Contents02 {
		width: 1000px;
		padding:0;
		background:#fff;
	}
	#header {
		background:rgba(240, 208, 161, 1);
		height:200px;
		border-radius: 5px;
	}
	#GNav {
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.GNavList {
		background:#B8DC3C;
		line-height: 55px;
		border-radius:3px;
		
	}
	.GNavList.clearfix li {
		float: left;
		border-right:1px solid #B8DC3C;
		border-left:1px solid #B8DC3C;
	}
	.GNavList.clearfix li a {
		font-size:13px;
		color:#000;
		text-decoration:none;
		padding: 14px 50px;
		font-weight:bold;
	}
	.GNavList.clearfix li a:hover {
		color:#000;
		text-decoration:none;
	}
	.GNavList.clearfix li:hover {
		border-radius:3px;
		background:rgba(240, 208, 161, 1);
	}
	.siteTitle {
		width:425px;
		padding:77px 50px 50px 46px;
	}
	.siteTitle a {
		text-shadow:1px 1px 1px rgba(240, 208, 161, 1);
		font-size:28px;
		text-decoration: none;
		font-weight:bold;
		color:#000;
	}
	a {
		color:#1d95f1;
		text-decoration:underline;
	}
	.Mv {
		position: absolute;
		right: 10px;
		top: 10px;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	.cap02 {
		background:rgba(242, 110, 110, 1);
		font-size: 15px;
		display: block;
		padding:13px 10px;
		color:#fff;
		border-radius: 3px;
		font-weight:bold;
		margin-bottom: 10px;
		text-shadow:0.5px 0.6px 0.6px rgba(140, 60, 60, 1);
		border:1px solid #B95F5F;
	}
	.cap01 {
		background:rgba(75, 142, 242, 1);
		border:1px solid rgba(41, 109, 212, 1);
		font-size: 15px;
		display: block;
		padding-left: 20px;
		padding:13px 10px;
		color:#000;
		border-radius: 3px;
		font-weight:bold;
		margin-bottom: 15px;
		text-shadow:0.5px 0.6px 0.6px #4B8EF2;
}
	.caption03 {
		margin-top:15px;
		font-size:14px;
		background:#F59506;
		color:#fff;
		padding:12px 10px;
		border-radius:3px;
		text-shadow:0.5px 0.6px 0.6px rgba(107, 68, 11, 1);
		border:1px solid rgba(189, 121, 19, 1);
	}
	.new{
		margin: 20px 0 40px 0;
		color:#555;
	}
	.new dt{
		border-radius:3px;
		font-size:14px;
		font-weight:bold;
		color:rgba(10, 10, 234, 1);
		background:rgba(246, 211, 111, 1);
		padding:10px 10px;
	}
	.new dd{
		background:#F6D36F;
		padding: 0px;
		margin: 15px 0;
		border-top:1px solid #F6D36F;
		border-bottom:1px solid #F6D36F;
		border-radius: 3px;
	}
	
	.new dd a{
		font-size:13px;
		display: block;
		padding: 10px 10px;
		color:#00C;
		text-decoration: underline;
	}
	.new dd:hover{
		background:#FFFFAE;
	}
	.new dd a:hover{
		color:#00C;
		text-decoration: none;
	}
	
	.link01{
		margin: 20px 0;
	}
	.link01 li{
		margin: 10px 0;
		padding: 2px;
		background:rgba(130, 195, 130, 1);
		border-radius: 3px;
	}
	.link01 li:hover{
		background:#B3DEB3;
	}
	.link01 li a{
		font-size:13px;
		display: block;
		padding: 10px;
		color: #000;
		text-decoration: none;
	}
	.link01 li a:hover{
		color:#000;
		text-decoration: none;
	}
	.text01 {
		line-height: 26px;
		border-radius:4px;
		padding:10px 10px;
		color:#000;
		font-size:13px;
	}
	.textBox02 {
		color:#3f4144;
	}
	.Nav {
		margin:20px 0;
	}
	.Nav li{
		background:rgba(248, 188, 155, 1);
		margin: 10px 0;
		padding:1px;
		border-bottom:1px solid rgba(248, 188, 155, 1);
		border-top:1px solid rgba(248, 188, 155, 1);
		border-radius: 3px;
	}
	.Nav li a{
		font-size:13px;
		display: block;
		padding: 10px;
		color: #000;
		text-decoration: underline;

	}
	.Nav li a:hover{
		color:#000;
		text-decoration: none;
	}
	.Nav li:hover{
		background:rgba(226, 186, 248, 1);
	}
	#footer {
		border-radius:5px;
		background:#F0D0A1;
		margin-top: 20px;
	}
	.FNav {
		text-align:center;
		padding:20px 0;
	}
	.FNav ul {
		clear:both;
	}
	.FNav li {
		display: inline;
		white-space: nowrap;
		background-repeat: no-repeat;
		background-position: left center;
		margin: 0 20px;
	}
	.FNav li a {
		color: #000;
		font-size:13px;
		text-decoration:none;
	}.FNav li a:hover {
		color: #000;
		text-decoration:underline;
	}
	.copy {
		font-size:12px;
		text-align:center;
		color:#000;
		padding: 10px 0;
	}
	
	/*==Navを読み込まない==*/
	/*==wrapを読み込まない==*/
