@charset "euc-jp";


/* file no found¥Ú¡¼¥¸:notice.css
=========================================================*/

body{
	position:relative;
	margin:0 auto;
	font-size:87.5%;
	line-height:1.5;
	text-align:left;
	background:none;
}
div#notice,
div#notice h1,
div#notice p{
	max-width:920px;
	padding: 0 20px;
}
div#notice {
	width:90%;
	margin:30px auto 20px;
	padding-bottom:20px;
	border-bottom:1px #cccccc solid;
	background:#ffffff;
}
div#notice h1{
	padding:0 0 15px 0;
	text-align: center;
	border-bottom:1px #cccccc solid;
}
div#notice h1 img{
	width:100%;
	max-width:686px;
	display:block;
	margin:0 auto;
}
div#notice p.text{
	margin:10px 0;
	padding:0;
}
div#notice p.text strong{
	font-weight:bold;
}
div#notice a.link{
	min-height:4px;
	display:block;
	padding:5px 0 5px 25px;
	background: url(../img/time-arrow.png) no-repeat left center;
}
address{
	font-style:normal;
}
