@import url("top.css");
@import url("check.css");
@import url("otegoro.css");
@import url("floorguide.css");
@import url("souko.css");

/* common 
------------------------------------ */
body {
	margin:0 auto;
	padding:0;
	text-align:center;
	color:#333333;
	line-height:1.5;
	font-size:12px;
	background: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:0px;
	margin:0;
	padding:0;
	font-size:0px;
	line-height:0;
	text-indent:-9999px;
	overflow:hidden;
	clear:both;
}

.maB2{ margin:0 0 2px 0; }
.maB6{ margin:0 0 6px 0; }
.maB12{ margin:0 0 12px 0; }
.maB15{ margin:0 0 15px 0; }
.maB20{ margin:0 0 20px 0; }
.maR10{ margin:0 10px 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; }
.orange{ color:#ff6600; }
.bold{ font-weight:bold; }
.txt10{ font-size:90%; }



/* container 
------------------------------------ */
#container {
	width:760px;
	margin:0 auto;
	background:url(../images/bg_blue.gif) center top repeat-y;
}

#container .bgTop{
	height:26px;
	background:url(../images/bgTop.jpg) left top no-repeat;
}
#container .bg{
	background:url(../images/bg.png) left top repeat-y;
}
*html #container .bg{
	behavior: expression(IEPNGFIX.fix(this));
} 
/* contents 
------------------------------------ */
#contents {
	width:750px;
	margin:0 5px;
	background:#ffffff;
}

#contents .contentsLeft{
	width:240px;
	margin:0 0 20px 0;
	float:left;
}
#flash_area{
	width:240px;
	height:466px;
	background:url(common/swf/noflash.jpg) no-repeat;
}

#contents .contentsRight{
	width:490px;
	margin:12px 0 20px 0;
	background:url(../images/contentsRightBg.gif) left top no-repeat;
	float:left;
}


/* navi 
------------------------------------ */
#navi01{
	width:490px;
	margin:0;
	padding:0 0 5px 0;
	background:url(../images/box_bgTop01.gif) left 45px no-repeat;
}
#navi01 ul {
	margin:0 0 0 5px;
	text-align:left;
}
#navi01 ul li{
	height:46px;
	margin:0 1px 0 0;
	padding:0;
	float:left;
}
#navi02{
	width:490px;
	margin:0;
	padding:0 0 6px 0;
	background:url(../images/box_bgTop02.gif) left 45px no-repeat;
}
#navi02 ul {
	margin:0 0 0 5px;
	text-align:left;
}
#navi02 ul li{
	height:46px;
	margin:0 1px 0 0;
	padding:0;
	float:left;
}


/* main 
------------------------------------ */
#mainTop{
	width:490px;
	text-align:left;
	background:url(../images/box_bg01.gif) left top repeat-y;
}
#mainTop .mainBottom01{
	padding:14px 17px 20px 19px;
	background:url(../images/box_bgBottom01.gif) left bottom no-repeat;
}
#main{
	width:490px;
	background:url(../images/box_bg.gif) left top repeat-y;
}
#main .mainBottom{
	padding:0 0 20px 0;
	background:url(../images/box_bgBottom.gif) left bottom no-repeat;
}
#main .mainBottom h2{
	margin:0 0 20px 0;
	padding:0 0 2px 0;
	text-align:center;
	background:url(../images/titleBottomLine.gif) left bottom no-repeat;
}


/* pagetop 
------------------------------------ */
#pagetopArea{
	width:730px;
	margin:0 auto;
	padding:0 20px 15px 0;
	text-align:right;
	background:#ffffff;
}


/* footer 
------------------------------------ */
#footer{
	width:750px;
	margin:0 auto;
	padding:12px 0 8px 0;
	text-align:center;
	background:url(../images/footer_bg.gif) left top repeat-x;
}
