/***************文書構造******************/


/**** marginとpaddingを再設定。ブラウザごとにデフォルトが違うため *****/

* {
	margin: 0;
	padding: 0;
}

/************ 構造 ******************/

body {
	font-family: 'ＭＳ Ｐゴジック','Osaka',sans-serif, arial;
	text-align: center;
	margin: 0px auto;
}

#container {
	background-color: white;
	width: 780px;
	text-align: left;
}

div#container {
	margin: 30px auto;
}

#left_bar {
	width: 200px;
	float: left;
	position: relative;
	left: -490px;
	overflow: hidden;
	font-size: 10pt;
	line-height: 20px;
}

div#left_bar{
	padding-top: 30px;
}

#contents {
	left: 240px;
	width: 510px;
	min-height: 600px;
	float: left;
	position: relative;
	overflow: hidden;
	font-size: 10.5pt;
	line-height: 24px;
}

div#contents {
	padding-top: 30px;
	padding-bottom: 30px;
}

#contents_single {
	margin-left: 120px;
	width: 550px;
	font-size: 10.5pt;
	line-height: 1.8em;
}

div#contents_single {
	padding: 20px 0px;
}

/***************** ヘッダ *********************************/
#header {
	padding: 20px 20px 10px;
	border-bottom-width: 2px;
	border-bottom-color: black;
	border-bottom-style: solid;
}

div#header .logo {
	float: left;
}

div#header .searchbox {
	text-align: right;
}

div#header .description {
	clear: both;
	font-weight: bold;
	font-size: 10.5pt;
	line-height: 1.5em;
	padding-top: 10px;
}
div#header h1 {
	font-family: 'ＭＳ Ｐゴジック','Osaka',sans-serif, arial;
	font-weight: bolder;
	font-size: 24pt;
	color: red;
}

/***************** 右サイドバー *************************/
#left_bar h2 {
	font-size: 10.5pt;
	color: #660000;
	background-image: url(images/leftbar_list.gif);
	background-repeat: no-repeat;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-bottom: 2px;
	padding-left: 14px;
	border-width: 0px 0px 4px;
	border-bottom-color: #804040;
	border-bottom-style: solid;
}

#left_bar ul.sidemenu {
	list-style-type: none;
}
#left_bar ul.listmenu {
	margin-bottom: 24px;
	margin-left: 18px;
	list-style-type: disc;
}

/***************** 現在位置 *************************/
div.navi {
	font-size: 10pt;
	padding: 8px 20px 0px;
}

div.navi li {
	list-style-type: none;
	display: inline;
}

/**************** フッター ************************/
#footer {
	clear: both;
	height: 80px;
	text-align: center;
	font-size: 10pt;
	line-height: 20px;
	border-top-width: 2px;
	border-top-color: black;
	border-top-style: solid;
}
div#footer {
	padding: 5px 20px 20px;
}
div#footer .copyright {
	font-family: Arial, Sans-Serif;
	font-weight: bolder;
	font-size: 10pt;
}
div#footer .menu {
	padding-top: 5px;
}

/***************** リンク *************************/
#header a {
	text-decoration: none;
}
#header a:visited {
	color: red;
}
#left_bar a:link, .navi a:link, #footer a:link {
	color: black;
	text-decoration: none;
}

#left_bar a:visited, .navi a:visited, #footer a:visited {
	color: black;
	text-decoration: none;
}

#left_bar a:hover, .navi a:hover, #footer a:hover {
	color: red;
	text-decoration: underline;
}

#left_bar a:active, .navi a:active, #footer a:active {
	color: red;
	text-decoration: none;
}

/*************** contents内 *********************/

#contents ul, #contents_single ul {
	margin-bottom: 1em;
	margin-left: 3em;
	list-style-type: disc;
}
#contents ol,  #contents_single ol {
	margin-bottom: 1em;
	margin-left: 3em;
	list-style-type: decimal;
}
#contents blockquote, #contents_single blockquote {
	margin: 1em 1em 1em 3em;
}

#contents h1, #contents_single h1 {
	font-weight: bold;
	font-size: 14pt;
	color: #660000;
	margin-bottom: 24px;
	padding: 4px 0 4px 8px;
	border-bottom-width: 2px;
	border-left-width: 18px;
	border-bottom-color: #804040;
	border-left-color: #804040;
	border-bottom-style: solid;
	border-left-style: solid;
}

#contents h2, #contents_single h2 {
	font-weight: bold;
	font-size: 12pt;
	line-height: 1.3em;
	color: #660000;
	margin-top: 24px;
	margin-bottom: 24px;
	padding-left: 8px;
	border-bottom: 1px #804040 dotted;
	border-left: 12px #804040 solid;
}

/**************** 一般 ************************/

img {
	border-width: 0;
}

p {
	margin-top: 24px;
	margin-bottom: 24px;
}

em {
	font-weight: bold;
	font-size: 19pt;
	color: #660000;
}

h3 {
	font-weight: bold;
	font-size: 12pt;
	line-height: 1.5em;
	color: #660000;
	margin-top: 24px;
	margin-bottom: 24px;
	padding-left: 8px;
	border-left-width: 12px;
	border-left-style: solid;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 2em;
	margin-bottom: 1em;
}

table {
	margin-bottom: 1em;
}

th, td {
	font-size: 10pt;
	line-height: 1.5em;
}
/********* 修飾 *********************/

table.std {
	border-collapse: collapse;
	border-width: 2px;
	border-color: black;
	border-style: solid;
}
table.std td, table.std th {
	font-size: 90%;
	border-width: 1px 2px;
	border-color: black;
	border-style: solid;
	padding: 0.3em;
}
table.std thead th {
	border-bottom-width: 2px;
	border-bottom-color: black;
	border-bottom-style: solid;
}

table.downloadlist{
	border-collapse: collapse;
	border-width: 2px;
	border-color: black;
	border-style: solid;
}
table.downloadlist th, table.downloadlist td {
	font-size: 90%;
	border-width: 1px 2px;
	border-color: black;
	border-style: solid;
	padding: 0.3em;
}
table.downloadlist thead th {
	color: #804040;
	border-bottom-width: 2px;
	border-bottom-color: black;
	border-bottom-style: solid;
}
table.downloadlist .leftcell {
	white-space: nowrap;
}

table.downloadlist .centercell {
	text-align: center;
	white-space: nowrap;
}

div.malmag {
	padding-top: 1em;
	padding-bottom: 1em;
}

ul.checklist {
	margin-left: 3em;
	list-style: none;
}

ul.checklist li{
	margin-bottom: 2em;
    padding-top: 5px;
    padding-left: 30px;
    background: url(images/checkred.gif) no-repeat 0px 0.3em;
}

dl.footnote {
	font-size: 9pt;
	padding: 1em;
	margin-bottom: 2em;
	border-width: 1px;
	border-style: solid;
}

dl.footnote dd {
	margin-top: 0px;
}

div.banner {
	padding-bottom: 18px;
	padding-top: 18px;
}

.red {
	color: red;
}

.markeryellow{
	font-weight: bold;
	background-color: yellow;
}

.bold {
	font-weight: 900;
}

.size18 {
	font-size: 18pt;
}
.size24 {
	font-size: 24pt;
}
.size28 {
	font-size: 28pt;
}
.size32 {
	font-size: 32pt;
}
.center {
	text-align: center;
}

.right {
	text-align: right;
}

.frame {
	margin-bottom: 2em;
	padding: 1em;
	border-width: 1px;
	border-style: solid;
}

.historylist dd {
	margin-left: 0px;
}
.topbanner {
	text-align: center;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
