@charset "UTF-8";

/* ========BASIC======== */
html {
    overflow-y:scroll;
}

body {
    margin:0;
    padding:0;
    line-height:1.6;
    letter-spacing:1px;
    font-family:"Lucida Grande","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Meiryo","メイリオ", sans-serif;
    font-size:13px;
    color:#351400;
}

br {
    letter-spacing:normal;
}

a {
    color:#351400;
    text-decoration:none;
}
a:hover {
    color:#917700;
    text-decoration:underline;
}
.hover1:hover {
    opacity:0.8;
    -moz-opacity:0.8;
    filter:alpha(opacity = 80);
}
a.a3 {
    color:#917700;
    text-decoration:underline;
}

a.a4 {
    color:#ffffff;
    text-decoration:none;
}

img {
    border:0;
    vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6,h7,h8 {
    margin:0;
}

h2 {
    clear:both;
    color:#fff;
    font-size:16px;
    font-weight:normal;
    line-height:1.4;
    text-align:center;
}

h3 {
    clear:both;
    margin:50px 0 0 0;
    font-size:18px;
    font-weight:normal;
    color:#462919;
    line-height:1.8;
    border-bottom:1px dotted #462919;
}
h2 + h3 {
    margin-top:20px;
}
h3:first-child {
    margin-top:0;
}

h4 {
    margin-top:10px;
    color:#462919;
    font-weight:bold;
    font-size:16px;
    line-height:2.0;
    border:0;
}

h5 {
    line-height:2.0;
    font-size:14px;
    color:#462919;
    font-weight:normal;
}

h6 {
    font-size:14px;
    font-weight:normal;
    color:#917700;
    line-height:2.0;
}
h7 {
    clear:both;
    color:#462919;
    font-size:16px;
    font-weight:normal;
    line-height:1.4;
    text-align:left;
}
p {
    margin:10px 0;
    line-height:1.8;
}

ul,ol,dl {
    margin:10px 0;
    padding:0;
}

li {
    font-size:14px;
    font-weight:bold;
    padding:5px;
    margin:0 0 0 5px;
}

dt {
    margin:0;
    padding:0;
}

dd {
    margin:0 0 1em 0;
    padding:10px;
    background:#fff;
}

table {
    width:600px;
    margin:10px 0;
    border-collapse:collapse;
    border:1px solid #452818;
    border-spacing:0;
    line-height:1.8;
}

table th {
    padding:5px;
    border:1px solid #452818;
    border-width:0 0 1px 1px;
    background:#EFEBEF;
    font-weight:bold;
    text-align:left;
}

table td {
    padding:5px;
    border:1px solid #452818;
    border-width:0 0 1px 1px;
    text-align:left;
}

/* ========LAYOUT======== */
#wrapper{
	position: relative;
	clear:both;
    overflow:hidden;
    padding:10px 0;
    margin:0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(../images/bg_cloud.png) left top repeat-x;
}

#container {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	clear:both;
    overflow:hidden;
    margin:0 auto;
    background-image : url(../images/bg.png);
}

#header {
    position:relative;
    width:940px;
    height:300px;
    margin:0 auto;
}
#right {
    position:relative;
    width:auto;
    height:60px;
    float:right;
}
#right:hover {
    background: url(../images/recruit_btn_h1.png);
}
/* ========MENU CUSTOMIZE======== */
#menu {
    position:absolute;
    top:220px;
    background: none;
    width:940px;
	display: inline-block;
}
#menu ul {
    font-size: 0;
	display: inline-block;
}

#menu li {
    background: none;
    display: inline-block;
	padding-left:1em;
}


#menu li:hover {
    background: url(../images/menu_h.png);
}

#contents {
    clear:both;
    overflow:hidden;
    width:940px;
    margin:-50px auto;
}

#conL {
    float:left;
    width:300px;
}

#conR {
    float:right;
    width:600px;
}

#footMenu {
    clear:both;
    width:940px;
    margin:30px auto 0 auto;
}

#footer {
    clear:both;
    width:940px;
    margin:0 auto;
}

/* ========HEADER CUSTOMIZE======== */
#header h1 {
    margin:0;
    padding:20px 0;
    font-size:30px;
    color:#770000;
    line-height:1.0;
	width:400px;
}

#header h1 a {
    color:#770000;
}

#header h1 a:hover {
    color:#770000;
}

/* ========HEADIMAGE CUSTOMIZE======== */
#slide {
    width:100%;
    height:400px;
    position:relative;
    top:-70px;
}

#carouselPrev {
    width:50px;
    height:60px;
    position:absolute;
    top:145px;
    cursor:pointer;
     z-index:100;
}

#carouselNext {
    width:50px;
    height:60px;
    position:absolute;
    top:145px;
    cursor:pointer;
     z-index:100;
}

#carousel {
    width:100%;
    height:400px;
    position:absolute;
    top:0;
    left:0;
    overflow:hidden;
}

#carouselInner {
    position:relative;
    height:400px;
    margin:0;
    padding:0;
}
#carouselInner li{
    width:940px;
    height:400px;
    float:left;
    display:inline;/*forIE6*/
     margin:0;
     padding:0;
}


/* ========MAINCONTENTS CUSTOMIZE======== */
/* TOPNAVI CUSTOMIZE */
.topNavi {
    overflow:hidden;
    position:relative;
    margin-left:-40px;
    margin-top:10px;
    margin-bottom:10px;
}

