@charset "Shift_JIS";

/* ----------------------------------------------

	CSS information
	file name  :  base.css
	infomation :  

 ---------------------------------------------- */


/*----------------------------------
	reset
----------------------------------*/

* {	
	margin:0px;
	padding:0px;
	}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}


address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

h1,h2,h3,h4,h5,h6,caption,th,textarea {
	font-size: 100%;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

caption,th {
	text-align: left;
	font-weight:normal;
	}

img,object,applet,embed {
	vertical-align: top;
	}

img,abbr,acronym,fieldset {
	border: 0;
	}

li {
	list-style: none;
	}

hr,legend {
	display: none;
	}


/*----------------------------------
	basic elements
----------------------------------*/

html {
	margin: 0;
	padding: 0;
	height: 100%;
	}


body{
	font-size: 12px;
	font-family:"ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "ƒƒCƒŠƒI", Meiryo, Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif;
	line-height: 1.6em;
	text-align: center;
	}

/* for ie6 */
* html body {font-family:"‚l‚r ƒSƒVƒbƒN", "MS Gothic", "Osaka|“™•", Osaka-mono, monospace;}


a img {border:none;}