@CHARSET "UTF-8";
div#global {
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	background:#ffffff;
	font-size:90%;
	height:20px;
	width:950px;
}

div#contents {
	margin-left: auto;
	margin-right: auto;
	padding: 2px 10px 10px 10px;
	width:950px;
	font-size:90%;
}

div#contents-center {
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	width:640px;
	text-align:left;
	float:left;
	border: 1px;
	border-style: solid;
	border-color: #999;
}

div#contents-right {
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px 10px 10px;
	width:245px;
	background:#ffffff;
	float:right;
}

div#header {
	width: 100%; 
	height: 100px;
	vertical-align: bottom;
	border: 1px;
	border-style: solid;
	border-color: #999999;
	background-image: url(/html/image/meguruhon.jpg);
	background-repeat: no-repeat;
	background-position: top;
	z-index: 1;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif, "ＭＳ ゴシック","Hiragino KaKu Gothic Pro", Osaka;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #333;
	background-color: #fff;
}

#errors {
	padding:10px;
	font-size:12px;
	background:#ffdddd;
}

#messages {
	padding:10px;
	font-size:12px;
	background:#eff;
}

.toolTip{ 
	position: relative;
	z-index: 1;
}
.toolTip span{
	display: block;
	border: solid 1px #000;
	background-color: #fff;
	color: #666;
	text-decoration: none;
	position: absolute;
	top: 20px;
	left: 10px;
	padding: 5px;
	visibility: hidden;
	width: 150px;
	z-index: 2;
}
a.toolTip:hover,a.toolTip:hover span{ 
	visibility: visible; z-index: 3;
}

table.personal {
	width:100%;
	background-color:#eee;
	text-align:left;
}
table.personal td{
	vertical-align:top;
	font-size:13px;
	background-color:#fff;
}
table.personal tr.color{
	background-color:#eee;
	font-size:13px;
}
table.personal td.title{
	font-weight:bold;
	font-size:13px;
	background-color:#eee;
}

table.personal td.header{
	vertical-align:top;
	font-weight:bold;
	background-color:#ffeeee;
/*
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffeeee,EndColorStr=#ffffff);
	background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEsCAYAAAACUNnVAAAAQklEQVQ4jbXEyQEAEAwAQf0XG1eImybsPMZdkevAvAcKgSpGqpSAcqZSBSqFqlYqM6DWqHqnGgNoTqq1gPamOud7DynLllnDT4FgAAAAAElFTkSuQmCC");
	background-repeat:repeat-x;
	background-color:#ffffff;
*/
}

table.personal td.list{
	vertical-align:top;
	font-weight:bold;
	background-color:#eeffee;
	
}

span.searchList {
	height: 25px;
	text-align: right;
	white-space: nowrap;
}
span.searchList p{
	display:inline;
	padding:0 10px 0 0;
}
span.searchList ol {
	display: inline;
	list-style: none;
}
span.searchList li {
	display: inline;
	padding: 0px;
	margin: 0px;
	width: 20px;
	height: 20px;
}
span.searchList .current {
	width: 20px;
	height: 20px;
	padding: 1px 5px;
	margin: 0px 0px;
	background-color: #F6F6F6;
	border: 1px solid #E4E4E4;
}
span.searchList .next a:link {
	text-decoration: none;
	width: 20px;
	height: 20px;
	padding: 1px 5px;
	margin: 0px 0px;
	border: 1px solid #E4E4E4;
}
span.searchList .next a:visited {
	text-decoration: none;
	width: 20px;
	height: 20px;
	padding: 1px 5px;
	margin: 0px 0px;
	border: 1px solid #E4E4E4;
}
span.searchList .next a:hover{
	color:#FFFFFF;
	text-decoration: none;
	width: 20px;
	height: 20px;
	padding: 1px 5px;
	margin: 0px 0px;
	background-color: #2B73AD;
	border: 1px solid #E4E4E4;
}

#header-bar #menu{
	padding:5px;
	text-align:left;
}
#header-bar #menu ul{
	list-style:none;
	margin:2px;
	padding:0;
}

#header-bar #menu li {
	list-style: none;
	display: inline;
	padding: 3px;
}

