@import url("top.css");
@import url("check.css");
@import url("otegoro.css");
@import url("floorguide.css");
@import url("member.css");
@import url("access.css");
@import url("free.css");
@import url("mailmagazine.css");

/* common 
------------------------------------ */
body {
	margin:0 auto;
	padding:0;
	text-align:center;
	color:#333333;
	line-height:1.5;
	font-size:12px;
	background:#f2f2f2 url(../images/bodyBg.gif) left top repeat-x;
}

* { margin:0px; padding:0px; }

ol, ul { list-style-type:none; }

hr { display:none; }

img { border:none; }

/* リンク設定 */
a { /*\*/ overflow:hidden; /*\*/ }
a:link { color: #d0481a; text-decoration: none;}
a:active { color: #d0481a; text-decoration: none;}
a:visited { color: #d0481a; text-decoration: none;}
a:hover { color: #d0481a; text-decoration: underline;}

div.clear {
	width:100%;
	height:0;
	margin:0;
	padding:0;
	font-size:0px;
	line-height:0;
	border:none;
	text-indent:-9999px;
	overflow:hidden;
	clear:both;
}

.maB2{ margin:0 0 2px 0; }
.maB5{ margin:0 0 5px 0; }
.maB6{ margin:0 0 6px 0; }
.maB10{ margin:0 0 10px 0; }
.maB12{ margin:0 0 12px 0; }
.maB15{ margin:0 0 15px 0; }
.maB19{ margin:0 0 19px 0; }
.maB20{ margin:0 0 20px 0; }
.maT10{ margin:10px 0 0 0; }
.maTB10{ margin:10px 0; }
.maR10{ margin:0 10px 0 0; }
.maR12{ margin:0 12px 0 0; }
.maL10{ margin:0 0 0 10px; }
.maRL20{ margin:0 20px; }
.flotLeft{ float:left; }
.flotRight{ float:right; }
.floatL{ float:left; }
.floatR{ float:right; }
.alignC{ text-align:center; }
.alignL{ text-align:left; }
.alignR{ text-align:right; }
.red{ color:#fc0008; }
.blue{ color:#0a2e84; }
.orange{ color:#ff6600; }
.bold{ font-weight:bold; }
.txt10{ font-size:90%; }



/* container 
------------------------------------ */
#container {
	width:750px;
	margin:0 auto;
	background:url(../images/bgTop.gif) left top repeat-x;
}

#container .bgTop{
	width:750px;
	margin:0 auto;
	height:4px;
	background:url(../images/bgTop.gif) left top no-repeat;
	font-size:0px;
	line-height:0;
}

/* contents 
------------------------------------ */
#contents {
	width:750px;
	height:auto;
	background:url(../images/box_bg.gif) left top repeat-y;
}
#contentsTopBox {
	width:750px;
	background:url(../images/box_bgBottom.gif) left bottom no-repeat;
}
#contentsBox {
	width:750px;
	padding:0 0 30px 0;
	background:url(../images/box_bgBottom.gif) left bottom no-repeat;
}
#contents .contentsLeft{
	width:243px;
	padding:0 0 1px 0;
	text-align:left;
	float:left;
}
#flash_area{
	width:243px;
	height:690px; 
} 
#contents .contentsRight{
	width:490px;
	padding:0 0 6px 0;
	float:left;
	text-align:left;
}
#contents .contentsRight h2{
	width:490px;
	margin:0 0 15px 0;
}


/* banner 
------------------------------------ */
#banner{
	width:490px;
	padding:5px 0 0 0;
	background:#ffffff;
}

/* navi 
------------------------------------ */
#navi{
	width:490px;
	padding:20px 0 0 0;
	background:#ffffff;
}

/* pagetop 
------------------------------------ */
#pagetopArea{
	width:730px;
	padding:20px 20px 10px 0;
	text-align:right;
	background:#ffffff;
}


/* footer 
------------------------------------ */
#footer{
	width:750px;
	margin:0 auto;
	padding:5px 0 5px 0;
	text-align:center;
	background:#0a2e84;
}
