@charset "UTF-8";

@import "base.css" ;
@import "clearfix.css" ;



body {
	background-color: #FFFFFF;
}

#header {
	background-color: #202E48;
}

#content {
	background: none;
}

#content .container {
	padding: 0;
	background: none;
}

#footer {
	background: none;
	padding: 16px 0 20px 0;
	background-color: #202E48;
}


/* 次階層用設定 */

#header,
#feature,
#footer,
#go-pagetop,
#main #lower-bread-crumb,
#footer-link {
	display: none;
}

#header,
#footer,
#feature,
#content .container {
	width: 630px;
}

#feature img {
	width: 630px;
	height: 74px;
}

#main {
	width: 630px;
	padding-right: 0;
	float: right;
}

#main * {
	color: #000000 !important;
}

#sub-nav {
	display: none;
}



/* トップページ用設定 */

body#home #header,
body#home #feature,
body#home #footer,
body#home #footer-link {
	display: block;
}

body#home #header,
body#home #footer,
body#home #feature,
body#home #content .container {
	width: 850px;
}

body#home #feature img {
	width: 850px;
	height: 237px;
}

body#home #header,
body#home #footer {
	color: #FFFFFF !important;
}


* html body#home {
	zoom: 80% !important;
}


