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

/* override */

#contents {
	width:625px;
	float:right;
}

#sideBar {
	width:240px;
	float:left;
}

/* override */

#headImage {
	height:300px;
	position:relative;
}
	#headImage #siteName {
		position:absolute;
		left:75px; top:15px;
	}
	#headImage #contact {
		position:absolute;
		left:605px; top:25px;
		background:url(../img/header/cont_back.png) no-repeat;
		width:166px; height:46px;
		padding:9px 0 0 204px;
	}
		#headImage #contact a {
		}

#contents h1 {
	margin-bottom:15px;
}
#contents h2 {
	margin-bottom:15px;
}


