@charset "UTF-8";

body {
	color: #FFFFFF;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #D2763D;	/*全体の背景色*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
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 {
zoom: 1;
}

.clearfix:after {
content:"";
display: block;
clear: both;
visibility: hidden;
}

* {
  box-sizing: border-box;
}

/*リンク設定
------------------------------------------------------*/
a {
	color: #FFE800;	/*リンクテキストの色*/
}

a:hover {
	color: #C5C785;	/*マウスオン時の文字色*/
	text-decoration: none;	/*下線を消す設定*/
}

/*HPを囲むブロック
------------------------------------------------------*/
#wrap {
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;	/*背景画像の読み込み＆Y軸(縦軸)にリピート*/
}
/*h1タグ設定*/
#wrap h1 {
	font-size: 12px;	/*文字サイズ*/
	font-weight: normal;
	text-align: right;	/*文字を右寄せ*/
	line-height: 38px;	/*行間*/
	background: #FF4FC7;	/*wrap_bgが出てしまうので、背景色を指定する*/
	padding-right: 10px;
}
#wrap h1 a {
	text-decoration: none;
}

/*ヘッダー
------------------------------------------------------*/
#head {
	position: relative;
	height: 200px;
	width: 100%;
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#main-image {
	position: relative;
	height: 200px;
	width: 960px;
}
#main-image .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}

/*メインブロック
------------------------------------------------------*/
.main-col {
	float: right;	/*右に回り込み*/
	width: 720px;	/*ブロック幅*/
	padding-top: 40px;
	position: relative;
}
.main-col.sub-page {
  padding-top: 20px;
}
.social {
  position: absolute;
  right: 0;
  top: 10px;
}
/*h2タグ*/
.main-col h2, .cont-col h2 {
	font-size: 100%;
	clear: both;
	width: 100%;
	padding-left: 10px;
	letter-spacing: 0.2em;
	line-height: 50px;
	background: #FF4FC7;	/*背景色、背景画像の読み込み＆X軸(横軸)にリピート＆上部に配置*/
	color: #fff254;	/*文字色*/
	border-right: 1px solid #b5946d;	/*右側の線の幅、線種、色*/
	border-bottom: 1px solid #b5946d;	/*下側の線の幅、線種、色*/
	border-left: 1px solid #b5946d;		/*左側の線の幅、線種、色*/
	border-top: 3px solid #FBF1B1;
}
h2.sub-title {
  margin-bottom: 20px;
}
/*h3タグ*/
.main-col h3, .cont-col h3 {
	font-size: 100%;
	padding: 5px 5px 5px 10px;	/*左から上、右、下、左への余白*/
	width: 100%;
	border-bottom: 1px solid #F5E999;	/*下線の幅、線種、色*/
	border-left: 5px solid #F5E999;		/*左側の線の幅、線種、色*/
	clear: both;
	color: #F5E999;	/*文字色*/
}
/*段落タグ*/
.main-col p, .cont-col p {
	padding: 10px;
}

.col-3 {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.col-2 {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-top: 15px;
}

.last {
    margin-right: 0;
    margin-top: 15px;
}

/*サブブロック
------------------------------------------------------*/
.sub-col {
	float: left;	/*左に回り込み*/
	width: 200px;	/*ブロック幅*/
	padding-top: 39px;
}
/*h3タグ*/
.sub-col h3 {
	font-size: 100%;
	text-align: center;	/*文字をセンタリング*/
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 3px solid #F5E999;		/*上の線の幅、線種、色*/
	border-right: 1px solid #b5946d;	/*右の線の幅、線種、色*/
	border-bottom: 1px solid #b5946d;	/*下の線の幅、線種、色*/
	border-left: 1px solid #b5946d;		/*左の線の幅、線種、色*/
	margin-right: 2px;
	margin-left: 2px;
	color: #fff254;	/*文字色*/	/*背景画像の読み込み*/
}
/*段落タグ*/
.sub-col p {
	padding: 5px 10px 10px;
}

/*サブブロック内メニュー
------------------------------------------------------*/
ul.menu {
	margin-bottom: 20px;
	margin-top: 12px;
}
ul.menu li {
	margin-bottom: 4px;	/*メニュー同士のスペース*/
	text-align: center;
	border: 1px solid #B5946D;
}
ul.menu li a {
  display: block;
  padding: 15px 0px;
  color: #FFFD3C;
  text-decoration: none;
  background: #584632;
  background: -moz-linear-gradient(top, #7B6953, #584632);  
  background: -webkit-gradient(linear, center top, center bottom, from(#FF4FC7), to(#FF4FC7));
}
ul.menu li a:hover {
	background: #7B6953;
    background: -moz-linear-gradient(top, #584632, #7B6953);  
	background: -webkit-gradient(linear, center top, center bottom, from(#FFADE5), to(#FF4FC7));
}

/*フッター
------------------------------------------------------*/
#foot {
	clear: both;
	letter-spacing: 0.3em;	/*文字間隔をあける設定。通常がいいならこの１行削除。*/
	font-size: 10px;		/*文字サイズ*/
	text-align: right;		/*文字を右寄せ*/
	width: 100%;
	background: #FF4FC7;	/*背景色、背景画像の読み込み*/
	padding-top: 16px;
}
#foot a {
	text-decoration: none;
}

/*リストマーク
------------------------------------------------------*/
ul.d {
	padding: 10px 20px 10px 35px;
	list-style: disc;
}
ul.d li{
	padding-bottom: 0.5em;
}

/*トップページ内「関連リンク」ブロック
---------------------------------------------------------------------------*/
.main-col .new {	/*ブロックの高さを超える文字が入ったらiframe風にスクロールバーが出る設定*/
	/*ブロックの高さ*/
	width: 710px;
	padding-left: 10px;
}

.new li {
	line-height: 1.5;
	padding: 5px 0;
    border-bottom: 1px solid #b5946d;
}


/*他
------------------------------------------------------*/
.mb1 {
	margin-bottom: 10px;
}
.mb05 {
	margin-bottom: 5px;
}
.color1 {
	color: #fff254;
}
.color2 {
	color: #ff0000;
}
.img {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.clear {
	clear: both;
}
p.fotp {
    text-align: center;
}
