﻿@charset "utf-8";
/* 
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	list-style: none;
}
body {
	font-size: 75%;
	font-family:"ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	color: #333333;
	background: #CCFFCC;
}
img {
	border: none;
}
span.boldwhite{
	color: #F0FFFF;
	font-weight: bold;
}
span.newnew{
      color: #CC0033;
}
span.newred{
	color: #FF0000;
}
span.boldred{
	color: #FF0000;
	font-weight: bold;
}
span.newblue{
	color: #0066FF;
}
span.boldblue{
	color: #0066FF;
	font-weight: bold;
}
span.newgreen{
	color: #00CC00;
}
span.boldgreen{
	color: #00CC00;
	font-weight: bold;
}
a:link{
	color: #172088;
	text-decoration: none
}
a:visited{
	color: #172088;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
/* 
---------------------------------------------*/
#header {
	position: relative;
	width: 747px;
	height: 0px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	padding-top: 80px;
}
#top1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 747px;
}
#top2 {
	position: absolute;
	left: 0px;
	top: 15px;
	width: 250px;
	float: left;
}
#lin1 {
	position: absolute;
	left: 0px;
	top: 75px;
	width: 747px;
}
#header p{
	line-height: 1.5em;
}
#header img{
	float: left;
}
/* 
---------------------------------------------*/
#contents {
	position: relative;
	width: 745px;
	margin: 0 auto;
	border:1px solid #0066FF;
	background: #FFFFFF;
}
#menu {
	padding: 0px 0px;
	margin-top:20px;
	margin-bottom:0px;
	width:100%;
	float:left;
	width: 185px;
	text-align: center;
	background: #FFFFFF;
}
#main {
	padding: 10px 0px;
	width:100%;
	float:right;
	width: 555px;
	margin-left:-185px;
	margin-bottom: 10px;
	background: #FFFFFF;
}
#footer {
	position: relative;
	clear: both;
	width: 747px;
	height: 25px;
	margin: 0 auto;
	text-align: center;
	background: #0066FF;
}
#footer_link {
	position: relative;
	width: 745px;
	height: 30px;
	font-size: 10;
	background: url(../images_gif/footer.gif) no-repeat;
}
/* 
---------------------------------------------*/
#menu div{
	margin-left:6px;
	margin-bottom:0px;
}
#menu a{
	display:block;
	width: 180px;
	font-family:"ＭＳ Ｐゴシック", sans-serif;
	padding: 5px 0px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	border-bottom:solid 1px;
	background:#E0FFFF;
	color: blue;
}
#menu a:link{
	text-decoration:none;
	border-bottom:solid 1px;
	background:#E0FFFF;
	color: blue;
}
#menu a:visited{
	text-decoration:none;
	border-bottom:solid 1px;
	background:#E0FFFF;
	color: blue;
}
#menu a:hover{
	text-decoration:none;
	border-bottom:solid 1px;
	background: #1871FF;
	color:#FFFFFF;
}
/* 
---------------------------------------------*/
#main h1{
	margin:0;
	padding:0.2em 0.5em;
	color:#FFFFFF;
	background-color:#0099FF;
	border-left: 10px solid #FFCC00;
}
#main p{
	padding:0 15px;
	text-align:left;
}
#main p img{
	float:left;
	margin:10px 10px 10px 10px;
}
#main h2{
	position: relative;
	margin-left: 10px;
	padding: 3px 10px;
	background-color: #FFFF99;
	border-left: 5px solid #66FFFF;
	border-bottom: 1px solid #66FFFF;
	width: 515px;
}
#main h3 {
	position: relative;
	margin-left: 10px;
	padding: 3px 10px;
	background-color: #FFFF99;
	border-left: 5px solid #4DBBD5;
	border-bottom: 1px solid #4DBBD5;
	width: 515px;
}
/* 
---------------------------------------------*/

