@charset "shift_JIS";

/* body */

body {
	color: #7a604c;
	background-color: #ffffff;
	text-align: left;
	font-weight: 500
}

img {
	position: relative;
	border-style: none
}


/* text */

h1 {
	color: #7a604c;
	background-color: transparent;
	font-family: "ＭＳ Ｐ明朝", 平成明朝, serif;
	font-size: large;
	font-weight: 800;
	font-style: normal;
	font-stretch: condensed;
	letter-spacing: 0.6em;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #000248;
	padding-top: 0.8em;
	padding-left: 0.8em;
	margin-right: 40%;
	margin-bottom: 2em
}


h2 {
	color: #7a604c;
	background-color: transparent;
	font-size: large;
	font-weight: 600;
	font-style: normal;
	border-left-style: solid;
	border-left-width: 1.6em;
	border-left-color: #7a604c;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #7a604c;
	padding-top: 0.4em;
	padding-left: 0.8em;
	margin-top: 2em
}

p {
	font-weight: 700;
	font-style: italic;
	font-stretch: condensed

}

blockquote {
	color: #000000;
	font-size: small;
	font-weight: 400;
	font-style: normal;
	margin-left: 4em
}

blockquote.temp {
	border-color: #7e210e;
	border-width: thin;
	border-style: dashed;
	padding: 1em
}

blockquote.code {
	background-color: #faeadd;
	border-color: #7a604c;
	border-width: thin;
	border-style: solid;
	padding: 1em
}

blockquote.refer {
	background-color: #faf0ee;
	border-width: thin;
	border-style: none;
	padding: 1em
}



code {
	color: #000000;
	font-size: small;
	font-weight: 400;
	font-style: normal;
	margin-left: 4em;
	border-color: #7e210e;
	border-width: thin;
	border-style: dashed;
	padding: 1em
}


hr {
	border-style: dotted;
	color: #7a604c
}

/* a */

a { color: #7a604c }
a:link { color: #112e1f }
a:visited { color: #7e201e }
a:hover { 
	color: #ffffff;
	background-color: #7a604c
}


