/* CSS Document */

#back_grounde{
	background:url(../images/common/bg_h_bar.gif) repeat-x top left;
	height:820px;
}

#content_body{
	width:780px;
	display:block;
	margin:0 auto;
}

#company_name{
	float:left;
	display:block;
	margin:45px 20px 0 0;
}

/*グローバルナビ*/

#global_navi{
	width:600px;
	height:78px;
	display:block;
	float:left;
}

#global_navi li{
	width:100px;
	height:78px;
	display:block;
	float:left;
	text-indent:-1000em;
}

#global_navi .gv_home{
	background:url(../images/common/gv_bt_home.gif) no-repeat left top;
	display:block;
}
#global_navi .gv_company{
	background:url(../images/common/gv_bt_company.gif) no-repeat left top;
	display:block;
}
#global_navi .gv_movie{
	background:url(../images/common/gv_bt_movie.gif) no-repeat left top;
	display:block;
}
#global_navi .gv_web{
	background:url(../images/common/gv_bt_web.gif) no-repeat left top;
	display:block;
}
#global_navi .gv_cg{
	background:url(../images/common/gv_bt_cg.gif) no-repeat left top;
	display:block;
}

#global_navi .gv_contact{
	background:url(../images/common/gv_bt_contact.gif) no-repeat left top;
	display:block;
}
/*index画像*/

#main_top_img{
	background:url(../images/index/image_bg.gif) no-repeat left top;
	margin:38px 0 0 0;
	width:780px;
	height:305px;
}

/*index_menu*/
#content_menu{
	padding:18px 0 0 0;
	width:780px;
	float:left;
}

/*左*/
#content_left_menu{
	width:500px;
	height:300px;
	float:left;
}

#content_left_menu .topics_box{
	margin:0 0 40px 0;
}

#content_left_menu dl .topics{
	background:url(../images/index/topics.gif) no-repeat left top;
}

#content_left_menu dl .topics_span{
	margin:0 0 0 2em;
}

#content_left_menu dl .works{
	background:url(../images/index/works_topics.gif) no-repeat left top;
}

#content_left_menu dl dt{
	width:460px;
	height:27px;
	display:block;
	margin:0 0 20px 3px;
	text-indent:-1000em;
}

#content_left_menu .topics_box dd{
	background:url(../images/common/bg_w2_1.gif) repeat-x left top;
	margin:0 10px;
	padding:4px 0 0 0;
	width:440px;
	height:30px;
 	display:block;
}

#content_left_menu dl .works{
	width:460px;
	height:27px;
	display:block;
	margin:0 0 10px 3px;
	text-indent:-1000em;
}


/*右*/
#content_right_menu{
	width:270px;
	height:300px;
	background-color:#333;
	display:block;
	float:left;
}

#content_right_menu #works_ub_box{
	padding:0 10px 0;
}

#works_ub_box .tp_btn{
	margin:10px 0 0  0;
}

/*フッター*/
#footer{
	clear:both;
	background:url(../images/common/footer.gif) no-repeat left 20px;
	width:780px;
	height:20px;
	padding:23px 0 0 0;
	display:block;
	color:#333;
	font-size:10px;
	font-weight:400;
	letter-spacing:1px;
	text-align:center;

}

