
#top_main{
	background: url(../common-img/contents_bg.png) repeat-x center top ;
	width:100%;

	}
#top_main h2{
	width:950px;
	background: url(../common-img/shadow_top.png) no-repeat center bottom ;
	margin:auto;
	padding-bottom:10px;
	}
#top_main h2 span{display: none;}


#main{
	width:620px;
	float: left;

		min-height: 300px;
		height:auto !important;
		height:300px;
	}
#archives{
	margin:30px 0;
	width:310px;
	float: right;
	}

#contact{
	border:1px solid #8e746d;
	}
#contact h3{
	background: #3f3f3f;
	text-align: center;
	padding:5px;
	margin:8px;
	}
#contact dl{
	border-top:1px solid #8e746d;
	margin:10px 8px;
	text-align: left;
	}
#contact dt{
	font-size:1.5em;
	font-weight: bold;
	margin:8px 0;
	}
#contact dd{
	margin:8px 0;
	}

#info ul li{
	list-style: none;
	padding-left:15px;
	background: url(../common-img/arrow01.png) no-repeat left 5px;
	margin:5px 0;
	}
#info ul li p{
	display: inline-block;
	/display: inline;
	/zoom:1;
	padding-left:20px;
	vertical-align: top;
	}