@charset "utf-8";
/* CSS Document */

body {

	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	font-size: 13px;

	margin: 0px;

	padding: 0px;

	background-color: #C8DCE8;/*--E9FDFF*/

	color: #666;

}



#container{
	width:900px;
	margin:0 auto;
	background-color:#FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	background-color:#FFFFFF; /*背景が下まで伸びない*/
}



nav {
	display: inline;
	float: left;
	width: 180px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;

}
nav p{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
nav p a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	background-image:url(../images/menu_blue02.gif);
	background-repeat: no-repeat;

}
nav p a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #66CDAA;
	background-image: url(images/navi-over2.jpg);
	background-repeat: no-repeat;/*マウスオーバーでの画像の切り替えを一枚の画像で行うようにしたい*/
	background-position: 15px center;
}

article {
	
	display: inline;

	float: right;

	width: 700px;

	padding-right: 100px;
	padding-bottom: 50px;

	background-color:#ffffff;	
	
	
	}
article p{
	font-size:15px;
	text-indent:15px;
	}
article li{line-height:180%;}
	
table {
	border-collapse: collapse;
	width:700px;
	border:1px;
}
td {
	border: solid 1px;
	padding: 0.5em;
}

#footer {

	clear: both;

	background-color: #CCC;

	padding-top: 5px;

	padding-bottom: 5px;

}







#footer p {

	color: #000;

}
article h2 {
	clear:both;/*背景画像が上の隙間に入り込もうとするのでここでflortを切った*/
	margin-top: 20px;

	margin-bottom: 15px;
	padding-left:5px;
	background-image:url(../images/midasibase.png);
	background-repeat:no-repeat;
	text-indent:30px;
	color:#000000;
	
	
	}
