@charset "UTF-8";
/*--------------------------------------------------------------
3rd Detail Page
--------------------------------------------------------------*/

html {
	background-image: url(../../images/common/bg-html.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

body {
	background-image: url(../../images/common/bg-body_common.gif);
	background-repeat: repeat-x;
	background-position: top;
}


/*----  Primary  ----*/
.primary {
	float: right;
	width: 710px;
	
}


/*--------------------------------------------------------------
Side
--------------------------------------------------------------*/

/*----  secondary  ----*/
.secondary {
	float: left;
	width: 190px;
	
}


/*----  Side Banner  ----*/
.side-corporate a{
	width: 190px;
	height: 58px;
	display: block;
	background: url(../../corporate/images/side-corporate.gif) no-repeat left top;
	text-indent:-9999px;
	outline: 0;
 margin-bottom: 10px;
}


.side-corporate a:hover {
	background-position: left bottom;
}


