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

/*******************************************************************/
/*                                                           RESET */
/*******************************************************************/
body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, form ,IFRAME {
	padding: 0px;
	margin: 0px;
	}
	
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix {
	display: inline-block;
	}
/* Hides from IE-mac \*/ 
* html .clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}
/* End hide from IE-mac */

img {
	border: none;
	}
	
/*******************************************************************/
/*                                                            LINK */
/*******************************************************************/
a:link,
a:visited,
a:active {
	color: #0D68F1;
	}

a:hover {
	color: #F035B4;
	text-decoration: underline;
	}
	
/*******************************************************************/
/*                                                           COLOR */
/*******************************************************************/
.red {
	color: #B22B2B;
	}
	
.orange {
	color: #FF6600;
	}
	
/*******************************************************************/
/*                                                                 */
/*******************************************************************/
body {
	font-family : "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, sans-serif;
	font-size: 75%;
	margin: 0px auto;
	text-align: center;
	color: #333;
	}
table {
	font-size: 100%;
	line-height: 140%;
	}
	

