@charset "utf-8";
/* CSS Document */

body  {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container { 
    width: 880px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
/* ヘッダー */

#header01{ 
	background: #1B66BA; 
	height:20px;
} 

#header01 h1{ 
	margin:0 auto;
	padding:3px;
	font-weight:normal;
	font-size:10px;
	width:880px;
	color:#FFF;
	text-align:left;	
} 


#header02 { 
    height:50px;
	background: #FFF; 
	margin:10px 0;
	both:clear;
} 

#wrap{
	width:880px;
	margin-top:20px;
	margin-bottom:20px;
	}
#main{	
	width:650px;
	margin-right:20px;
	display:block;
	min-height:710px;
	}

#logo {
	float:left;
	heght:50px;
	display:inlin;!important;
	}

/*グローバルナビ */

#navG {
	top:25px;
    float:right;
	margin:15px 0 0 0;
	height:20px;
	width:520px;
    background-color:#FFF;
	display:inline;!important;
}

#navG ul{
	margin:0;
	padding:0;
	display:inline;!important;
}
    
#navG li,#navG li a{
    float:left;
	display:inline;
	height:20px;
	list-style:none;
	margin: 0px;
    padding: 0px;
    }

#navG  #navG_home a {
    background-image: url(../image/navG_home.jpg);
    background-repeat: no-repeat;
    display: block;
    padding: 0px;
    height: 20px;
    width: 100px;
    margin: 0px;
}

#navG #navG_home a:hover {
    background-image: url(../image/navG_home_o.jpg);
    background-repeat: no-repeat;
}

#navG  #navG_company a {
    background-image: url(../image/navG_company.jpg);
    background-repeat: no-repeat;
    display: block;
    padding: 0px;
    height: 20px;
    width: 100px;
    margin: 0px;
}

#navG #navG_company a:hover {
    background-image: url(../image/navG_company_o.jpg);
    background-repeat: no-repeat;
}

#navG  #navG_activities a {
    background-image: url(../image/navG_activities.jpg);
    background-repeat: no-repeat;
    display: block;
    padding: 0px;
    height: 20px;
    width: 100px;
    margin: 0px;
}

#navG #navG_activities a:hover {
    background-image: url(../image/navG_activities_o.jpg);
    background-repeat: no-repeat;
}

#navG  #navG_works a {
    background-image: url(../image/navG_works.jpg);
    background-repeat: no-repeat;
    display: block;
    padding: 0px;
    height: 20px;
    width: 100px;
    margin: 0px;
}

#navG #navG_works a:hover {
    background-image: url(../image/navG_works_o.jpg);
    background-repeat: no-repeat;
}

#navG  #navG_contact a {
    background-image: url(../image/navG_contact.jpg);
    background-repeat: no-repeat;
    display: block;
    padding: 0px;
    height: 20px;
    width: 100px;
    margin: 0px;
}

#navG #navG_contact a:hover {
    background-image: url(../image/navG_contact_o.jpg);
    background-repeat: no-repeat;
}

#navG span{
    display:none;
    }

/*ローカルナビ */

#navL{
	margin:0;
	width:210px;
	float:right;
	background: #FFF;
}

#navL img{
	border:none;
}


#navL li{
	display:block;
	height:25px;
	list-style:none;
	margin: 0px;
    padding: 0px;
	}

#navL .bnr li{
	margin-top:20px;
	height:62px;
	width:210px;
	}

/*ホームへ*/

#home{
	margin:20px auto 20px;	
	width:73px;
	clear:both;
	}

#home img{
	border:none;
	}



/*フッター */

#footer01{
	background-color:#E6F4FF;
	padding:10px 0;
	height:30px;
	width:100%
} 

#footer01 ul{
	width:880px;
	margin:0 auto;
	}

#footer01 li{
	list-style-image:url(../image/arw.jpg);
	margin-left:25px;
	float:left;
	}

#footer01 a{
	font-size:12px;
	text-decoration:none;	
	color:#1B66BA; 		
	}

#footer02 { 
	padding: 0 10px;
	background:#1B66BA;
	haight:20px;
} 

#footer02 p{
	width:880px;
	font-size:10px;
	text-align:left;
	margin:0 auto;
	padding:5px 0;
	color:#FFF;
	}

/*フロート */

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


