@charset 'UTF-8';
/*-------------------------------------------------------------------

	DEFAULT CSS RESET

-------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
}
table {
	border-collapse:collapse;
}
fieldset, img {
	border:0;
}
img {
	vertical-align:bottom;
}
a img {
	text-decoration:none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
th, caption {
	text-align:left;
}
/*-------------------------------------------------------------------

	DEFAULT SETTING

-------------------------------------------------------------------*/
body {
	text-align:center;
	font-size:100%;
	line-height:1.5;
	color:#333;
	font-family:"メイリオ", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", osaka;
}
a:link {
	color:#333;
}
a:visited {
	color:#666;
}
a:hover, a:active {
	color:#997630;
}
/*-------------------------------------------------------------------

	head

-------------------------------------------------------------------*/
#header {
	height: 400px;
	width: 100%;
	background-image: url(../img/mv.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#header_cont {
}
h1 {
	font-size:100%;
	padding-top: 70px;
	padding-bottom: 10px;
}
#header_cont h2 {
	color: #66E0FF;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	font-size: 60px;
	font-weight: bold;
}
#header_cont .text_white {
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
/*-------------------------------------------------------------------

	container

-------------------------------------------------------------------*/
.container {
	text-align:left;
	clear: both;
	background-color: #FFF;
}

/*-------------------------------------------------------------------

	Foot Area

-------------------------------------------------------------------*/
.foot_area {
	clear:both;
	text-align:center;
	font-size: 92%;
	background-color: #C7A438;
	padding: 0;
}
.foot_area_inner {
	width:1030px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.foot_area .logo {
	width:156px;
	margin-left: 55px;
	margin-right: 70px;
}
.foot_area .address {
	width:180px;
}
.foot_area .address p {
	margin-bottom:1em;
}
.foot_area .address strong {
	color: #333;
	font-weight: bold;
}
.foot_area .menu {
	width:300px;
	float: right;
	margin-top: -3px;
	margin-right: 13px;
	margin-bottom: 20px;
}
.foot_area .menu li {
	float:left;
	width:140px;
	margin-bottom:10px;
	margin-left: 10px;
}
.foot_link {
	clear:both;
	text-align:center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #704927;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}
.foot_link li {
	display:inline;
	border-left:1px solid #999;
	line-height:2;
	padding:0 5px;
}
.foot_link li:first-child {
	border:none;
}
.foot_link a {
	white-space:nowrap;
	text-decoration:none;
}
.foot_copy {
	clear:both;
	text-align: center;
	color: #FFF;
}
/*-------------------------------------------------------------------

	COMMON CLASS

-------------------------------------------------------------------*/
.bold {
	font-weight:bold;
}
.must {
	color:#900;
}
.text_brown {
	color:#A47619;
	font-size: 120%;
	font-weight: bold;
}
.text_pink {
	color:#FF6699;
}
.text_red {
	color: #C00;
}
.text_blue {
	color: #0685F8;
}

.font70 {
	font-size:70%;
}
.font80 {
	font-size:80%;
}
.font90 {
	font-size:90%;
}
.font110 {
	font-size:110%;
}
.font120 {
	font-size:120%;
}
.font130 {
	font-size:130%;
}
.font140 {
	font-size:140%;
}
.font150 {
	font-size:150%;
}
.ml10 {
	margin-left:10px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.pb20 {
	padding-bottom: 20px;
}

.text_left {
	text-align:left;
}
.text_right {
	text-align:right;
}
.text_center {
	text-align:center;
}
.right_item {
	float:right;
}
.left_item {
	float:left;
}
.clr {
	clear:both;
}
.pagetop {
	clear:both;
	text-align: right;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.clearfix {
	zoom:1;
}
* html .clearfix {
	display: inline-block;
}
/* no ie mac \*/
* html .clearfix {
	height: 1%;
	clear: both;
}
.clearfix {
	display: block;
}
/* */

.displayNone {
	display: none;
}
