/* @override http://probsc.jp/css/top.css */

/* PRO&BSC */

/* Top */

html {
	width: 100%;
	height: 100%;
}

body {
    width: 100%;
    height: 100%;
}

div#topwrapper {
	position: relative;
	height: 100%;
}

div#leftContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 215px;
	height: 100%;
	background: transparent url(../images/left_division_bg.png) repeat-y;
}

div#leftContainer h1 {
	position: absolute;
	width: 143px;
	height: 39px;
	margin: auto;
	top: 45%;
	left: 28px;
}

div#leftContainer div.forGradation {
	position: relative;
	width: 100%;
	height: 100%;
	background: transparent url(../images/gradation.png) no-repeat top right;
}

div#rightContainer {
	position: absolute;
	top: 46%;
	left: 245px;
}

ul#topmenu {
	margin: 5px 0 0 0;
}

ul#topmenu li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0 25px 0 0;
	background: transparent url(../images/top_menu_bg.png) no-repeat left top;
}

ul#topmenu li a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.2;
}

ul#topmenu li a:link,
ul#topmenu li a:visited {
	padding-top: 5px;
	color: #7e7e7e;
}

ul#topmenu li a:hover,
ul#topmenu li a:active {
	color: #485C96;
	padding-top: 3px;
	border-top: 2px solid #18358E;
}

/* @group Footer */

div#footer {
	position: absolute;
	bottom: 5px;
	left: 245px;
}

div#footer a {
	font-size: x-small;
}

div#footer a:link, div#footer a:visited {
	color: #485C96;
}

div#footer a:hover, div#footer a:active {
	color: #4c94f7;
}

div#footer address {
	display: inline;
	font-size: x-small;
	color: #999;
	font-style: normal;
	font-family: Helvetica, Arial, sans-serif;
	padding-left: 10px;
}



/* @end */
