@import url("layout.css");
body {
	font-family: "ＭＳ Ｐゴシック", Century,Arial, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #003377;
}
h1 {
	font-size: 20px;
}
strong {
	font-size: 14px;
}
#container {
	width: 990px;
	margin: 0 auto;
	background-image: url("../images/sidebar.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	width: 990px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	overflow: auto;
	background-color: #114488;
}
#masthead img {
	float: right;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
}
#sidebar {
	float: left;
	width: 198px;
	background-color: #114488;
	position: relative;
	clear: both;
	margin-left: 0px;
	display: inline;
}
#tab {
	float: right;
	width: 792px;
	height: 30px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding: 0px;
	background-color: #4488cc;
	color: #4488cc;
	font-size: 8px;
}
#tab .tab {
	color: #4488cc;
	text-decoration: none;
}
#tab img {
	float: left;
}
#content_top {
	float: right;
	width: 782px;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #1155aa;
	position: relative;
}
#content {
	float: right;
	width: 772px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0;
	padding: 10px;
	background-color: #ffffff;
	position: relative;
}
#main_table {
	margin-left: 80px;
}
small {
	font-size: 8px;
}
/* フッターのスタイル */

#footer {
	text-align: center;
	clear: both;
	width: 990px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0;
	overflow: auto;
	background-color: #114488;
}
#footer img {
	float: right;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: normal;
}

/* プロジェクト宣言のスタイル */

#content table {
	font-size: 14px;
	text-align: left;
}


.line1 {
	line-height: 24px;
}

/* リンクのスタイル */
.style_link {
	color: #003366;
}
.style_link_ad {
	font-size: 12px;
}

.style_hoken01 {
	text-decoration: none;
	font-size: 7px;
	color: #05389e;
}

