@charset "UTF-8";
/*--------------------------------------------------------------
First page common
--------------------------------------------------------------*/


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;
}



/*--------------------------------------------------------------
jp-second-index
--------------------------------------------------------------*/

/*----  Primary  ----*/
.primary {
	float: left;
	width: 710px;
}

/*----  secondary  ----*/
.secondary {
	float: right;
	width: 190px;
}

