/* @charset "euc-jp";*/


/*----------begin common CSS----------*/

/* UL OL リスト、LIタグ 指定 UL class="ds"*/
.ds { list-style-type: disc }        /* 黒まる */
.cc { list-style-type: circle }      /* 白まる */
.sq { list-style-type: square }      /* 四角 */
.dc { list-style-type: decimal }     /* 数字 */
.lr { list-style-type: lower-roman } /* ローマ数字小文字 */
.ur { list-style-type: upper-roman } /* ローマ数字大文字 */
.la { list-style-type: lower-alpha } /* アルファベット小文字 */
.ua { list-style-type: upper-alpha } /* アルファベット大文字 */
.nn { list-style-type: none }        /* マークなし */

li {
	line-height: 1.8em;
	font-size: 100%;
}

body, div, p, td ,li{ font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", HiraKakuPro-W3 , "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, Arial, sans-serif; }

body {
	background-color: #ffffff;
	text-align: center;
	margin: 0 0 10px 0px;
	padding: 0px;
	line-height: normal;
	color: #333333;
	font-size: 10pt;
}

.clear {
	clear: both;
}

img{border:none;}

table{border:none;}

td {
	vertical-align: top;
	margin: 2px;
	padding: 0px;
	line-height: 1.6em;
	font-size: 100%;
}
table.nobor{border:none;}

table.nobor td {
	vertical-align: top;
	margin: 2px;
	padding: 0px;
	font-weight: normal;
}
table.nobor th {
	width: 67px;
	vertical-align: top;
	margin: 2px;
	padding: 0px;
	line-height: 1.6em;
	font-size: 100%;
	border: none!important;
}
div, span {
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #993333;
	text-decoration: none
}
a:visited {
	color: #663333;
	text-decoration: none
}
a:hover {
	color: #003366;
	text-decoration: underline;
}
a:active {
	color: #993300;
}

strong {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	line-height: 1.4em;
	font-weight: bold;
	text-transform:none;
}
h2{
	margin: 0px;
	padding: 15px 0px 10px;
	line-height: 1.4em;
	font-weight: bold;
	text-transform:none;
}
h2 span{
	color: orange;
}
h3{
	margin: 0px;
	padding: 5px 0px 5px;
	line-height: 1.2em;
	font-weight: bold;
	text-transform:none;
}
h4{
	margin: 0px;
	padding: 5px 0px 5px;
	font-weight: bold;
	text-transform:none;
}
p{
	margin: 8px 5px;
	line-height: 1.5em;
}
dl{
width: 100%;
}

dt{
display: block;
width: 90px;
clear: left;
float: left;
}

dd{
display: block;
width: auto;
margin-left: 90px;
}


form {
	margin: 0px;
	padding: 0px;
}

.menu{
text-align: left;
	margin: 5px;
}

.com01{
	font-size:90%;
	margin:10px 0;
}

.main{
text-align: left;
	margin: 1px 5px;
}
.list_box{
	margin: 3px 5px 5px 15px;
	clear: none;
}

.leftline{
  color: #ccccff; 
  height: 1px; 
  border: 1px; 
  border-style: dashed; 
}

.mainline{
  color: #33ccff; 
  height: 1px; 
  border: 1px; 
  border-style: dashed; 
}
.infor {
	margin: 5px 10px 20px 20px;
}

.copyl{
  color: #ffffff;
	font-size: 9px;
	}



.ebox table{
  border-collapse:collapse;
  margin:0 auto;
}

.ebox td,th{
  border-top:1px solid #666;
  padding:10px;
}
.ebox tr:last-child td, tr:last-child th{
  border-bottom:1px solid #666;  
}
a.btn-flat {
  display: inline-block;
  margin-top: 10px;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #003366;
  background: #99ccff;
  font-weight: bold;
  border: solid 1px #003366;
  border-radius: 3px;
  transition: .4s;
}

a.btn-flat:hover {
  background: #ECECEC;
  text-decoration: none;
  color: #003366;
}

.mt20{
	margin-top: 20px;
}
.mb20{
	margin-bottom: 20px;
}
ul.topwak{
   padding: 0px 0px 10px 20px
}



