@charset "EUC-JP";


/* ---------------------------
left-navi：左ナビゲーション
--------------------------- */
#navi li {
  display: block;
  padding-left: 10px;
  list-style-type: none;
  height:380px;
}

#navi a {
  display: block;
  height: 49px;
  overflow: hidden;
}

#navi span {
  display: none;
}

#navi a#title {
  background: url(../images/left_nv_tt_privacy.gif) top left no-repeat;
  width: 150px;
  margin: -5px 0 0 -20px;
}

/* ---------------------------
text：文章
--------------------------- */
p {
  width:500px;
  margin: 10px 0 0 25px;
}

#main ol {
   display: block;
   width:475px;
   margin: 10px 5px 0 40px;
   line-height:20px;
}


#main ul {
   display: block;
   margin: 10px 5px 0 20px;
   line-height:20px;
   list-style:none;
}

#main02 ul {
   display: block;
   margin: 10px 5px 0 40px;
   line-height:20px;
   list-style:none;
}

.ul_txt {
   margin: 0 0 0 18px;
}

.roman {
	list-style-type: lower-roman;
	margin: 0 10px 0 40px;
}

.circle {
    list-style-type: disc;
	margin: 0 5px 0 45px;
}

.decimal {
	list-style-type: decimal;
}

.tt {
	font-weight:bold;
}

.right-box {
	margin: 10px 20px 0 0;
	float: right;
}

/* ---------------------------
smallTitle：小見出し
--------------------------- */
*html h3 {
	background: url(../images/bar2.gif) top left no-repeat;
	width: 500px;
	height: 30px;
	margin: 15px 0 10px 20px;
	padding: 8px 0 0 15px;
	font-size:90%;
	font-weight:bold;
	color: #00398e;
}

h3 {
  background: url(../images/bar2.gif) top left no-repeat;
  width: 500px;
  height: 30px;
  margin: 15px 0 10px 20px;
  padding: 6px 0 0 10px;
  font-size:100%;
  font-weight:bold;
  color: #00398e;
}

/* ---------------------------
inquiryArea：お問い合わせ
--------------------------- */
#inquiry {
  display: block;
  width:510px;
  margin: 10px 0 10px 20px;
}

#Color-01 {
 padding: 10px;
 border:2px solid #00438F;
}

*html #inquiry table {
 font-size:90%;
 line-height: 160%; 
}

#inquiry table {
 font-size:100%;
 line-height: 160%; 
}

/* ---------------------------
table：利用目的
--------------------------- */
*html #use table {
  margin: 10px 0 10px 20px;
  font-size:90%;
  line-height:1em;
}

#use table {
	table-layout:fixed;
	width:490px;
	margin: 10px 0 10px 0;
}

#use td {
	padding: 5px;
	border:1px solid #b6b7b6;
}
.td-01 {
	text-align: center;
	font-size: 90%;
}

.td-02 {
	text-align: left;
	width:210px;
	font-size: 90%;
}

.td-03 {
	text-align: center;
	width:210px;
	font-size: 90%;
}
