/* 背景画像の設定 */body{  width : 100%;  background-attachment: scroll;  background-image: url(images/cafe_bg.gif);  background-color: #ffffff;  background-repeat: repeat-y;  background-position: center top;}/* テキストの設定 */.text10 {	font-size: 10px;	line-height: 150%;}.text12 {	font-size: 12px;	line-height: 150%;}.text14 {	font-size: 14px;	line-height: 180%;}/*テキストロールオーバー設定*/a:link,a:visited,a:active {	color:#660000;	text-decoration:underline;}a:hover{	color:#0033cc;	text-decoration:none;}/* メニューとコンテンツのエリアを設定 */.contents{	width : 772px;	margin : auto;	height: auto;	text-align: center;}/* コンテンツエリアの回り込み設定 */.c-both{	clear:both;}.text10b {	font-size: 10px;	font-weight: bold;	color: #660000;}