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

#main .inner {
	width:910px;
	margin:40px auto;
}

#descript {
	margin-bottom:25px;
}

#btnList {
	margin:0 0 40px 0;
}
	#btnList dt {
		float:left;
		height:40px;
		text-align:center;
	}
	#btnList dd {
		float:left;
	}
		dt.nichide {
			width:541px;
		}
		dd.nichide {
			width:549px;
			margin:40px 8px 0 -549px;
		}
		
		dt.nichima {
			width:358px;
		}
		dd.nichima {
			width:366px;
			margin:40px 0 0 -366px;
		}
		
		#btnList li {
			float:left;
			display:inline;
			margin-left:8px;
		}
			#btnList li img {
				vertical-align:top;
			}
