@charset "utf-8";

/* default
----------------------------------------------------------------------*/
* { margin:0; padding:0; }
img, input { border:0; vertical-align:bottom; }

/* structure
----------------------------------------------------------------------*/
body {
	font-family: sans-serif;
	font-size:12px;
	line-height: 1.5em;
	text-align:center;
	color:#333;
	margin-top:70px;
	background-color:#FFFFFF;
}
* html body {
	/* for WinIE6*/
	font-size: 75%;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
}
*:first-child+html body {
    /* for WinIE7*/
	font-size: 75%;
	font-family: "メイリオ", Meiryo, sans-serif;
}

body h1 {
	font-size:0;
	line-height:0;
	text-indent:-9999px;
}

/* インフォメーション
----------------------------------------------------------------------*/
div#container {
	position:relative;
	width:450px;
	margin: 0 auto;
}
div#info {
	position:absolute;
	top:-275px;
	left:15px;
}
div#info_txt {
	width:450px;
	height:134px;
	background:url(../img/info/info_bg.jpg) left top no-repeat;
	padding:70px 0 0 0;
	text-align:center;
}
div#info_txt p {
	color:#000000;
	font-size:14px;
	margin-bottom:15px;
}
div#info_txt p.title {
	font-size:18px;
/*	font-size:19px;*/
	line-height: 1.4em;
	margin-bottom:5px;
/*	margin-bottom:20px;*/
}
div#info_txt span.bold {
	font-weight: bold;
}
div#info_txt a {
/*	color:#9F9FA0;*/
	color:#000000;
	text-decoration: none;
}
div#info_txt a:hover {
/*	color:#CDCDCD;*/
	text-decoration: underline;
}

div#info_btn {
	width:450px;
	height:45px;
	text-align:center;
}
/*--------------------------------------------------------------------*/
