@charset "utf-8";
/* ================================
top css
トップページ
================================== */

#topImage {
	margin : 10px 0 0 0 ;
}

#topContent {
	width : 100% ;
	margin : 20px 0 0 0 ;
	font-size : 1.4em ;
	line-height : 1.7 ;
}

#topMain {
	width: 660px;
	float : left ;
}

#topInfo {
	margin : 20px 0 15px 0 ;
}

.topInfoInner dl {
}

.topInfoInner dt {
	padding : 8px 0 8px 0 ; 
	float : left ;
}

.topInfoInner dd {
	padding : 8px 0 8px 8em ; 
	border-bottom : 1px solid #ccc ; 
}

#topSide {
	width : 220px ;
	float : right ;
}

.topSideBn {
	margin : 0 0 30px 0 ;
	line-height : 2.2 ;
}

#topPhoto table {
	width: 100%;
	margin-bottom: 15px;
}

#topPhoto table td {
	text-align: center;
}

#topPhoto table td img {
	border: #CCC solid 1px;
	padding: 3px;
}