@charset "utf-8";

body {
	margin: 1em 20px;
	color: #5f3333;
	background-color: #8a7262;
	font-family: "Trebuchet MS", sans-serif;
}

/*--------------------------------------
	Layout
----------------------------------------*/

div#content {
	width: 900px;
}

div#navi {
	float: left;
	width: 200px;
	background-color: #685040;
}

div#main {
	float: left;
	width: 500px;
	background-color: #f4f3e8;
}

div#word {
	margin-left: 5px;
	float: left;
	width: 195px;
	background-color: #fff;
}

#footer {
	clear: both;
	margin: 1em 16px;
	color: #fff;
	font-size: 80%;
	text-align: center;
}


/*--------------------------------------
	Elements
----------------------------------------*/

h1 {
	color: #fff;
	font-weight: normal;
	font-size: 140%;
}

h2 {
	padding: 0.3em 16px;
	color: #7a2e4b;
	background-color: #fff;
	font-weight: normal;
	font-size: 100%;
	margin: 0.8em 16px; 
}

h3 {
	padding: 0.3em 4px;
	color: #7a2e4b;
	background-color: #f4f3e8;
	font-weight: normal;
	font-size: 100%;
	margin: 0.8em 16px;
}

p {
	margin: 1em 16px;
	font-size: 80%;
}

ul {
	margin: 0.8em 20px;
	padding: 0;
	color: #fff;
}

dt {
	margin: 0 16px;
	font-size: 90%;
}

li,dd {
	margin: 0 16px;
	font-size: 80%;
}

li li {
	font-size: 100%;
}

.right {
	margin: 1em 16px;
	font-size: 80%;
	text-align: right;
}

#topic_path {
	margin: 1em 16px;
	color: #ffffff;
	font-size: 80%;
/*	text-align: right;*/
}

/* ----- 行ページ ----- */
#key_list li {
	border-left: 1px solid #5f3333;
	border-bottom: 1px solid #5f3333;
	margin-bottom: 10px;
	padding-left: 20px;
	list-style-position: inside;
	list-style-type: none;
	color: #5f3333;
}

/* ----- TOPページ ----- */
#index_bar {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#index_bar ul {
	margin: 0;
	padding: 0;
}

#index_bar li {
	padding-right: 12px;
	display: inline;
}

/*--------------------------------------
	Hypertext
---------------------------------------*/
/* ----- 全体 ----- */
a:link {
	text-decoration: none;
	color: #005585;
}

a:visited {
	color: #485270;
}

a:hover {
	text-decoration: underline;
	color: #b83800;
}

/* ----- MENU ----- */
li a:link {
	text-decoration: none;
	color: #ffffff;
}

li a:visited {
	color: #ffffff;
}

li a:hover {
	text-decoration: underline;
	color: #ffffff;
}

/* ----- パンくず ----- */
#topic_path a:link {
	text-decoration: none;
	color: #ffffff;
}

#topic_path a:visited {
	color: #ffffff;
}

#topic_path a:hover {
	text-decoration: underline;
	color: #ffffff;
}

/* ----- 行ページ ----- */
#key_list a:link {
	text-decoration: none;
	color: #005585;
}

#key_list a:visited {
	color: #485270;
}

#key_list a:hover {
	text-decoration: underline;
	color: #b83800;
}

/* ----- TOPページ ----- */
#index_bar a:link {
	text-decoration: none;
	color: #005585;
}

#index_bar a:visited {
	color: #485270;
}

#index_bar a:hover {
	text-decoration: underline;
	color: #b83800;
}

