﻿/* 基礎部分 */

/* 全体レイアウト */

div#contents h1 {
	display: none;
	margin-right: 20px;
	margin-left: 20px;
	}

div#main {
	width: 740px;
	margin-right: 20px;
	float: right;
	}

div.monthlycampaign {
	}

div#side {
	width: 210px;
	float: left;
	margin-top: 0px;
	margin-left: 20px;
	padding-bottom: 16px;
	background: url(../image/side_bg_vine.png) 0px 0px repeat-y #f99;
	}

/* 親ボックスの高さ検出用 */
div#mc-history dl:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	}

/* ヘッダー告知部分を消す */
div#hdr-kokuchi {
	position: absolute;
	visibility: hidden;
	}

/* 右側今月のキャンペーン */
div.monthlycampaign {}

div.monthlycampaign * img {
	border: none;
	}

div#main div.monthlycampaign h2 span.term {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #366;
	}

/* サイト更新情報 */
div#mc-history {
	clear: both;
	}

div#mc-history dl {
	margin-left: 16px;
	}

div#mc-history dl dt.date {
	clear: both;
	float: left;
	width: 6em;
	text-align: right;
	}

div#mc-history dl dd {
	float: left;
	width: 40em;
	margin: 0px 0px 16px 18px;
	}

div#mc-history dl dd ul {
	margin: 0;
	padding: 0;
	}

div#mc-history dl dd ul li {
	margin: 0px 0px 8px 0px;
	padding: 0;
	line-height: 100%;
	}


div.mc_adbanner { text-align: center;}

p#bottom-return {
	position: relative;
	width: 1000px;
	margin: 8px auto;
	padding: 0;
	}


