@charset "utf-8";

/* -----------------------------------------------------------

 Style Info:	reset style sheet

----------------------------------------------------------- */


* {margin: 0; padding: 0;}

body {
	font-family:"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 74.5%;
	font-weight : normal;
	font-style : normal;
	text-align: center;
	line-height: 1.6;
	color: #333333;
	background-color: #ffffff;
}

h1,h2,h3,h4,h5,h6,address,strong,th {
	font-size: 100%;
	font-style: normal;
}
	
img {
    border-style: none;
	vertical-align: middle;
}
	
* html #footer img {
	vertical-align: baseline;/* end IE6_hack */
}
		
ul,ol {list-style: none;}

strong {
	font-weight: bold;
	color: #0f218b;
}

em {
	font-weight: bold;
	font-style: normal;
}

a {
	text-decoration: none;
	color: #333333;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: #0f218b;
}

hr {display: none;}

/*------------------------------------------------
	clearfix
--------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	visibility: hidden;
}
.clearfix {
	_height: 1px;
	min-height: 1px;
	*zoom: 1;
}
* html .clearfix {
	height: 1%;
	display: inline-block;
}