/* CSS Document */
*{
	padding:0;
	margin:0;
	border:none;
}

html {
	background:#CCCCCC;
}

body {
	background:#FFFFFF;
	color:#000000;
	font-family:"lr oSVbN", Osaka, "qMmpS Pro W3";
	width:800px;
	width:1024px;
/*	height:100%;	*/
	margin:0 auto;
	text-align:center;
}

#contents {
	width:768px;
	width:992px;
	height:100%;
	padding:16px;
	text-align:left;
}

#navi {
	float:left;
	width:182px;
	margin-right:16px;
}

#navi {
	/width:160px;
}

#maincontents {
	width:564px;
	width:788px;
	float:left;
}

#footer {
	width:100%;
	text-align:right;
	border-top:#999999 1px solid;
	padding:6px 0;
}

#errDivUserID, #errDivPasswd {
	margin-top:0.2em;
}

h1 {
	background:url(../images/common/h1-header.jpg) top left scroll no-repeat;
	padding:3px 0 12px 45px;
	color:#0058B0;
	font-size:1.8em;
}

#header h1 {
	background:none;
	padding:0;
	color:#FFFFFF;
}

h2 {
	font-size:1.2em;
	color:#FF6600;
}

#navi li {
	list-style:none;
	background:url(../images/common/menu-button.jpg) top left no-repeat;
	width:182px;
	height:32px;
	margin-bottom:0px;
	padding-left:22px;
	padding-top:7px;
	font-size:14px;
	color:#3399FF;
	display:block;
}

#navi li {
	/width:160px;
}

#navi li.current {
	background:url(../images/common/current-menu-button.jpg) top left no-repeat;
	color:#FF9900;
}

#navi a, a:hover, a:visited {
	text-decoration:none;
	color:#3399FF;
}

#navi ul li a {
	display:block;
	width:160px;
	height:25px;
	text-decoration:none;
}

.textbox-top {
	background:url(../images/common/textbox-top.jpg) left bottom no-repeat scroll;
	height:14px;
}

.textbox-middle {
	background:url(../images/common/textbox-middle.jpg) left top repeat-y scroll;
}

.textbox-bottom {
	background:url(../images/common/textbox-bottom.jpg) left bottom no-repeat scroll;
	height:30px;
	margin-bottom:1.5em;
}

.cert-button {
	text-align:right;
	margin:0 1em;
}

.error_message {
	color:#990000;
	font-weight:bold;
	font-size:12px;
}

div.textbox-middle .error_message {
	margin-left:1em;
}

p {
	font-size:12px;
	color:#666666;
	line-height:130%;
	margin-bottom:1em;
}

.textbox-middle p {
	margin:0;
	padding:0.5em 1em;
}

img.banner {
	margin-bottom:5px;
}

table {
	width:90%;
	border-collapse:collapse;
	font-size:12px;
	margin:0 1em 1em;
	text-align:left;
}

.textbox-middle table {
	margin:0 auto;
}

th {
	border:#336699 1px solid;
	background-color:#5F94C9;
	padding:10px;
	color:#FFFFFF;
}

td {
	border:#336699 1px solid;
	padding:10px;
}

#maincontents a {
	text-decoration:underline;
	color:#3366CC;
}

#maincontents a:hover {
	text-decoration:underline;
	color:#00CCFF;
}


/* 2010年7月12日　石崎追加 */
ol{
	list-style:decimal;
	margin-left:30px;
	font-size:12px;
	line-height:120%;
	margin-top:0.5em;
}

ol li{
	margin-bottom:0.8em;
}

ol li img{
	border:#999999 solid 1px;
	margin-top:0.3em;
}


