/* CSS Document */

@charset "UTF-8";


/* general&reset */
/*/////////////////////////////////////////////////*/

body,h1,h2,h3,h4,h5,h6,ul,ol,menu,li,dl,dt,dd,p,form,input,em {
	font-style      : normal;
	padding         :0px 0px 0px 0px;
	margin          :0px 0px 0px 0px;
}

ul,menu {
	list-style-type : none;
}

img {
	border          : none;
}


* {
	font-family:
		"Verdana",
		"Arial",
		"Meiryo",
		"ƒqƒ‰ƒMƒmŠpƒS Pro W3",
		"Hiragino Kaku Gothic Pro",
		"‚l‚r ‚oƒSƒVƒbƒN",
		"MS PGothic",
		"MS UI Gothic",
		"Lucida Sans Demibold Roman",
		"Lucida Sans Unicode",
		"Lucida Grande",
		"Helvetica",
		sans-serif;
}

fieldset {
	border          : none;
}

p, li, dt, dd, td, th {
	font-size       :12px;
}



/* setting */
/*/////////////////////////////////////////////////*/

/* a */

a {
	color           : #FF0000;
	outline         : none;
	text-decoration : none;
}

/* h */

h2 {
	font-size       : 16px;
}

h3 {
	font-size       : 14px;
}

p {
	line-height     : 1.4;
	margin          : 0px 0px 10px 0px;
}

/* table */

table td, th {
	font-weight     : normal;
	text-align      : left;
	vertical-align  : top;
	padding         : 5px;
}



/* form */

button {
	display         : block;
}

body#top input {
	padding         : 0px;
}

input, button, select {
	margin          : 0px 5px 0px 0px;
}

button {
	text-indent     : -5000px;
	background      : none;
	border          : none;
	height          : 30px; 
	cursor          : pointer;
}