@charset "UTF-8";

/* ----- Copyright (C) C-brains Corporation. ----- */

/* =========================================================
Layout Base
========================================================= */
body {
	background: #FFFFFF;
	text-align: left;
}


/* logo
--------------------------------------------------------- */
div#header {
	width: 99%;
	height: 110px;
	border-bottom: 3px #FF6600 solid;
	margin: 0 0 15px;
	background: none;
}

div#header h1 {
	float: none;
	width: 140px;
	height: 90px;
	margin-left: 5px;
}

div#header h1 a {
	display: block;
	height: 100px;
	margin: 0;
}



/* resize
--------------------------------------------------------- */
div#container {
	width: 99%;
	background: #FFFFFF;
}

div#wrapper {
	background: none;
}

div#wrapper div#content {
	float: none;
	background: none;
}
div#footer p#copy {
	display: block;
	padding: 5px;
	border-top: 1px #CCCCCC solid;
}

/* none
--------------------------------------------------------- */
div#corporate-lnk,
div#header p#tagline,
div#header ul#sub-lnk,
div#header div#header-menu,
div#navi,
div#path,
div#sidebar,
div#rightbar,
div#content p#path,
div#content p.page-up,
div#footer ul#site,
div#footer div#footer-bottom ul li#privacy-lnk {
	display: none;
}


/* other
--------------------------------------------------------- */

div#title {
	padding: 0;
	background: none;
}
div#title h2 {
	padding-right: 0;
	text-align: left;
}

div#content h2 {
	padding: 10px;
	background: #EDEDED;
	color: #333333;
}



div#footer {
	width: 768px;
	clear: both;
}

div#footer div#footer-bottom {
	padding: 0;
}

div#footer div#footer-bottom ul li#copy {
	display: block;
	margin-right: 0;
	text-align: left;
}