@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;
	background:#ffffff;
	font-size:90%;
}

div#contents-center {
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	width:800px;
	background:#ffffff;
	text-align:left;
	border: 1px;
	border-style: solid;
	border-color: #999999;
}

div#header-bar {
	text-align:left;
}

div#status-bar {
	text-align:left;
}

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

div#footer {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	font-size:80%;
}

/*---------- ページ全体の指定 ----------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif, "ＭＳ ゴシック","Hiragino KaKu Gothic Pro", Osaka;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #333;
	background-color: #c0c6c9;
}

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

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

img {
	border: 0;
}

hr {
	border-color: #eee;
}
span.required {
	color:red;
	font-weight:bold;
}

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

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