
/* ===== 1: Reset ===== */
*{
	font-size:100%;
	margin:0;
	padding:0;
}


/* ===== 3: html and body ===== */
html{
	/*min-width:970px;*/
	/*min-height:550px;*/
}

body{
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-size: xx-small;
	font-family: Osaka,"$B#M#S(B $B%4%7%C%/(B", sans-serif;
	
	color:#666666;
	
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-image: url(img/background.jpg);
	/*background-position: top;*/
}

/* ===== 4: typography ===== */

/*$B4pK\%j%s%/%+%i!<"-(B*/
/*$B%j%s%/%9%?%s%P%$(B*/
a:link {
	color: #E57F7F;
	text-decoration: none;
	}
/*$B%j%s%/K,Ld:Q$_(B*/
a:visited {
	color: #E57F7F;
	text-decoration: none;
	}

/*$B%j%s%/%\%?%s%*!<%P!<(B*/
a:hover {
	color: #CC0000;
	text-decoration: none;
	}

/*$B%j%s%/%\%?%s%@%&%s(B*/
a:active {
	color: #CC0000;
	text-decoration: none;
	}

/*$B4pK\%j%s%/%+%i!<",(B*/

p {
	color:#666666;
	padding: 0px 0px 7px 0px;
	font-size: x-small;
}

li .source{ 
	margin-bottom: 0.5em; 	
	}



blockquote{
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid #F0F3B1;
}

.small{
	font-size:80%;
	margin:0;
	padding:0;
}



/* content headings */

#pageContents h2{
	font-weight: bold;
	color: #333333;
	letter-spacing: 0.1em;
	line-height: 100%;
	margin: 0px 0px 5px 0px;
}

#pageContents h3{
	color: #333333;
	letter-spacing: 0.1em;
}

#pageContents h4{
	font-weight: bold;
	color: #cccccc;
}

#pageContents h5{
	font-weight: bold;
}



#pageContents dt{
	font-weight:bold;

}

.pagetop {
	padding: 0px 0px 0px 0px; margin:0px 15px 20px 10px;
	text-align: right;
}

.copyright {
	font-size: 9px;
	color: #C0C0C0;
}



/* ===== 5: layout ===== */
#logo {
	width: 145px;
	height: 50px;
	background-image: url(img/logo.gif);
	position: absolute;
	top: 65px;
	left: 25px;
	display: block;
}


#contentsContainer {
	display: block;
	width: auto; height: auto;
	position: absolute; top: 125px; left: 185px;
	margin-right: auto;
	z-index: 99;
}

#monolis{
	display: block;
	width: 195px; height: 300px;
	background-image: url(img/monolis.jpg); background-repeat: no-repeat;
	position: absolute; top: 245px;
	z-index: 1;
}

#menuGlobal {
	display: block;
	width: 120px;
	height: auto;
	float: left;
	overflow: ;
		line-height: 250%;
	}
	
.Gmenu{
	margin: 0px 0px 5px 0px;
}


#menuLocal01 {
	display: block;
	width: 140px;
	list-style-type:none;
	position: absolute;  top: 0px;  left: 130px;
	background: url(img/linerightend.jpg) no-repeat right top ;
	min-height: 350px;
}

.menuLocal01_in {
	padding: 0px 10px 5px 12px;
}
.menuLocal01_in li { 
	margin-bottom: 0.5em; 	
	}

#menuLocal02 {
	display: block;
	width: 170px;
	position: absolute;  top: 0px;  left: 630px;
	list-style-type:none;
	background: url(img/lineleftend.jpg) no-repeat left top ;
	min-height: 350px;
}

.menuLocal02_in {
	padding: 0px 0px 5px 10px;
}
.menuLocal02_in li { 
	margin-bottom: 0.5em; 
	}

#footer{
	clear:both; display: block;
	width: auto;
	margin: 0px 0px 10px 0px;
	padding: 2px 0px 2px 0px;
	position: absolute; top:570px; left:28px;
	z-index: 100;
}

#footerInside{
	display: block;
	width: auto;
	margin:30px 0px 10px 0px;
	padding:0px 28px 0px 28px;
}

hr {
	width: 100%; height: 1px; 
	background-image: url(img/hrimage01.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 5px 0px 5px 0px;
	border: none;
}

ul { list-style: none; }

ul li{ 
	list-style: none;
	margin-bottom: 0.5em; 	 
	}


/*$BF|;~%X%C%@(B*/
#pageContents h2 .date-header {
	color: #cccccc;
	}
	


