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

body, div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, p {   
	margin: 0;  padding: 0;   
} 


h1, h2, h3, h4, h5, h6  {
	font-size: 100%;
	width: auto;
	height: 20px;
	overflow-x: hidden;
	overflow-y: hidden;
	float: right;
	clear: left;
	text-align: right;
}   


img {   
	border: 0;
} 

li {
	list-style-type: none;
}   

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
td {
	padding: 0;
	vertical-align: top;
}
th {
	font-weight: normal;
	padding: 0;
	text-align: left;
	vertical-align: top;
}


/* ------------ Font Style */  

body {
	font-family:  "���C���I", "Meiryo", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "�l�r �o�S�V�b�N", "MS PGothic";
	-webkit-text-size-adjust:100%;
} 




/* ------------ Link setting	*/

a {
	color: #666;
	text-decoration: none;
}

a:hover{
	color: #6E92DB;
	}



/* clearfix
-------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

.clearfix {
	display:inline-block;
}

/*\*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/**/

/* clear
-------------------------------------------------- */

.clear {
	clear: both;
}
