@charset "utf-8";

html,
body {
    height:100%;
	}

/* *****************************************
/*+  margin setting  +**************************
/***************************************** */
body {
/*    height:100%; 	*/
    margin:0;
    padding:0;
	}

h1,h2,h3,h4,h5,h6,pre,address,ul,ol,li,dl,dt,dd,form,legend,p {
	margin:0;
	padding:0;
	}
	
header, article, footer, article, aside, time, nav, section { display: block; } 


/* *****************************************
/*+  font setting  +**************************
/***************************************** */
body{ 
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.6;
	color:#000;
	font-size:12px;
	} 

*:first-child + html body {/*IE7*/
	font-size:75%;
	}
* html body {/*IE6*/
	font-size:75%;
	}

h1,h2,h3,h4,h5,h6 {
	color:#333;
	font-size:1.0em;
	line-height:1.0;
	}

td,th{
	font-size:100%;
	}
	
/* *****************************************
/*+  list setting  +**************************
/***************************************** */
ul,li {
	list-style:none;
	}
ol {
	}
ol li {
	list-style:decimal;
	margin:0 0 0 28px;
	}


/* *****************************************
/*+  link setting  +********************************
/***************************************** */
a {
	color:#54b3c7;
	font-weight:bold;
	text-decoration:none;
	overflow:hidden;
	outline:none;
	}
a:hover {
	}

a.exLink{
	color:#333;
}

/* *****************************************
/*+  other setting  +**************************
/***************************************** */
hr {
	}

hr.divide {
	display:block;
	}

a img {
	border:0;
	vertical-align:middle;
	text-decoration:none;
	}

img {
	vertical-align:middle;
	border:0;
	}

table{  
	border-collapse: collapse;
	border-spacing: 0;  
	}
	
.alpha a:hover img{
	filter: alpha(opacity = 75);
	-ms-filter: "alpha( opacity=75 )";
	-moz-opacity: 0.75;
	opacity: 0.75;
}


/* *****************************************
/*+  clearfix  +****************************
/***************************************** */
.clear,
.section{
	clear:both;
	}
.clearfix:after,
.section:after{ /* for New Browser */
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	}
.clearfix,
.section{
	display:inline-block; /* for IE */
	}
/* Hides from IE-mac \*/
* html .clearfix,
* html .section{ height:1%; }
.clearfix,
.section{ display:block; }
/* End hide from IE-mac */


