@charset "euc-jp";
/* *************************************************************************************************************************

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

 ************************************************************************************************************************* */

body{
	margin:0 auto;
	font-size:100%;
	line-height:1.5;
	text-align:left;
	background:none;
}

div#notice,
div#notice h1,
div#notice p,
address{
	max-width:700px;
	padding: 0 10px;
}

div#notice {
	margin:100px auto 0;
	padding-bottom:30px;
	border-bottom:1px #ccc solid;
	background:#ffffff;
}

div#notice h1{
	padding:0 0 15px 0;
	border-bottom:1px #cccccc solid;
}

div#notice p{
	padding:0 10px 5px;
}
div#notice p.text{
	margin:10px 0 20px;
	padding:0;
	line-height:1.8;
}
div#notice p.text strong{
	font-weight:bold;
}

/*
div#notice p a.link{
	display: inline-block;
	padding-left:20px;
	background: url(../img/arr.png) no-repeat 2px 0.4em;
}
*/
address,
address small,
address small p{
	margin:10px auto 0;
	padding:10px 0 0 0;
	font-style:normal;
}
address{
	border-top:1px #cccccc solid;
}