
body {
	background: #fff url(../../image/bg/main.gif) repeat-x;
	color: black;
	font-size: 90%;
	font-family: tahoma, arial, verdana, sans-sarif, osaka;
	text-align: center;
	margin: 0 0 0 0;
}

div#container {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 20px;
	text-align: left;
	background: #fff url(../../image/bg/dummy.gif) repeat-y top center;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

div#header {
	width: 780px;
	height:	15px;
	background-color: #fff;
	color: gray;
	font-size: 75%;
	border-bottom: 1px solid #fff;
	text-align: right;
}

div#title {
	width: 780px;
	height: 120px;
	background: url(../../image/icon/title.jpg);
}

div#globalnav {
	width: 780px;
	height:	25px;
	background-color: #eeeeff;
	color: black;
	font-size: 90%;
	border-bottom: 1px solid #000;
}

div#globalnav ul { width: 780px; margin: 0; padding: 4px 0; text-align: left; }
div#globalnav li { display: inline; list-style: none; margin: 0; padding: 0 0 0 10px; }

div#content {
	width: 67%;
	float: left;
	padding: 0 0 20px;
	background: url(../../image/icon/contents.gif) no-repeat top right;
	background-color: #fff;
}

div#contents {
	width: 95%;
	height: 90%;
	float: right;
	margin: 25px 3px 0px 0px;
	padding: 20px 10px 20px 10px;
	background-color: #fafafa;
	border-top: 1px solid #999;
	border-bottom: 2px solid #000;
	border-left: 1px solid #999;
	border-right: 2px solid #000;
}
div#contents p.label {
	font-size: 90%;
	font-weight: bold;
	line-height: 1.5em;
	border-left: 3px solid #99f;
	padding: 5px 5px 5px 10px;
}
div#contents p.sub {
	color: #f33;
	font-size: 85%;
	font-weight: bold;
	line-height: 1.0em;
	padding: 5px 5px 5px 10px;
}
div#contents p.txt {
	font-size: 85%;
	line-height: 1.5em;
	border-left: 2px dotted #000;
	padding: 5px 5px 5px 10px;
	margin-left: 10px;
}

div#sidebar {
	width: 33%;
	float: right;
	padding: 0 0 20px;
	background: url(../../image/icon/information.gif) no-repeat top right;
	background-color: #fff;
}
div#sidebarMenu {
	width: 33%;
	float: right;
	padding: 0 0 20px;
	background: url(../../image/icon/menu.gif) no-repeat top right;
	background-color: #fff;
}
div#sidebarMenu li {
	color: black;
	font-size: 85%;
	font-family: tahoma, arial, verdana, sans-sarif, osaka;
}

div#information {
	width: 90%;
	height: 90%;
	float: right;
	margin: 25px 3px 0px 0px;
	padding: 20px 10px 20px 10px;
	background-color: #fafafa;
	border-top: 1px solid #999;
	border-bottom: 2px solid #000;
	border-left: 1px solid #999;
	border-right: 2px solid #000;
}
div#information p {
	font-size: 85%;
}
div#information p.msg {
	border-left: 3px solid #ccc;
	line-height: 1.5em;
	padding: 5px 5px 5px 10px;
}

div#information p.mini {
	font-size: 70%;
	text-align: right;
}

div#footer {
	clear: both;
	width: 780px;
	height:	40px;
	background-color: #eeeeff;
	color: black;
	font-size: 75%;
	text-align: right;
	border-top: 1px solid #000;
}

div#footer p{ padding: 5px; }

img,input { vertical-align: middle; }
input,textarea {
	font-size: 90%;
	font-family: tahoma, arial, verdana, sans-sarif, osaka;
}
table {
	font-size: 85%;
	font-family: tahoma, arial, verdana, sans-sarif, osaka;
	margin-left: 10px;
}
td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.formtxt	{ font-weight: bold; }
.minibutton	{ font-size:10px; background-color:#ffffff; border:1px solid #666666; }
.copyright	{ font-size: 70%; }

a:link { color: blue; }
a:visited { color: purple; }
a:hover, a:active { color: red; }

