@charset "utf-8";

/*-----------------------------------------------*/
/*-----------------------------------------------*/
/*                  baseSetting                  */
/*-----------------------------------------------*/
/*-----------------------------------------------*/

#wrap {
	min-height:800px;
}
html {
	overflow-y:scroll; /* firefox scrollbarYp */
}
body {
	font-size:0;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	text-align: center;
	background-image:url(../img/bg.gif);
}

/* link style */

a {
	color:#3f8614;
	overflow:hidden;
	outline:none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}

/*-----------------------------------------------*/
/*                    textSize                   */
/*-----------------------------------------------*/

p, th, td, dt, dd, li, form {
	line-height:180%;
	font-size:12px;
	letter-spacing:1px;
}

/*-----------------------------------------------*/
/*                    common                     */
/*-----------------------------------------------*/

.red {
	color:#F00;
}
.remark {
	font-size:10px;
}
.note {
	padding-left:1em;
	text-indent:-1em;
	font-size:10px;
}
span.note {
	padding-left:0;
	text-indent:0;
}
ul.note {
	padding-left:0;
	text-indent:0;
}
ul.note li {
	padding-left:1em;
	text-indent:-1em;
	font-size:10px;
}
ul.note.f12 li {
	font-size:12px;
}
.link {
	padding-left:11px;
	background:url(../img/arrow_link.gif) no-repeat left center;
}
.list li {
	padding-left:16px;
	background:url(../img/circle.gif) no-repeat 4px 8px;
}
.imgCenter {
	text-align:center;
}
.btm {
	margin-bottom:15px;
}
.size14 {
	font-size:14px;
}
.btm10 {
	margin-bottom:10px;
}
.btm15 {
	margin-bottom:15px;
}

/*-----------------------------------------------*/
/*-----------------------------------------------*/
/*                  wrap & fWrap                 */
/*-----------------------------------------------*/
/*-----------------------------------------------*/

#hWrap {
	background:url(../img/bg_beans.gif) no-repeat center top;
}
#wrap {
	width:926px;
	margin:0 auto;
	text-align:left;
	color:#353535;
	background:url(../img/bg_contents.gif) repeat-y center top;
}
#fWrap {
	height:150px;
	background:url(../img/bg_footer_wrap.gif) repeat-x center top;
}

/*-----------------------------------------------*/
/*                   clearfix                    */
/*-----------------------------------------------*/

#hWrap, #wrap, #fWrap {
	zoom: 1; /* for IE5.5 - IE7 */
}
#hWrap:after, #wrap:after, #fWrap:after {
	/* for modern browser */
    content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*-----------------------------------------------*/
/*-----------------------------------------------*/
/*                    header                     */
/*-----------------------------------------------*/
/*-----------------------------------------------*/

#header {
	position:relative;
	width:926px;
	height:70px;
	background:url(../img/header.gif)  no-repeat center bottom;
}
h1 {
	position:absolute;
	top:15px;
	left:7px;
}
#season {
	position:absolute;
	top:0;
	left:-172px;
	width:1246px;
	height:90px;
	background:url(../img/bg_season.png) no-repeat left top;
}

/*-----------------------------------------------*/
/*                     hnavi                     */
/*-----------------------------------------------*/

#hnavi {
	position:absolute;
	top:40px;
	right:15px;
	width:121px;
	height:18px;
	padding:5px 0 0 12px;
	background:url(../img/bg_hnavi.png) no-repeat center top;
}
#hnavi li {
	float:left;
	line-height:0;
}
#hnavi a {
	display:block;
	height:9px;
	text-indent:-9999px;
	background-image:url(../img/hnavi.png);
	background-repeat:no-repeat;
}
#hnavi .home {
	margin-right:10px;
}
#hnavi .home a {
	width:40px;
}
#hnavi .home a:hover {
	background-position:0 -9px;
}
#hnavi .contact a {
	width:57px;
	background-position:-52px 0;
}
#hnavi .contact a:hover {
	background-position:-52px -9px;
}

/*-----------------------------------------------*/
/*                   clearfix                    */
/*-----------------------------------------------*/

#header, #hnavi {
	zoom: 1; /* for IE5.5 - IE7 */
}
#header:after, #hnavi:after {
	/* for modern browser */
    content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*-----------------------------------------------*/
/*-----------------------------------------------*/
/*                     gnavi                     */
/*-----------------------------------------------*/
/*-----------------------------------------------*/

#gnavi {
	width:880px;
	height:50px;
	margin:0 auto;
	padding-top:20px;
}
#gnavi li {
	float:left;
	text-indent:-9999px;
}
#gnavi li a {
	display:block;
	width:176px;
	height:50px;
	background-image:url(../img/gnavi.gif);
}
#gnavi01 a:hover {
	background-position:0 -50px;
}
#gnavi02 a {
	background-position:-176px 0;
}
#gnavi02 a:hover {
	background-position:-176px -50px;
}
#gnavi03 a {
	background-position:-352px 0;
}
#gnavi03 a:hover {
	background-position:-352px -50px;
}
#gnavi04 a {
	background-position:-528px 0;
}
#gnavi04 a:hover {
	background-position:-528px -50px;
}
#gnavi05 a {
	background-position:-704px 0;
}
#gnavi05 a:hover {
	background-position:-704px -50px;
}

