@charset "UTF-8";

/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,;
   font-size:12px;
   color:#5A482B;
   border-top:2px solid #999;
   background:#fff;
}

br {
   letter-spacing:normal;
}

a {
   color:#5A482B;
   text-decoration:none;
}

a:hover {
   color:#C94C00;
}

img {
   margin:0;
   border:0;
   vertical-align:bottom;
}

img.a_class {
   float:right;
   margin:10px;
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}
/* ========TEMPLATE LAYOUT======== */
#headWrap {
   position:relative;
   width:100%;
   margin:0 auto;
   padding:10px 0;
   background:#fff;
}

#header {
   position:relative;
   width:950px;
   margin:0 auto;
   background:#fff;
}

#pr {
   position:absolute;
   left:0;
   top:0;
   width:950px;
}

#gnavi {
   position:absolute;
   bottom:0;
   right:0;
}

#contents {
   clear:both;
   width:950px;
   margin:0px auto;
   padding:10px;
   background:#fff;
}

#main {
   float:right;
   width:680px;
}

#main03 {
   float:right;
   width:674px;
   border:3px solid #ebeadd;
   border-radius:0px 0px 10px 10px;
}

#main04 {
   float:right;
   width:674px;
   border:3px solid #ebeadd;
   border-radius:0px 0px 10px 10px;
}

#main05 {
   margin:2px auto;
   float:right;
   width:672px;
   border:3px solid #ebeadd;
   border-radius:0px 0px 10px 10px;
}

#sub {
   float:left;
   width:251px;
}

#pageTop {
   clear:both;
}

#footMenu {
   width:950px;
   margin:0 auto;
}

#footer {
   background:#ebeadd;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding-top:0;
   font-size:10px;
   color:#777;
   text-align:right;
   line-height:0px;
}

#header h1 a {
   color:#9B0000;
}

#header h1 a:hover {
   color:#D30000;
}

#header #pr {
   margin:0;
}

#header #gnavi ul {
   list-style:none;
}

#header #gnavi li {
   float:left;
   font-size:11px;
   margin-left:15px;
}

#header #gnavi li a {
   display:block;
}

#header #gnavi .tel {
   color:#777;
   font-size:21px;
   font-weight:bold;
   letter-spacing:-1px;
   line-height:1.0;
}

#header #gnavi li a:hover img {
    opacity: 0.5; /* マウスオーバー時の透明度 */
    filter: alpha(opacity=50); /* マウスオーバー時の透明度 IE用 */
}

/* ========MENU CUSTOMIZE======== */
.menuWrapper{
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-transform:uppercase;
    letter-spacing: normal;
    line-height: 1.5em;
    position:relative;
    margin:0px auto;
    height:380px;
    width:950px;
    background-position:0 0;
    background-repeat:no-repeat;
    background-color:transparent;
}
ul.menu{
    list-style:none;
    width:950px;
}
ul.menu > li{
    float:left;
    width:316px;
    height:380px;
    border-right:1px solid #777;
    background-repeat:no-repeat;
    background-color:transparent;
}
ul.menu > li.last{
    border:none;
}
.bg1{
    background-image: url(../images/1.jpg);
}
.bg2{
    background-image: url(../images/2.jpg);
}
.bg3{
    background-image: url(../images/3.jpg);
}
ul.menu > li > a{
    float:left;
    width:316px;
    height:50px;
    margin-top:310px;
    text-align:center;
    line-height:50px;
    color:#ddd;
    background-color:#222222;
    letter-spacing:1px;
    cursor:pointer;
    text-decoration:none;
    text-shadow:0px 0px 1px #fff;
}
ul.menu > li ul{
    list-style:none;
    float:left;
    margin-top:-180px;
    width:100%;
    height:110px;
    padding-top:20px;
    background-repeat:no-repeat;
    background-color:transparent;
}
ul.menu > li ul li{
    display:none;
}
ul.menu > li ul.sub1{
    background-image:url(../images/bg1sub.png);
}
ul.menu > li ul.sub2{
    background-image:url(../images/bg1sub.png);
}
ul.menu > li ul.sub3{
    background-image:url(../images/bg1sub.png);
}
ul.menu > li ul li a{
    color:#fff;
    text-decoration:none;
    line-height:30px;
    margin-left:20px;
    text-shadow:1px 1px 1px #444;
    font-size:14px;
}
ul.menu > li ul.sub1 li{
    display:block;
}
ul.menu > li ul li a:hover{
    border-bottom:1px dotted #fff;
}

