@charset "Shift_JIS";

/*標準スタイルシート*/
@import url("hack.css");
@import url("reset.css");

/*共通の各パーツ*/
@import url("wrapper.css");
@import url("header.css");
@import url("footer.css");
@import url("sidenav.css");



/*独自のスタイルシート*/

#container {
	width: 760px;
	position: relative;
	background-image: url(../images/common/bg_snav.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 12px;
}

#contents #pageTop {
	text-align: right;
	padding-bottom: 0px;
	background-image: none;
	position: relative;
	width: 495px;
	display: block;
}

#topMain {
	width: 760px;
	position: relative;
	height: 313px;
}

#mainImg {
	width: 583px;
	position: relative;
	float: left;
}
#colorBtn {
	position: relative;
	width: 177px;
	float: right;
	clear: right;
}

/* マックIEは除く \*/
#contents {
	width: 560px;
	padding-bottom: 30px;
	position: relative;
	float: right;
	top: -12px;
}

/* 解除 */

/* マックIEのみ \*//*/
#contents {
	width: 560px;
	padding-bottom: 30px;
	position: absolute;
	float: right;
	display: block;
	top :0px;
	left :205px;
}
/* 解除 */

.newsImg {
	float: left;
	margin-right: 25px;
	width: 130px;
	display: block;
}
.newsCom {
	float: right;
	width: 340px;
	display: block;
}
.bg-flower {
	background-image: url(../images/common/bg_ohana.gif);
	background-repeat: no-repeat;
	background-position: 460px bottom;
}

h3 {
	color: #009933;
	font-size: 1.25em;
	margin-left: 50px;
	margin-top: 2px;
}
#contents p {
	margin-left: 50px;
	margin-right: 15px;
	width: 495px;
	margin-top: 0px;
}
#contents #info , #contents #news {
	padding-bottom: 60px;
	width: 545px;
	display: block;
	margin-top: 1em;
}

h2 {
	margin-top: 15px;
}

