@charset "shift_JIS";

/* common */

.dead {
	color: #bbbbbb;
	text-decoration: line-through;
}

.bold {
	color: #7a604c;
	background-color: transparent;
	font-family: "ＭＳ Ｐ明朝", 平成明朝, serif;
	font-size: large;
	font-weight: 700;
	font-stretch: condensed;
	letter-spacing: 2pt
}


/* body */

body {
	color: #7a604c;
	background-color: #ffffff;
	text-align: left;
}

#toppage {
	text-align: center
}


/* image */

img {
	position: relative;
	border-style: none
}


/* text */

h1 {
	color: #7a604c;
	background-color: transparent;
	font-family: "ＭＳ Ｐ明朝", 平成明朝, serif;
	font-size: medium;
	font-weight: 700;
	font-stretch: condensed;
	letter-spacing: 12pt;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #000248;
	padding-top: 0.8em;
	padding-left: 0.8em;
	margin: 0px 24%
}

h2 {
	color: #7a604c;
	background-color: transparent;
	font-family: "ＭＳ Ｐ明朝", 平成明朝, serif;
	font-size: medium;
	font-weight: 700;
	font-stretch: condensed;
	letter-spacing: 12pt;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #000248;
	padding-top: 0.8em;
	padding-left: 0.8em;
	margin-right: 40%
}

p {
	color: #7a604c;
	background-color: transparent;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	font-weight: 400;
	font-stretch: normal;
	line-height: 96%
}

#japanonly {
	text-align: right;
	top: 12px;
	right: 12px
}


hr {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #7a604c;
}



/* a */

a { color: #7a604c }
a:link { color: #112e1f }
a:visited { color: #7e201e }
a:hover { 
	color: #ffffff;
	background-color: #7a604c
}


/* list */

ul {
	list-style-type: disc;
	list-style-position: outside	
}

ul#menu {
	list-style-type: none;
	list-style-position: outside
}

/* div */

div.menulist {
	color: #7a604c;
	background-color: transparent;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	font-weight: 600;
	font-stretch: condensed;
	text-align: left;
	padding-right: 40px;
	border-style: none
}

div.rireki {
	color: #999999;
	background-color: transparent;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	font-weight: 600;
	font-stretch: condensed;
	text-align: left;
	padding-right: 40px;
	margin-left: 30%;
	margin-top: 1.4em;
	border-style: none
}


div.archive {
	color: #7a604c;
	background-color: transparent;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	font-weight: 500;
	font-stretch: normal;
	line-height: 96%;
	text-align: center;
	border-style: none
}

