@charset "UTF-8";


body {
  font-size: 75%;
  *font-size: small;
  *font: x-small;
}

body {
  font-family: Arial, "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, sans-serif;
  color: #333333;
}



a,
a:link {
  color:#000099;
  text-decoration: underline;
}

a:visited {
  color:#000099;
}

a:hover {
  color: #0099FF;
  text-decoration: underline;
}

a:active {
  color: #000099;
  text-decoration: underline;
}

p {
  line-height:135%;
}

ul, ol, dl {
	line-height: 1.3;
}

p {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

ul, ol, dl {
  margin-top: 5px;
  margin-bottom: 5px;
}

h1 {
  font-size: 125%;
  margin-top: 20px;
  margin-bottom: 15px;
  }
  
h2 {
	font-size: 125%;
	margin-top: 0;
	margin-bottom: 0.5em;
	padding-left: 10px;
	border-left: 5px solid #000099;
	line-height: 1.4;
	margin-left: 10px;
}
/*h2 {
	margin:0px;
	padding:0px;}*/

h3 {
	font-size: 115%;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 1.4;
	text-align: left;
	margin-left: 10px;
	border-bottom: 2px dotted #0000CC;
}

h4 {
	font-size: 115%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #000099;
}

h5 {
  font-size: 105%;
  margin-top: 0;
  margin-bottom: 0;
}

h6 {
  font-size: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.asset-name   {
	font-size: 145%;
	margin-top: 0;
	margin-bottom: 0.5em;
	padding-left: 10px;
	border:2px dotted #0086b9;
	line-height: 1.4;
	font-weight: bold;
}
.base-blue {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #0033FF;
	background-color: #F0F8FF;
	padding: 5px;
}

/* ---------------------------------------------------------------- *
	各部分個別の設定
 * ---------------------------------------------------------------- */

#header {
}

.contents {
}

#navi {
 
}

#footer {
  
  font-size: 90%;
}

#footer address {
 
  font-style: normal;
}

.C {
	text-align:center;
	}
