/* CSS Document */
#background
{
	position: absolute;
	left:0;
	top:0;
}

#middle
{
	position: relative;
}

#middle > .content
{
	width: 1120px;
	height: 108px;
	
	margin:0 auto;
}

#mouse_icon
{
	position: absolute;
	left:0;
	top:0;
	
	z-index:100;
}

#mouse_icon > .content
{
	width:43px;
	margin:0 auto;
}

#mouse_icon > .content > img
{
	display: block;
	width:43px;
	height:51px;
}

#sub
{
	position:absolute;
	left:0;
	top:0;
	width:1120px;
}

#sub > .content
{
	width: 1117px;
	
	margin:0 auto;
}

#sub > .content > div.title
{
	position: relative;
	
	width:162px;
	height:14px;
	
	font-size:14px;
	font-weight: bold;
	line-height: 100%;
	
	padding:8px 0 7px 5px;
	
	margin-top:84px;
	margin-bottom:28px;
	
	color:#fff;
	background:#911326;
}

#sub > .content > div.desc
{
	margin-bottom:103px;
}

#sub > .content > div.desc > div.txt1
{
	font-size:30px;
	font-weight: 100;
	line-height: 155%;
	margin-bottom:15px;
	
	color:#000000;
}

#sub > .content > div.desc > div.txt2
{
	font-size:16px;
	font-weight: 100;
	line-height: 180%;
	
	color:#000000;
}








#sub > .content2
{
	background: #d5d5d5;
}

#sub > .content2 > div#banner
{
	width:1132px;
	padding-top:58px;
	
	background:#d5d5d5;
	
	margin:0 auto;
	padding-bottom:166px;
}

#sub > .content2 > div#banner > div
{
	display:inline-block;
	margin-right:13px;
	margin-bottom:14px;
}

#sub > .content2 > .tail
{
	width:1120px;
	margin:0 auto;
}