@charset "shift_jis";
*{
	background-color: inherit;
	font-style: inherit;
	text-decoration: inherit;
	font-weight: inherit;
	color: inherit;
	line-height: 150%;
	}

html{
	margin: 0;
	padding: 0;
	background-color: #ffe;
	}

body {
	margin: 0;
	padding: 2em 5%;
	}

h1{
	margin: 2em 0 1em;
	padding: 0;
	color: #600;
	font-size: 150%;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	border-style: none;
	clear: both;
	}

h2{
	margin: 2em -2% 1em;
	padding: 7px 3% 3px;
	background-color: #ffc;
	color: #000;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	border-style: solid;
	border-width: 1px 0;
	border-color: #966;
	clear: both;
	}

h3{
	color: #000;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	margin: 2em -2% 1em;
	padding: 0 4%;
	text-align: left;
	line-height: 120%;
	border-style: solid;
	border-color: #966;
	border-width: 0 0 1px;
	clear: both;
	}

h3:before{
	content: "■";
	color: #966;
	margin-right: 0.3em;
	}

h4{
	color: #000;
	text-align: left;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	margin: 1em 0 0.5em 1em;
	padding: 0;
	line-height: 120%;
	border-style: none;
	clear: both;
	}

h4:before{
	content: "◇";
	color: #966;
	margin-right: 0.3em;
	}

p{
	margin: 0.6em 0.5em;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-indent: 0.8em;
	}

blockquote {
	margin: 1.5em 1em;
	padding: 0 1em;
	text-indent: 0;
	border-style: solid;
	border-width: 0 3px;
	border-color: #f99;
	clear: both;
	}

blockquote:before {
	display: block;
	line-height: 1.6em;
	color: #060;
	border-bottom: #c66 1px solid;
	margin-bottom: 1em;
	content: "以下引用";
	}

blockquote[title]:before {
	content: "以下 「" attr(title) "」 より引用";
	}

blockquote:after {
	display: block;
	line-height: 1.6em;
	color: #060;
	border-top: #c66 1px solid;
	margin-top: 1em;
	text-align: right;
	content: "引用ここまで";
	}

blockquote[cite]:after {
	content: "引用ここまで\A" "URI: " attr(cite);
	}

pre{
	background-color: transparent;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	margin: 1em;
	padding: 0;
	border-style: none;
	border-color: #000000;
	border-width: 0 0 0 0;
	text-align: left;
	}

ul, ol, dl{
	margin: 0 0 0 3em;
	padding: 0;
	}

li{
	margin: 0 0 0 0.5em;
	padding: 0;
	line-height: 120%
	}

ul>li{
	list-style-type: disc;
	}

ul ul>li{
	list-style-type: circle;
	}

ul ul ul>li{
	list-style-type: square;
	}

dt{
	margin: 0.8em 0 0.2em 0.5em;
	padding: 0;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: 150%
	}

dd{
	margin: 0 0 0 3em;
	padding: 0;
	text-indent: 0.5em;
	line-height: 120%
	}

dd p{
	margin: 0.2em 0.5em;
	}

address{
	font-weight: normal;
	font-style: normal;
	margin: 1em 0;
	padding: 0.5em 1em;
	border-style: solid;
	border-color: #966;
	border-width: 1px;
	text-align: left;
	clear: both;
	}

a{
	background-color: transparent;
	color: inherit;
	font-weight: inherit;
	font-style: inherit;
	margin: 0;
	padding: 0 0.1em;
	text-decoration: none;
	}

a img{
	border-style: none;
	}

a:link{
	color: #00c;
	text-decoration: underline;
	}

a:visited {
	color: #660066;
	text-decoration: underline;
	}

a:active  {
	color: #0000cc;
	text-decoration: underline;
	}

a:hover { 
	color: #cc0000;
	background-color: #ffff99;
	text-decoration: underline;
	}

sup a:link{
	font-weight: normal;
	color: #666666;
	border-style: none;
	text-decoration: none;
	}
sup a:visited {
	font-weight: normal;
	color: #666666;
	border-style: none;
	text-decoration: none;
	}
sup a:active{
	font-weight: normal;
	color: #000000;
	border-style: none;
	text-decoration: none;
	}
sup a:hover{
	font-weight: normal;
	color: #cc0000;
	background-color: #ffff99;
	border-style: none;
	text-decoration: none;
	}

em {
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	color: #c00;
	margin: 0 0.1em;
	}

pre em {
	font-weight: bold;
	font-style: inherit;
	background: inherit;
	}

strong{
	background-color: transparent;
	color: inherit;
	font-weight: bold;
	font-style: inherit;
	margin: 0 0.1em
	}

cite, q{
	background-color: transparent;
	color: #060;
	font-weight: normal;
	font-style: normal;
	}

dfn{
	background-color: transparent;
	color: #300;
	font-weight: normal;
	font-style: normal;
	}

a:link *,
a:visited *,
a:active *,
a:hover *{
	color: inherit;
	}

img{
	margin: 0;
	padding: 0;
	}

table{
	background-color: transparent;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	margin: 1.5em 0;
	padding: 0 0 0 0;
	border-color: #966;
	border-color: #000000;
	border-width: 1px;
	text-align: left;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto; 
	}
caption{
	background-color: transparent;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	font-size: 80%;
	color: #333333;
	margin: 0 0 0 0;
	padding: 0 0 4px 0;
	border-style: none;
	border-color: #000000;
	border-width: 0 0 0 0;
	text-align: center;
	}
td{
	background-color: transparent;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 0 0;
	padding: 1px 3px 1px 3px;
	border-style: solid;
	border-color: #966;
	border-width: 1px 1px 1px 1px;
	text-align: left;
	}
th{
	background-color: #ffc;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 0 0;
	padding: 1px 3px 1px 3px;
	border-style: solid;
	border-color: #966;
	border-width: 1px 1px 1px 1px;
	text-align: center;
	}
sup{	
	line-height: 100%;
	margin: 0 2px 0 0;
	}
table img{
	margin: 3px;
	padding: 0;
	border-style: none;
	}
