@charset "utf-8";

/* =========================================================
■Reset of Default Style
========================================================= */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-size: 100%;
	text-align: left;
}
textarea { font-size: 100%; }
img { vertical-align: bottom; }
hr  { display: none; }


/* =========================================================
■body
========================================================= */
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	color: #000000;
	font-family: "ＭＳ ゴシック","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka－等幅", "メイリオ", Meiryo, sans-serif;
	font-size: 93%;
	text-align: center;
}

/* =========================================================
■container
========================================================= */
div#container {
	min-width: 500px;
}

/* =========================================================
■header
========================================================= */
div#header {
	height: 262px;
	margin: 10px;
	padding: 10px;
	background: #6498D4;
	background-image: url(cvit_t27.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

/* =========================================================
■wrapper
========================================================= */
div#wrapper:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
div#wrapper {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html div#wrapper { height: 1%; }
div#wrapper { display: block; }
/* End hide from IE-mac */



/* =========================================================
■content
========================================================= */
div#content-wrap {
	float: right;
	width: 100%;
	margin-left: -180px;
}
div#content-wrap div#content {
	margin: 0 0 0 200px;
	padding: 1em;
	background: #CCFFCC;
}

div#content p {
	margin: 0 0 1em;
}

div#content div#pagetitle {
  width: 100%;
  margin: 0 0 1.5em 0;
  padding: 0;
  border-left: solid 5px #94C273;
  border-bottom: solid 2px #94C273;
}

div#content div#pagetitle h1 {
  margin: 0;
  padding: 10px;
  border: none;
}

div#content div#pagetitle p {
  margin: 0;
  padding: 5px 13px;
  font-size: 1.0em;
}

div#content p#pankuzu {
  height: 1em;
  margin: 0 0 2em 0;
  padding: 0;
  font-size: 0.8em;
}

div#content p, div#content table {
  margin: 0 1.5em 1.5em 1.5em;
}

div.note table {
  width: 90%;
  border-collapse: collapse;
  border: solid #999;
  border-width: 1px 0px;
}

div.note th{
  border: solid #999;
  border-width: 1px 0px;
  padding: 5px;
  text-align: center;
  vertical-align: top;
}
div.note td{
  border: solid #999;
  border-width: 1px 0px;
  padding: 5px;
  text-align: left;
  vertical-align: top;
}

div.note ul{
	margin-left: 2em;
}

h1 {
  height: 1em;
  margin-bottom: 0.5em;
  padding: 10px;
  border-left: solid 5px #94C273;
  color: #4B9126;
  font-size: 1.3em;
}

h2 {
  margin: 2em 0 1em 0;
  padding: 0 0 3px 18px;
  color: #222;
  border-bottom: solid 1px #999;
  font-size: 1.2em;
  background: left center url(../images/cross.gif) no-repeat;
}

h3 {
  margin: 2.5em 0 1em 0;
  padding: 5px;
  color: #000;
  font-weight: bold;
  font-size: 1.1em;
  background: #EEE right bottom url(../images/gradation_bg.gif) repeat-y;
  text-align: center;
}

h4 {
  margin: 2.5em 0.5em 1em 0.5em;
  padding-left: 10px;
  font-weight: bold;
  font-size: 1.1em;
  background: left bottom url(../images/leftborder.gif) no-repeat;
}

h5 {
  margin: 2.5em 0.5em 1em 1em;
  padding-top: 20px;
  padding-left: 30px;
  font-weight: bold;
  font-size: 1.1em;
  background: left bottom url(../images/capsule.gif) no-repeat;
}

/* Win IE のみ適用 \*/
* html h1, * html h2, * html h3, * html h4 {
  height: 1em;
}
/* Win IE のみ適用ここまで */

/* =========================================================
■sidebar
========================================================= */
div#sidebar {
	float: left;
	width: 180px;
	background: #FFCC99;
}

div#sidebar p {
	margin: 0 0 1em;
}
div#sidebar ul {
	margin: 1em 1em 1em 30px;
}
div#sidebar ul li {
	margin: 0 0 0.5em;
}

/* =========================================================
■footer
========================================================= */
div#footer {
	margin: 20px 0 0;
	padding: 20px;
	background: #6498D4;
}
div#footer ul#submenu {
  list-style-type: none;
  height: auto;
  margin: 0;
  padding: 10px 40px;
  color: #FFF;
}