/* ========TOPICPATH CUSTOMIZE======== */
#topicPath {
   margin-bottom:10px;
   font-size:11px;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a {
   color:#9B0000;
}

#main a:hover {
   color:#C94C00;
   text-decoration:underline;
}


#main h2.a_class {
   margin-bottom:2px;
   padding:0 0 0 30px;
   color:#555;
   font-size:16px;
   font-weight:bold;
   line-height:35px;
   background:#EBEADD;
   border-radius:10px 10px 0px 0px;
}

#main h2.b_class {
   margin-bottom:2px;
   padding:0 0 0 40px;
   color:#555;
   font-size:18px;
   font-weight:bold;
   line-height:40px;
   border-radius:10px 10px 0px 0px;
   background:url("../images/bg_list.gif") 20px 17px no-repeat #EBEADD;
}

#main h2.c_class {
   margin:2px 0px 0px 2px;
   padding:0 0 0 30px;
   color:#555;
   font-size:18px;
   font-weight:bold;
   line-height:35px;
   background:#EBEADD;
   border-radius:10px 10px 0px 0px;
}

#main h3 {
   margin-bottom:0px;
   padding-left:10px;
   font-size:18px;
   color:#8b0000;
   background:url("../images/bg_list.gif") 0px 10px no-repeat;
}

#main03 h3 {
   margin:10px 0px 10px 10px;
   padding-left:60px;
   font-size:16px;
}


#main h4 {
   margin:20px 0px 10px 10px;
   padding-left:50px;
   font-size:16px;
   border-bottom:3px double #999;
}


#main h5 {
   margin:10px 0px 10px 10px;
   padding-left:60px;
   font-size:20px;
}

#main h6 {
   margin-bottom:2px;
   font-size:12px;
}

#main p {
   margin:10px;
   font-size:12px;
}

#main p.b_class {
   float=:left;
   margin:30px;
   font-size:12px;
}

#main p.a_class {
   margin:2px 0px 10px 2px;
   padding:10px 0px 10px 28px;
   font-size:12px;
   width:644px;
   border:3px solid #EBEADD;
   border-radius:0px 0px 10px 10px;
}

#main img.d_class {
   float:right;
   text-align:right;
   vertical-align:middle;
   margin:-60px 20px 0px 0px;
   padding:0; 
}

#main a:hover img.d_class {
    opacity: 0.5; /* マウスオーバー時の透明度 */
    filter: alpha(opacity=50); /* マウスオーバー時の透明度 IE用 */	
}

#main03 p {
   margin:0px 0px 6px 0px;
   padding:0px 0px 0px 100px;
   font-size:12px;
}

#main04 p {
   margin:10px 0px 10px 10px;
   font-size:12px;
}

#main ul,ol,dl {
   font-size:12px;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div {
   display:inline-block;
}

#main dl.information {
   overflow-y:scroll;
   margin:0px 0px;
   padding:0px;
   width:674px;
   height:200px;
   border:3px solid #EBEADD;
   border-radius:0px 0px 10px 10px;
}

#main dl.information dt {
   float:left;
   margin:0;
   padding:7px;
}

#main dl.information dd {
   margin:0;
   padding:7px;
   background:url("../images/bg_dotline.gif") 0 100% repeat-x;
}

#main table {
   width:682px;
   margin:0px 0px 10px 0px;
   padding:0px;
   border:0px solid #;
   border-collapse:separate;
   border-radius:10px;
   background:#;

}

#main table th {
   padding:5px;
   font-size:12px;
   text-align:center;
   border:3px solid #EBEADD;
   border-radius:10px 10px 0px 0px;
   background:#EBEADD;
}

#main table th a {
   color:#555;
}

#main table th a:hover {
	color:#888;
    opacity: 0.5; /* マウスオーバー時の透明度 */
    filter: alpha(opacity=50); /* マウスオーバー時の透明度 IE用 */
}

#main table td {
   padding:10px 10px 0px 27px;
   font-size:12px;
   text-align:left;
   vertical-align:top;
   border:3px solid #EBEADD;
   border-radius:0px 0px 10px 10px;
   background:#fff;
}

/* お仕事紹介のページのみ */

#main02 h2 {
	margin-bottom: 0px;
	padding: 0 0 0 30px;
	color: #8b0000;
	font-size: 15px;
	font-weight: bold;
	line-height: 35px;
	background: #EBEADD;
	border-radius: 10px 10px 0px 0px;
}

#main02 h3 {
   margin-bottom:20px;
   padding:0 0 0 30px;
   color:#5A482B;
   font-size:15px;
   font-weight:bold;
   line-height:35px;
   text-align:center;
   background:#EBEADD;
   border-radius:0px 0px 10px 10px;
}

