/* CSS目次-----------------------------------------------------------------
1.全般
2.色と背景
3.フォント・テキスト
4.ボックス
5.リスト
6.テーブル
7.ユーザーインターフェース
-------------------------------------------------------------------------*/

/*1.全般-------------------------------------------------------------------
-------------------------------------------------------------------------*/
* { margin: 0px; padding: 0px;}

/*2.色と背景---------------------------------------------------------------
-------------------------------------------------------------------------*/
BODY {
  background-color: #ccffcc;
}

.White {
  color:#FFF;
}

.Black {
  color:#000;
}

.blue {
  color:#00F;
}

.Violet {
  color:#9900cc;
}

.Brown {
  color:#990000;
}

.Red {
  color:#F00;
}

.DarkRed {
  color:#C30;
}

.Yellow {
  color:#FF0;
}

.DarkGreen {
  color:#008080;
}

/*3.フォント---------------------------------------------------------------
-------------------------------------------------------------------------*/
p,.four {
  font-size: medium;
  font-weight: normal;
}

p {
  color: #080808;
}

strong p {
  text-decoration: underline;
  color: blue;
}

BODY,.HGMARU {
  color: #333333;
  font: 1em/1.3em "ＭＳ Ｐゴシック",Osaka,sans-serif;
}

.HGMARU {
  font-family: HG丸 ｺ ﾞ ｼ ｯ ｸM-PRO;
}

A:link,A:visited {
  text-decoration:none;}

A:link {
  color:#0033e6;
}
A:visited {
  color:#cc4d10; 
}

A:HOVER{
  position: relative;
  top:2px;
  left:2px;
}

A:link,A:visited,H1,H2,H3,H4,H5,.bold,.strong {
  font-weight:bold;
}

H1,H2 {
  line-height: 1.2em;
  text-align:center;
  margin: 0px 0px 1em 0px;
}

H1 {
  color:#000080;
  font-size: xx-large;
}

H2 {
  color:#6600ff;
  font-size: x-large;
}

H3,H4 {
  color:#339933;
}

H3 {
  font-size: large;
  text-indent: 0.5em
}

H3 {
  line-height: 1.5em;
  text-indent: 1em;
  font-size: 1.2em;
}

H4,H5,H6 {
  font-size: 1.1em;
}

H4 {
  line-height: 1.3em;
  text-indent: 1em;
}

H5 {
  color:#336633;
  line-height: 1.4em;
  text-indent: 1.2em;
}

H6 {
  color:#115511;
}

.one {
  font-size: xx-small;
}
.two,.two_forA {
  font-size: x-small;
}
.two_forA {
  line-height: 1em;
}
.three {
  font-size: small
}
.four  {
  font-size: medium;
}
.five  {
  font-size: large;
}
.XL {
  font-size: x-large;
}
.seven  {
  color:#000080;
  font-size:xx-large;
  font-weight:bold;
  text-align:center;
  line-height : 0.6em;
}

.strong {
  color: #330066;
}

.center {
  text-align: center;
}

.text-center {
  position: relative;
  width: 866px;
  border: 5px #9999ff;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.right {
  text-align: right;
}

.underline {
  text-decoration: underline;
}

.indentlevel2 {
  text-indent: 1em;
}
.indentlevel3 {
  text-indent: 4em;
}
.indentlevel4 {
  text-indent: 7em;
}

/*4.ボックス---------------------------------------------------------------
-------------------------------------------------------------------------*/
img {
  border: 0px;
}

hr.hr1 {
  width: 1008px;
  float: left;
  text-align: center;
  border: solid #ffcc00;
  border-width:1px;
  position: relative;
  z-index: 9;
  margin: 0px;
  padding: 0px;
}
hr.hr2 {
  width: 700px;
  float: left;
  text-align: center;
  border: solid #ffcc00;
  border-width:1px;
  margin: 4px 67px 4px 67px;
  padding: 0px;
}
hr.hr3 {
  width: 850px;
  float: left;
  text-align: center;
  border: solid #ffcc00;
  border-width:1px;
  margin: 4px 0px 4px 0px;
  padding: 0px;
}

hr.hr4 {
  width: 420px;
  float: left;
  text-align: center;
  border: solid #ffcc00;
  border-width:1px;
  margin: 5px 0px 0px 0px;
  padding: 0px;
}

#maincontents {
  width: 1008px;
  margin: 0px;
  padding: 0px;
}
#menu {
  width: 120px;
  float: left;
  margin: 0px;
  padding: 0px;
}
#content {
  width: 866px;
  float: right;
  margin: 5px 0px 0px 5px;
  padding: 0px;
}

.Header_ALL {
  width: 1000px;
  float: left;
  margin: 0px;
  padding: 0px;
}

.Header_L {
  width: 420px;
  float: left;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}

.Header_R {
  width: 580px;
  float: left;
  margin: 4px 0px 0px 0px;
  padding: 0px;
  text-align: right;
}

#navi {
  position: relative;
  right: 0px;
  width: 1000px;
  margin: 2px 0px 0px;
  padding: 2px 0px 0px;
  line-height: 0.9em;
  text-align: right;
}
#p_footer {
  clear : both;
  width: 1008px;
  margin: 0px;
  padding: 0px;
}
#menu_footer {
  top: 0px;
  left: 0px;
  width: 120px;
  height: 30px;
  float: left;
  list-style-type: none;
  margin: 4px 0px 0px 0px;
  padding: 0px;
}
ul#menu_footer li {
   width: 116px;
   text-align: center;
   border: 2px solid #ccffcc;
   layout-grid-mode: both;
   layout-grid-line: 11px;
}
ul#menu_footer li a {
   display: block;
   width: 116px;
   padding: 0px;
   background-color: #ccffcc;
}
ul#menu_footer li a:hover {
   background-color: #ccccff;
}

