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

/* PRO&BSC */

html {
	height: 100%;
}

body {
	background: transparent url(../images/left_division_bg.png) repeat-y;
    margin: 0;
    padding: 0;
}

body * {
    margin: 0;
    padding: 0;
    font-size: small;
    line-height: 1;
}

/* only IE6 or IE7 */
* html body *, *:first-child+html body * {
	font-family: Meiryo, 'MS PGothic', san-serif;
}

ul, ol {
    list-style: none;
}

img {
    border: none;
}

a:link, a:visited {
	color: #0089d5;
}
a:hover, a:active {
	color: #FF7152;
}

div.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* @group Left Container */

div#leftContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 215px;
	height: 100%;
}

div#leftContainer h1 {
	position: absolute;
	width: 143px;
	height: 39px;
	margin: auto;
	top: 25px;
	left: 22px;
}

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

ul#globalmenu {
	position: absolute;
	width: 136px;
	top: 95px;
	left: 70px;

}

ul#globalmenu li {
	width: 100%;
	margin: 14px 0;
}

ul#globalmenu li a {
	display: block;
	width: 100%;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.2;
	padding-top: 5px;
}

ul#globalmenu li a:link,
ul#globalmenu li a:visited {
	color: #7e7e7e;
	background: transparent url(../images/globalmenu_bg.gif) no-repeat left top;
}

ul#globalmenu li a:hover,
ul#globalmenu li a:active {
	color: #485C96;
	background: transparent url(../images/globalmenu_bg.gif) no-repeat -150px top;
}

ul#globalmenu li a.active:link,
ul#globalmenu li a.active:visited,
ul#globalmenu li a.active:hover,
ul#globalmenu li a.active:active {
	color: #7e7e7e;
	background: transparent url(../images/globalmenu_bg.gif) no-repeat -300px top;
}


/* @end */

/* @group Right Container */

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

h2#maintitle {
	margin: 0 0 10px 0;
}



/* @end */

/* @group Footer */

div#footer {
	margin: 50px 0 10px 0;
}

div#footer address {
	font-size: x-small;
	color: #999;
	font-style: normal;
	font-family: Helvetica, Arial, sans-serif;
}



/* @end */