

/* [00. 全体]
---------------------------------------------------------*/
body{
	width		: 970px;
	margin		: 0 auto;
	padding		: 0;
	text-align	: center;
	font-family	: ＭＳ Ｐゴシック, Arial, Helvetica, sans-serif;
	background	: #EEEEEE;
}
div.wrap{
	width		: 960px;
	height		: 100%;
	margin		: 0;
	padding		: 0 5px 0 5px;
	background	: url(/img/bg.gif) ;
}

/* [01. HEADER]
---------------------------------------------------------*/
div.header	{
	width		: 960px;
	height		: 136px;
	margin		: 0;
	padding		: 0;
	text-align	: left;
	background	: url(/img/header.gif) no-repeat;
}

/* [02. MENU]
---------------------------------------------------------*/
div.menu	{
	height		: 34px;
	margin		: 0 0 1px 0;
	background	: url(/img/menu.gif) no-repeat;
}

/* [03. MAIN]
---------------------------------------------------------*/
div.main {
	width		: 960px;
	min-height	: 600px;
	_height		: 600px;
	margin		: 0;
	padding		: 0 0 20px 0;
	background	: url(/img/bg_main.gif) ;
}

/* [03-1. LEFT SIDE]
---------------------------------------------------------*/
div.leftside {
	float		: left;
	width		: 160px;
	min-height	: 600px;
	_height		: 600px;
	margin		: 0;
	padding		: 20px 0 0 0;
}

/* [03-2. CENTER]
---------------------------------------------------------*/
div.center {
	float		: left;
	width		: 600px;
	min-height	: 600px;
	_height		: 600px;
	margin		: 0 20px 0 20px;
	padding		: 20px 0 0 0;
	text-align	: left;
}

/* [03-3. RIGHT SIDE]
---------------------------------------------------------*/
div.rightside {
	float		: right;
	width		: 160px;
	min-height	: 600px;
	_height		: 600px;
	margin		: 0;
	padding		: 0;
}

/* [05. FOOTER]
---------------------------------------------------------*/
div.footer {
	width		: 960px;
	height		: 56px;
	margin		: 1px 0 0 0;
	padding		: 4px 0 0px 0;
	font-size	: 14px;
	color		: #FFFFFF;
	line-height	: 28px;
	text-align	: center;
	background	: url(/img/footer.gif) no-repeat;
}

div.footer a {
	color		: #FFFFFF;
}

/* [99. ユーティリティー]
---------------------------------------------------------*/
div.clear {clear: both;}
span.off-txt {display: block; text-indent: -9999px;}
h1, h2, h3, h4, h5, h6, p, img, img a {border: 0; margin: 0; padding: 0;}
a {text-decoration:none;outline: 0;}
a:hover {text-decoration:underline;}
span.f01 {color: #FF3333;}
span.f02 {color: #7373FF;}
div.nodisplay {display: none;}

