@charset "utf-8";
/* CSS Document */

/*リセットここから*/
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*タグ共通*/
body {
	background: url(../images/bg_all.gif) repeat;
	color: #333333;
	font-size: 13px ;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	*font-size:small;
    *font:x-small;
	
	line-height: 138.5%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}


a {	color: #fd0e13;}

a:hover { color: #13dd0e;}

strong { color: #dc0033; font-size: 123.1%; font-weight: normal;}
b { color: #dc0033;}
small {font-size: 85%;}

hr {
	clear:both;
	border: none;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	display: block;
	*margin-bottom: -20px;
}



table { font-size: 100%; margin-bottom: 20px;}
th,td { border: #9c8685 solid 1px; padding: 5px; margin: 0px; text-align: left;}
th { background-color: #f4f1ed; font-weight: normal; vertical-align: top;}
th.cap { background-color: #e4ddd4; font-weight: bold;}
td {background-color: #ffffff;}
.txtCenter { text-align: center;}

/*ヘッダー*/
#header {
	background: url(../images/bg_header.jpg) repeat-x;
	width: 100%;
	height: 142px;
}


#header div {
	background: url(../images/header.jpg) left top no-repeat;
	width: 920px;
	height: 142px;
	margin: 0px auto 0px auto;
	padding: 0px 10px 0px 10px;
	position: relative;
	text-align: left;
}

#header div h1 {
	text-indent: -9999px;
	width: 380px;
	height: 100px;
	margin: 0px;
	padding: 0px;
}

#header div h1 a {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	width: 380px;
	height: 100px;
	display:block;
}

/*メインメニュー*/
#header div ul {
	width: 920px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#header div ul li {
	text-indent: -9999px;
	float: left;
	padding: 0px;
	width: 183px;
	height: 42px;
	background-image: url(../images/menu_main.jpg);
	background-repeat: no-repeat;
	margin-right: 1px;
}

#header div ul li a {
	text-indent: -9999px;
	display:block;
	background-repeat: no-repeat;
	background-image: url(../images/menu_main.jpg);
	width: 183px;
	height: 42px;
}

#header div ul li#btn1 { background-position: 0px -42px; width:184px;}
#header div ul li#btn1 a { background-position: 0px 0px; width:184px;}
#header div ul li#btn1 a:hover { background-position: 0px -42px;}

#header div ul li#btn2 { background-position: -185px -42px;}
#header div ul li#btn2 a { background-position: -185px 0px;}
#header div ul li#btn2 a:hover { background-position: -185px -42px;}

#header div ul li#btn3 { background-position: -369px -42px;}
#header div ul li#btn3 a { background-position: -369px 0px;}
#header div ul li#btn3 a:hover { background-position: -369px -42px;}

#header div ul li#btn4 { background-position: -553px -42px;}
#header div ul li#btn4 a { background-position: -553px 0px;}
#header div ul li#btn4 a:hover { background-position: -553px -42px;}

#header div ul li#btn5 { background-position: -737px -42px; margin-right: 0px;}
#header div ul li#btn5 a { background-position: -737px 0px;}
#header div ul li#btn5 a:hover { background-position: -737px -42px;}


/*ヘッダーサブメニュー*/
#header div ul.submenu {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	right: 10px;
	width: auto;
	height: 25px;
	letter-spacing: -.4em;
}

#header div ul.submenu li {
	display: inline-block;
	letter-spacing: normal;
	margin: 0 4px 0 0;
	padding: 0px;
	width: 100px;
	height: 25px;
	background: none;
}
#header div ul.submenu li:last-child {
	margin-right: 0;
}

#header div ul.submenu li a {
	display: block;
	background-repeat: no-repeat;
	background-image: url(../images/menu_header.jpg);
	width: 100px;
	height: 25px;
	margin: 0px;
	text-align: left;
	text-indent: 100%;
	white-space: nowrap;
	color: transparent;
}

#header div ul.submenu li#sub1 a { background-position: 0px 0px;}
#header div ul.submenu li#sub1 a:hover { background-position: 0px -25px;}

#header div ul.submenu li#sub2 a { background-position: -104px 0px;}
#header div ul.submenu li#sub2 a:hover { background-position: -104px -25px;}

/* サブメニュー追加：採用情報 */
#header div ul.submenu li#sub3 {
	width: 140px;
	height: 30px;
}
#header div ul.submenu li#sub3 a {
	margin-right: 4px;
	background-image: url(../images/menu_header_recruit_2.png);
	background-position: 0px 0px;
	width: 140px;
	height: 30px;
	background-size: cover;
}
#header div ul.submenu li#sub3 a:hover {
	background-position: 0px -30px;
}



/*コンテンツブロック*/
#contents {
	background: url(../images/bg_contents.gif) center top repeat-y;
	width: 900px;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px 20px 20px 20px;
}

/*フッターナビ*/
#footerNavi {
	width: 900px;
	clear: both;
	margin: 0px auto 20px auto;
	font-size: 77%;
	color: #999;
}

#footerNavi a {
	color: #333;
	text-decoration: none;
}

#footerNavi a:hover {
	color: #fd0e13;
}

/*フッター*/
#footer {
	width: 900px;
	height: 50px;
	background-color: #eee;
	position: relative;
	clear: both;
}
#footer p {
	margin: 0px;
	padding: 0px;
}

#footer p#ftrLeft {
	position: absolute;
	top: 8px;
	left: 10px;
}

#footer p#ftrRight {
	position: absolute;
	top: 17px;
	right: 10px;
}


/*詳しくはこちらボタン*/
a.detail {
	text-indent: -9999px;
	display:block;
	background: url(../images/btn_detail.gif) 0px 0px no-repeat;
	font-size: 0px;
	line-height: 0px;
	width: 133px;
	height: 25px;
	margin: auto;
	padding: 0px;
}

a.detail:hover {
	background-position: 0px -25px;
}

a.backTop {
	text-indent: -9999px;
	display:block;
	background: url(../images/btn_backtp.gif) 0px 0px no-repeat;
	font-size: 0px;
	line-height: 0px;
	width: 88px;
	height: 14px;
	margin: auto;
	padding: 0px;
	float: right;
}

a.backTop:hover {
	background-position: 0px -14px;
}