@charset "UTF-8";



/* body
-----------------------------------------------------------------------------  */
body {
	/* font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","Verdana","ＭＳ Ｐゴシック","sans-serif";*/
	}


a:link {
	color: #0066aa;
	text-decoration:underline;
	}
a:visited {
	color: #0066aa;
	text-decoration:underline;
	}
a:hover {
	color:#0066aa;
	text-decoration: none;
	
	}
a:active {
	color:#0066aa;
	text-decoration: none;
	}
a:focus {
	color:#0066aa;
	text-decoration: none;
	}



/* :::::::::::::::::::::::::::::::::::::::::::::
    Font　
::::::::::::::::::::::::::::::::::::::::::::: */

body {
	background:#fff;
	color:#333;
	font-family:/*"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","メイリオ","Meiryo",*/"Verdana","ＭＳ Ｐゴシック","sans-serif";
	font-size:80%;
	line-height:140%; /* IE6以下固定 */
}


*:first-child+html input,
*:first-child+html textarea
{
	font-family:"ＭＳ Ｐゴシック","sans-serif";
}

/* Clearfix Styles
-----------------------------------------------------------------------------  */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	line-height:0;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* WinIE7 only */
*:first-child+html .clearfix {
  height:1%;
}

* table.layout {	margin: 0;	padding: 0;	border: none;	border-collapse:collapse; border-spacing:0;}
* table.layout td {	margin: 0;	padding: 0;	border: none; vertical-align: top;}