 
body{
  font-size : 12px;
  padding : 0px;
  margin : 0px;
  width : auto;
  height : auto;
  right : auto;
  left : auto;
	text-align:center;
	scrollbar-darkshadow-color : white;
	scrollbar-face-color : white;
	scrollbar-3dlight-color : white;
	scrollbar-highlight-color : white;
	scrollbar-arrow-color : black;
	scrollbar-shadow-color : white;
	scrollbar-base-color : white;
	scrollbar-track-color : white;
	word-break : break-all;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}






::-webkit-scrollbar{
	overflow:hidden;
	width:1px;
	background:#fafafa;
}
::-webkit-scrollbar:horizontal{
	height:1px;
}
::-webkit-scrollbar-button{
	display:none;
}
::-webkit-scrollbar-piece{
	background:#eee;
}
::-webkit-scrollbar-piece:start{
	background:#eee;
}
::-webkit-scrollbar-thumb{
	background:#333;
}
::-webkit-scrollbar-corner{
	background:#333;
}










table{
  padding : 0px;
  margin : 0px;
  border-width : 0px;
  border-collapse : collapse;
  font-size : 12px;
}
td{
  vertical-align : top;
  padding : 0px;
  margin : 0px;
  border-width : 0px;
  border-collapse : collapse;
}
a{
  text-decoration : none;
}
a:hover{
  text-decoration : underline;
}
 


img{
	border : none;
}


form {
	padding : 0px;
	margin : 0px;
}

.chui{
	color : #9a3131;
	line-height : 15px;
}


.centerin{
	text-align : center;
}

.rightin{
	text-align : right;
}

.leftin{
	text-align : left;
}


.chuiwaku{
	text-align : center;
	padding : 20px;
	border : 1px solid #9a3131;
	color : #9a3131;
	line-height : 15px;
}