#body_footer {
  width: 180px;
  height: 30px;
  float: left;
  margin: 0px 0px 0px 10px;
  padding: 0px;
}

#aao {
  width: 250px;
  height: 30px;
  float: left;
  background-color: #ccffcc;
  text-align: center;
  vertical-align: bottom;
  margin: 0px;
  padding: 0px;
}

.general {
  width: 70%;
  border-style: solid;
  border-width: 2px;
  border-color: #339933;
  margin: 1em 0.3em 0.3em 2em;
  padding: 10px;
}

.normalmargineleft {
  margin-left: 1em;
}

#signature {
   width: 60%;
   margin: 27% 34% 0px 43%;
   padding: 0px;
   letter-spacing: 0.1em
}

#omb {
   margin: 0px auto 0px 43%;
   letter-spacing: 1em
}

.box_Paragraph {
  width: 650px;
  float: left;
  text-align: left;
  margin: 2px 0px 1.4em 1.4em;
  padding: 0px 0px 0px 0px;
}
.box_Paragraph5 {
  width: 860px;
  float: left;
  text-align: left;
  margin: 2px 0px 2px 0em;
  padding: 0px 0px 0px 4px;
}
.box_Footer {
  width: 94%;
  height: 1em;
  float: left;
  text-align: center;
  margin: 2em 0px 4px 1em;
  padding: 0px 0px 0px 0px;
}

.box_left1 {
  width: 430px;
  float: left;
  text-align: left;
  margin: 0px;
  padding: 0px 0px 0px 0px;
}

.box_right1 {
  width: 430px;
  float: right;
  text-align: left;
  margin: 0px;
  padding: 0px 0px 0px 0px;
}

.box_left5 {
  width: 100px;
  float: left;
  text-align: left;
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 0px;
}

.box_right5 {
  width: 100px;
  float: right;
  text-align: right;
  margin: 0px 10px 0px 0px;
  padding: 0px 0px 0px 0px;
}

/*5.リスト---------------------------------------------------------------
-------------------------------------------------------------------------*/
#menulist {
   width: 120px;
   list-style-type: none;
   margin: 4px 0px 0px 0px;
   padding: 0px;
}
ul#menulist li {
   width: 116px;
   text-align: center;
   border: 2px solid #ccffcc;
}
ul#menulist li a {
   display: block;
   width: 116px;
   padding: 0px;
   background-color: #ccffcc;
}
ul#menulist li a:hover {
   background-color: #ccccff;
}

.normallist {
  list-style-type: circle;
  margin: 0px 0px 0px 30px;
  color: #3f3f3f;
  font-size: medium;
  line-height: 1.6em;
}

.contentslist {
  list-style: none;
  font-size:"1.5em";
  color:"#339933";
  font-weight: bold;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
.disclist {
  list-style-type: disc;
  margin: 2px 0px 0px 32px;
  color:"#3f3f3f";
  font-size: medium;
  line-height: 1.3em;
}
.disclist2 { color: "#3f3f3f"; font-size: medium; line-height: 2em; list-style-type: disc; margin: 2px 0 0 32px }
.circlelist {
  list-style-type: circle;
  margin: 2px 0px 0px 40px;
  color:"#3f3f3f";
  font-size: medium;
  line-height: 1.3em;
}
.squarelist {
  list-style-type: square;
  margin: 2px 0px 0px 40px;
  color:"#080808";
  font-size: medium;
  line-height: 1.3em;
}
.numberlist {
  list-style-type: decimal;
  margin: 2px 0px 0px 40px;
  color:"#3f3f3f";
  font-size: medium;
  line-height: 1.3em;
}

.numberlist2 {
  list-style-type: lower-roman;
  margin: 2px 0px 0px 1em;
  color:"#3f3f3f";
  font-size: 1.1em;
  line-height: 1.3em;
}

.itemlist {
  list-style-type: none;
  margin: 2px 0px 0px 20px;
  color:"#080808";
  font-size: medium;
  font-weight: normal;
  line-height: 1.6em;
}

/*6.テーブル---------------------------------------------------------------
-------------------------------------------------------------------------*/
tr.th {
  color: #ffffcc;
  background-color: #9999cc;
  text-align: center;
  padding: 0.2em;
}
tr.caption2 {
  background-color: #fff;
  text-align: right;
}
tr.odd {
  background-color: #e1f8da;
}
tr.even {
  background-color: #ffffee;
}
tr.LemonChiffon {
  background-color:#FFFACD;
}

td {
  height:1.6em;
  padding: 0.2em;
}
td.th {
  color: #ffffcc;
  background-color: #9999cc;
  text-align: center;
  padding: 0.2em;
}
td.cent {
  text-align: center;
}
td.text {
  padding: 0.2em 0.2em 0.2em 0.6em;
}
td.value {
  text-align: right;
  padding: 0.2em 0.2em 0.2em 0.1em;
}

.generaltable {
  width: 97%;
  table-layout: fixed;
  border:inset 6px #66cc99 #66cc66 #99cc99 #99cc66;
  border-collapse: separate;
  border-spacing: 0px;
  margin-left: 3%;
  line-height: 1.8em;
}

#memberstable {
  width: 80%;
  table-layout: fixed;
  border-collapse: collapse;
  margin-left: 30px;
  text-align: right;
}

#extraordinarytable {
  width: 100%;
  table-layout: fixed;
  border: 2px;
  border: #ccccFF;
  border-collapse: collapse;
  cellspacing: 2px;
  cellpadding: 0px;
  text-align: center;
}


/*7.ユーザーインターフェース(IEのみ)---------------------------------------
-------------------------------------------------------------------------*/
.imeactive {ime-mode: active;}
.imedisabled {ime-mode: disabled;}

