@charset "utf-8";

/*----------------------------------------------------------------------------*
	PAGE ATTRIBUTES
 *----------------------------------------------------------------------------*/

body {
	color: #000000;
	background-color: #FFFFFF;
}
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660099;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


/*----------------------------------------------------------------------------*
	PAGE HEADER & FOOTER
 *----------------------------------------------------------------------------*/

h1 {
	color: white;
	background-color: #660000;
	margin: 0px 0px 0.25em 0px;
	padding: 0.1em 0.5em 0.1em 0.5em;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "sans-serif";
	font-weight: bold;
}
.pagefooter {
	color: white;
	background-color: #660000;
	margin: 0.25px 0px 0em 0px;
	padding: 0.1em 0.5em 0.1em 0.5em;
	text-align: right;
	font-size: small;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "sans-serif";
	font-weight: bold;
}
.pagefooter A {
	color: white;
	text-decoration: none;
}

/*----------------------------------------------------------------------------*
	NAVIGATION MENU
 *----------------------------------------------------------------------------*/

.navmenu {
	/*display: table-cell;*/
	vertical-align: top;
	padding: 0.2em 0.5em 0.2em 0.5em;
}

.navmenu ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "sans-serif";
	font-weight: bold;
}
.navmenu ul a {
	text-decoration: none;
	border: none;
	color: #330000;
}
.navmenu ul a:visited {
	color: #330000;
}
.navmenu ul ul {
	list-style: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "sans-serif";
	font-weight: normal;
	font-size: small;
	margin-left: 1em;
	padding-left: 0px;
}

.navmenu_extra {
	text-align: center;
	color: #330000;
	font-size: x-small;
}
.navmenu_extra a {
	text-decoration: none;
	color: #330000;
}

/*----------------------------------------------------------------------------*
	BODY TEXT
 *----------------------------------------------------------------------------*/

.bodytext {
	/*display: table-cell;*/
	vertical-align: top;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "serif";
	font-weight: normal;
	padding-right: 32px;
	padding-left: 32px;
	border-left: 1px dashed #660000;
	line-height: 1.5em;
}

/*
.body h1 {
	margin-left: -32px;
}
*/

.bodytext h2 {
	margin-left: -16px;
	border-color: #663300 black;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "sans-serif";
	font-weight: bold;
	color: #330000;
}

.bodytext h3 {
	margin-left: -8px;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "serif";
	font-weight: bold;
	font-style: normal;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	background-image: url(gray_bar.gif);
	background-repeat: repeat-y;
}

.bodytext h3 a {
	color: black;
	text-decoration: none;
}

.bodytext h3 a:hover {
	text-decoration: underline;
}

.bodytext h4 {
	margin-left: -8px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "sans-serif";
	font-weight: bold;
	color: #330000;
}

.bodytext STRONG {
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "sans-serif";
	font-weight: bold;
}

.cover_photo {
	text-align: center;
	margin-right: -16px;
	margin-left: -16px;
}

/*----------------------------------------------------------------------------*
	FLOATING IMAGES
 *----------------------------------------------------------------------------*/

img[align=left] {
	margin: 0.5em 0.5em 0.5em 0em;
}

img[align=right] {
	margin: 0.5em 0em 0.5em 0.5em;
}

.image_left {
	line-height: 1.1em;
	margin: 0.5em 0.5em 0.5em 0em;
	float: left;
	font-size: smaller;
	color: #333333;
}

.image_right {
	line-height: 1.1em;
	margin: 0.5em 0em 0.5em 0.5em;
	float: right;
	font-size: smaller;
	color: #333333;
}

.image_center {
	line-height: 1.1em;
	text-align: center;
	font-size: smaller;
	color: #333333;
}

/*----------------------------------------------------------------------------*
	Standard Table Design
 *----------------------------------------------------------------------------*/
table.std_table {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}
table.std_table th {
	background-color: #CCCCCC;
	border: thin solid #333333;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "sans-serif";
	font-weight: bold;
}
table.std_table td {
	border: thin solid #333333;
}


/*----------------------------------------------------------------------------*
	OTHER PROPERTIES
 *----------------------------------------------------------------------------*/

