
body {
	margin: 0;
	padding: 0;
	border: 0;
	color: #666;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-style: normal;
	background-color: #acb;
}
h1 {
	color: #965;
	font-size: 24px;
}
h2 {
	color: #965;
	font-size: 24px;
}
h3 {
	color: #965;
	font-size: 1.5em;
}
h4 {
	color: #965;
	font-size: 1.25em;
}
h5 {
	color: #965;
	font-size: 0.75em;
}
h6 {
	color: #965;
	font-size: 0.5em;
}
/* ------------------------------
id
------------------------------ */
#top_bottom_space {
	width: 720px;
	height: 15px;
	margin: auto;
	text-align: center;
}

#Page-Container{
	width: 720px;
	background : #acb url(../images/bkgd_tile.gif) repeat-y;
	margin: auto;
	padding: 0;
	text-align: left;
	overflow: hidden;
}

/* ヘッダのスタイル */

#header {
	width: 720px;
	height: 65px;
	background : #acb url(../images/head_tile.gif) repeat-y;
	margin: auto;
	padding: 0;
	text-align: center;
}

#top_logo {
	width: 150px;
	float: left;
	padding-left:10px;
}

#top_menu {
	width: 500px;
	float: right;
	margin-right:10px;
	text-align: right;
}

#top_menu ul {
	list-style-type: none;
}
#top_menu li {
	margin-top: 5px;
	margin-right: 10px;
	float: right;
	display: inline;
}

#top_menu a {
	color: #000;
	text-decoration: none;
	border: 1px solid #ced;
}
#top_menu a:hover {
	background-color: #fff;
	border: 1px solid #fff;
}

#top_menu img {
	width: 100%;
	float: right;
}

/* ナビゲーションのスタイル */

#navigation {
	width: 720px;
	height: 30px;
	background : #acb url(../images/navi_tile.gif) repeat-y;
	margin: auto;
	padding: 0;
	text-align: left;
}
#navigation ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	display: inline;
	margin-left: 10px;
	padding-left: 5px;
	padding-top: 5px;
}
#navigation a {
	color: #000;
	text-decoration: none;
	margin: 0 1px;
	padding-left: 5px;
	padding-top: 5px;
	display: block;
	border: 1px solid #d3d3d3;
}
#navigation a:hover {
	padding-left: 5px;
	padding-top: 5px;
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}

#pdf_list {
	width: 100%;
	padding-left: 100px;
}

#pdf_list ul li {
	display: block;
	padding-bottom: 10px;
}
#pdf_list ul li ul {
	padding-top: 10px;
}
#pdf_list a {
	color: #666;
	text-decoration: none;
}
#pdf_list a:hover {
	color: #fff;
	background-color: #666;
	border: 1px solid #666;
}
#pdf_list .page {
	color: #888;
	font-size: 11px;
}

/* メインページ設定 */

#Container {
	width: 720px;
	background : #acb url(../images/bkgd_tile.gif) repeat-y;
	margin: auto;
	padding: 0;
	text-align: left;
	overflow: hidden;
}


/* コンテンツのスタイル */

#contents {
	margin-right: 10px;
	margin-left: 10px;
	width: 690px;
	float: left;
	color: #555;
}

#page-title {
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 0px;
}

/* 解説（本文）のスタイル */
#bar_pink {
	font-size: 18px;
	width: 680px;
	height: 22px;
	float: left;
	padding-left: 10px;
	padding-top: 5px;
	color: #555;
	background-color: #fcd;
}

#kaisetu {
	font-size: 14px;
	line-height: 18px;
	width: 633px;
	float: left;
	margin-left: 20px;
	color: #555;
}
#kaisetu img {
	float: right;
	padding-right: 10px;
	margin-bottom: 20px;
}
#kaisetu .text {
	margin-top: 10px;
	margin-bottom: 10px;
}
#kaisetu .center {
	font-size: 12px;
	text-align: center;
}
#list {
	width: 300px;
	margin-left: 30px;
}

#to_top {
	font-size: 12px;
	width: 420px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	float: right;
	color: #555;
}

#to_top img {
	float: right;
	margin-right: 20px;
}

#hr {
	float: left;
	margin-left: 30px;
	border: 0;
	width: 400px;
	height: 2px;
}

/* フッターのスタイル */
#footer {
	clear: both;
	width: 720px;
	background : #acb url(../images/foot_tile.gif) repeat-y;
	margin: auto;
	padding: 0;
	text-align: center;
	font-size: 12px;
	overflow: hidden;
}

#footer li {
	display: inline;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#footer p {
	color: #fff;
	font-size: small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}

#sectionTop {
	background : url(bg_tyuougrouup.jpg) no-repeat center bottom;
	height: 304px;
	_height: 324px;/* --IE6用ハック-- */
	width: 705px;
}

*:first-child+html #sectionTop {/* --ie7用ハック-- */
	height: 324px;
}
/* ------------------------------
class
------------------------------ */
.hoken {
	font-size: 8px;
	color: #efefef;
	text-decoration: none;
}
.ryugaku {
	font-size: 14px;
	color: #666;
	text-decoration: none;
}
