@charset "UTF-8";
/* AUTHOR:t-styles */

body {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3","Century Gothic","verdana","メイリオ","Meiryo","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic","Sans-Serif";
	background-color: #FFF;	/*明朝系の場合*/
	background-repeat: no-repeat;/*font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;*/
}
h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,hr {
	margin: 0px ;
	padding: 0px ;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}
.img_centering {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
address {
	font-family: "Century Gothic";
	font-size: 9pt;
	font-style: normal;
	text-decoration: none;
	margin-top: 30px;
	clear: both;
	text-align: center;
}
/*左にフロート*/
.floatLeft {
	float: left;
}
/*フロートクリア*/
.clear {
	clear: both;
}
/*リストタイプ無し*/
li {
	list-style-type: none;
}
