@charset "UTF-8";
/* CSS Document */

body {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	font-size:80%;
	background-color:#666;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

h1 {
	font-size:160%;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom: 1px dashed #999;
}

h2 {
	font-size:120%;
	margin-top:5px;
	margin-bottom:5px;
}

h3 {
	font-size:100%;
	margin-top:5px;
	margin-bottom:5px;
}


h4 {
	font-weight:normal;
	font-size:70%;
	margin-top:5px;
	margin-bottom:5px;
}

ul {
	list-style-type:disc;
	margin-top:5px;
}

img {
	border:0px;
}

p {
	line-height:1.5;
	margin-top:5px;
	margin-bottom:5px;
}

.orange {
	color:#C63;
}

.date {
	color:#660;
}

a:link{
	color:#099;
}

a:visited{
	color:#639;
}

a:active, a:hover{
	color:#F60;
	text-decoration:underline;
}

#wrapper {
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:white;
}

#header {
	width:900px;
}

#menu {
	width:900px;
	background-color:#333;
}

#menu img {
	margin-left:7px;
}

#submenu{
	float:left;
	width:250px;
}

#contents{
	width:900px;
}

#contents table{
	width:840px;
	border:0;
	margin-left:auto;
	margin-right:auto;
}

#maincontents{
	float:right;
	width:650px;
}

#footer{
	clear:both;
	background-color:#44413e;
	color:white;
	font-size:75%;
	text-align:center;
}

#maincontents table {
	border:0px;
	width:650px;
	margin-left:auto;
	margin-right:auto;
	}

#submenu table{
	width:250px;
}

#submenu ul{
	font-size:90%;
	margin:0px;
	padding-left:20px;
}


td {
	padding:5px;
}

#smallbox table {
	width:700px;
	margin-left:auto;
	margin-right:auto;
}

#smallbox th {
	width:80px;
	background-color:#CCC;
	text-align:center;
}

#smallbox td {
	padding:5px;
}

.picleft{
	float:left;
	margin-right:10px;
}

.border{
	border:1px #666 solid;
}

.clear{
	clear:both;
}

.newstitle{
	font-size:130%;
	font-weight:bold;
	line-height:1.5;
}
.box {
	padding:10px;
	border:1px #aaa solid;
}

.underbar {
	border-bottom: 1px solid #999;
	margin-bottom:10px;
}

em {
	text-decoration:none;
	color:#900;
}
