@CHARSET "UTF-8";

/* 共通スタイル */
* {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

body {
	font-size: 80%;
	color: #10187B;
	margin-top: 2px;
	margin-left: 2px;
}

table, td, div {
	border-color: #10187B;
}

ol, ul {
	list-style-type: none;
	list-style-position: outside;
}

em {
	color: red;
	font-style: normal;
	font-size: 140%;
	font-weight: bold;
}

h1.title {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 120%;
}


div.title_hr {
	border-bottom: 1px dotted #10187B;
	margin-bottom: 0px;
}

/* ページ構造のDIV */

div.head {
	width: 757px;
	height: 110px;
}

a.topLink img{
	border : 0px;
}

div.navigation {
	float: left;
	width: 140px;
	color: white;
	background-color: #10187B;
}

div.navigation > div.inner {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

div.contents {
	float: left;
	width: 617px;
}

/* ナビゲーションメニュー */
div.navigation ol {
}

div.navigation li {
	margin-bottom: 10px;
}

div.navigation li.title {
	color: yellow;
	font-weight: bold;
}

a.navi:link {
	color: white;
	text-decoration: none;
}

a.navi:visited {
	color: white;
	text-decoration: none;
}

a.navi:hover {
	color: white;
	text-decoration: underline;
}


