/* CSS Document */

body{
	margin:0;
	padding:0;
	font-size:12px;
	color:#252525;
	line-height:160%;
	background:url(./cssimg/background.gif);
}

#wrapper{
	width:719px;
	background-color:#ffffff;
	margin:0 auto;
	padding:0;
}

/*wb_[*/
#head{
	width:719px;
	height:115px;
	background-image:url(cssimg/head.gif);
	background-repeat:no-repeat;
}

#logo{
	float:left;
	display:block;
	padding-top:20px;
	padding-left:10px;
}


/*ir*/
#g_navi{
	clear:both;
	list-style:none;
	background:url(./cssimg/navi_bg.gif) no-repeat;
	width:712px;
	height:39px;
	margin:0;
	padding-left:7px;
}

#g_navi li{
	display:inline;
	width:705px;
	height:39px;
	text-indent:-9999px;
}

#g_navi li a{
	float:left;
	width:141px;
	height:39px;
	display:block;
	background:url('./cssimg/g_navi.gif') no-repeat;
}

#g_navi li a:hover{
	background-image:url('./cssimg/g_navi_hover.gif');
}

#g_navi li a#top{
	background-position:0 0;
}

#g_navi li a#work{
	background-position:-141px 0;
}

#g_navi li a#qa{
	background-position:-282px 0;
}

#g_navi li a#map{
	background-position:-423px 0;
}

#g_navi li a#contact{
	background-position:-564px 0;
}

/*RecGA*/
#contents{
	width:719px;
	background-image:url(./cssimg/contents_bg.gif);
	background-repeat:repeat-y;
}

#contents_L{
	float:left;
	width:180px;
}

#contents_R{
	float:right;
	width:539px;
}


/*tb^[*/
#foot{
	clear:both;
	width:709px;
	height:86px;
	background-image:url(cssimg/foot.gif);
	background-repeat:no-repeat;
	color:#535353;
	font-size:10px;
	padding-top:10px;
	padding-left:10px;
}

.txt_link{
	color:#8dae6f;
	margin-bottom:10px;
}


/*tHg֘A*/
p,span,h1,h2,h3,h4,h5,h6,textarea,input{
	margin:0;
	padding:0;
}

h1{
	font-size:10px;
	font-weight:normal;
	float:right;
	padding-top:20px;
	padding-right:10px;
}

h2{
	background:url(./cssimg/h2.jpg) no-repeat;
	width:219px;
	height:61px;
	color:#ffffff;
	text-align:center;
	padding:50px 20px 0 480px;
	font-size:18px;
}
h2 span{
	font-size:11px;
	font-weight:normal;
}


h3{
	background:url(./cssimg/h3.gif) no-repeat;
	width:488px;
	height:31px;
	padding-left:25px;
	padding-top:3px;
	margin-bottom:10px;
	font-size:14px;
}

h4{
	font-size:12px;
	color:#007700;
	background-color:#edf1e8;
	padding:3px 5px;
	border-left:5px solid #007700;
	margin-bottom:5px;
}

h5{
	font-size:12px;
	background:url(./cssimg/h5.gif) no-repeat left;
	padding-left:15px;
}

.blue{
	color:#5f9ce5;
	font-weight:bold;
}

.red{
	color:#FF0000;
	font-weight:bold;
}

.brown{
	color:#ce6600;
	font-weight:bold;
}

.bold{
	font-weight:bold;
}

.small{
	font-size:11px;
	font-weight:normal;
}



/**/
.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}

.block{
	display:block;
}

/*]*/
.ML10{
	margin-left:10px;
}

.MB5{
	margin-bottom:5px;
}

.MT20{
	margin-top:20px;
}


/*N*/
a{
	text-decoration:none;
}

a:link{
	color:#8dae6f;
}

a:visited{
	color:#8dae6f;
}

a:hover{
	color:#275c00;
}

a:active{
	color:#8dae6f;
}

