@charset "UTF-8";

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

body {
	/*font-family: "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;*/
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Arial,Helvetica,sans-serif;
/*
	font-family: tahoma;
*/
	font-size: 12px;
	font-weight: normal;
	vertical-align:middle;
}

h1 , h2 , h3 , h4 , h5 , h6 , strong , th , em{
	font-weight: normal;
	font-style:normal;
	font-size: 14px;
}

ul , ol {
	list-style:none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align:top;
}

img, a {
	border: 0;
	
}

a {
/*
	text-decoration:none;
*/
}

a:hover {
	text-decoration: underline;
}

img {
	font-size: 0.1em;
	vertical-align: bottom;
	line-height:100%;
}

input , textarea {
	font-size: 12px;
}

address {
	font-style: normal;
	font-size: 12px;
}

