@charset "utf-8";
/* CSS Document */

<!--
* {
 margin:0;
 padding:0;
}

body{
	background-color:#D3D3D3;
    text-align: center;
	font-size:12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	}

#fullcontainer{
	width: 800px;
	margin:0 auto;
	padding-top: 0px;
	text-align:left;
	background:url(images/sora.jpg) no-repeat;
	}

#container{
	width: 800px;
	margin:0 auto;
	padding-top: 0px;
	text-align:left;
	}

/* ヘッダー */
#header{
	clear:both;
	width:800px;
	position:relative;
    height:113px;
	}

#header h1{
	float: left;
	padding: 16px 12px 9px 12px;
	}

#header h2#corp{
	float: left;
	padding-top: 52px;
	font-size:16px;
	font-weight:900;
	letter-spacing:1px; 
	}

#header p#tagline{
	float:left;
	padding: 30px 0px 0px 110px;
	font-size:14px;
	font-weight:700;
	text-indent:-2.8em;
	overflow:hidden;
	}
/* （終）ヘッダー */


/* グローバルナビゲーション部分 */
#header ul#globalNav{
	clear: both;
	width: 800px;
	}

#header ul#globalNav ul{
	list-style:none;
	overflow:hidden;
	}

#header ul#globalNav li{
	float:left;
	list-style:none;
	width: 110px;
	}

#header ul#globalNav a{
	display: block;
	width: 100%;
	height: 30px;
	}

#header ul#globalNav a:hover{
	background-color: transparent;
	background-image:none;
	}	

#header ul#globalNav li a:hover img{
	visibility: hidden;
	}

#header ul#globalNav li.nav01{
	background:url(images/home_on.jpg) no-repeat left bottom;
	}
#header ul#globalNav li.nav02{
	background:url(images/jigyou_on.jpg) no-repeat left bottom;
}
#header ul#globalNav li.nav03{
	background:url(images/jinzai_on.jpg) no-repeat left bottom;
}
#header ul#globalNav li.nav04{
	background:url(images/blog_on.jpg) no-repeat left bottom;
}
#header ul#globalNav li.nav05{
	background:url(images/kaisha_on.jpg) no-repeat left bottom;
}
/* （終）グローバルナビゲーション部分 */


/* フッター */
#boxD{
	width:100%;
	clear:left;
	text-align:center;
	background-color:#FFFFFF;
	}
	
#boxD h5{
	font-size:14px;
	}
/* （終）フッター */