@charset "shift_jis";

/*==============================================
	1. Universal selector
===============================================*/

* {
	margin: 0; 
	padding: 0;
	line-height: 100%;
	color: #000000;
	font-weight: normal;
	font-style: normal;
}

/*==============================================
	2. Body
================================================*/

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	text-align: center;
	letter-spacing: 0.05em;
	font-weight: normal;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}

/*===============================================
	3. Text
================================================*/

h1,h2,h3,h4,h5,h6,p,address {
	font-size: 100%;
	line-height: 140%;
}

/*===============================================
	4. Hypertext
================================================*/

a:link {
	color: #0000FF;
	text-decoration: none;
	line-height: 140%;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
	line-height: 140%;
}

a:hover {
	color: #0000FF;
	text-decoration: underline;
}

a img {
	border-style: none;
}
