/* 個別のＵＲＬのみに適応されるスタイルは　/phplib/pr_lib/include_head_common.php で出力 */
body{
	margin: 0px;
	padding: 0px;
	line-height: 160%;
	background-color:#b0c4de;
	font-size : 14px;
	text-align: center;
	scrollbar-3dlight-color:#aaaaaa;
	scrollbar-arrow-color:#aaaaaa;
	scrollbar-base-color:#aaaaaa;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#aaaaaa;
	scrollbar-track-color:#ffffff;
}
.whole{
	background-color:#ffffff;
	position:absolute;
	top:3px;
	left:3px;
	width: 760px;
	text-align: left;
}
/* --------- header ---------- */
.header{
	position:relative;
	width: 760px;
	height: 230px;
	background-color:#ffffff;
	border: 1px;
	border-color:#a0a0a0;
	border-style: none none solid none;
}
.header h2 {
	display: inline;
	clear: both;
    font-size : 140%;
    color: #000000;
    padding: 5px 3px 3px 0.5em;
    margin-top: 0px;
    margin-bottom: 0px;
    background: url("/pr/image/menu_back.png") repeat-y left top;
}
.header h3 {
	clear: both;
    font-size : 100%;
    color: #808080;
    padding: 5px 3px 3px 0.5em;
    margin-top: 0px;
    margin-bottom: 0px;
}
.header .header_left{
	border-width: 0px;
	border-style: solid;
	border-color: red;
	margin: 0px 5px 0px 0px;
	width: 490px;
	float:right;
}
.header .header_right{
	text-align: right;
	font-size : 90%;
	line-height: 0.8em;
	border-width: 0px;
	border-style: solid;
	border-color: red;
	width: 250px;
	margin: 0px 0px 0px 0px;
	padding: 5px 8px 0px 0px;
	float:right;
}
.header a{
	text-decoration: none;
}
/* --------- menu ---------- */
.menu{
	color:#003399;
	text-align: center;
	width: 760px;
	height: 29px;
	background: url("/pr/image/menu_back.png") repeat-y left top;
	clear: both;
}
.menu .menu_item a{
	display:block;
	float:left;
	margin:0px -1px 0px 0px;
	color:#003399;
	text-decoration:none;
	padding:5px 1px 0px 0px;
	height: 29px;
	border: 1px;
	border-color:#a0a0a0;
	border-style: none none none none ;
	font-weight: bold;
}
	/* 個別メニューの背景色は　style-about_wicon.css　等で定義 */
.menu a:hover{
	color:#003399;
	background-color: #ccccff;
	font-weight: bold;
}
/* --------- tree ---------- */
.tree{
	color:#003399;
	clear: both;
	text-align: left;
	width: 760px;
	height: 29px;
	background-color:#ffffff;
	padding:5px 0px 0px 0px;
	text-indent:1em;
	border: 1px;
	border-color:#a0a0a0;
	border-style: solid none solid none;
}
.tree a{
	color:#003399;
	text-decoration:none;
}
/* --------- footer ---------- */
.footer{
	clear: both;
	text-align: center;
	width: 750px;
	background-color:#ffffff;
    font-size : 90%;
	border-color:#a0a0a0;
}
.footer .sub_box{
	text-align: left;
	float:left;
	width: 360px;
	background-color:#ffffff;
    margin: 5px 15px 0px 15px;
	line-height: 140%;
}
.footer .sub_box2{
	text-align: left;
	float:left;
	width: 330px;
	background-color:#ffffff;
    margin: 5px 5px 0px 5px;
	line-height: 150%;
}
#TOP_SAMPLE {
	background-color: #ffffff;
	position:absolute;
	top:0px;
	left:763px;
	width:100px;
	border: 2px solid #000000;
}
