
* {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	font-family: sans-serif;
	letter-spacing: 1px;
	font-size: 100%;
}

body {
	width: 100%; 
}

/* ----------------------- */
/*      Header style       */
/* ----------------------- */

#header {
	display: block;
	height: 100px;
	padding: 0;
	margin: 0;
	position: fixed !important;
	position: absolute; /* IE6 hack */
	top: 0;
	width: 100%;
	z-index: 1;
	overflow: hidden;
}

#header h1 {
	position: relative;
	height: 100%;
	margin: 0;
	font-size: 50px;
	line-height: 100px;
	font-family: cursive;
	border: none;
}

#header a , #header a:hover {
	background-color: transparent;
	border: none;
	color: #774a18;
	display: block;
	padding: 0 0.5em;
	margin: 0;
	font-size: 40px;
	line-height: 80px;
	text-decoration: none;
	font-family: cursive;
}

/* ----------------------- */
/*      Footer style       */
/* ----------------------- */

#footer {
	clear: both; 
	display: block;
	font-size: x-small;
/*	position: relative; */
	height: 5em;
	margin: 0;
	padding: 0.5em;
}

#footer p {
	text-align: right;
}

#footer a {
	border: none;
	padding: 0;
}

/* ----------------------- */
/*     Container style     */
/* ----------------------- */

#container {
	margin-top: 100px;
	padding-top: 1em;
	position: relative;
	padding-bottom: 0;
	margin-bottom: 0;
}

#side_container {
/*background-color: lightblue;*/
	width: 13em;
	float: right;
	margin-bottom: 0;
	padding-bottom: 0;
	position: relative;
}

/* ----------------------- */
/*     Contents style      */
/* ----------------------- */

#menu , #sidebar , #contents {
	margin: 0 1em 1em 1em;
	padding: 1em;
	position: relative;
}

#sidebar {
	margin-bottom: 0;
}

#menu {
	top: 0;
	padding-left: 0.5em;
}

#menu ul {
	display: block;
	list-style-type: none;
/*	margin: -5px 0; */
	margin: 0 0 0 0.5em;
}

#menu li {
	list-style-image: none;
	list-style: none;
	margin: 5px 0;
}

#menu li li {
	font-size: 85%;
}

#menu a {
	border: 1px solid;
	display: block;
	overflow: hidden;
	padding: 5px 0;
	text-decoration: none;
	text-indent: 5px;
	width: 100%;
}

#menu a:hover {
}

#sidebar {
}

#contents {
	margin-right: 13em;
	z-index: 0;
}

.breadcrumb {
	margin: 0;
	padding: 0 0 0.5em 0;
/*	position: absolute; */
/*	border: 1px dashed red; */
}

.breadcrumb-separator {
	font-weight: bold;
}

/* ----------------------- */
/*     Elements style      */
/* ----------------------- */

a {
	border: none;
	padding: 1px;
	text-decoration: underline;
}

a:hover {
	border: 1px solid;
	padding: 0;
	text-decoration: none;
}

h1 {
	border-bottom: 3px solid;
	border-bottom-color: white;
/*	background-color: white; */
	margin: 0 0 1em 0;
	font-size: 1.5em;
	line-height: 1.5em;
}

h2 {
	border-bottom: 2px dotted;
	border-bottom-color: white;
	margin: 0.5em 0 1em 0;
}

h3 , h4 {
	border-bottom: 1px dashed;
	border-bottom-color: white;
	margin: 0.5em 0 1em 0;
}

h5 , h6 {
	margin: 0.5em 0;
}

h2 a , h3 a , h4 a , h5 a , h6 a {
	text-decoration: none;
	font-size: inherit;
}

table {
	margin: 0.5em 1em;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid;
}

th , td {
	padding: 5px;
	border: 1px solid;
}

caption {
	margin: 0.5em 0 -0.5em 0;
}
caption:before {
	content: "【";
}
caption:after {
	content: "】";
}

p {
/*	text-indent: 1em; */
	margin: 0.5em 0 0.5em 0.5em;
}
p:first-letter {
/*	font-size: 2em; */
}

pre {
	border: 1px solid;
	font-family: monospace;
	font-size: 80%;
	margin: 1em;
	padding: 0.5em;
}

code {
	border: 1px solid;
	font-family: monospace;
	font-size: 80%;
	margin: 0.2em;
	padding: 0.1em;
}

blockquote {
	border: 3px double;
	font-family: monospace;
	margin: 1em;
	padding: 0.5em;
}
blockquote p {
	text-indent: 0;
	margin: 0;
}
blockquote:after {
	content: "引用：" attr(cite);
	display: block;
	font-size: small;
	text-align: right;
}

img {
	border: none;
}

.image {
	padding: 0 10px 10px 0;
}
.image a {
	margin: 0;
	padding: 0;
	border: none;
}
.image a:hover {
	border: none;
	padding: 0;
}
.image img {
	border: 1px dashed red;
}

ul , ol {
	margin: 0.5em 0;
}

li {
	margin-left: 15px;
}

dl {
	margin: 0.5em 0;
}

ol li {
	margin-left: 2em;
/*	list-style-type: upper-roman; */
}

dt {
	margin: 0.5em 0 0.2em 0;
}

dd {
	margin-left: 1em;
}

p.info {
	margin: 0 0 0 1em;
	padding: 0;
	font-size: 80%;
	text-align: right;
}

.warning {
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: top left;
}

