@charset "utf-8";

*html body {  　　　　　/*IE6だけに適用*/
   overflow-y:auto;
}
/*IE6フロートのバグ対策用*/
*html .ieHack {
clear:both !important;
float:right !important;
}

*+html body {　　　　　/*IE7だけに適用*/
   overflow-y:auto;
}

body {
   overflow-y:scroll;
   margin: 0px;
   padding: 0px;
   color: #333333;
   font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Meiryo","メイリオ","Osaka","MS PGothic","ＭＳ Ｐゴシック",helvetica,verdana,arial,sans-serif;
}
.j10 {
	font-size: 10px;
	line-height: 1.5em;
	
	
}
.j10w {
	font-size: 11px;
	line-height: 1.5em;
	color: #FFFFFF;
	
}
.j10cap {
	font-size: 11px;
	line-height: 1.5em;
	
	letter-spacing: 0.5px;
}
.j11 {
	font-size: 12px;
	line-height: 1.8em;
	
	
}
.j12 {
	font-size: 12px;
	line-height: 1.8em;
	letter-spacing: 2px;
	
}
.j13 {
	font-size: 14px;
	line-height: 1.6em;
	font-weight: bold;
	float:;
}
.e10 {
	font-size: 11px;
	line-height: 140%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
}
.e10w {
	font-size: 11px;
	line-height: 135%;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.e10cap {
	font-size: 11px;
	line-height: 125%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.e11 {
	font-size: 12px;
	line-height: 135%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.e12 {
	font-size: 12px;
	line-height: 150%;
	
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.e13 {
	font-size: 15px;
	line-height: 125%;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

a{
color:#00448d;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
}
h1,h2,h3,h4 {
	
	font-size: 11px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	float: left;
}
dt {
	float: left;
	margin: 0px;
	padding: 0px;
}
dd {
}
.j14 {
	font-size: 16px;
	font-weight: bold;
}
dl {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
}
.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
.clearfix {
  _height: 1px;
  min-height: 1px;
  /*￥*//*/
  height: auto;
  overflow: hidden;
  /**/
}