@charset "utf-8";
/* CSS Document */

#content{
	text-align:center;
}

#inner{
	width:880px;
	margin:0 auto;
	padding:0 0 20px 0;
	text-align:left;
}

#inner h2{
	margin:0 0 5px 0;
}


/*common
--------------------------------------------------*/

#inner .column01{
	width:430px;
	float:left;
}

#inner .column02{
	width:430px;
	float:right;
}

#inner dl{
	width:430px;
	border-bottom:1px solid #ccc;
	padding:5px 0;
}

#inner .dl01{
	height:50px!important;
	height:60px;
}

#inner dl dt{
	width:80px;
	float:left;
	text-align:center;
	line-height:1;
	font-size:85%;
}

#inner dl dt.none{
	width:15px;
}

#inner dl dd{
	width:350px;
	float:left;
	font-weight:bold;
}

#inner dl dd a{
	display:block;
	font-weight:normal;
}

#inner dl p{
	padding:5px 0 0 0;
	font-weight:bold;
}

#inner dl p span{
	margin:0px 0px 0px 15px;
	font-weight:normal;
}


