@charset "utf-8";
/********* HTMLリセット *********************************************/

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, pre, blockquote, th, td, form, fieldset, input, textarea {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
em, strong, code, address, th {
	font-weight: normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
}
q:before, q:after {
	content: "";
}
abbr, acronym {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: left;
}
fieldset, img {
	border: 0;
}

/********* HTML再定義 ***********************************************/

html {
	overflow-y: scroll;
}
body {
	line-height: 1.3;
	margin: 0 auto;
	padding: 0 10px;
	background-color: #FFFFFF;
	color: #222222;
	font-size: 80%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "メイリオ", Meiryo, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	font-weight: bold;
}
h1 {
	font-size: 200%;
	font-family: "Arial Black", Arial;
}
h2 {
	font-size: 180%;
}
h3 {
	font-size: 160%;
}
h4 {
	font-size: 140%;
}
h5 {
	font-size: 120%;
}
h6 {
	font-size: 100%;
}

p {
	margin: 10px 0;
        font-size: 100%;
}
em, strong {
	font-style: normal;
	font-weight: bold;
}
ul {
	margin: 5px 10px;
}
ul li {
	list-style: none;
}
ol {
	margin: 10px 30px;
}
ol li {
	list-style: decimal;
}
dl {
	margin: 10px 0;
}
dl dd {
	margin-left: 30px;
}

img {
	vertical-align: middle;
	margin: auto 1px;
}

a:link, a:visited {
	color: #776b5c;
	text-decoration: none;
}
 a:active, a:hover {
	color: #99ff00;
	text-decoration: none;
}

option {
	color: #776b5c;
	text-decoration: none;
}

/********* HTML再定義 ***********************************************/

body {
	padding: 10px;
	background-color: #ffffff;
        color: #776b5c;
}

HTML {
scrollbar-base-color:#ffffff;
scrollbar-shadow-color:#776b5c;
scrollbar-darkshadow-color:#ffffff;
scrollbar-track-color:#ffffff;
scrollbar-face-color:#ffffff;
scrollbar-highlight-color:#776b5c;
scrollbar-3dlight-color:#ffffff;
scrollbar-arrow-color:#776b5c;
}

h2 {
	margin: 0px 0;
	padding: 5px 0;
	font-weight: bold;
        font-size: 120%;
}

/********* 全体 *****************************************************/

div#container {
	width: 810px;
	margin: 0 auto;
	padding: 5px;
	border-bottom: 1px none #666666;
	background-color: #FFFFFF;
}

/********* ヘッダー *************************************************/

div#header {
	clear: both;
}
div#header h1 {
	line-height: 1.0;
	margin: 0;
}
div#header h1 a:link, div#header h1 a:visited {
	color: #776b5c;
	text-decoration: none;
}
div#header h1 a:active, div#header h1 a:hover {
	color: #99ff00;
	text-decoration: none;
}

/********* フッター *************************************************/

div#footer {
	clear: both;
        font-size: 10px;
}
div#footer address {
	padding-top: 10px;
	border-top: 1px solid #776b5c;
        text-align: right;
}

/********* メニュー *************************************************/

div#menu {
	background-color: #ffffff;
        float: right;
        margin-bottom: 0px;
}

div#menu ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
        text-align:center;
}
div#menu ul li {
	margin-right: 0px;
	display: inline;
}

div#menu a:link, div#menu a:visited {
	color: #776b5c;
	text-decoration: none;
        display: block; float: left; width: auto; overflow: hidden;
        border-left: 0px solid #776b5c;
        border-top: 0px solid #776b5c;
        border-bottom: 0px solid #776b5c;
        padding: 1px 5px 1px 5px;
}
div#menu a:active {
	color: #ffffff;
	text-decoration: none;
}
div#menu a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #ccff33;
}
/********* インデックス内容 *******************************************/
.indexinformation {
       float: right;
       width: 100%;
       text-align: right;
       margin-top: 10px;
}

/********* IE6用設定 ************************************************/

* html body {
	text-align: center;
}
* html div#container {
	width: 800px;
	text-align: left;
}
* html pre {
	width: 100%;
}
* html table tr th, * html table tr td {
	font-size: 80%;
}