* html .topNavi {
    height:1em;
    overflow:visible;
}

.topNaviColumn {
    display:inline;
    width:298px;
    float:left;
    margin-left:20px;
    margin-bottom:20px;
}

.topNaviImg {
    margin:0;
    padding:0;
}

.topNaviDetail {
    position:absolute;
    bottom:0;
    width:280px;
    text-align:right;
}

.topNaviDetail a {
    padding:0 0 0 7px;
    background:url("../images/bg_arrow.gif") no-repeat left 50%;
}

.topNaviCon {
    position:relative;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    padding:0 0 2em 0;
    background:#fff;
}

.topNavi h2 {
    padding:10px 0;
    color:#fff;
    font-size:14px;
    background:#462919;
}

.topNavi p {
    margin:10px;
}

.topNaviPhoto img {
    margin:10px 8px 0 8px;
    width:95%;
}

/* INFORMATION CUSTOMIZE */
.information {
    margin-bottom:20px;
}

.information dl {
    margin:0;
}
.information dt {
    float:left;
    padding-top:5px;
}

.information dd {
    margin:0 0 5px 0;
    padding:5px 0px 5px 9em;
    border-bottom:1px solid #ddd;
    background:none;
}

/* SUBMENU CUSTOMIZE */
.submenu h3 {
    position:relative;
    text-align:center;
    margin:0;
    padding:20px 0;
    line-height:1.0;
    color:#fff;
    border:1px solid #a22041;
    background:#a22041;
}

.submenu h3:hover {
    position:relative;
    text-align:center;
    margin:0;
    padding:20px 0;
    line-height:1.0;
    color:#fff;
    border:1px solid #640125;
    background:#640125;
}

.submenu h4 {
    padding:10px;
    font-weight:normal;
    font-size:14px;
    border-top:5px solid #462919;
    border-bottom:1px solid #462919;
    border-right:1px solid #462919;
    border-left:1px solid #462919;
    background:#fbfaf5;
}
.submenu ul {
    margin:0 10px;
    padding:0;
}
.submenu li {
    font-color:#662123;
    margin:0;
    padding:0 0 0 7px;
    list-style:none;
    border-bottom:1px dotted #c7beba;
}
.submenu li a {
    display:block;
    padding:10px 0;
    text-decoration:none;
}

.submenu p {
    margin:10px;
}

/* BANNER CUSTOMIZE */
.bnrL {
    margin:20px 0;
}

.bnrL ul {
    margin:0 -15px 0 0;
    padding:0;
    overflow:hidden;
}

.bnrL li {
    float:left;
    margin:0 15px 0 0;
    padding:0;
    list-style:none;
    margin-bottom:10px;
}

.bnrR {
    width:278px;
    margin:20px 0;
    padding:10px;
    border:1px solid #ddd;
}

.bnrR ul {
    margin:0 0 -10px 0;
    padding:0;
}

.bnrR li {
    margin:0;
    padding:10px;
    list-style:none;
    margin-bottom:10px;
    background:#eee;
}

/* BOX CUSTOMIZE */
.box {
    overflow:hidden;
    margin:10px 0;
    padding:10px;
    border:10px solid #eee;
}

.box h4 {
    margin-top:0;
}

.box img {
    float:left;
}

.box p {
    margin-left:210px;
}

.first {
    margin-top:0;
}

/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul {
    margin:5px 0;
    padding:20px 0;
    text-align:center;
    border-top:1px solid #e1d4cc;
}

#footMenu li {
    display:inline;
    margin:0 0 0 20px;
    list-style:none;
}

#footMenu li a {
    color:#2a1000;
    text-decoration:none;
}

#footMenu li a:hover {
    color:#351400;
    text-decoration:underline;
}

.button {
	display: inline-block;
	width: 180px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	background-color: #462919;
	color: #ffffff;
	margin:10px 0 0 0;
}
.button:hover {
	background-color: #7e4a2d;
	color: #ffffff;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* ========FOOTER CUSTOMIZE======== */
.copyright {
    font-style:normal;
    font-size:11px;
    color:#200c00;
    line-height:3.0;
    text-align:center;
}

/* ========PAGRTOP CUSTOMIZE========= */
#pageTop {
    position:fixed;
    right:20px;
    bottom:20px;
}

#pageTop a {
    display:block;
    padding:30px 30px 30px 42px;
    color:#fff;
    font-size:11px;
    text-decoration:none;
    background:#462919 url("../images/bg_pagetop.gif") 30px 50% no-repeat;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
#pageTop a:hover {
    background:#2a1000 url("../images/bg_pagetop.gif") 30px 50% no-repeat;
}

/* ========YOUTUBE======== */
.youtube li{
	width: 280px;
	padding: 10px 15px 15px;
	display: block;
	background: url(images/title-content01.jpg) repeat left top;
	border: 1px solid #D9D9D9;
	float: left;
	margin-bottom: 15px;
	margin-left: 15px;
}
.youtube li p {
	color: #E5422F;
	margin-right: auto;
	margin-left: auto;
	display: list-item;
	text-align: center;
	margin-bottom: 5px;
	list-style: url(images/title-content01.jpg) inside;
}
