/* <style type="text/css"> */

* {
    box-sizing: border-box;
}

body {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    background-color: #FFFFFF;
    color: #000000;
    link: #FF0000;
}
/* </style> */

a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
hr {
    display: none;
}
#container {
	width: 1000px;
    margin: 0px;
}
#header {
    margin: 0px;
    padding: 5px;
}
#content-wrapper {
    display: flex;
    align-items: stretch;
}
#contents {
    width: 220px;
    background-color: #0CF;
    padding: 0px;
}
#main {
    width: 780px;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px;
    line-height: 1.0;
}
#footer {
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: #039;
    color: #FFF;
    text-indent: 1em;
}

/* #container #header {
	width: 1000px;
    height: auto;
	margin-left: 5px;
	margin-right: 5px;
}
#container #footer {
    float: right;
	width: 1000px;
    height: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #039;
	color: #FFF;
    margin-top: 5px;
    margin-left: 5px;
	margin-right: 5px;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: normal;
	line-height: 100%;
}
#container #contents {
	float: left;
	width: 200px;
    height: auto;
	padding-bottom: 0px;
	background-color: #0CF;
	background-size: contain;
	padding-top: 0px;
	line-height: 140%;
    padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#container #main {
	float: right;
	width: 760px;
    height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
	padding-left: 0px;
    margin-left: 0px;
	line-height: 140%;
	page-break-before: always;
	page-break-after: always;
    text-indent: 1em;
}
*/
#container #main a {
	color: #000;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
}
#container #main a:active {
	color: #F00;
}
#container #main a:visited {
	color: #000;
	text-decoration: none;
}
#container #main a:hover {
	color: #00F;
	text-decoration: underline;
}
#container #main ul {
	color: #000;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
}
#container #main ul li a {
	color: #000;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
}

#container #main ul li a:active {
	color: #F00;
}

#container #main ul li a:visited {
	color: #000;
	text-decoration: none;
}

#container #main ul li a:hover {
	color: #00F;
}

#container #main h2 {
	background-color: #C33;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #F60;
    /* border-top-width: 10px;
    border-top-stype: solid;
    border-top-color: chocolate; */
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: large;
    font-style: normal;
	color: #FFF;
	font-weight: bold;
    text-indent: 1em;
}
#container #main h3 {
	background-color: #0C6AEF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left-width: 0px;
	border-left-style: solid;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: large;
    font-style: normal;
	color: #FFF;
	font-weight: bold;
    text-indent: 1em;
}
#container #contents h2 {
	background-color: #009;
    padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: large;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: normal;
	text-indent: 1em;
}
#container #contents ul {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}
#container #contents ul li a {
	color: #FFF;
	text-decoration: none;
}

#container #contents ul li a:visited {
	color: #000;
	text-decoration: none;
}

#container #contents ul li a:hover {
	color: #F00;
}

#container #contents ul li a:active {
	color: #FF0;
}
