@charset "utf-8";
/*==新着情報の幅を変更しない==*/
/*==Navを読み込まない==*/
/*==wrapを読み込まない==*/
/*==サイトタイトルのpxを変更しない==*/
/*==footerを読み込まない==*/

* {
	margin: 0px;
	padding: 0px;
}
body {
		font-family: "メイリオ", "Meiryo UI", "ヒラギノ丸ゴ Pro W4", "小塚ゴシック Pro R", sans-serif;
		letter-spacing: 0.2em;
		background:#ebe6da;
}
/*-------リセット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, r, 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;
}
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;
        width: 460px;
}
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: 20px;
}
.mB20 {
	margin-bottom: 20px;
}
.head {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#wrap {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(71,71,71,1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(71,71,71,1);
	box-shadow: 0px 0px 3px 0px rgba(71,71,71,1);
	padding: 10px;
	
	background:#fff;
	width:960px;
	margin:10px auto;
	font-family: "メイリオ", "Meiryo UI", "ヒラギノ丸ゴ Pro W4", "小塚ゴシック Pro R", sans-serif;
}
.cap01 {
	margin-top:25px;
	font-size: 16px;
	
	font-weight: bold;
	padding: 12px 10px;
	background:#59497f;
	
	color:#fff;
	
	
}
.cap02 {
	background:#83817d;
	
	
	
	
	font-size: 16px;
	color:#fff;
	font-weight:bold;
	padding: 12px 10px;
}
.text01 {
	color:#000;
	line-height:30px;
	padding:10px;
	font-size:13px;
}
.text02 {
	color:#000;
	line-height:30px;
	padding:10px;
		font-size:13px;
}
.text03 {
	color:#000;
	line-height:30px;
	padding:10px;
		font-size:13px;
}
/*------header-----------*/
#header {
	
	background:#a78d49;
	padding-top:10px;
	height:100px;
	line-height:100px;
	margin-bottom:20px;
	border-bottom:3px solid #937a38;
	
}
.siteTitle {
	font-size:24px;
	font-weight:bold;
}
.siteTitle a {
	
	color:#a78d49;
	background:#fff;
	padding:5px;
	
	text-decoration:none;
}
/*---------GNav-----------*/
#GNav {
	top:135px;
	width:954px;
	border:1px solid #867a5b;
    background: #97875f;
	

	
}
.GNavList {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.GNavList li {
	display: block;
	float: left;
	
}
.GNavList li:hover {
	
	
	
}
.GNavList li a {
	border-right:1px solid #867a5b;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 17px 40px;
	font-size:13px;
}
.GNavList li a:hover {
	background:#ad9d76;
	
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;
		
}
/*------------Nav---------------*/
#Nav {
	margin-top:20px;
	float: left;
	width: 230px;
	padding: 0px 0px 10px 0px;
	background:#dad6d1;
}
.Nav {
	margin: 10px 0;
}
.Nav li{
	padding: 0px;
	margin-bottom: 10px;
	background:#fff;
	
}
.Nav li a{
	font-size:13px;
 	display: block;
	padding:11px 10px;
	color: #000;
	text-decoration: underline;
}
.Nav li a:hover{
 	color:#fff;
 	text-decoration: blink;
}
.Nav li:hover{
	background:#83817d;
}
/*------------Mv-------------*/
.Mv {
        width: 462px;
	margin-left:10px;
	margin-top:20px;
	position:absolute;	
	left:240px;
}
/*-----------Contents--------------*/
#ContentWrap{
	width:960px;
	margin:0 auto;
	position:relative;
}
	
.Contents {
        width: 900px;
        margin-right: auto;
        margin-left: auto;
}
#MainContents {
        padding: 0px;
        float: left;
        width: 462px;
        margin-right: 5px;
        margin-left: 20px;
		margin-bottom:20px;
		margin-top:220px;
}
#MainContents a {
	color:none;
}
#MainContents a:hover {
	text-decoration: none;
}
#SubContents {
	margin-top:20px;
        float: right;
		width: 230px;
		padding: 0px 0px 10px 0px;
		background:#dad6d1;
}
.textBox02{
	    background-color: #FFF;
        padding: 10px;
		border-radius:10px;
}
.caption03 {
        border-bottom-width: 1px;
        border-bottom-style: dashed;
        border-bottom-color: #690;
        font-size: 14px;
        line-height: 30px;
        font-weight: normal;
        color: #033;
        padding-left: 10px;
}
.new {
	margin: 10px 0;
	color:#555;
}
.new dt{
	font-size:14px;
	background:#fff;
	font-weight:bold;
	
	
	color:#83817d;
	
	padding: 8px 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 20px;
}
.new dd{
	padding: 0px;
	margin-bottom: 10px;
	background:#fff;
	
	
}

.new dd a{
	font-size:13px;
 	display: block;
	padding:11px 10px;
	color: #000;
	text-decoration: underline;
}
.new dd:hover{
	background:#83817d;
}
.new dd a:hover{
	color: #fff;
	text-decoration:none;
}
.link01{
	margin: 10px 0;
}
.link01 li{
	padding: 0px;
	margin-bottom: 10px;
	border:1px solid #ddd;
	
	
}
.link01 li:hover{
	background:#ccc;
	
}
.link01 li a{
	display: block;
	padding:11px 10px;
	color: #000;
	text-decoration: underline;
	font-size:13px;
}
.link01 li a:hover{
	color: #000;
	text-decoration: none;
}
/*-----------footer------------*/
#footer {
	
	
	    width:954px;
		border-top:6px solid #59497f;
		
		height:100px;
		margin:0 auto;
		padding-top:10px;
}
.FNav li {
        display: inline;
        margin-right: 5px;
        margin-left: 5px;
        white-space: nowrap;
}
.FNav li a {
	font-size:13px;
        color: #000;
		text-decoration:underline;
		 padding:5px;
		
}
.FNav li a:hover {
        color: #fff;
		text-decoration: none;
		 padding:5px;
		 background:#59497f;
		 border-radius:5px;
		 
}

.FNav {
        text-align: center;
		margin-top:25px;
        margin-bottom: 25px;
}
.copy {
        font-size: 13px;
        text-align: center;
		padding:10px;
		color:#000;
}













