@charset "Shift_JIS";
* {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-size: 100%;
}
body {
	background-color: #6A553E;
	/*
	background-image: url(images/back-body.gif);
	*/
	color: #333330;
	padding-top: 10px;
}
h1, h2, h3, dt, th, #totop, #footer {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #5d3536;
}
h2 {
	margin-top: 28px;
	border-bottom: 2px dotted #d0afb1;
	font-size: 160%;
	font-weight: normal;
}
h3 {
	margin-top: 1em;
	font-size: 120%;
}
p, ul, ol, dl, table { 
	margin-top: 1em;
	margin-bottom: 1em;
}
dt {
	margin-top: 1em;
}
dd, li  {
	padding-left: 2em;
}
table {
	background-color: #55412e;
	font-size: 90%;
}
th, td {
	padding: 6px 8px 4px 8px;
	background-color: white;
	vertical-align: top;
}
th {
	text-align: left;
	background-color: #fffefe;
	background-image: url(images/back-pink.gif);
	background-repeat: repeat-x;
	background-position: 0 -40px;
}
td p {
	margin: 0;
}
img {
	vertical-align: bottom;
}
a img {
	border: none;
}
a:link {
	color: #993300;
}
a:visited {
	color: #406720;
}
a:hover {
	color: #ff3300;
}

/* -------------------------------------------  container */
#container {

	width: 900px;
	max-width: 100%;

	background-color: #F0DDC7;
	background-image: url(images/back-container.gif);
	background-repeat: repeat-y;
	background-position: right 0;

}
/* ----------------------------------------------- header */
#header {
	border-top: 2px dashed #6A553E;
	height: 50px;
	margin: 0 0px 0 0;
	background-image: url(images/back-pink.gif);
	background-repeat: repeat-x;
	list-style-type: none;
}
#logo {
	margin: 0;
	padding: 18px 0 8px 7px;
	font-family: Arial, sans-serif;
}
#logo a {
	line-height: 1;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 30px;
	color: black;
}
#logo a:link, #logo a:visited {
	text-decoration: none;
}
#logo a:hover {
	text-decoration: underline;
}
#mainnav {
	margin: 0 4px 0 0;
	list-style-type: none;
}
#mainnav li {
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: #9b7071 #573132 #573132 #9b7071;
	padding: 5px 22px 4px 22px;
	background-color: #705536;
	background-image: url(images/back-brown.gif);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	font-size: 80%;
}
#mainnav a:link, #mainnav a:visited {
	color: white;
	text-decoration: none;
}
#mainnav a:hover {
	color: white;
	text-decoration: underline;
}
#breadcrumbs {
	clear: left;
	margin: 0 0px 0 0;
	border-top: 1px solid #d0afb1;
	padding: 5px 0 0 5px;
	line-height: 1;
	font-size: 80%;
}
#breadcrumbs a:link, #breadcrumbs a:visited {
	text-decoration: none;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}
h1 {
	margin: 0 0 0 0;
	border-bottom: 2px solid #f88589;
	padding: 0 0 6px 10px;
	line-height: 1.2;
	font-size: 180%;
	font-weight: normal;
}

/* ---------------------------------------------- content */

#container_content{

	width: 900px;
	max-width: 100%;
	height : 450px;
	overflow: auto;
}

#content {
	float: left;
	width: 550px;
	max-width: 100%;

}
#content * {
	margin-left: 12px;
	margin-right: 14px;
	line-height: 1.7;
	font-size: 80%;
}
#content p {
	font-size : 50%;
}

#content h2 {
	margin-left: 0;
	margin-right: 4px;
	padding-left: 11px;
	padding-right: 13px;
	line-height: 1.2;
}
#content ul {
	list-style-type: none;
}
#content li {
	background-image: url(images/back-li.gif);
	background-position: 1px 0.5em;
	background-repeat: no-repeat;
	padding-left: 20px;
}
#content * * {
	margin-left: 0;
	margin-right: 0;
}
#content table {
	margin-bottom: 1em;
}
#totop {
	font-size: 80%;
}
#totop {
	text-align: right;
}
#totop a {
	text-decoration: none;
	color: #666655;
}

/* ----------------------------------------------- subnav */
.subnav {
	float: left;
	width: 200px;
}
.subnav h2 {
	display: none;
}
.subnav * {
	margin-left: 12px;
	margin-right: 4px;
	font-size: 90%;
}
.subnav * * {
	margin-left: 0;
	margin-right: 0;
	font-size: 100%;
}
.subnav table {
	width: 184px;
}
.subnav dl {
	width: 184px;
	background-image: url(images/back-subnav-dl.gif);
	background-repeat: repeat-y;
}
.subnav dt {
	margin: 0;
	padding: 14px 10px 4px 10px;
	background-image: url(images/back-subnav-dt.gif);
	background-repeat: no-repeat;
	line-height: 1.2;
}
.subnav dd {
	padding: 0 10px 20px 10px;
	background-image: url(images/back-subnav-dd.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.subnav ul {
	list-style-type: none;
	margin: 0;
}
.subnav li {
	border-top: 2px dotted #d0afb1;
	padding: 6px 0;
}

/* ----------------------------------------------- footer */
#footer {
	clear: both;
	width: 100%;
}
#footer h2 {
	display: none;
}
#footer ul {
	margin: 0 0 0 0;
	border-top: 2px solid #160f0f;
	border-bottom: 2px dashed #6A553E;
	height: 40px;
	background-image: url(images/back-pink.gif);
	background-repeat: repeat-x;
	padding: 4px 0 0 14px;
	list-style-type: none;
	line-height: 1.5;
	padding-right: 32px;
	font-size: 80%;
}
#footer li {
	padding: 0;
}
