/*===========　ごあいさつ　==========*/

@import url("sidenavi.css");
@import url("../../css/width.css");
@import url("../../css/common.css");
@import url("../../css/font.css");
@import url("../../css/margin.css");
@import url("../../css/topnavi.css");
@import url("../../css/style.css");


h2{
	margin-bottom: 30px;
	background-image: url(../../img/border_1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 15px;
}

/*　コンテンツ　*/
.contents {
	float: right;
	width: 600px;
	line-height: 150%;
	margin-bottom: 50px;
}

div.text {
	float: left;
	width: 430px;
}
div.photo {
	float: right;
	width: 150px;
}
div.photo p {
	text-align: center;
}
