@charset "shift_jis";
/* CSS Document */

/* -- 告知　新バージョンを使う -- */
#notice {
	background: url(../img2/vergion.gif) no-repeat center;
	height:50px;
	margin-top:10px;
	margin-bottom:10px;
	min-height:50px;
	width:648px;
}

#notice_text {
	color:#FFF;
	float:left;
	font-size:20px;
	font-weight:bold;
	padding:15px 0 0 70px;
	margin:0;
}

#notice_try_btn {
	margin-top:13px;
}

#notice_try_btn, #notice_try_btn a:hover  {
	background:url(../img2/btn_try_on.gif) left top no-repeat;
	width:142px;
	height:27px;
	display:block;
	overflow:hidden;
	float:left;
}

#notice_try_btn a{
	background:url(../img2/btn_try_off.gif) left top no-repeat;
	width:142px;
	height:27px;
	display:block;
	overflow:hidden;
	float:left;
}

#notice_try_btn a strong {
	display:none;
}

#notice_close_btn {
	background:url(../img2/btn_close.jpg) left top no-repeat;
	height: 18px;
	width: 18px;
	display: inline-block;
	margin: 0.1em 0 -0.2em 0.2em;
}

#notice_close_label {
	float: right;
	padding:16px 20px 0px 0px;
	font-size:110%;
}

#notice_close_label a:link, #notice_close_label a:visited {
	text-decoration:none;color: #FFF; background:none;
}

#notice_close_label a:hover, #notice_close_label a:active {
	text-decoration:underline;color:#FFF; background:none;
}
