@charset "UTF-8";

/*-----------------------*/

#contents{
	width: 530px;
	padding-bottom: 40px;
	margin: 7px 150px 20px 150px;
}

/*-----------------------*/
/* ナビゲーション */

#navi{
	padding: 7px 0 12px 0;
	background-image: url(../img/hr.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#navi a{
	margin: 0 7px;
}
#navi strong{
	margin: 0 7px;
	font-weight: normal;
	font-style: normal;
}

/*-----------------------*/

#banner{
	padding: 11px 0 5px 15px;
	margin: 10px 0 20px 0;
	background-image: url(../img/bg_top.png);
	background-repeat: repeat-x;
	background-position: top;
	border: solid 1px #AAAAAA;
}

/*-----------------------*/

#contents dl{
}
#contents dt{
	font-weight: bold;
	margin-bottom: 10px;
}
#contents dd{
	margin: 0 0 15px 1em;
}

p.blog_banner{
	text-align: center;
	margin-top: 80px;
}