img {
	border: 0;
}

dt {
	font-weight: bold;
}

.sans {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "sans-serif";
	font-weight: normal;
}

.sans-bold {
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "sans-serif";
	font-weight: bold;
}

.webdings {
	font-family: "Webdings";
}

div.notice {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "sans-serif";
	border: 1px solid #999999;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

/*
.menu-button {
	text-decoration: none;
	border: none;
	//width: 100%;
	//padding: 4px;
	color: #330000;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "sans-serif";
	font-weight: bold;
}
*/

.inline_code {
	font-family: "Courier New", "monospace";
}

.block_code {
	border: 1px #999999 solid;
	padding: 0.5em;
	background-color: #EEEEEE;
	font-family: "Courier New", "monospace";
}

.weak {
	font-size: smaller;
	color: #333333;
}

.note {
	margin-left: 2em;
	margin-right: 2em;
	font-size: smaller;
}

.inline_note {
	color: #333333;
	font-size: smaller;
}

TABLE.booklist H3 {
	margin-top: 0px;
}

.nobullet {
	list-style-type: none;
}

UL.booktoc {
	padding-left: 0em;
}
UL.booktoc LI {
	padding-top: 0.5em;
	list-style-type: none;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "sans-serif";
	font-weight: bold;
}

UL.booktoc UL {
	padding-left: 1em;
}
UL.booktoc LI LI {
	padding-top: 0.25em;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "serif";
	font-weight: bold;	
}

UL.booktoc LI LI LI {
	padding-top: 0em;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "serif";
	font-weight: normal;
}

ul.references
{
	list-style: none;
}
ul.references li:before
{
	display: inline-block;
	margin-left: -1.25em;
	width: 1.25em;
	font-family: "Webdings";
	content: "4";
}

.dynlang_link {
	font-size: smaller;
	text-align: right;
}

/*----------------------------------------------------------------------------*
	NUCLEUS CMS
 *----------------------------------------------------------------------------*/

.nucleusbutton a img {
	border: none;
}

/* 
	Definitions for the item listings like they are done on the main page and in archives
	- h3.item is the title of an item (<h3 class="item">)
	- .itembody is the item contents
	- .iteminfo contains the time of posting and the name of the author, and the amount of comments
	
	anchors in the iteminfo (.iteminfo a) are not underlined and bold
*/

/* item title */
h3.item {
	/*font-size: medium;*/
	/* margin: 0px; */
	margin-top: 10px;
	margin-bottom: 8px;
}

/* class: item-category --- used in "Simple" template */
.item-category {
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "sans-serif";
	font-weight: bold;
	color: #660000;	
}
.item-category a:link {
	color: #660000;	
}
.item-category a:visited {
	color: #660000;	
}

.itembody {	
	margin-top: 5px;	
	margin-bottom: 5px;
}

.itembody li {
	list-style-position: inside;
}

.iteminfo {
	padding-top: 2px;
	margin-bottom: 20px;
	border-top-style: dashed;
	border-top-color: gray;
	border-top-width: 1px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "sans-serif";
	font-weight: normal;
	font-size: small;
	color: gray;
	clear: both;
}

.iteminfo a {
	font-weight: bolder;
	color: #555;
	text-decoration: none;
}

.commentinfo {
	padding-top: 2px;
	margin-bottom: 20px;
	border-top-style: dashed;
	border-top-color: gray;
	border-top-width: 1px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "sans-serif";
	font-weight: normal;
	font-size: small;
	color: gray;
	clear: both;
}

/*
	Some rules that apply to contents generated using the markup buttons 
	"add left box" and "add right box"
	
	both boxes have slightly larger text, and take a maximum of 20% of 
	the width of the contents.
*/

.leftbox, .rightbox {
	margin: 3px;
	/*padding: 3px;*/
	font-size: larger;
	/*width: 20%;*/
}
.leftbox {
	float: left;
	padding-right: 8px;
	/*border-right: 2px solid #ccc;*/
}
.rightbox {
	float: right;
	padding-left: 8px;
	/*border-left: 2px solid #ccc;	*/
}

