/* ----------------------- style resset */

* {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0;
	}
	
body {
	color: #000;
	text-align: center;
	font-family : "MS PMincho", 'ＭＳ Ｐ明朝' , 'ヒラギノ明朝 Pro',"Hiragino Mincho Pro",  serif;
	font-size: 13px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
	width: auto;
	/*background-color: #9BDC32;*/
	}
	
.win.webkit body {
	color: #000;
	text-align: center;
	font-family : "MS PMincho", serif, 'ＭＳ Ｐ明朝';
	font-size:13px ;
	}


hr {
	display: none;
	}

h1, h2, h3, h4, h5, h6, p, address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

a:link { 
	color:#000; 
} 

a:visited { 
	color: #000;
} 

img {
	border: none;
	}

select, input, textarea {
	font-size:12px ;
	padding: 2px 0px 0px 0px;
}

::selection {
    background:#9bdc32
}
::-moz-selection {
    background:#9bdc32
}