@charset "shift_jis";

/***********************************************/
/* FileName: riset.css                         */
/* data:2011/05/13                             */
/***********************************************/

/*html{
	overflow-y:scroll;
}*/

* {
	margin: 0;
	padding: 0;
}
	
body {
	color:#000000;
	font-size: 12px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	line-height:1.5;
}	
	
h1, h2, h3, h4, h5, h6, address{
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	margin: 0;
	padding: 0;
	line-height:1;
}

input,textarea,select{
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	margin: 0px 0px 0px 0px ;
	padding: 3px;
	line-height:1;
}
  
img {border: none;vertical-align:bottom;}
hr {clear:both;}
li {list-style-type: none;}
a {text-decoration: none;color:#333333;}