@charset "UTF-8";




/* formatting style
----------------------------------*/
html {
  margin-bottom: 1px;
}

html,
body {
  height: 100%;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 160%;
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", georgia, serif;
	font-size: 80%;
	font-weight: 400;
	background-attachment: fixed;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #AF4800;
}

h1, h2, h3, h4, h5, h6, p, dl {
  margin: 0;
  padding: 10px 0;
}

h1 {
	clear: both;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", georgia, serif;
	font-size: 2em;
	font-weight: 400;
	line-height: 10px;
}

h2 {
	clear: both;
	color: #CC6600;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", georgia, serif;
	font-size: 1.4em;
	font-weight: 700;
}

h3 {
	color: #0066CC;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", georgia, serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 12px;
}

h4 {
	text-transform: uppercase;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", georgia, serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 2px;
}

a {
	border-bottom: #FF6600;
	color: #FF6600;
}


a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FF6600;
}


ol {  
  margin: 10px 30px;
  padding: 0 30px;

  font-size: 1.4em;
  color: #532406;
  background-color: #FFF;
}

ol:hover {
  color: #884e29;
}

ol span {
  font-size: 0.7em;
  color: #6D6864;
}

ul {
	margin: 10px 30px;
	padding: 0 30px 0 5px;
	list-style: none;
}




/**************************************************************
   #menu: The top level site menu
 **************************************************************/

ul#menu {
	width: 700px;
	margin: 0 auto;
	padding: 0 !important;
	padding: 0 0 0 10px;
}

ul#menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#menu li a {
	float: left;
	padding: 15px 0 5px 0;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", georgia, serif;
	font-size: 1.54em;
	font-weight: 400;
	color: #FF6600;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #DDD;
}

blockquote {
  margin: 10px 0;
  background-color: #F1FFE3;
  border-bottom: 1px solid #B8E78B;
}

blockquote p {
  margin: 0.4em 0.8em;
}

code {
  margin: 15px 0;
  padding: 10px;
  display: block;
  overflow: auto;
  
  font: 400 1em courier, monospace;
  line-height: 120%;
  white-space: pre;
  
  background: #F4F4F4;
  border-bottom: 1px solid #D3D3D3;
}

table {
	width: 700px;
	border-collapse: collapse;
}


table th,
table td {
	text-align: left;
	vertical-align: top;
	padding: 0px !important;
	padding: 6px 10px;
	margin: 0px;
}


thead th {
	border-bottom: 1px solid #B8E78B;
}


tbody tr:hover {
}




/**************************************************************
   Images
 **************************************************************/

img.floatRight {
	border-right-width: 10px;
	border-left-width: 10px;
	border-style: none;
	float: right;
	padding: 5px 0px 0px 10px;
}

img.floatLeft {
	border-right-width: 10px;
	border-left-width: 10px;
	border-style: none;
	padding: 5px 10px 20px 7px;
	float: left;
}

a img {
}

a:hover img {
}




/* formatting style
----------------------------------*/
#wrapper {
	width: 800px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}


#content {
	float: left;
	width: 800px;
	height: 100%;
	min-height: 100%;
	background-image: url(../img/content.png);
	background-repeat: repeat-y;
	background-position: center top;
}


#content[id] {
	height: auto;
	background-image: url(../img/content.png);
	background-repeat: repeat-y;
	background-position: center top;
}




/**************************************************************
   #header: Holds the site title and header images
 **************************************************************/

#header {
	background-repeat: no-repeat;
	background-position: center top;
	width: 784px;
	text-align: center;
	background-image: url(../img/header.jpg);
	height: 200px;
}




/**************************************************************
   #menu: Site menu
 **************************************************************/

#menu {
	width: 700px !important;
	width: 100%;
	padding: 1em 49px 0em;
	height: 125px;
}




/**************************************************************
   #page: Holds the main page content.
 **************************************************************/

#page {
	float: left;
	clear: both;
	width: 700px !important;
	width: 100%;
	padding: 1em 49px;
}




/**************************************************************
   #footer: Site footer
 **************************************************************/

#footer {
	float: left;
	clear: both;
	width: 700px !important;
	width: 100%;
	background-image: url(../img/cr.gif);
	background-repeat: no-repeat;
	background-position: center;
	position: static;
	height: 20px;
	padding-top: 2em;
	padding-right: 49px;
	padding-bottom: 4em;
	padding-left: 49px;
}

  .style1 {
	color: #666600
}
  

  .style2 {color: #FF6600}
  

  .style3 {font-weight: bold}
  

  .style4 {color: #993333}
  

  .style5 {color: #003366}
  

  .style6 {
	font-size: 1.4em
}
.style7 {
	font-size: 1.4em;
	color: #CC0000;
	font-weight: bold;
}
.style8 {
	color: #CC0000
}
  

  .style9 {color: #0066FF}
  

