/*Comon Style-----------------------------------*/
@import url(./common/common.css);
@import url(./common/style.css);


/*Unique Style*/

/*index desine ---------------------*/

body#site_change.home {
background-color:#FFFFFF;
background-image:none;
margin:0;
padding:0;
}


#site_change.home #containor {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	right:0;
	bottom:0;
	margin:0;
}

#site_change.home #containor #header h1,
#site_change.home #containor #header h1 a	{
	position:absolute;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
}

#site_change.home #containor #header h1	{
	background-image:url(../images/common/index_home_on.png);
}

#site_change.home #containor #header h1 a	{
	background-image:url(../images/common/index_home.png);
	-webkit-transition:all 3s linear; transition: all 3s linear; 
}

#site_change.home #containor #header h1 a:hover	{
	opacity:0.05; 
	filter: alpha(opacity=5);
	-webkit-transition:all 1.5s linear; transition: all 1.5s linear; 
}

#site_change.home #footer,
#site_change.home #contents,
#site_change.home #header p,
#site_change.home #end_return	{
	display:none;
}

/*Sitemap*/
#top_sitemap	{
	margin-top:36px;
	padding-right:7px;
	display:block;
}

#sitemap_menu	{
	border-top:1px solid #DCDCDC;
	border-bottom:1px solid #DCDCDC;
	padding:15px 10px 10px;
	height:75px;
	overflow-x:hidden;
	overflow-y:scroll;
}

#contents #sitemap_menu li	{
	margin:0 0 10px;
	display:block;
}

#sitemap_menu a.km,#sitemap_menu span	{
	float:left;
	display:block;
	font-size:11px;
}

#sitemap_menu a.km,
#sitemap_menu span.km	{
	width:84px;
}

#sitemap_menu a.km	{
	background-image:url(../images/common/icon_jc.gif);
	background-position:right 2px;
	background-repeat:no-repeat;
}

#sitemap_menu span.km	{
	text-indent:0;
	padding-left:0;
}

#sitemap_menu span	{
	text-indent:-9px;
	padding-left:9px;
}

.main_txt	{
	width:84%;
}

#containor .works_menu	{
	padding-bottom:30px;
}

#containor .works_menu li	{
	float:left;
	margin:0 1px 1px 0;
	background-color:#9a9da0;
}

#containor .works_menu li,
#containor .works_menu li a	{
	width:82px;
	height:82px;
	display:block;
}

#containor .works_menu li img	{
	width:80px;
	height:80px;
	margin:1px;
	display:block;
}