* {
	padding: 0px;
	margin: 0px;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	text-align: center;
	background: url(/img/bg_shadow.gif) top center #fff repeat-y;
}
table {
	border-collapse: collapse;
	empty-cells: show;
}
img {
	border: 0px none #fff;
}
li {
	list-style: none;
}
li ul {
	padding-left: 1em;
}
dd {
	padding-left: 1em;
}
blockquote {
	padding-left: 2em;
}
input,textarea {
	font-size: 10pt;
}
select,option {
	font-size: 10pt;
}
a {
	color: #440;
}

/* ------------------------------------------------------------------- */
h1 {
	font-size: 12pt;
	border: 1px solid #600;
	border-width: 1px 4px 1px 4px;
	padding: 2px 8px;
	margin: 4px 2px;
}
h2 {
	font-size: 11pt;
	border: 1px solid #600;
	border-width: 0px 0px 1px 4px;
	padding: 2px 8px;
	margin: 4px 2px;
}
h3 {
	font-size: 11pt;
	border: 1px solid #600;
	border-width: 0px 0px 1px 0px;
	padding: 2px 8px;
	margin: 4px 2px;
}

/* ------------------------------------------------------------------- */
div.message {
	color: red;
	font-size: 10pt;
	background-color: #ffb;
}
div.error-message {
	color: red;
	font-size: 10pt;
	background-color: #ffb;
}
.imeoff {
	ime-mode: disabled;
}
.small {
	font-size: 8pt;
}
div.breadcrumb {
	font-size: 9pt;
	margin: 2px 8px;
}
div.breadcrumb a {
	font-size: 9pt;
	text-decoration: none;
}

/* =================================================================== */
#bodycontainer {
	width: 760px;
	margin: 0px auto;
	text-align: left;
	background-color: #fff;
}

#header {
	height: 64px;
	background-color: #fff;
	border-bottom: 4px solid #1e8e4c;
}

#contents {
	clear: both;
}

#footer {
	height: 96px;
	background-color: #f1f1f1;
	border-top: 4px solid #00a651;
}
div#footer_inner {
	color: #666;
	font-size: 11pt;
	padding: 4px;
	text-align: center;
}
div#footer_inner * {
	color: #666;
	font-size: 11pt;
}

/* ------------------------------------------------------------------- */
table#top_menu {
	background-color: #00a651;
}
table#top_menu tbody tr td {
	text-align: center;
	background-color: #00a651;
	border: 1px outset #4b8;
	font-size: 12px;
	padding: 2px;
}
table#top_menu tbody tr td.active {
	background-color: #00a651;
}
table#top_menu tbody tr td a {
	color: #cfe;
	font-size: 12px;
	text-decoration: none;
}

/* ------------------------------------------------------------------- */
div.news {
	width: 700px;
	height: 120px;
	overflow-y: scroll;
	border: 1px solid #bbb;
	border-width: 2px 1px 1px 2px;
	margin-left: 30px;
	font-size: 10pt;
	line-height; 150%;
}
div.news p {
	padding-left: 2em;
}
div.news * {
	font-size: 10pt;
	line-height; 150%;
}

/* ------------------------------------------------------------------- */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* ------------------------------------------------------------------- */
