@charset "utf-8";
/*----------------------------------------------------
	index.css
----------------------------------------------------*/
@import url("common.css");

/*------------------*/
div.boxIntro{
	width:740px;
	height:180px;
	background-image: url(../img_home/topbox.gif);
	background-repeat: no-repeat;
	background-color:transparent;
	margin-top:15px;
	padding:20px 30px 0;
	background-position: left top;
}

div#boxIntro-L{
	float:left;
	width:210px;
}

div#boxIntro-R{
	float:right;
	width:515px;
}

div#boxIntro-R p{
	color:white;
}


address.introP{
	color:#FFFF33;
}

/*------------------*/

