@charset "Shift_JIS";

body{
	background:url(../image/bg.jpg) repeat-x;
	color:#7B7B7B;
}


/* header
---------------------------------------------------*/
#header{
	position:relative;
	width: 800px;
	height:163px;
}

#header h1{
	position:absolute;
	left: 0px;
	top: 95px;
}


/* content
---------------------------------------------------*/
#content #flashcontent{
	margin-bottom:40px;
}


/* main
---------------------------------------------------*/
#main h2{
	background:url(../image/title.jpg) no-repeat;
	width:578px;
	height:25px;
	margin-bottom:29px;
}

#main p,
#main dl dt,
#main dl dd{
	/*font-size:10px;
	line-height:16px;*/
}

#main dl dt{
	float:left;
	background:url(../shared/image/arrow.gif) no-repeat left;
	margin-right:20px;
	padding-left:16px;
}


/* sub
---------------------------------------------------*/
#sub{
	padding-top:0;
}


/* footer
---------------------------------------------------*/
#footer{
	margin-top:40px;
}

