* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	background-repeat:repeat-x;
	background-image: url("../common/img/back_grnd.gif");
	background-color: #E6BBC9;
	font-family: Verdana, Arial, Helvetica, 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	font-size:9pt;
}

body div {
	text-align: left;
	margin: 0 auto;
}

/* 画像の枠線消去 */
img {
  border:0;
}

#title {
	width: 620px;
	text-align: right;
}
h1 {
	padding: 0 0 5px 18px;
	font-size: 10pt;
	font-weight: bold;
	color: #630460;
}
#container {
	margin: 20px 0 30px 0;
	width: 630px;
}

#footer {
	width: 620px;
	clear: both;
	color:#C5608E;
	font-size:8pt;
	text-align: center;
	border-top: solid 1px #C85EAC;
	margin-bottom: 20px;
}
#footer p {
	margin: 15px 0 0 30px;
	line-height: 150%;
}

/* デフォルト------------------------------------------ */
table {
	border:0;
}

table.mainbox{
	table-layout: fixed;
	background: url(../common/img/special_bgr.jpg) no-repeat;
	width: 365px;
	height:121px;
	margin-left:10;
}
table.mainbox a {
	color:#ffff00;
	font-size:9pt;
	text-decoration:none;
	font-weight: bold;
}

table.mainbox a:hover {
	color:#ffffff;
	font-size:9pt;
	text-decoration:none;
	font-weight: bold;
}

/* トップのアドレス表示-------------------------------- */
td.adrs {
	text-align: right;
	vertical-align: bottom;
	color:#E6E6E6;
	font-family:Arial;
	font-size:9pt;
}

/* メニュー------------------------------------------ */
.MAIN_MENU_SUB {
	background: url(../common/img/sub_menu_bgr.gif) repeat-x;
	width:500px;
	height:22px;
	margin: -5px 0 0 0;
	position:relative;
	z-index: 10;
	font-size:9pt;
}
.MENU_ITEM {
	position:absolute;
	display:none;
	margin:2px 10px 0px 5px;
	font-size:9pt;
	line-height:18px;
}
a.MENU_SUB_LINK {
	background: url('../common/img/submenu_arrow.gif') no-repeat center left;
	padding-left:6px;
	font-size:9pt;
	letter-spacing:1px;
}
a.MENU_SUB_LINK:link {
	color:#FFFFFF;
	font-size:9pt;
	text-decoration:none;
	margin-right:6px;
}
a.MENU_SUB_LINK:visited {
	color:#ffffff;
	font-size:9pt;
	text-decoration:none;
	margin-right:6px;
}
a.MENU_SUB_LINK:active {
	color:#0292C1;
	font-size:9pt;
	text-decoration:none;
	margin-right:6px;
}
a.MENU_SUB_LINK:hover {
	color:#FFFFFF;
	font-size:9pt;
	background-color:#AF2676;
	margin-right:6px;
}

/* サイドメニューの設定--------------------------------- */
#menu {
	width: 235px;
	color:#ffffff;
	line-height: 130%;
	float: left;
}

/* メインの設定--------------------------------- */
#main {
	width: 385px;
	float: left;
	color:#ffffff;
}
#main p {
	margin: 0 20px 0 20px;
	line-height: 150%;
	color:#952659;
	font-size:9pt;
}

/* キャンペーン枠設定------------------------------------------ */
div.campaign {
	margin-left:10px;
	background: url(../images/campaign_bar.gif) no-repeat;
	padding: 4px 0px 0px 100px;
	height: 26px;
}
div.campaign a {
	color:#ffff99;
	font-size:9pt;
	text-decoration:none;
	font-weight: bold;
}
div.campaign a:hover {
	color:#ffff00;
	font-size:9pt;
	text-decoration:none;
	font-weight: bold;
}

