/* style.css */
body,h1,h2,h3,
ul {
	padding: 0;
	margin: 0;
}

body{
	font-family: Frutiger, "Humnst777 BT", "Myriad Web", "Myriad Pro", Tahoma, Verdana, sans-serif;
	background-color: #282828;
}

a{
	color: #231f20;
	font-weight: normal;
	text-decoration: none;
}

a:hover{
	font-weight: bold;
}

h1#logo{
	float: left;
}

#wrapper{
	width: 980px;
	background-color: #fff;
	margin: 20px auto;

	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */

    box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;　/* Firefox用 */  
	-webkit-box-shadow: 0px 0px 10px #000;　/* Safari,Google Chrome用 */  
}

#header,#content{
	float: left;
	width: 100%;
}

#header{
	border-bottom: solid 1px #000;
}

#content{
	height: 340px;
}

#content p{
	float: left;
	position: relative;
	top: 50px;
	font-size: 36px;
	left: 40px;
z-index: 4;
	text-shadow: 0px 1px 1px #aaa;
}

#canvas{
	position: relative;
	top: -244px;
	z-index: 0;
	border-bottom: solid 1px #000;
}

#nanavigation{
	float: right;
	margin-top: 88px;
	height: 40px;
	width: 430px;
}

#footer{
	font-size: 14px;
	width: 880px;
	font-weight: bold;
	text-align: center;
	/*height: 200px;*/
	padding: 50px;
	clear: both;
}

ul#nav_global{

}

ul#nav_global li a,ul#nav_global li span{
	display: inline-block;
	margin-left: 6px;
}

#our_work,#about_us{
	color: rgba(0,0,0, 0.3);
}

ul#nav_global li{
	display: inline-block;
	height: 27px;
	width: 135px;
	/*float: left;*/
	list-style: none;
}

