@charset "utf-8";


/* reset
---------------------------------------------------------*/
html, body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
p, table, caption, th, td{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 100%;
	outline: none;
}
table, tr, th, td {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
	vertical-align: top;
}
li {
	list-style:none;
}
address{
	font-style: normal;
}

html{
	overflow-y: scroll;
}

body{
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Arial;
}

/* common link styles
---------------------------------------------------------*/

a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {   
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}
a:active {
	color: #006699;
}

/* clear-fix & clear
---------------------------------------------------------*/
.clear{	clear: both;}

.clearFix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearFix{
    display:inline-block;
    min-height:1%;  /* for ie7 */
}
/* Hides from IE-mac \*/
* html  .clearFix{height: 1%;}
.clearFix{display: block;}
/* End hide from IE-mac */