div#footer ul#submenu li {
  display: inline;
  margin: 0;
  padding: 0 5px;
  border-left: solid 1px #FFF;
  font-size: 90%;
  text-align: left;
}

div#footer ul#submenu li a:link, div#footer ul#submenu li a:visited {
  color: #FFF;
}

div#footer p#copyright {
  padding: 0 40px 50px 40px;
  color: #FFF;
}

/* =========================================================
■index
========================================================= */

div.index {
  margin: 0 2em;
  padding: 20px;
  list-style-type: none;
  border: solid 1px #94C273;
  background: #FFFFEF;
}
/* Win IE のみ適用 \*/
* html div.index {
  height: 3em;
}
/* Win IE のみ適用ここまで */

div.index ul {
  margin: 0;
}

div.index h2 {
  margin: 0 0 0.5em 0;
  padding: 0;
  border: none;
  font-size: 1em;
  background-image: none;
}

ul.index {
  width: 95%;
  margin-top: 2em;
  list-style-type: none;
}
ul.index:after {
  clear: both;
  display: block;
  margin-top: -1px;
  height: 1px;
  content: "";
}

ul.index li {
  width: 45%;
  /* min-height: 5.1em; */
  min-height: 2.1em;
  float: left;
  margin: 0 1% 2em 1%;
  padding: 0;
}
/* Win IE のみ適用 \*/
* html ul.index li {
  /* height: 5.1em; */
  height: 2.1em;
}
/* Win IE のみ適用ここまで */

ul.index li.odd {
  clear: left;
}

ul.index li strong {
  display: block;
  height: 1em;
  margin: 0 0 0.5em 0;
  padding: 5px 0 5px 5px;
  border-top: solid 3px #94C273;
  border-bottom: solid 1px #94C273;
  font-size: 120%;
  font-weight: bold;
  background: #FFFFEF;
}
ul.index li strong a {
  display: block;
  font-weight: bold;
  background: right center url(../images/arrow2.gif) no-repeat #FFFFEF;
}

ul.index li ul {
  margin: 0.5em;
  padding: 0;
  list-style-type: none;
}
ul.index ul:after {
  clear: both;
  display: block;
  margin-top: -1px;
  height: 1px;
  content: "";
}

ul.index li ul li {
  width: 45%;
  min-height: 1em;
  margin: 0;
  padding: 0 0 0 10px;
  background: 0 4px url(../images/mark_01.gif) no-repeat;
}
/* Win IE のみ適用 \*/
* html #Main ul.index ul li {
  height: 1em;
}
/* Win IE のみ適用ここまで */

ul.index li ul li a {
  display: inline;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: underline;
  font-size: 100%;
  font-weight: normal;
}

ul.index li ul li a:visited, #Main ul.index li ul li a:link {
  background-image: none;
  background-color: transparent;
}

p.index {
  clear: both;
  text-align: right;
}
p.index a {
  padding-left: 18px;
  background: left center url(../images/up.gif) no-repeat;
}

/* =========================================================
■module
========================================================= */
.bgbrown {
  background: MAROON;
  color: #ffffff;
  text-align: center;
}

.lurdl {
  border: solid BLACK;
  border-width: 1px;
  text-align: center;
}

.lurl {
  border: solid BLACK;
  border-width: 1px 1px 0px 1px;
  text-align: center;
}

.lrl {
  border: solid BLACK;
  border-width: 0px 1px;
  text-align: center;
}

.lrdl {
  border: solid BLACK;
  border-width: 0px 1px 1px 1px;
  text-align: center;
}

.font70 {
  font-size: 70%;
  vertical-align: top;
  text-align: left;
  list-style-type: none;
}

.font60 {
  font-size: 60%;
}

.vat {
  vertical-align: top;
}

.idxplace {
  text-align: left;
  font-size: 105%;
  font-weight: bold;
  background: MAROON;
  color: #FFF;
  width: 50%;
}


.h2subt1 {
  text-align: center;
  font-weight: bold;
}

.h2subt2 {
  text-align: right;
  font-weight: bold;
  margin: 0em 2em 1em 0em;
}

.nowrap {
  white-space: nowrap;
}
