@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
}

body,td,th,h1,h2,h3,h4,h5,h6,p,dt,dd,li {
	font-size: 100%;
	font-family: '游ゴシック','YuGothic','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
	line-height: 100%;
	color: #333333;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

img {
	border: none;
	vertical-align: bottom;
}
p, li, th, td, dt, dd, address {
	font-size: 90%;
}
p {
	line-height: 180%;
	margin-bottom: 1em;
}
address {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
th, td {
	line-height: 180%;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
caption {
	text-align: left;
}
li {
	list-style-type: none;
}
a {
	outline: none;
}
a:link    {color: #00509b; text-decoration: none;}
a:visited {color: #00509b; text-decoration: none;}
a:hover   {color: #5582be; text-decoration: none;}
a:active  {color: #333333; text-decoration: none;}

/* clearfix */
.clearfix { overflow:hidden; clear:both; }
.clearfix:before {
	display: block;
	content: " ";
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
* html .clearfix {zoom: 1;} /* IE6 */
*:first-child+html .clearfix {zoom: 1;} /* IE7 */