@charset "utf-8";
/* CSS Document */

/* reset */

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;
	zoom: 1;
}

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

fieldset { 
	border: 0;
}

a img,img {
	border:0;
}

img {
    /* delete padding from bottom of img */
	vertical-align:bottom;
}

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

ol,ul {
	list-style: none;
}

li {
	background-position: left center;
}

q:before,q:after {
	content: '';
}

caption,th {
	text-align: left;
}

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

abbr,acronym {
	border: 0;
}

button,fieldset,form,input,label,legend,select,textarea {
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	vertical-align: baseline;
	outline: medium none;
}

a {
	text-decoration: none;
	color: #fff;
}

span.red {
	color: #F00;
}

a:hover {
	text-decoration: underline;
}

input,select,textarea,option {
	font-family: Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
}

/*\*//*/
input,textarea,select,option {
	font-family: Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
/**/

