@charset "utf-8";

*{
	margin: 0;
	padding:0;
}

body{
	font-family: Arial;
	font-size:12px;
	margin:0px;
}

A:link { color:#1A7AF0; text-decoration:none }
A:visited { color:#008080; text-decoration:none }
A:active { color:red; text-decoration:none }
A:hover {text-decoration:underline;}


#container {
	width:690px;
}

#container h2 {
	font-size:16px;
	padding:15px;
}

.box img {
	margin:1em 0 0.5em 1em;
}

#globaltitle {
	overflow:auto;
	margin-bottom:10px;
	padding:0;
	width:690px;
	border-bottom:solid #3FA9EF 1px;
}
#globaltitlel {
	float:left;
	width:620px;
}
#globaltitler {
	float:left;
	margin-top:22px;
	width:70px;
}

#navimenu {
	clear:left;
	width:690px;
}

#leftnavi {
	float:left;
	width:65px;
	height:35px;
	background-color:#ABD9F8;
}
#navimain {
	float:left;
	width:558px;
	margin:0 1px 0 1px;
}

#rightnavi {
	float:left;
	width:65px;
	height:35px;
	background-color:#ABD9F8;
}

.box {
	border:solid 1px #003399;
	width:660px;
	margin:10px 15px 0 15px;
}

.myclear {
	clear:left;
}

.box1 {
	border-bottom:solid 1px #003399;
	padding:3px;
	background-color:#E3E4FF;
	color:#003399;
	font-weight:bold;
}

.box2 {
	padding:3px;
}

#footer {
	margin-top:20px;
	padding:0 5px 0 0;
	width:685px;
	text-align:right;
	background-color:#CEDBFF;
	color:#666666;
}


