@charset "utf-8";

html {overflow-y: scroll;}

/* ----- body style ----- */
body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:11pt;
	line-height: 130%;
}

form {margin: 0;}
iframe {display: block; margin: 0;}


/* all round style */
p {margin: 0px;}

img {border: none;}
em {font-style: normal;}

hr {margin: 10px auto; height: 1px; border: 1px solid #CCCCCC; visibility: hidden;}

a {color: #2c517c;}
a:hover {color: #ff6600; text-decoration: none;}


/* useful style */
.text_center {text-align: center;}
.text_left {text-align: left;}
.text_right {text-align: right;}

.float_none {float: none !important;}
.float_left {float: left !important;}
.float_right {float: right !important;}

.clear {clear: both; font-size:0px; line-height:0px; text-indent:-9999px;}
.clear_none {clear: none !important;}
.clear_left {clear: left !important;}
.clear_right {clear: right !important;}

.hide {display: none;}

