
.title_content {
	background: url("../img/title.gif") no-repeat 0 0;
}

/*********************************************/
.main_content_inner{
	background-image: url(../../img/common/contents_back.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 660px;
	margin:0px 15px 10px 15px;
}
.main_content_head{
	background-image: url(../../img/common/contents_head.gif);
	width: 660px;
	padding-top: 11px;
	background-repeat: no-repeat;
	background-position: center top;
}
.main_content_foot{
	background-image: url(../../img/common/contents_foot.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 625px;
	padding:6px 20px 0px 15px;
}

/* ---------------------------------------------
	maker_list
--------------------------------------------- */
.maker_list {
	height: 69px;
	width: 625px;
	background-image: url(../img/housemaker.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.maker_list li {
	width:96px;
	float: left;
	display: inline;
	margin:2px 4px 2px 4px;
}
.maker_list li a{
	display: block;
	overflow: hidden;
	width: 96px;
	height: 30px;
	text-indent: -9999px;
}

/* ---------------------------------------------
	map
--------------------------------------------- */

.map{
	width:625px;
	padding-top:60px;
	padding-bottom:70px;
}

/* ---------------------------------------------
	global
--------------------------------------------- */
.global_menu {
	height: 153px;
	background: url("../img/global_bg.gif") no-repeat 0 0;
}
.global_menu li a{
	display: block;
	overflow: hidden;
	width: 200px;
	height: 38px;
	text-indent: -9999px;
}
.global_menu li a:hover{
	background-image: url(../img/global_bg_hover.gif);
}
.li1 a:hover{
	background-position: 0 114px;
}
.li2 a:hover{
	background-position: 0 76px;
}
.li3 a:hover{
	background-position: 0 39px;
}


/* ---------------------------------------------
	movie.
--------------------------------------------- */
#movie{
	width:625px;
	padding-top:5px;
	padding-bottom:60px;
}

