@charset "utf-8";

/* -----------------------------------------------------------
CSS Information
 File name:      css/base.css
 Author:         Shunji Oikawa (admin)
 Style Info:     デフォルトのスタイルのリセット及び基本設定
----------------------------------------------------------- */

/*----------------------------------------------------
&nbsp;Reset
----------------------------------------------------*/
* {
	margin:0;
	padding:0;
	font-style:normal;
}

/*----------------------------------------------------
 FONTS
----------------------------------------------------*/
.style1 {font-size:12px;}

/*---------------------------------------------------
&nbsp;Base Setting
----------------------------------------------------*/
body {
	font-family:verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.5;
        background: #EFE7E8 url(.gif) repeat-x 0 0;
}
* + html body {
	font-family:"メイリオ","Meiryo";
}

select {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
li {list-style-type:none;}
hr,legend {display:none;}
p {margin-bottom:1em;}
.font12{font-size:12px;}

td{padding:5px;}

img, div, a, input, id, ul, li, class, span {
	 behavior: url(iepngfix.htc) 
}

img{border:none;}

/*----------------------------------------------------
 Base Link Color Setting
----------------------------------------------------*/
a:link {
	color:#06C;
	text-decoration:none;
}
a:visited {
	color:#06C;
	text-decoration:none;
}
a:hover {
	/*text-decoration:underline;*/
}
a:active {
	/*text-decoration:underline;*/
}
a.markLink {
	color:#000000;
	text-decoration:underline;
}
a.markLink:hover{
	color:#000000;
	text-decoration:none;
}

/*----------------------------------------------------
Header
----------------------------------------------------*/

#header-inner,
#mainContent-inner,
#footer-inner {
    position: relative;
    width: 900px;
    margin: 0 auto;
}

#header { 
    background:url(../images/headder_line-1.jpg) #000 repeat-x 0 0;
}
#header a {
    color: #fff;
}
#header-content {
    margin: 30px 20px;
}

/*----------------------------------------------------
 middleLine
----------------------------------------------------*/
#headerLine { 
    background: #E8B5BC url(.gif) repeat-x 0 0;
    /*background: #DE0077 url(.gif) repeat-x 0 0;*/
    height:7px;
}


/*----------------------------------------------------
Footer
----------------------------------------------------*/

#footer { 
    background:url(../images/headder_line-1.jpg) #000 repeat-x 0 0;
}
#footer a {
    color: #fff;
}
#footer-content {
    color: #FFFFFF;
    font-size: 11px;
    padding: 15px 5px;
    text-align: right;
}


/*----------------------------------------------------
Menu
----------------------------------------------------*/

#menu_bg{
	background:url(../images/menu_bg.jpg) repeat-x;
	height:43px;
}

#menu_bg #menu{
	width:900px;
	margin:0 auto;
}



#menu_bg #menu ul{
	margin: 0;
	padding: 0;
}

#menu_bg #menu ul li {
	margin: 0;
	padding: 0;
	float:left;
	/*width:80px;*/
	line-height: 1;
	list-style-type: none;
}

#menu_bg #menu ul li a {
	padding:0;
	display: block;
	position: relative;
	text-decoration: none;
	text-indent: -9999px;
	height:43px;
}


#menu_bg #menu ul li.home a{
	background:url(../images/home_off.jpg)  no-repeat;
	width:96px;
}

#menu_bg #menu ul li.info a{
	background:url(../images/info_off.jpg)  no-repeat;
	width:105px;
}

#menu_bg #menu ul li.business a{
	background:url(../images/business_off.jpg)  no-repeat;
	width:95px;
}

#menu_bg #menu ul li.service a{
	background:url(../images/service_off.jpg)  no-repeat;
	width:117px;
}

#menu_bg #menu ul li.recruit a{
	background:url(../images/recruit_off.jpg)  no-repeat;
	width:103px;
}

#menu_bg #menu ul li.access a{
	background:url(../images/access_off.jpg)  no-repeat;
	width:100px;
}



/*----------------------------------------------　
マウスオーバー時 
----------------------------------------------*/


#menu_bg #menu ul li.home a:hover{
	background:url(../images/home_on.jpg)  no-repeat;
	width:96px;
}

#menu_bg #menu ul li.info a:hover{
	background:url(../images/info_on.jpg)  no-repeat;
	width:105px;
}

#menu_bg #menu ul li.business a:hover{
	background:url(../images/business_on.jpg)  no-repeat;
	width:95px;
}

#menu_bg #menu ul li.service a:hover{
	background:url(../images/service_on.jpg)  no-repeat;
	width:117px;
}

#menu_bg #menu ul li.recruit a:hover{
	background:url(../images/recruit_on.jpg)  no-repeat;
	width:103px;
}

#menu_bg #menu ul li.access a:hover{
	background:url(../images/access_on.jpg)  no-repeat;
	width:100px;
}

