
BODY {
font-size: 12px;
line-height: 150%;
margin: 0px;
background-color: #A5B0C2;
}


#base {
	margin: 0 auto;
	padding: 0px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-color: #959DB0;
	border-left-color: #959DB0;
	border-right-style: solid;
	border-left-style: solid;
	width: 700px;
	background-color: #FFFFFF;
	}
	
#header {
	color: #00A2C6;
	padding: 0px;
	width: 700px;
	background-color: #1939A8;
	}

strong {
font-weight: normal;
}

h1 {
  font-size: 12px;
  font-weight: normal;
  margin: 0px;
  float: left;
  }

h2 {
	font-size: 12px;
	color: #333333;
	line-height: 22px;
	margin: 15px 0px 0px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	background-image: url(img/dt.jpg);
	background-repeat: no-repeat;
	}

.title {
font-size: 14px;
color: #FFFF00;
font-weight: bold;
margin-top: 5px;
margin-left: 3em;
padding-bottom: 20px;
}

#content {
	color: #00A2C6;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	}


#list {
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	}

#list ul{
	margin: 0px;
	list-style-type: none;
	}

#list li {
	font-size: 12px;
	margin-left: 1em;
	background-image: url(img/top_li.gif);
	background-repeat: no-repeat;
	display: block;
	}

#list li a {
	color: #1133AA;
	line-height: 22px;
	text-decoration: none;
	margin: 2px 2px 2px 20px;
	background-color: #FFFFFF;
	}

#list li a:hover {
	color: #3377DD;
	background-color: #FFFFCC;
	background-image: none;
	}



/*
----------------------------------------------- */

.af { font-size: 10px; color: #969696; }
.af a:link {
	color: #969696;
	text-decoration: none;
	}
.af a:visited {
	color: #969696;
	text-decoration: none;
	}
.af a:HOVER{
	background-color: #FFFFFF;
	color: #969696;
	}

.copy {
	font-size: 12px;
	color: #969696;
	text-align: center;
	}
.copy a:link {
	color: #969696;
	text-decoration: none;
	}
.copy a:visited {
	color: #969696;
	text-decoration: none;
	}
.copy a:HOVER{
	color: #969696;
	}


/*ナビゲーション
----------------------------------------------- */
#nav {
	background-color: #666666;
}

#nav ul {
	margin-top: 0px;
	padding: 5px 5px 18px 30px;
	list-style-type: none;
  }
  
#nav li {
	float:left;
	line-height:normal;
	text-indent:0;
  }
  
#nav a {
	font-size: 10px;
	color: #CCCCCC;
	letter-spacing: 0.2em;
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #999999;
	border-left-color: #CCCCCC;
	border-right-style: solid;
	border-left-style: solid;
}

#nav a:hover {
	color: #333333;
	border-width: 1px;
	border-color: #999999 #CCCCCC #CCCCCC #999999;
	border-style: solid;
	background-color: #DDDDDD;
}
