@charset "utf-8";
/*==wrapを読み込まない==*/
/*==cap02を読み込まない==*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "メイリオ", "Meiryo UI", "ヒラギノ丸ゴ Pro W4", "小塚ゴシック Pro R", sans-serif;
	letter-spacing: 0.2em;
	background:#fff;
}
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;
}
a {
	color: #060;
}
a:hover {
	color: #F60;
}
.mT20 {
	margin-top: 20px;
}
.mB20 {
	margin-bottom: 20px;
}
/*========　レイアウト部分　============================*/
#wrap {
	width: 900px;
	margin: 0 auto;
 	background-color: #FFF;
	position: absolute;
	left: 20%;
	right: 20%;
}
#header {
	float: left;
	margin-top:10px;
	position: absolute;
	left: 20px;
	top: 40px;
	z-index: 1;
}
.head {
	display: table-cell;
	color: #BE2F2F;
	font-size: 28px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
}
.siteTitle a {
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	padding: 20px;
	border-radius: 5px;
	text-shadow:1px 1px 1px #267cb2;
	font-size: 18px;
	text-decoration: none;
	font-size: 30px;
}
#ContentWrap {
	width: 900px;
	margin-top: 370px;
}
#MainContents2 {
	margin-top: 354px;
	width: 436px;
	float: right;
}
#MainContents a {
}
#MainContents a:hover {
	text-decoration: none;
}
#subContents2 {
	background:#FC5353;
	border:1px solid #fff;
	border-radius: 3px;
	padding:5px;
	position: absolute;
	top: 374px;
	left: 220px;
	width: 220px;
	margin-bottom: 10px;
	height: 259px;
	-webkit-box-shadow: 0px 2px 3px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 3px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 3px -3px rgba(0,0,0,0.75);
}
/*メインビジュアル部分*/
.Mv {
	position: absolute;
	top: 0px;
	z-index: 0;
	left: 0px;
	background:#dfe6e8;
}
.Mv img{
	margin: 0;
}
/*========　ナビゲーション　==========================*/
/*Gナビ部分*/
#GNav {
	background:#FF4141;
	margin-top: 10px;
	width: 900px;
	position: absolute;
	z-index: 1;
	top: 300px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
}
.GNavList.clearfix li {
	white-space: nowrap;
	display: inline-block;
	line-height: 26px;
	float:left;
	margin-left: 1px;
	border-right:1px solid #f33636;
	border-left:1px solid #ff4e4e;
	
}
.GNavList.clearfix {
	text-align: left;
}
.GNavList.clearfix li a {
	color: #fff;
	font-size:13px;
	display:block;
	padding: 10px 35px;
	margin-left: -1px;
	text-decoration: none;
}
.GNavList.clearfix li a:hover {
	background: rgba(255,65,65,1);
	background: -moz-linear-gradient(top, rgba(255,65,65,1) 0%, rgba(247,116,116,1) 16%, rgba(255,65,65,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,65,65,1)), color-stop(16%, rgba(247,116,116,1)), color-stop(100%, rgba(255,65,65,1)));
	background: -webkit-linear-gradient(top, rgba(255,65,65,1) 0%, rgba(247,116,116,1) 16%, rgba(255,65,65,1) 100%);
	background: -o-linear-gradient(top, rgba(255,65,65,1) 0%, rgba(247,116,116,1) 16%, rgba(255,65,65,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,65,65,1) 0%, rgba(247,116,116,1) 16%, rgba(255,65,65,1) 100%);
	background: linear-gradient(to bottom, rgba(255,65,65,1) 0%, rgba(247,116,116,1) 16%, rgba(255,65,65,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4141', endColorstr='#ff4141', GradientType=0 );
	color: #fff;
	text-decoration: none;
}
/*サイドナビ部分*/

.Nav {
	margin: 15px 0 0 0;
}
.Nav li{
	padding: 0;
	margin: 10px 0;
	background:#fff;
	border-radius:2px;
}
.Nav li a{
 	color:#000;
 	display: block;
	padding: 10px 10px;
	border: 1px solid #f0e9c7;
	text-decoration: underline;
}
.Nav li a:hover{
 	color:#000;
	background:#f0e9c7;	
 	text-decoration: underline;
}
.Nav li:hover{
}
/*フッターナビ部分*/

#footer {
	background-color: #C6877F;
	color: #B98989;
	clear: both;
	padding: 20px 0 0 0;
	margin-top: 30px;
}
.foot {
	padding: 10px 0 0 0;
}
.copy {
	text-align: center;
	color: #fff;
	background:#948381;
	margin-top: 25px;
	padding: 10px 0;
}
.FNav {
	text-align: center;
}
.FNav li {
	display: inline;
	color: #000;
	padding: 20px;
	white-space: nowrap;
}
.FNav li a {
	color:#000;
	text-decoration: none;
}
.FNav li a:hover {
	color:#000;
	text-decoration: underline;
}
/*========　見出し要素　==========================*/
.cap01 {
	background: #FFE560;
	font-size: 15px;
	margin-bottom:10px;
	padding: 10px;
	color: #47453c;
	font-weight:bold;
	border-radius: 2px;
	-webkit-box-shadow: 0px 2px 3px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 3px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 3px -3px rgba(0,0,0,0.75);
	border-bottom:1px solid #fff;
}
.cap02 {
	background: #FFF8D3;
	font-size: 15px;
	margin-bottom:15px;
	padding: 10px;
	color: #900;
	font-weight:bold;
	border-radius: 2px;
	-webkit-box-shadow: 0px 2px 3px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 3px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 3px -3px rgba(0,0,0,0.75);
	border-bottom:1px solid #fff;
}
.caption03 {
	font-size: 15px;
	color:#fff;
	background:#FF4141;
	padding: 8px 10px;
	-webkit-box-shadow: 0px 2px 3px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 3px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 3px -3px rgba(0,0,0,0.75);
	border-bottom:1px solid #fff;
}
/*========　リンク　==========================*/
.link01 {
	line-height: 25px;
	letter-spacing: 0.2em;
}
.link01 li{
	padding: 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 5px 0 10px 0;
}
.link01 li:hover{
	border-bottom: 1px solid #ffe560;
	border-top: 1px solid #ffe560;
}
.link01 li a{
	display: block;
	padding:5px 10px;
	color: #000;
	text-decoration: underline;
}
.link01 li a:hover{
	color:#000;
	text-decoration: none;
}
/*========　テキスト　==========================*/
.text01 {
	line-height: 25px;
	letter-spacing: 0.2em;
	padding: 10px;
	margin-bottom: 20px;
	color: #000;
}
.textBox02 {
	line-height: 25px;
	font-size: 15px;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
}
.new{
	margin: 5px 0;
	color:#555;
}
.new dt{
	font-size:14px;
	font-weight:bold;
	color:#ff4141;
	padding: 7px 10px;
	border-bottom:1px solid #ccc;
}
.new dd{
	padding: 0;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	margin: 10px 0 10px 0;
}

.new dd a{
 	display: block;
	padding: 5px 10px;
	color: #000;
	text-decoration: underline;
}
.new dd:hover{
	border-bottom: 1px solid #ff4141;
	border-top: 1px solid #ff4141;

}
.new dd a:hover{
	color:#ff4141;
	text-decoration: none;
}