/* 初期設定 */
/* ------------------------------------------------------------------------- */
/* ---------- フォント 指定 ---------- */
.body1 {
	font-size:12px;
	line-height:22px;
}
.body2 {
	font-size:14px;
	line-height:25px;
}
.body3 {
	font-size:16px;
	line-height:27px;
}
.small {
	font-size:10px;
	line-height:16px;
}

/* ---------- リンク 指定 ---------- */
/* リンクテキスト */
a:link {
	color:#CC0000;
	text-decoration:none;
}
/* 読込済テキスト */
a:visited {
	color:#CC0000;
	text-decoration:none;
}
/* 読込中テキスト */
a:active {
	color:#CC0000;
	text-decoration:none;
}
/* 反応中テキスト */
a:hover {
	color:#114499;
	text-decoration:underline;
}


/* 基本レイアウト 設定 */
/* ------------------------------------------------------------------------- */
/* ---------- body ---------- */
body {
	margin: 0px;
	color: #555555;
}

/* ---------- mother ---------- */
table.mother {
	margin: 0px;
	padding: 0px;
	width: 920px;
	height: 100%;
}
td.mother_left{
	margin: 0px;
	padding: 0px;
	width: 10px;
	background: url(../image/mother_left.gif) repeat-y;
}
td.mother_right{
	margin: 0px;
	padding: 0px;
	width: 10px;
	background: url(../image/mother_right.gif) repeat-y;
}

/* ---------- Header ---------- */
table.header {
	margin: 0px;
	padding: 0px 12px;
	width: 900px;
	height: 75px;
}

/* ---------- Main ---------- */
table.main {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	width: 870px;
}
td.main_left{
	margin: 0px;
	padding: 0px 20px 0px 0px;
	width: 640px;
}
td.main_right{
	margin: 0px;
	padding: 0px;
	width: 210px;
}

/* ---------- Footer ---------- */
.footer {
	margin: 20px 0px 0px 0px;
}


/* ページ設定 */
/* ------------------------------------------------------------------------- */
/* ---------- トップページ ---------- */
table.whatsnew {
	margin: 0px;
	padding: 0px;
	width: 640px;
}
td.whatsnew_day{
	margin: 0px;
	padding: 0px 0px 0px 5px;
	width: 100px;
	color: #AC5B26;
	font-size:10px;
	line-height:19px;
}
td.whatsnew_text{
	margin: 0px;
	padding: 0px;
	width: 540px;
	font-size:12px;
	line-height:19px;
}


/* パーツ設定 */
/* ------------------------------------------------------------------------- */
/* ---------- Table 表組指定 ---------- */
table.base {
	border-collapse: collapse;
}
.cell01 {
	background: #FFFFFF;
	border: 1px #BBBBBB solid;
}
.cell02 {
	background: #F0F1F2;
	border: 1px #BBBBBB solid;
}
.cell03 {
	background: #0357AE;
	border: 1px #BBBBBB solid;
	color: #FFFFFF;
}


/* ---------- img ---------- */
/* img 左回り */
img.left { 
	float:left;
	margin: 0px 12px 12px 0px;
}
/* img 右回り */
img.right {
	float:right;
	margin: 0px 0px 12px 12px;
}
/* table 左回り */
table.table_left {
	float:left;
	margin-right:12px;
	margin-bottom:12px;
	padding: 0px;
}


/* ---------- Format ---------- */
/* 点線1 */
.dot_line {
	background: url(../image/dot_line.gif) repeat-x;
	padding: 0px;
	margin: 8px 0px;
}
/* 点線2 */
.dot_line2 {
	background: url(../image/dot_line.gif) repeat-x;
	padding: 0px;
	margin: 16px 0px;
}
/* 点線3 */
.dot_line3 {
	background: url(../image/dot_line2.gif) repeat-x;
	padding: 0px;
	margin: 12px 0px;
}
/* パン屑マップ ポイント */
img.map_point {
	margin: 0px 7px 1px 7px;
}
/* ポイント */
.point {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 15px;
	background-image: url(../image/point.gif);
	background-repeat: no-repeat;
}
/* アイコン */
.icon {
	margin: 0px;
	padding: 0px 0px 0px 18px;
	background-image: url(../image/icon.gif);
	background-repeat: no-repeat;
}
/* アイコン02 */
.icon2 {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	background-image: url(../image/icon02.gif);
	background-repeat: no-repeat;
}
/* アイコン03 */
.icon3 {
	margin: 0px;
	padding: 0px 10px 0px 15px;
	background-image: url(../image/icon03.gif);
	background-repeat: no-repeat;
}
/* アイコン04 */
.icon4 {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	background-image: url(../image/icon04.gif);
	background-repeat: no-repeat;
}

/* 画像・文字中央揃え */
.vmid {
	vertical-align: middle;
}
