@charset "Shift_JIS"; 

/* =======================================
	Top CSS
========================================== */

/*トップページのリンク色
-------------------------------------------*/
#contentsInner a {
	color: #FF6600;
	text-decoration: none;
}
#contentsInner a:hover {
	text-decoration: underline;
}


/*-----------------------------------------
メインビジュアル下のコンテンツ
-------------------------------------------*/

/*コンテンツ左
-------------------------------------------*/
#contentsLeft {
	width: 525px;
	float: left;
}

/*トウハクおすすめの商品
-------------------------------------------*/
#recommendation {
	width: 497px !important;
	height: 473px !important;
	padding: 9px 9px 10px;
	margin: 10px 0 0 10px !important;
	background: url(../../img_top/recommendationBg.jpg) no-repeat;
	float: left;
}

#roompackTtl {
	padding: 13px 0 0 12px;
}

#roomImg {
	width: 345px;
	height: 224px;
	padding: 15px 0 0 12px;
	float: left;
}

#registration {
	width: 120px;
	margin: 132px 0 0 10px;
	float: left;
}

#registrationTxt {
	width: 100px !important;
	height: 57px;
	padding: 10px;
	background: url(../../img_top/jituyou_bg.jpg) no-repeat;
	font-size: 12px;
	line-height: 125%;
	color: #AD5B18;
}

#roomCopy {
	width: 470px;
	padding: 14px 0 0 12px;
	line-height: 125%;
	clear: both;
}

/*当社開発の和菓子とパッケージのご案内
-------------------------------------------*/
#develop {
	width: 515px;
	height: 796px;
	background: url(../../img_top/developBg.jpg) no-repeat;
	margin: 10px 0 0 10px !important;
	float: left;
}

#developTtl {
	margin: 9px 0 0 9px;
}

#developLead {
	margin: 17px 20px 0 23px;
	line-height: 125%;
}

.developImg {
	margin: 10px 0 10px 21px;
	float: left;
}

.developTxt {
	width: 270px;
	margin: 10px 0 0 4px;
	float: left;
	line-height: 125%;
}

.developSep {
	margin: 0 0 0 21px;
	float: left;
}


/*コンテンツ右
-------------------------------------------*/
#contentsRight {
	width: 233px;
	margin: 10px 0 0 8px;
	float: left;
}

/*（お知らせ）新着情報
-------------------------------------------*/
#news {
	width: 215px;
	height: 506px;
	padding: 9px;
	background: url(../../img_top/newsBg.jpg) no-repeat;
}

#newsContents {
	width: 200px;
	height: 470px;
	margin: 7px 0 0 11px;
	font-size: 12px;
	line-height: 125%;
	overflow: auto;
}

#newsContents dt {
	color: #AD5B18;
}

#newsContents dd {
	padding-bottom: 2px;
	border-bottom: 1px dotted #666666;
	margin-bottom: 6px;
}

/*営業のご案内
-------------------------------------------*/
#guide {
	width: 215px;
	height: 129px;
	padding: 9px;
	background: url(../../img_top/guideBg.jpg) no-repeat;
	margin-top: 7px;
}

#guideInfo {
	font-size: 12px;
	line-height: 125%;
	padding: 10px;
}


