@charset "UTF-8";
/* 初期設定 */
/*body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {*/
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;
}
body {
	margin: 0;
	padding-top: 150px; /* ヘッダーの後ろに要素が隠れないようにするため */
}
html {
	overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style:none;
}
fieldset, img {
	border:0;
}
table {
	border-collapse: collapse;
	border-spacing:0;
}
caption, th {
	text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	-webkit-text-size-adjust:none;
}
body,td,th {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #211814;
	line-height: 20px;
}
a:link,a:visited,a:active {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.non {
	visibility: hidden;
}
/* ヘッド */
.head {
/*	position: relative;*/
	width: 100%; /* 幅いっぱいを指定 */
	position: fixed; /* ウィンドウを基準に画面に固定 */
	top: 0; /* 上下の固定位置を上から0pxにする */
	left: 0; /* 左右の固定位置を左から0pxにする */
	background: #E50019; /* 背景色 */
	z-index: 2;
}
.head h1 {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #FFF;
	height: 22px;
	line-height: 22px;
	clear: both;
	background-color: #E50019;
}
.head .gnavi {
	height: 124px;
	background-image: url(images/bg_head.png);
	background-repeat: repeat-x;
	clear: both;
}
.head .gnavi_area {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: 120px;
}
.head .gnavi_area h2 {
	float: left;
	padding-top: 30px;
}
.head .gnavi_area .logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	height: 61px;
	width: 244px;
	display: block;	
}
.head .gnavi_area .logo:hover {
	text-decoration: none;
}
.head .gnavi_area ul {
	margin-top: 40px;
	float: right;
}
.head .gnavi_area li {
	float: left;
}
/* メイン */
.main {
	margin-top: -6px;
	clear: both;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	position: relative;
}
.main .photo {
	padding-bottom: 40px;
}
/* メイン左 */
.main .left {
	float: left;
	width: 700px;
	margin-right: 40px;
}
/* メイン右 */
.main .right {
	float: left;
	width: 200px;
}
.banner_area li {
	margin-bottom: 20px;
}
.banner_area .contact {
	width: 200px;
}
/* フット */
.gotoTOP {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 40px;
}
.gotoTOP .btn_gotoTOP {
	background-image: url(images/btn_gotoTop.gif);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 140px;
	float: right;
	clear: both;
}
.gotoTOP .btn_gotoTOP:hover {
	text-decoration: none;	
}
.foot {
	clear: both;
	padding-top: 20px;
	padding-bottom: 30px;
	background-color: #E50019;
	font-size: 12px;
	color: #FFF;
	line-height: 16px;
}
.foot .foot_area {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align:center;
}
.foot .foot_navi {
	position:relative;
	overflow:hidden;
	padding-bottom: 20px;
}
.foot .foot_navi ul {
	text-align: center;
}
.foot .foot_navi li {
	font-size: 12px;
	background-image: url(images/foot_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	padding-right: 16px;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
}
.foot address {
	margin-bottom: 20px;
}
.foot small {
	clear: both;
}
.foot_area .foot_navi ul li a {
	color: #FFF;
}
.main .clear {
	clear: both;
}
