body {
	color: gray;
	line-height: 2em;
	margin: 20px;
	padding: 20px;
	}
#header {
	height: 50px;
	color: royalblue
	}
#container{
	width: 1150px;
	border: solid 0px #999;
	padding: 20px;
	}

#nav{
	width: 20%;
	float: right;
	}
#contents{
	width: 80%;
	float: left;
	}	
#footer{
	height: 40px;
	clear: both;
	font-size: 10px;
	}
p{
	
	padding: 10px;
	font-size: normal;
	}
.serif{
	font-family: "MS P明朝"、細明朝体、"ヒラギノ明朝 プロ", "Hiragino Mincho Pro";
	}
.sansseif{
	font-family: メイリオ, "MS Pゴシック", Osaka,  "ヒラギノ角ゴ Pro W3",  "Hiragino Kaku Gothic Pro";
	}
.monospace{
	font-family: "MS ゴシック", Osaka-等幅, monospace;
	}
	
h1{
	
	color:royalblue;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2{
	color:royalblue;
	font-family: "Courier New", Courier, monospace;
}

h3{
	color:royalblue;
	font-family: "Courier New", Courier, monospace;
}

h4{
	color:olive;
	font-family: "Courier New", Courier, monospace;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

.small_50 {
	font-size: 50%;
}
.text_right {
	text-align: right;
}

.text_center {
	text-align: center;
}

a {
	text-decoration: none;
	}
a:link {
	color: blue;
	}
a:visited {
	color: blue;
	}
a:hover {
	color: gray
	}
a:active{
	color: olive
	}	
	
table [
	font-size: 14px;
	background-color: #ffffff;
	}
td {
	padding: 30px;
	}