@charset "utf-8";

/* INFORMAITION.CSS  */


/*--------------------------------------
*	
*	TITLE&PROMO
*	01.INFORMATION
*	02.FORM
*
*--------------------------------------*/


/**-------------------------------------
	TITLE&PROMO
---------------------------------------**/

body
{
	background: url(../../common/images/title/title_bg_04.jpg) top center repeat-x;
}

div#headerContainer,
div#header
{
	height: 140px;
}

div#header p#logo
{
	position: absolute;
	top: 50px;
	left: 10px;
}


/**-------------------------------------
	01.INFORMATION
---------------------------------------**/

#contents div.cont div.informationLeft
{
	clear: left;
	float: left;
	margin: 0;
	padding: 0 20px 20px 0;
	width: 390px;
}

#contents div.cont div.informationLeft p
{
	margin: 0 10px 20px 0;
}

#contents div.cont div.informationRight
{
	float: left;
	margin: 0;
	padding: 0 0 20px;
	width: 240px;
}

#contents div.cont .informationRight p.pic img
{
	border: none;
}

#contents div.cont .informationRight p.cap
{
	padding: 0 0 0 5px;
}

/**-------------------------------------
	02.FORM
---------------------------------------**/

/*- BASE.CSSに記載 -*/




