* {
	margin: 0;
	padding: 0;
}
body {
	font-family:"Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	font-size: 0.9em;
	background-color: #efefef;
	color: darkslategray;
	line-height:1.5em;
}
p {
	margin: 0 0 1em;
	padding: 10px;
}

ul, ol {
	list-style-image:none;
	list-style-type:none;
}
img {
	border: 0;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: lightseagreen;
}
a:hover, a:active{
	color: darkslategray;
}

h1 {
	border-bottom: 1px solid #EAEAEA;
	font-size: 1.2em;
	font-style: normal;
	margin: 10px 20px 20px 0;
}
h2 {
	font-size: 1em;
	font-style: normal;
	margin: 0 5px 0 0;
}
h3 {
	font-size: 0.9em;
	font-style: normal;
}
table {
	border: 0;
}
tr, td, th {
	border: 0;
	padding: 1em;
}

table .odd {
	background-color: #dfdfef; 
}
table .even {
	background-color: #efdfdf;
}

/* class */
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.small {
	font-size: 0.95em;
	line-height:1.2em;
}
.xsmall {
	font-size: 0.8em;
	line-height:1.2em;
}
.bold {
	font-weight: bold;
}
.first {
	float: left;
}
.last {
	float: right;
}
.clear {
	clear: both;
}
.dot {
	list-style-type: disc;
}
.digit {
	list-style-type: decimal;
}
/* */
.section {
	padding: 10px 0px;
}
.desc {
	margin:10px 20px ;
	color: #305e50;
}
.desc li {
	margin-left: 20px;
}
.desc li li {
	margin-left: 40px;
}
.caution {
	font-size: 0.9em;
	color:indianred; 
}
.badge {
	float: right;
}
.space {
	padding: 10px;
}

/* */
.column {
	width: 280px;
	height: 140px;
	text-align: left;
}
.column a {
	font-weight: bold;
	font-size: 1.1em;
	padding-left: 10px;
}
img.icon {
	width: 84px ;
	height: 84px ;
	float: left;
	padding-right: 8px;
}
img.smallicon {
	width: 64px ;
	height: 64px ;
	float: left;
	padding-right: 8px;
}
img.bigicon {
	width: 96px ;
	height: 96px ;
	float: left;
	padding-right: 8px;
}

/* container */
#container {
	width: 800px;
	height: 100%;
	margin: 0 auto;
	background-color: white ;
	border: 1px solid #EAEAEA ;
}
#header {
	margin: 10px;
	padding: 5px;
	height: 80px;
}
#side {
	float:left ;
	width:180px;
	font-size: 12px;
	padding:10px ;
}
#main {
	float: left ;
	width: 600px;
	margin-bottom: 10px;
}
#footer {
	clear: both;
	height:60px;
	margin: 20px 60px;
	text-align: center;
	text-align: center;
	border-top: 1px solid #EAEAEA;
}

/* --- header --- */
#logo img {
	width: 84px;
	height: 84px;
	float: left ;
	margin-left: 40px;
}
#title {
	margin-left: 160px;
	margin-top: 20px;
	font-size: 1.8em;
}
#globalnavi {
	float: right ;
}

/* --- side --- */
.sidebox {
	padding-top:40px;
	text-align: center;
}
#contents {
	margin-top: 20px;
}

/* horizontal navi */
ul.hNavi {
	margin-left: 0;
	padding-left: 0;
	display: inline;
}
ul.hNavi li {
	padding: 0 4px 0 7px;
	border-left: 1px solid #8B9992;
	list-style: none;
	display: inline;
}
ul.hNavi > li:first-child {
	border-left: none;
}

/* side navi */
#navi {
	background:#FFFFFF none repeat scroll 0 0;
	display:block;
	line-height:2em;
	position:relative;
	top:0;
	width:90%;
}
#navi .active {
	background:#F1F1F1 none repeat scroll 0 0;
	color:darkslategray;
	font-weight:bold;
}
#navi .active:hover {
}
#navi ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
#navi li {
}
#navi a {
	border-bottom:1px solid #EAEAEA;
	color:#8B9992;
	display:block;
	height:25px;
	padding-left:10px;
	text-decoration:none;
}
#navi a:hover {
	background: #8B9992;
	color: white;
}
#navi a:active {
}
/* Child - Level 1 */
#navi ul ul a {
	padding: 0px 0px 0px 30px;
}

#navi ul ul .active {
	color:darkslategray;
}
#navi ul ul a:hover {
	background: #8B9992;
	color: white;
}
#navi ul ul a:active {
}

