﻿@charset "utf-8";


/* margin set
----------------------------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd{
	margin:0;
	padding:0;
}
ul,ol,li{
	margin:0;
	padding:0;
	list-style:none;
}
.mB10{
margin-bottom:10px;
}
.mB15{
margin-bottom:15px;
}
.mB20{
margin-bottom:20px;
}
.mB30{
margin-bottom:30px;
}
.fLeft{
float:left;
}
.fRight{
float:right;
}
/* clear float set 
-----------------------------------------------------------------------------------------------*/
.clear{
clear:both;
}
.fix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html .fix{
	display:inline-block;
}
*:first-child+html .fix{
	display:inline-block;
}

/* base style
----------------------------------------------------------------------------------------------*/
body{
color:#404040;
line-height:1.5;
}

a{
color:#4b4b4b;
text-decoration:none;
blr:expression(this.onFocus=this.close()); 
blr:expression(this.onFocus=this.blur()); 
behavior:url(../scripts/dot.htc);
}
a:focus{ -moz-outline-style: none; }
a:hover{
text-decoration:underline;
}