﻿@charset "utf-8";
/* -----------------------------------------------
 * 客室インターネット用CSS
 * 
 * Last Update 2009/01/08
----------------------------------------------- */
#contents {
	margin-top: 25px;
}

/* センタリングボックス */
.centeringBox {
	width: 745px;
}

/* 各サービスの説明 */
.serviceOutline {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #A2A1A2;
}
	/* 各サービスの説明のパラグラフ */
	.serviceOutline p {
		line-height: 1.8;
	}

/* vod */
#vod {
	background: url("../img/vod.gif") no-repeat right top;
}
	#vod .text {
		width: 570px;
	}

/* お願い */
#attention h3 {
	font-weight: normal;
	font-size: 80%;
}
#attention p {
	margin: 5px 0;
	font-size: 80%;
}
#attention ul {
	margin: 5px 0;
}
	#attention li {
		list-style-type: disc;
		margin: 2px 0 2px 15px;
		font-size: 80%;
	}
