@charset "utf-8";

/*___共通項目___*/
* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

html {
	font-size: 14px;
	line-height: 1.3em;
	color: #333333;
	margin: 0px;
	background: none repeat;
}
body {
	width: 600px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding: 0px 0px 0px 0px;
}
a:link {
	color : #006fbb;
	text-decoration : none ;
}
a:active {
	color : #006fbb;
	text-decoration : none ;
}
a:visited {
	color : #006fbb;
	text-decoration : none ;
}
a:hover { 
	color : #fff;
	text-decoration : none ;
	background-color: #006fbb;
}
#it_img {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
#it_close_txt {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 14px 0px;
	font-size: 11px;
	line-height: 1.2em;
	color : #006fbb;
	text-align: center;
}