#main02 table {
   width:684px;
   margin:0px 0px 0px -2px;
   padding:0px;
   border:0px solid #;
   border-collapse:separate;
   border-radius:10px;
   background:#;

}

#main02 table th {
   padding:5px;
   font-size:12px;
   text-align:center;
   border:3px solid #EBEADD;
   border-radius:0px 0px 0px 0px;
   background:#EBEADD;
}

#main02 table th a {
   color:#555;
}

#main02 table th a:hover {
	color:#888;
    opacity: 0.5; /* マウスオーバー時の透明度 */
    filter: alpha(opacity=50); /* マウスオーバー時の透明度 IE用 */
}

#main02 table td {
   padding:5px 10px 0px 27px;
   font-size:12px;
   text-align:left;
   vertical-align:top;
   border:3px solid #EBEADD;
   border-radius:0px 0px 0px 0px;
   background:#fff;
}

/* 会社概要のページのみ */

#main05 table {
   width:670px;
   margin:10px 0px 10px 0px;
   padding:0px;
   border:0px solid #;
   border-collapse:separate;
   background:#;

}

#main05 table th {
   padding:5px;
   font-size:12px;
   text-align:center;
   vertical-align:top;
   border:0px;
   background:#fff;
}

#main05 table th a {
   color:#555;
}


#main05 table td {
   padding:5px;
   font-size:12px;
   text-align:left;
   vertical-align:top;
   border:0px;
   background:#fff;
}

#main table.a_class {
   width:682px;
   margin:0px 0px 10px 0px;
   padding:0px;
   border:0px solid #;
   border-collapse:separate;
   border-radius:10px;
   background:#;

}

#main table th.a_class {
   padding:5px;
   font-size:12px;
   text-align:center;
   border:3px solid #EBEADD;
   border-radius:10px 10px 0px 0px;
   background:#EBEADD;
}

#main table td.a_class {
   padding:10px 10px 0px 27px;
   font-size:12px;
   text-align:left;
   vertical-align:top;
   border:3px solid #EBEADD;
   border-radius:0px 0px 10px 10px;
   background:#fff;
}
/* 会社概要のページおわり */

#main03 ul {
   margin:0px 0 10px 50px;
   padding:0;
}

#main03 li.a_class {
   margin:0px 0px 0px 10px;
   padding:0px 0px 20px 10px;
   line-height:1.8;
   list-style:none;
   background:url("../images/ya.gif") 25px 65px no-repeat;
}

#main03 li.b_class {
   margin:0px 0px 0px 0px;
   padding:0px 0px 10px 20px;
   line-height:1.6;
   list-style:none;
}

#main03 img.a_class {
   float:left;
   margin:5px 10px 10px 0px;
   padding:0;
   line-height:1.6;  
}

#main03 img.b_class {
   float:right;
   margin:0px 0px 0px 0px;
   padding:0;
}

#main03 img.c_class {
   float:center;
   margin:0px 0px 0px 0px;
   padding:0; 
}


#main04 img.b_class {
   float:right;
   margin:0px 0px 0px 0px;
   padding:0;
}




/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:10px;
}

#sub h2 {
   padding:0px;
   font-size:14px;
   font-weight:bold;
   color:#fff;
   padding-left:10px;
   background:#060;
   border-bottom:1px solid #060;

}

#sub ul {
   margin:0;
   padding:0;
   border-top:1px solid #EBEADD;
   border-right:1px solid #EBEADD;
}

#sub li {
   margin:0;
   padding:0;
   line-height:1.6;
   list-style:none;
   border-bottom:1px solid #EBEADD;   
}

#sub li a {
   display:block;
   padding-left:0px;
   background:url("../images/bg_list.gif") 0px 45px no-repeat;
}

#sub li a:hover img {
    opacity: 0.5; /* マウスオーバー時の透明度 */
    filter: alpha(opacity=50); /* マウスオーバー時の透明度 IE用 */	
}

/* ========PAGEOP CUSTOMIZE========= */
#pageTop {
   padding:20px 0;
   text-align:right;
   font-size:11px;
}

#pageTop a {
   padding-left:8px;
   background:url("../images/bg_pagetop.gif") 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul {
   margin:0;
   padding:10px 0 0 0;
   text-align:right;
}

#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   list-style:none;
}

#footMenu li a {
   padding-left:10px;
   background:url("../images/bg_footmenu.gif") 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   padding:30px 0;
   font-size:11px;
   font-style:normal;
   color:#333;
   text-align:center;
}
