@charset 'utf-8';
@import url("decoration.css");
@import url("individual.css");
* {
	margin		: 0;
	padding		: 0;
}

body {
	text-align	: center;
	background-color:#000;
}

a img {
	border		: none;
}
/* ==firefoxŃNGA[܂őIĂ܂ۂ̂܂Ȃ== */

/*\*/ a { overflow: hidden;}/**/
/* ========== base layout ========== */

#wrap {
	width		: 940px;
	text-align	: left;
	margin		: 0 auto;
}

#header {
	margin-bottom	: 0px;
}

#sign {
	width		: 600px;
	float		: right;
}

#navi {
	clear		: both;
	margin-bottom	: 10px;
}


#fla {
	margin-top	: 35px;
	margin-bottom	: 10px;
	
}

#topmain {
	height		: 1%;
	margin-bottom	: 10px;
}

#topmain:after {
	content		: ".";
	display		: block;
	height		: 0;
	clear		: both;
	visibility	: hidden;
}


#main {
	height		: 1%;
	margin-top	: 30px;
	margin-bottom	: 10px;
}
#main:after {
	content		: ".";
	display		: block;
	height		: 0;
	clear		: both;
	visibility	: hidden;
}
#news {
	width		: 410px;
	float		: left;
	margin-right	: 10px;
}
#news-bottom {margin-top	: 10px;}

.bnr {
	width		: 518px;
	float		: left;
	margin-bottom	: 10px;
}
#maincol {
	width		: 518px;
	float		: left;
}
#class01col,
#class02col{
	width		: 360px;
	float		: left;
}
.class01ma {
	margin-bottom	: 20px;
}
.class02ma {
	margin-left	: 10px;
	margin-bottom	: 20px;
}
#rightcol {
	float		: right;
	margin-left	: 23px;
}
#footer {clear		: both;}
#price-footer {	margin-bottom	: 500px;}

/* ========== common decoration ========== */

.red {color		: #F00;}
.orange {color		: #F60;}
.yellow {color		: #FF0;}
.green {color		: #0F0;}
.blue {color		: #00F;}
.black {color		: #000;}
.white {color		: #FFF;}
.right{text-align:right;}
.left{text-align:left;}
.center{ text-align:center}
.bold {font-weight	: bold;}
.italic {font-style	: italic;}
.xx-small {	font-size	: 40%;}
.x-small { font-size	: 60%;}
.small { font-size	: 80%;}
.large { font-size	: 120%;}
.x-large { font-size	: 140%;}
.xx-large { font-size	: 160%;}
.font90{ font-size:90%}
.through{text-decoration:line-through}
.margin0{margin:0px;}
.margintop5{margin-top:5px;}
.floatl{float:left;}
.floatr{ float:right;}