.e9, .e10, .e12 {
  font-family:Arial, Verdana, sans-serif;
  color : black;
}
.j9, .j10, .j12, .j14 {
  font-family:Arial, Osaka, MS UI Gothic, sans-serif;
  color : #363636;
}

/* ---------------------------------------- */
/* a 属性                                   */
/* ---------------------------------------- */
A{
  color : #50c59c;
  link-color:#1ccd58;
  vlink-color:#1ccd58;
  alink-color:#1ccd58;
  font-size : 12px;
  letter-spacing : 1px;
  font-weight : normal;
  text-decoration:none;
  font-family : Arial,Verdana,sans-serif;
  line-height : 1.2;
}
a:hover{
  color:white;
  background-color:#ff8000;
}
A#menu{
  color : white;
  link-color:#110000;
  vlink-color:#001100;
  alink-color:#000011;
  letter-spacing : 0.5px;
  font-weight : normal;
  text-decoration:none;
  font-size : 13px;
  font-family : Arial,Verdana,sans-serif;
}
a#menu:hover{
  color:white;
  background-color:#ff8000;
  text-decoration:underline;
}
a#img{
  color : #c2f1d8;
}
a#img:hover{
  color:white;
  background-color:#c2f1d8;
}
a#midashi{
  color : #50c59c;
  link-color:#50c59c;
  vlink-color:#50c59c;
  alink-color:#50c59c;
  font-size : 13.5px;
  letter-spacing : 0.5px;
  font-weight: bolder;
  text-decoration:none;
}
a#midashi:hover{
  color:white;
  background-color:#ff8000;
}

/* ---------------------------------------- */
/* クラス                                   */
/* ---------------------------------------- */

.title{
  border-top-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-width : 1px;
  border-top-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-left-style : none;
  font-size : 22px;
  font-family : Impact,Arial,sans-serif;
  font-weight : normal;
  color : #d5d5d5;
  border-width:1px;
  border-top-color : blue;
  border-left-color : blue;
  border-right-color : blue;
  border-bottom-color : blue;
  letter-spacing : 0.5px;
}
.sub_title{
  border-top-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-width : 1px;
  border-top-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-left-style : none;
  font-size : 16px;
  font-family : Arial,sans-serif;
  font-weight : bold;
  color : #3e4159;
  border-width:1px;
  border-top-color : blue;
  border-left-color : blue;
  border-right-color : blue;
  border-bottom-color : blue;
  letter-spacing : 0.5px;
}

.midashi01-e{
  font-size : 14pt;
  font-family : Verdana,Arial,sans-serif;
  font-weight : bold;
  color : #3e4159;
  letter-spacing : -1px;
}
.midashi01-j{
  font-size : 12pt;
  font-family : Verdana,Arial,sans-serif;
  font-weight : bold;
  color : #3e4159;
  letter-spacing : 2px;
}
.comment-e{
  font-size : 12.5px;
  letter-spacing : 0.5px;
  font-weight : normal;
  font-family : Arial;
  border-left-width : 1px;
  color : #363636;
  line-height : 3ex;
}
.comment-j{
  font-size : 13px;
  letter-spacing : 1px;
  font-weight : normal;
  font-family : Verdana,Arial,sans-serif;
  border-left-width : 1px;
  color : #6c6c6c;
  line-height : 1.5;
}

.line{
  color : black;
  font-size : 13px;
  font-family : Arial;
  font-weight : bold;
  background-color : #666666;
}
#white{
  color : #ffffff;
}
#orange{
  color : #ff8000;
}
#gray{
  color : #333333;
}
#green{
  color : #24db6d;
}

/* ---------------------------------------- */
/* 属性                                   */
/* ---------------------------------------- */

BODY {
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	background:#FFFFFF;
	color:#000000;
	SCROLLBAR-FACE-COLOR: #eeeeee;
	SCROLLBAR-HIGHLIGHT-COLOR: #eeeeee;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #eeeeee;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #eeeeee;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}

body#index{
  background-image : url(../img/top.gif);
  background-repeat:no-repeat;
  background-position:center center;
  background-color : #000000;
}
body#footer{
  background-color : #000000;
}
body#page{
  background-image : url(../img/page-bg.gif);
  background-repeat:repeat-x;
  background-position:left top;
  background-color : #3C3C3C;
}

input,select{
    background-color="#eeeeee";
    border: 1px solid #666666;
}