/*----------------------------------------------　
いまいる時 
----------------------------------------------*/


#menu_bg #menu ul li.homenow a{
	background:url(../images/home_now.jpg)  no-repeat;
	width:96px;
}

#menu_bg #menu ul li.infonow a{
	background:url(../images/info_now.jpg)  no-repeat;
	width:105px;
}

#menu_bg #menu ul li.businessnow a{
	background:url(../images/business_now.jpg)  no-repeat;
	width:95px;
}

#menu_bg #menu ul li.servicenow a{
	background:url(../images/service_now.jpg)  no-repeat;
	width:117px;
}

#menu_bg #menu ul li.recruitnow a{
	background:url(../images/recruit_now.jpg)  no-repeat;
	width:103px;
}

#menu_bg #menu ul li.accessnow a{
	background:url(../images/access_now.jpg)  no-repeat;
	width:100px;
}




/*----------------------------------------------------
 content
----------------------------------------------------*/

#content-inner {
    position: relative;
    width: 980px;
    margin: 0 auto;
}

/*----------------------------------------------------
 middleLine
----------------------------------------------------*/
#middleLine { 
    background: #E4D3D3 url(.gif) repeat-x 0 0;
    height:7px;
}

#middleLine-thin { 
    background: #E4D3D3 url(.gif) repeat-x 0 0;
    height:1px;
}

.footerMenu {
	margin:10px auto;
	text-align:right;
	width:900px;
	height:25px;
}


/*----------------------------------------------------
 mainContent
----------------------------------------------------*/
#mainContent {
    margin:10px 0px;
    }

#mainContent #leftContent {
    background:;
    float:left;
    width:270px;
    margin-top:10px;
    margin-right:15px;
    margin-bottom:10px;
    }

#mainContent #leftContent .leftBox {
    background:url(../images/moyou_back.png) no-repeat;
    border:solid 1px #E4D3D3;
    width:248px;
    padding:10px;
    margin-bottom:10px;
    }


#mainContent #rightContent {
    background:;
    float:left;
    width:615px;
    margin-top:10px;
    margin-bottom:10px;
    }

#mainContent #rightContent .rightBox{
    background:;
    border:solid 1px #E4D3D3;
    float:left;
    width:593px;
    padding:10px;
    margin-bottom:10px;
    font-size:12px;
    }

#mainContent #rightContent .rightBox li{
    list-style: url('../images/point.gif') outside;
    margin-left:18px;
}

#mainContent #rightContent .rightBox2{
    border:solid 1px #E4D3D3;
    float:left;
    width:593px;
    padding:10px;
    margin-bottom:10px;
    font-size:12px;}
	



/*---------------------------------------------------
 会社概要　2月10日　ebisawa
---------------------------------------------------*/

table.company_table{
    border-top:1px solid #E4D3D3;
    border-left:1px solid #E4D3D3;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
    font-size:12px;
}
.company_table th{
    border-right:1px solid #E4D3D3;
    border-bottom:1px solid #E4D3D3;
    background-color:#F0F0F0;
    background-position:left top;
    padding:0.5em 0.5em;
    text-align:left;
    font-weight:normal;

}
.company_table td{
    border-right:1px solid #E4D3D3;
    border-bottom:1px solid #E4D3D3;
    padding:0.5em 0.5em;
    line-height:18px;
}

/* プライバシーポリシー
------------------------ */
ol.privacy li{
	list-style:decimal;
	padding:25px 0 0 5px;
	margin-left:25px;
}
/* 個人情報
------------------------ */
table.privacy_table{
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	background:#FFFFFF;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}

.privacy_table th{
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#DBE7F4;
	padding:5px;
	text-align:center;
	font-weight:normal;

}
.privacy_table td {
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:5px;
	line-height:18px;
}
ol.privacy2 li{
	list-style:decimal;
	padding:10px 0 0 5px;
	margin-left:25px;
}

ol.privacy3 li{
	list-style:none;
    margin-left:20px;
	padding:0;

}
.rightBox2 .privacy2 p{margin-left:15px; padding-bottom:0;}
.rightBox2 .privacy2 p.p2{margin-left:0; padding-bottom:20px;}
.rightBox2 .privacy2 p.p3{margin-left:0; padding-bottom:0;}
.rightBox2 p.shomeiTx{padding:20px 0 10px; text-align:right;}
.rightBox2 p.center{ float:left; padding:5px; width:300px; margin:10px 50px 10px 110px; text-align:center; border:#666666 1px solid;}

.moji02 {
	font-size:100%;
}

.clearfix2:after {
	display : block;
	clear : both;
	height : 0;
	content : "";
	overflow : hidden;
}
.clearfix2 {
	overflow : hidden;
}
/* FOR MAC IE \*/
* html .clearfix2 {
	height : 1%;
	overflow : visible;
}
.clearfix2 {
	display : block;
}
/* END OF FOR MAC IE */