a.extlink {
	background-image: url(image/list-marker-1.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-right: 9px;
}

a.extlink:hover {
	padding-right: 8px;
}

/*************************************************/
/*         Elements background image style       */
/*************************************************/

#header {
	background-image: url(image/header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

ul li {
	list-style-image: url(image/list-marker-3.gif);
}

.warning {
	background-image: url(image/warning.gif);
}

/*************************************************/
/*              Elements color style             */
/*************************************************/

body {
	background-color: white;
}

#header {
	background-color: white;
}

.breadcrumb {
/*	background-color: white; */
}

#footer {
	background-color: #317b00;
	color: white;
}

#footer a , #footer a {
	background-color: transparent;
	color: white;
}

#menu , #sidebar , #contents {
	background-color: #edf9da;
	color: black;
}

#menu a {
	background-color: #edf9da;
	border-color: #5aaf00;
	color: black;
}

#menu a:hover {
	background-color: #5aaf00;
	color: white;
}

#menu .current {
	background-color: #317b00;
	border-color: #317b00;
	color: white;
}

h1 , h2 , h3 , h4 , h5 , h6 {
	border-color: #733129;
	color: #733129;
}

h2 a , h3 a , h4 a , h5 a , h6 a {
	color: #733129;
}

a {
	color: #c66b84;
}

a:hover {
/*	border-color: #317b00;
	background-color: #dbf3b5;
	color: #317b00;*/
	border-color: #a04e73;
	background-color: #ffeeee;
	color: #7b3163;
}

table {
	border-color: #317b00;
border-color: red;
background-color: red;
}

th {
	background-color: #c1ea7f;
	border-color: #317b00;
	color: #317b00;
}
td {
	background-color: #dbf3b5;
	border-color: #317b00;
	color: black;
}

pre , code {
	border-color: #317b00;
	background-color: #e7e7de;
	color: #733129;
}

blockquote {
	border-color: #317b00;
	background-color: #e7e7de;
	color: #733129;
}

.warning {
	color: red;
}

del {
	color: gray;
}

/***** history styles *****/

.history {
}

.history dt {
	width: 3em;
}

.history dd {
	position: relative;
	top: -1.2em;
	margin-left: 3em;
	margin-bottom: -2.5em;
}

.history ul {
	position: relative;
	left: 8em;
	margin-right: 8em;
	margin-bottom: -1.5em;
	top: -2em;
}

/*

.history {
	width: 100%;
	overflow: hidden;
}

.history dt {
	width: 3em;
	float: left;
	clear: both;
}

.history dd {
	float: left;
}
.history div {
	width: 100%;
	overflow: hidden;
}

.history a {
	float: left;
	width: 9em;
	margin-right: 0.5em;
}

.history ul {
	float: left;
	margin: 0 0 0.5em 0;
}
*/

/***** Page history styles *****/

.page_history {
/*	border: 1px solid #317b00; */
	margin: 0 1em;
}

.page_history dt {
	line-height: 1.2em;
	border-right: 1px solid #317b00;
	width: 7em;
	padding-left: 0.5em;
	margin: 0;
}

.page_history dd {
	line-height: 1.2em;
	position: relative;
	margin-top: -1.2em;
	margin-left: 7.5em;
	padding-left: 0.5em;
	border-left: 1px solid #317b00;
}

/***** Siblings navigation styles *****/

.siblings_navigation {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 1em;
	line-height: 1.5em;
}

/***** Image list styles *****/

.image_list {
	overflow: hidden;
	width: 99%;
}

.image_list div {
	padding: 0.5em;
	float: left;
/*	width: 200px; */
}

.image_list h3 {
	clear: both;
}

.image_list img {
}

.image_list p {
	text-indent: 0;
}

/***** Icon catalog styles *****/

div.icon_catalog {
	overflow: hidden;
	width: 64px;
	padding: 0;
	float: left;
	text-align: center;
	margin: 3px;
}

.icon_catalog img {
	display: block;
	margin: 3px auto;
}

.icon_catalog p {
	margin: 0 auto;
	text-align: center;
	font-size: 60%;
}

/***** Icon catalog styles *****/

.link {
	overflow: hidden;
	clear: left;
	margin-bottom: 1em;
}
.link div {
	float: left;
	position: relative;
	text-align: center;
	width: 210px;
	z-index: 1;
}
.link p {
	padding: 0 0;
	margin: 0 0 0 215px;
}
.link img.banner {
	padding: 0;
	margin: 0 auto;
	display: block;
}
.link a {
	text-align: center;
	display: block;
}

/***** Feed styles *****/

.feed , .feed:hover {
	margin-left: 3px;
	padding: 0 0 0 19px;
	background-image: url("image/feedicon.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
}

/***** Trackback styles *****/

.trackback {
	border: 1px solid #317b00;
/*	list-style-position: inside; */
	list-style-type: none;
	margin-left: 0;
/*	padding-left: 0.5em; */
	margin-top: 0.5em;
}
.trackback .header {
	margin: 0 0.5em;
	font-weight: bold;
}
.trackback .body {
	margin: 0 0.5em;
}
.trackback .footer {
	margin: 0 0.5em;
	text-align: right;
	font-size: 80%;
}

/***** Comment styles *****/

#comment_form {
	margin-top: 1em;
}

.comment {
	border: 1px solid #317b00;
/*	list-style-position: inside; */
	list-style-type: none;
	margin-left: 0;
/*	padding-left: 0.5em; */
	margin-top: 0.5em;
}
.comment .header {
	margin: 0 0.5em;
	font-weight: bold;
}
.comment .body {
	margin: 0 0.5em;
}
.comment .footer {
	margin: 0 0.5em;
	text-align: right;
	font-size: 80%;
}