/*-----------------------------------------------*/
/*                   clearfix                    */
/*-----------------------------------------------*/

#gnavi {
	zoom: 1; /* for IE5.5 - IE7 */
}
#gnavi:after {
	/* for modern browser */
    content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*-----------------------------------------------*/
/*-----------------------------------------------*/
/*                    contents                   */
/*-----------------------------------------------*/
/*-----------------------------------------------*/

#contents {
	width:880px;
	padding:0 23px 50px 23px;
	background:url(../img/bg_contents.gif) repeat-y center top;
}
h2 {
	margin-bottom:20px;
}
h3 {
	display:inline-block;
	position:relative;
	margin-bottom:15px;
}
h3.noBtm {
	margin-bottom:0;
}
h3 span {
	display:block;
	position:absolute;
	float:right;
	top:6px;
	right:10px;
	width:87px;
	height:17px;
	background:url(../img/bg_h3_list.png) no-repeat center top;
}
h3 span a {
	display:block;
	width:71px;
	height:10px;
	margin:3px 0 0 9px;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
h3 span a:hover {
	background-position:center bottom;
}
h3 .list a {
	background-image:url(../img/btn_h3_list.png);
}
h3 .detail a {
	background-image:url(../img/btn_h3_detail.png);
}
	
/*-----------------------------------------------*/
/*                   clearfix                    */
/*-----------------------------------------------*/

#contents {
	zoom: 1; /* for IE5.5 - IE7 */
}
#contents:after {
	/* for modern browser */
    content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*-----------------------------------------------*/
/*-----------------------------------------------*/
/*                  mainContents                 */
/*-----------------------------------------------*/
/*-----------------------------------------------*/

#mainContents {
	float:left;
	width:645px;
	margin-bottom:50px;
	background:#fffaed;
}
#mainContents p {
	margin-left:3px;
	margin-right:3px;
}

/*-----------------------------------------------*/
/*                     table                     */
/*-----------------------------------------------*/

table {
	width:639px;
	margin:0 3px 15px 3px;
	/*background:#FFF;*/
	background:#f2ecdc;
}
th, td {
	padding:5px 10px;
	/*border:1px solid #dbd5c2;*/
	border:1px solid #c6b996;
	font-size:12px;
}
th {
	/*background:#f2ecdc;*/
	background:#e1d8bf;
	font-weight:bold;
}
th span {
	color:#F00;
}
td span {
	font-size:10px;
}

/*-----------------------------------------------*/
/*                   clearfix                    */
/*-----------------------------------------------*/

#mainContents {
	zoom: 1; /* for IE5.5 - IE7 */
}
#mainContents:after {
	/* for modern browser */
    content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*-----------------------------------------------*/
/*-----------------------------------------------*/
/*                 rightContents                 */
/*-----------------------------------------------*/
/*-----------------------------------------------*/

#rightContents {
	float:right;
	width:220px;
	margin-bottom:50px;
}
#rightContents .bnr {
	margin-bottom:10px;
}
#rightContents .recruit {
}

/*-----------------------------------------------*/
/*                   clearfix                    */
/*-----------------------------------------------*/

#rightContents {
	zoom: 1; /* for IE5.5 - IE7 */
}
#rightContents:after {
	/* for modern browser */
    content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*-----------------------------------------------*/
/*-----------------------------------------------*/
/*                     footer                    */
/*-----------------------------------------------*/
/*-----------------------------------------------*/

#footer {
	position:relative;
	width:920px;
	height:103px;
	margin:0 auto;
	background:url(../img/bg_footer.gif) repeat-x center top;
}
#footer p {
	position:absolute;
	top:15px;
	left:15px;
	color:#FFF;
	font-size:10px;
}
#footer a:link, #footer a:visited {
	color:#FFF;
	text-decoration: none;
}
#footer a:hover {
	color:#FFF;
	text-decoration:underline;
}
address {
	position:absolute;
	top:15px;
	right:15px;
	color:#FFF;
	font-size:9px;
}

/*-----------------------------------------------*/
/*                  btnPagetop                   */
/*-----------------------------------------------*/

.btnPagetop {
	position:absolute;
	top:-20px;
	right:27px;
}
.btnPagetop a {
	display:block;
	width:86px;
	height:23px;
	background-image:url(../img/btn_pagetop.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.btnPagetop a:hover {
	background-position:center bottom;
}

/*-----------------------------------------------*/
/*                   clearfix                    */
/*-----------------------------------------------*/

#footer {
	zoom: 1; /* for IE5.5 - IE7 */
}
#footer:after {
	/* for modern browser */
    content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}


