/*--------------------------------------------------------------------------------*/
/* global definition */
/*--------------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'gMmpS Pro W3', 'lroSVbN', sans-serif;
}

th, td, form {
	margin: 0;
	padding: 0;
}

ol, ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}

body {
	background-color: #f5f5f0;
	text-align: center;
	color: #444;
	font-size: 12px;
	line-height: 1.6em;
}

body div {
	text-align: left;
	margin: 0 auto;
}

img, object {
	border: 0;
	vertical-align: text-bottom;
}

.clr {
	margin-top: -1px;
	height: 1px;
	clear: both !important;
	overflow: hidden;
}

#pagetop{
	position: absolute;
	top: -10000px;
	left: -10000px;
}

a {
	text-decoration: none;
	color: #bb0000;
}
.text a {
	color: #bb0000;
}

h4 {
	font-size: 1.1em;
}

hr {
	width: 540px;
	border: solid 1px #999;
}

img{
   vertical-align:bottom;
}

.kei {
	margin:0px 0px 5px 0px;
	padding:0;
	border-top-color: gray;
	border-top-width: 1px;
	border-top-style: solid;
	height: 1px;
	width: 540px;
	color: #999;
}

/*--------------------------------------------------------------------------------*/
/* subnavi */
/*--------------------------------------------------------------------------------*/

#subnavi {
	border-top-color: #a0a0a0;
	border-top-width: 1px;
	border-top-style: solid;
	position: relative;
	width: 750px;
	height: auto;
	background-color: white;
}

#subnavi_left {
	padding: 5px 0px 5px 10px;
	width:360px;
	height: auto;
	float: left;
	text-align: left;
}

#subnavi_right {
	padding: 5px 10px 5px 0px;
	width:360px;
	height: auto;
	float: right;
	text-align: right;
}
#subnavi_left a {
	color: #bb0000;
}

#subnavi_right a {
	color: #bb0000;
}




/* additional */
.imgcontainer{
	zoom:1;
	overflow:hidden;
	padding:0 20px 0 0;
	text-align:left;
}
.imgcontL{
	width:250px;
	height:188px;
	float:left;
	background-image:url(/klas/about/access/img/access_03.jpg);
	background-repeat:no-repeat;
}
.imgcontR{
	width:250px;
	height:188px;
	float:right;
	background-image:url(/klas/about/access/img/access_03.jpg);
	background-repeat:no-repeat;
	background-position:-270px 0;
}
.imgcontainer p{
	padding:190px 0 0 0;
}


