@charset "utf-8";

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "lr oSVbN", sans-serif;
	line-height: 1.4;
	color: #333333;
}

div#container{
    width: 80%;
    margin:0px auto;
    position:relative;
    height: 100%;
    min-height: 100%;
}

body > #container {
    height: auto;
}

 
div#content {
    padding-bottom:30px;
	position: relative;
	width: 765px;
	left: 27px;
	margin-top: 10px;
	text-align: justify;
	background-color: #FFFFFF;
}

#footer {
	position:relative;
	bottom: 0px;
	height: 30px;
	width:100%;
}



/*-------------------------------------------------------------------------*/




#header {
	position: relative;
	width: 840px;
	height: 150px;
	background: #FFFFFF url(../images/header_bg.gif) left top no-repeat;
}

#object {
 	position: absolute;
	left: 0;
	top: 0;
	height: 53px;
}

#logo {
	position: absolute;
	left: 0;
	top: 53px;
	margin: 0;
}



/*-------------------------------------------------------------------------*/


#globalNav {
	position: absolute;
	top: 100px;
	left: -15px;
	width: 765px;
	height: 36px;
	list-style: none;
	background: #FFFFFF;
}

#globalNav li {
	float: left;
	width: 85px;
}

#globalNav li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:36px;
	padding-top: 36px;
	background-image: url(../images/navi_j.gif);
	color: #FFFFFF;
}



/*-------------------------------------------------------------------------*/


	
	#nav01 a { background-position:  0     0; }
	#nav02 a { background-position: -85px  0; }
	#nav03 a { background-position: -170px 0; }
	#nav04 a { background-position: -255px 0; }
	#nav05 a { background-position: -340px 0; }
	#nav06 a { background-position: -425px 0; }
	#nav07 a { background-position: -510px 0; }
	#nav08 a { background-position: -595px 0; }
	#nav09 a { background-position: -680px 0; }
	
	
	
	
	#nav01 a:hover { background-position:  0     -36px; }
	#nav02 a:hover { background-position: -85px  -36px; }
	#nav03 a:hover { background-position: -170px -36px; }
	#nav04 a:hover { background-position: -255px -36px; }
	#nav05 a:hover { background-position: -340px -36px; }
	#nav06 a:hover { background-position: -425px -36px; }
	#nav07 a:hover { background-position: -510px -36px; }
	#nav08 a:hover { background-position: -595px -36px; }
	#nav09 a:hover { background-position: -680px -36px; }
	
	


/*-------------------------------------------------------------------------*/
.section {
	margin: 5px 30px 5px 27px;
	width: 600px;
	background: #FFFFFF;
	font-size: 14px;
}

#content h1 {
	margin: 0;
	padding: 10px 0 10px 27px;
	font-size: 22px;
	color: #0000FF;
}

#content h2 {
	margin: 0;
	padding: 20px 0 5px 35px;
	font-size: 20px;
	color: #000000;
	border-bottom: 2px dotted #9ACD32;
	background: url(../images/chapter.gif) left bottom no-repeat;
}

#content h3 {
	margin: 0;
	padding: 5px 0 2px 27px;
	font-size: 18px;
	color: #009900;
}

	#content .section h3 {
		padding: 5px 0 2px 0;
	}
	


#content p {
	margin: 0px 0 5px 0;
	clear: both;
	color:#000000;
	
}

#content li {
	margin: 2px 0 2px 0;
	color:#000000;
}

#content img {
	float: left;
	margin: 5px 15px 5px 0px;
	border: 1px solid gray;
}


#content th {
	padding: 5px;
	border: 1px solid #666666;
}

#content td {
	padding: 5px;
	border: 1px solid #666666;
}

		

	


	
	

 	


	
