@cherset "utf-8";

/* ユーザースタイルの初期化（共通 screen.css のみ） */
* {
	text-decoration: none;
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	background-color: transparent;
}

body {
	color: #555;
	margin: 0px;
	text-align: center;	/* IE 用センタリング設定 */
	background-color: #eeddbb;
/*	background-color: #f3f0b1;*/
}

#header {
	width: 100%;
	min-width: 40em;
	background-color: #a47961;
}

h1 {
	width: 80%;
/*	border: 2px solid;*/
	margin: 0 auto;
	padding: 0.5em 0;
	text-align: left;
	letter-spacing: 0.1em;
	font-size: 2em;
	line-height: 2em;
	z-index: 3;
	color: #ffe;
}

h1 img {
	border: 0;
	margin-right: 1em;
	vertical-align: bottom;
}

h2 {
	text-align: right;
	line-height: 2em;
	letter-spacing: 0.2em;
/*	background-image: url('../image/laozi-idp.jpg');*/
	z-index: 1;
/*	color: #a47961;*/
	color: #9b593b;
}

strong {
	font-weight: bold;
	font-size: 1.1em;
}

.new {
	color: #ee2222;
}

.new:before {
	font-size: 0.9em;
	content: "［新着］";
}

/* -------------------- 基本構造 ( Base Structure ) --------------------- */

#page {
	position: relative;
	width: 80%;
	min-width: 400px;
	margin: 0 auto;	/* IE 以外のセンタリング設定 */
	text-align: left;	/* IE 用センタリング設定の後始末 */
/*	border: #444 1px solid;*/
}

#global-navi {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 59%;
	min-width:32em;
	height: 24px;
	background-image: url('../image/globalnavi-bg-left.png');
	background-repeat: no-repeat;
	background-position: left bottom;
/*	background-color: #666;
	background-image: url('../image/globalnavi-bg.png');
	background-repeat: repeat-x;
	background-position: 0px -12px;*/
	color: #fff;
	font-weight: bold;
	font-size: 0.8em;
/*	border: #666 2px solid;*/
	margin: 0;
	text-align: center;	/* IE 用センタリング設定 */
	z-index: 3;
}

#global-navi ul {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 24px;
	width: 95%;
	min-width: 30em;
	background-image: url('../image/globalnavi-bg.png');
	background-repeat: repeat-x;
	background-position: right bottom;
	z-index: 1;
}

#global-navi ul:before {
	width: 18px;
	height: 24px;
	background-image: url('../image/globalnavi-bg-left.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}

#global-navi ul li {
	display: inline;
	padding: 1em	;
}

#global-navi a {
	font-weight: bold;
}

#global-navi a:link {
	color: #d46c38;
}

#global-navi a:link:before {
	content: "　";
	color: transparent;
}

#global-navi a:visited {
	color: #d46c38;
}

#global-navi a:visited:before {
	content: "　";
	color: transparent;
}

#global-navi a:hover {
	color: #23ac78;
}

#global-navi a:hover:before {
	color: #23ac78;
	content: ">>";
}

#navi {
	width: 26%;
	float: left;
	font-size: 0.8em;
}

#navi ul {
	margin-bottom: 1em;
}

#main-contents {
	position: absolute;
	top: 2em;
	right: 0px;
	width: 72%;
/*	float: right;*/
	z-index: 1;
}

/*#main-contents li {
	display: marker;
}*/

#main-contents li:before {
	display: marker;
	marker-offset: 2em;
}

#main-contents ul li + li:before {
	content: " ○";
}

#main-contents ol {
	list-style-type: demical;
	margin-left: 2em;
}

#main-contents ul {
	list-style-type: disk;
	margin-left: 2em;
}

.discription {
	border: 1px solid;
	padding: 2em;
	font-size: 0.9em;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	margin: 1em 0;
}

.subtitle {
	font-size: 0.8em;
	margin-left: 1.5em;
}

table {
	margin-top: 1.5em;
	font-size: 0.8em;
	line-height: 1.5em;
	width: 100%;
	border-collapse: collapse;
}

tbody th {
	font-weight: bold;
	vertical-align: top;
	text-align: right;
	padding-right: 2em;
	border-collapse: collapse;
	border-top: #666 1px solid;
	padding: 0.5em;
}

tbody td {
	border-collapse: collapse;
	border-top: #666 1px solid;
	padding: 0.5em;
}

#navi .contents li + li:before {
	content: " ○";
}
.subtitle {
	font-size: 0.7em;
}

.site-location {
	margin: 0;
	padding: 0;
}

.site-location ul, ul li {
	display: inline;
}

.site-location ul li li:before {
	content: " > ";
}
