@charset "shift_jis";


/* header
---------------------------------------------------*/
#header{
	background:url(../image/header.jpg) no-repeat;
	width:800px;
	height:81px;
	position:relative;
}


/* menu
---------------------------------------------------*/
#menu01 a{background:url(../shared/image/menu01_on.jpg) no-repeat;}


/* content
---------------------------------------------------*/
#flash{
	background-color:#414141;
	margin:5px 0 0;
}

#content p{
	float:left;
	text-indent:-9999px;
	width:98px;
	height:15px;
	line-height:11px;
}

#title01{background:url(../image/title01.gif) no-repeat left 4px;}
#title02{background:url(../image/title02.gif) no-repeat left 4px;}

.infoBox{
	padding:5px 27px;
}

dl{	
	padding-left:98px;
}

dl dt{
	float:left;
	background:url(../shared/image/arrow.gif) no-repeat left 5px;
	padding-left:10px;
}

dl dd{
	padding-left:96px;
}

/* footer
---------------------------------------------------*/
#footer{
	background:none;
	width:800px;
}


/* address
---------------------------------------------------*/
address{
	float:none;
	width:500px;
	padding:4px 0 0 27px;
}

.space{
	font-size:0;
}


