@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:right;
	border: 1px;
	border-style: solid;
	border-color: #999;
}

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

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;
}

a:link {
	text-decoration:none;
	color: #004080;
	font-size: 13px;
}

a:visited {
	text-decoration:none;
	font-size: 13px;
}

img {
	border: 0;
	vertical-align: middle;
}

/*---------- ヘッダーメニューの設定 ----------*/
#personal-menu {
	float:left;
}
#personal-menu ul {
	list-style:none;
	margin:2px;
	padding:0;
}
#personal-menu li {
	float:left;
}
#personal-menu li > ul {
	padding: 5px;
	list-style:none;
	display:none;
}

#personal-menu li:hover > ul{
	margin:2px;
	padding: 5px;
	display:block;
}

#personal-menu li ul li a {
	text-decoration: none;
	display: block;
	padding: 5px;
}

#personal-menu li ul li a:hover {
	background:#eee;
	display:block;
}

#personal-menu a:link {
	text-decoration:none;
	color: #004080;
	font-size: 13px;
}

#personal-menu a:visited {
	text-decoration:none;
	color: #004080;
	font-size: 13px;
}

h1 {
	border: 1px;
	border-style: solid;
	border-color: #999999;
	margin: 0 2px 0 2px;
	padding: 5px 0 4px 20px;
	line-height: 110%;
	font-size: 13px;
	color: #333333;
	background-image: url(/html/image/jsps/index/title_bar.gif);
	background-repeat: no-repeat;
}

h2 {
	border: 1px;
	border-style: solid;
	border-color: #999999;
	margin: 0;
	padding: 7px 0 7px 23px;
	line-height: 110%;
	font-size: 15px;
	color: #333333;
	background-image: url(/html/image/jsps/index/title_bar.gif);
	background-repeat: repeat-y;
}

hr {
	margin: 5px 0 5px 0;
	border: 1px;
	border-style: solid;
	border-color: #eee;
}

.personal-info {
	margin: 0 2px 0 2px;
	padding: 5px 0 4px 20px;
	vertical-align:top;
}

#contents-left #menu{
	padding:0;
	text-align:left;
	float:right;
}
#contents-left #menu ul{
	list-style:none;
	margin:2px;
	padding:0;
	float:right;
}

#contents-left #menu li a {
	text-decoration: none;
	display: block;
	padding: 5px;
}
#contents-left #menu li a:link {
	color: #969;
}
#contents-left #menu li a:hover {
	background: #EEE;
}
#contents-left #menu li a:active {
	color: #F00;
}

/* サイドバーリンク */
#linkBar span.literal {
	position:relative;
	top:3px;
	margin: 0 0 0 20px;
}

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

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

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

#linkBar a#nomal:active{
	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{
	color: #007;
	background-image: url('/html/image/jsps/title_bar.gif');
}

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

#linkBar a#hover:hover{
	font-weight:bold;
	color: #007;
	background-image: url('/html/image/jsps/title_bar_m.gif');
}

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

span.disclose {
	font-weight:bold;
	color: green;
}
span.close {
	font-weight:bold;
	color: orangered;
}

span.buttonLeft {
	float:left;
}
span.buttonRight {
	float:right;
}

span.required {
	color:red;
	font-weight:bold;
}

span.header-desc {
	font-weight:bold;
	font-size: 15px;
	margin-left:30px;
}