@charset "utf-8";


/* ブラウザ表示対策------------------------------------------------- */

/* モダンブラウザ（Firefox Opera Safari）対策 */

.clearfix:after{
   content:".";
   display:block;
   height:0px;
   clear:both;
   visibility:hidden;
	}

/* Win版IE7とMac版IE5対策 */

.clearfix{
   display:inline-block;
	}
/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
* html .clearfix{
   height:1px;
	}
.clearfix{
   display:block;
	}
/* End hide from IE-mac */
* { 
	margin:0;
	padding:0;
	}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,th,td { 
	margin:0;
	padding:0;
	}
table {
	border-collapse:collapse;
	border-spacing:0;
	}
html {
	font-size: 62.5%;
	}
h1,h2,h3,h4,h5,h6,p { 
	font-size:100%;
	font-weight:normal;
	}
img {
	vertical-align: bottom;
	}
a img {
	margin: 0;
	padding: 0;
	border: 0;
	}
a {
	color: #28b2f0;
	}
a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	}
a:hover {
	color:#f39800;
	}
ul, ol, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
strong, em, address {
	font-weight: normal;
	font-style: normal;
	}
body, div, table, caption, th, tr, td, ul, ol, li, dl, dt, dd, form, input, textarea, p {
	color:#000000;
	line-height:1.6;
	}