#header-bar #menu li a {
	text-decoration: none;
	display: inline;
	padding: 3px;
}
#header-bar #menu li a:link {
	color: #969;
	padding: 3px;
}
#header-bar #menu li a:hover {
	background: #EEE;
	padding: 3px;
}
#header-bar #menu li a:active {
	color: #F00;
	padding: 3px;
}

#contents-about {
	padding:0 30px 0 30px;
}

div.title {
	border-bottom: 1px solid #999999;
	margin: 0 2px 0 2px;
	padding: 5px 0 4px 10px;
	font-size: 16px;
	color: #000;
	font-weight:bold;
	background-image: url(/html/image/tittle.gif);
	background-repeat: no-repeat;
}

div.sub-title {
	border-bottom: 1px solid #999999;
	margin: 0 10px 0 20px;
	padding: 5px 0 4px 20px;
	font-size: 15px;
	color: #000;
	font-weight:bold;
	background-image: url(/html/image/tittle2.gif);
	background-repeat: no-repeat;
}

div.about-contents {
	padding: 10px 30px 25px 30px;
	font-size: 14px;
}

#contents-right a {
	text-decoration: none;
	display: block;
	padding: 2px;
}

#contents-right ul{
	list-style:square;
	margin-left:25px;
	padding:0;
}

#contents-right li a {
	display: block;
	padding: 2px;
}
#contents-right li a:link {
	color: #969;
}
#contents-right li a:hover {
	background: #ddd;
}
#contents-right li a:active {
	color: #F00;
}

#contents-right li ul{
	list-style:square;
	margin-left:20px;
	padding:0;
}

#contents-right li ul li a {
	text-decoration: none;
	display: block;
	padding: 2px;
}
#contents-right li ul li a:link {
	color: #969;
}
#contents-right li ul li a:hover {
	background: #ddd;
}
#contents-right li ul li a:active {
	color: #F00;
}

img {
	border: 0;
}

h1 {
	font-size: 20px;
	color: #379;
	display: inline;
}

h2 {
	font-size: 15px;
	color: #379;
	display: inline;
}

h3 {
	font-size: 16px;
	display: inline;
}

#header div {
	font-size: 15px;
	font-weight:bold;
	margin-left: 30px;
}

div.header-desc {
}

div.header-desc span{
	font-size: 10px;
}

/* サイドバーリンク */
#linkBar {
	margin-bottom: 30px;
}

#linkBar span.literal {
	position:relative;
	vertical-align:middle;
	margin: 10px 0 0 20px;
	font-size: 15px;
}

#linkBar a {
	text-decoration: none;
}

#linkBar a#nomal{
	font-weight:bold;
	height : 25px ;
	display : block ;
	background-repeat : no-repeat ;
}
#linkBar a#nomal:link{
	padding:5px;
	color: #007;
	background-image: url('/html/image/jsps/title_bar_m.gif');
}

#linkBar a#nomal:visited{
	padding:5px;
	color: #007;
	background-image: url('/html/image/jsps/title_bar_m.gif');
}

#linkBar a#nomal:hover{
	padding:5px;
	color: #007;
	background-image: url('/html/image/jsps/title_bar_m.gif');
}

#linkBar a#nomal:active{
	padding:5px;
	color: #007;
	background-image: url('/html/image/jsps/title_bar_m.gif');
}

#linkBar a#hover{
    height : 25px ;
    display : block ;
    background-repeat : no-repeat ;
}

#linkBar a#hover:link{
	padding:5px;
	color: #007;
	background-image: url('/html/image/jsps/title_bar.gif');
}

#linkBar a#hover:visited{
	padding:5px;
	color: #007;
	background-image: url('/html/image/jsps/title_bar.gif');
}

#linkBar a#hover:hover{
	padding:5px;
	color: #007;
	background-image: url('/html/image/jsps/title_bar_m.gif');
}

#linkBar a#hover:active{
	padding:5px;
	color: #007;
	background-image: url('/html/image/jsps/title_bar_m.gif');
}

ol {
	margin-left: 15px;
	font-size: 13px;
}

div#contents-right div.desclist{
	margin: 10px 0 0 9px;
}

