

#pagebody {
	margin: 0 auto;
	padding: 7px 0 0;
	width: 800px;
	text-align: center;
}

#pagebody02 {
	padding: 0 0 30px;
	width: 800px;
	text-align: left;
}

#top_contents {
	margin: 30 auto 0;
	padding: 0;
	froat: left;
}

#topmenu01 {
	float: left;
	widht: 380px;
	margin: 0 45px 0 0;
}

#topmenu02 {
	float: left;
	width: 180px;
	margin-right: 10px;

}

#topmenu02 img {
	margin-bottom: 10px;
}

#topmenu03 {
	padding: 0 0 0 10px;
	float: right;
	width: 170px;
}

/*新着情報*/
#news {
	position:relative;
	display: block;
	height: auto;
}

#news_text {
	width: 370px;
}

#news_text ul {
	padding-left: 14px;
}

#news_text li {
	width: 356px;
	float: left;
	border-bottom: 1px dashed #A4A4A4;
	list-style: none;
	padding-bottom: 12px;
}

#news_text li a {
	color: #0000FF;
	text-decoration: none;
}

#news_text li a:hover {
	color: #0000FF;
	text-decoration: underline;
}

#news_text li .day {
	width: 35px;
	float: left;
	color: #FF0000;
	font-size: 12px;
	font-weight: normal;
	line-height: 140%;
}

/*奥の松のこだわり*/
#commitment {
	padding-left: 30;
}

#commitment_text ul {
	padding-left: 14px;
}

#commitment_text li {
	padding-top: 12px;
	width: 160px;
	float: left;
	list-style: none;
}

#commitment_text li a {
	color: #666666;
	text-decoration: none;
	background-image: url(../../images/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

#commitment_text li a:hover {
	color: #666666;
	text-decoration: underline;
}

#commitment_mobilel {
	margin-top: 10px;
}
#fla {
	clear: both;

}
#news_text li .comment {
	color: #333333;
	padding-left: 40px;
	font-size: 12px;
	font-weight: normal;
	line-height: 140%;
}
#fla p {
	font-size: 12px;
	color: #666666;
}

/*ロールオーバー透過*/

a img {
	border-style: none;
	margin: 0px;
	padding: 0px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}


/*楽天のタブバナー右start*/

#tab {
	width: 100px;/* 最初に表示されるバナーの幅 */
	height: 600px;/* バナーの高さ */
	background: url(tab.png) no-repeat;/* 画像のURL */
	position: fixed;/* バナーを固定します */
	right: 0;/* 右から0pxの位置に指定 */
	bottom: 100px;/* 下から100pxの位置に指定 */
}

#tab a {/* リンクするエリアをバナー全体に広げる設定 */
	display: block;
	width: 100%;
	height: 100%;
}

#tab:hover {/* カーソルが乗った時の動きを指定 */
	width: 110px;/* バナーが伸びた時の幅 */
			/* 以下アニメーションの設定 */
	-webkit-transition: width ease-in-out 0.5s;
	-moz-transition: width ease-in-out 0.5s;
	-ms-transition: width ease-in-out 0.5s;
	-o-transition: width ease-in-out 0.5s;
	transition: width ease-in-out 0.5s;
}

/*楽天のタブバナー右end*/