@charset "UTF-8";

/*==============================================
	1. Universal selector
===============================================*/

* {
	margin: 0;
	padding: 0;
	line-height: 100%;
	color: #333333;
	font-weight: normal;
	font-style: normal;
}

/*==============================================
	2. Body
================================================*/


body {
	padding: 0px;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	font-size: 90%;
	line-height: 150%;
	margin: 0px;
	background-color: #F6F6F6;
}


/*===============================================
	3. Text
================================================*/

h1,h2,h3,h4,h5,h6,p,address {
	font-size: 100%;
}

/*===============================================
	4. Hypertext
================================================*/

a:link {
	color: #0033FF;
	text-decoration: none;
}

a:visited {
	color: #0033FF;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}

a img {
	border-style: none;
}

/*===============================================
	5. Form
================================================*/

form {
	margin: 0px;
	padding: 0px;
}
