@charset "utf-8";
/*-------------------------------------------------------------------

	DEFAULT CSS RESET

-------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	padding:0;
	margin: 0;
}
table{
	border-collapse:collapse;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}
ol,ul{
	list-style:none;
}
caption{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
/*-------------------------------------------------------------------

	DEFAULT SETTING

-------------------------------------------------------------------*/
html{
	font-size:100%;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
body{
	line-height:1.5em;
	color:#343434;
	font-size:82%;
	font-family:"ＭＳ Ｐゴシック", osaka, "ヒラギノ角ゴ Pro W3";
}
a{
	color:#016597;
	text-decoration:underline;
	outline:none;
}
a:hover{
	text-decoration:none;
	color: #1EA6E8;
}
.clr{clear:both;}
.clrL{clear:left;}
.clrR{clear:right;}
.blk{display:block;}
p{margin-bottom:1em; margin-top:1em;}
/*p{margin-bottom:0.8em;}*/
.p2{margin:0;}
strong{font-weight:bold;}
.pagetop{
	margin-bottom:20px;
	text-align:right;
	clear:both;
}
.bold{font-weight:bold;}

.hid{
	visibility:hidden;
}
.left{
	float:left;
}
.leftImg {
}

.right{
	float:right;
}
.leftImg{
	float:left;
	display: inline;
	margin:0 1em 1em 0;
}
.rightImg{
	float:right;
	display: inline;
	margin:0 0 1em 1em;
}
.cnr{
	text-align: center;
}
.cnr2 {
	text-align: center;
	margin-left: 4px;
	margin-top: 10px;
}
.shimi {
	margin-right: 5px;
}
.shimi2 {
	margin-right: 12px;
	margin-left: 12px;
}
.shimi3 {
	text-align: center;
	margin-left: 8px;
	margin-right: 5px;
}





.txCenter{text-align: center;}
.txLeft{text-align: left !important;}
.txRight{text-align: right;}
.txRed{
	color: #FF0000;
	display: inline;
}
.txGreen{
	color: #01A394;
}
.txGreenB{
	color: #01A394;
	font-size: 16px;
	font-weight: bold;
}
.back_gray{
	background: url(/common_img/h3_back.gif) no-repeat;
	height: 26px;
	width: 670px;
	padding-left: 18px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 15px;
	padding-top: 5px;
	margin-bottom: 15px;
}
.torikesi{
	text-decoration: line-through;
}

/*----------------------------------------------------------
	clearfix
----------------------------------------------------------*/
.clearfix:after {
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
	overflow:auto;
    visibility: hidden;
    content: ".";
}
.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
    height: 1%;
}
