@charset "utf-8";


* {
	margin: 0;
	padding: 0;}


body{
	font-family:"メイリオ", Meiryo,sans-serif;
	font-size: 14px;
	line-height: 150%;
	margin: 0;
	padding: 0;
	color:#000;
	}
	
div {display: block;}

h1, h2, h3, h4, h5, h6, p, address	{
	display: block;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;}

img {border: none;}
hr {display: none;}
a{outline:none;}
a:link,a:visited,a.active {
	text-decoration: none;
	}
a:hover {
	text-decoration: none;
	}
a:hover img{
/*モダンブラウザ用*/
opacity:0.8;
/*IE7以下用*/
filter:alpha(opacity=80);
/*IE8用*/
-ms-filter:"alpha(opacity=80)";
}

.clear{float:none; clear:both;}

.Center{text-align:center;}

.blue{color:#0099CC;}
.Or{color:#F60;}

.small{font-size:84%;}

/*padding*/
.p_b_10{padding-bottom:10px;}
.p_b_15{padding-bottom:15px;}

/*margin*/
.m_b_20{margin-bottom:20px;}

/* ////////////////////////// Hack */

/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
 
.clearfix:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}



