@charset "utf-8";

/* ************************************************ 
 *	���Z�b�g
 * ************************************************ */
*{
	margin: 0px;
	padding: 0px;
}




body{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-family: "Hiragino Kaku Gothic Pro W3", "�q���M�m�p�S Pro W3", Meiryo, "���C���I", "MS P Gothic", "�l�r �o�S�V�b�N", sans-serif;
	font-size: 13px;
	line-height: 1.5em;

}

* html body {/* for ie6 */
	font-family: Verdana, "�l�r �o�S�V�b�N", sans-serif;
	letter-spacing: 1px;
	vertical-align:baseline;
    overflow: hidden; 
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

li {
	list-style: none;
}

table{
	border-collapse: separate;
	font-size: 13px;
	line-height: 1.8em;
}



img{
	border: none;
	vertical-align: top;
}



/* ************************************************ 
 *	��{�����N
 * ************************************************ */

a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #424242;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/*�|�C���^�[�ŉ����Ă�������܂ł̊�*/
a:active {}

a:focus{
	outline:none;
}
