﻿@charset "UTF-8";

body {
	position:absolute;
	top:0px;
	left:0px;
	color:#333333;
	font-size:9pt;
	font-family:"ＭＳ Ｐゴシック";
	width:1000px;
	-webkit-text-size-adjust:100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

#header {
	height:40px;
	padding: 5px;
	background:url(../image/header.png) ;
	border-radius:10px;

}
#header2 {
	height:40px;
	padding: 5px;
	background:url(../image/header1.png) ;
	border-radius:10px;
}

#client_rect 
{
	position:absolute;
	top:0px;
	left:0px;
	width:766px;
	border:3px solid #ffffcc;
	border-radius:10px;
	box-shadow:3px 3px 5px 2px #AAA;
	background-color:rgb(248,255,248);
}

#client_rect2 
{
	position:absolute;
	top:0px;
	left:0px;
	width:766px;
	border:3px solid #ffffcc;
	border-radius:10px;
	box-shadow:3px 3px 5px 2px #AAA;
}

#context {
	width:765px;
}

#sub_menu {
	position:fixed !important;
   overflow-y:scroll;
	position:absolute;
	top:0px;
	left:770px;
	width:220px;
	height:2000px;

	/*border:2px solid #007070;
	border:2px solid navy;*/
	border-radius:10px;
}

#smenu_bottom {
	position:relative;
	height:20px;
	background-color:#D7E1Ed;
	margin:2px;
}
#smenu_most_bottom {
	position:relative;
	height:5000px;
/*	background:url(../home/sub_back6.png) repeat;*/
/*	background:url(../image/header1.png) repeat-y;*/
}

.inner
{
    /*border:2px solid #c0ffff;*/
    border:1px solid navy;
    border-radius:10px;
}


a:link{
	color: #007070;
}

a:visited{
	color: #a000a0;
}
a:hover,
a:focus{
	color: #FF4040;
}

a:active {
	color: #FF0000;
}


