@charset "utf-8";
/* CSS Document */

h1,p{
	color:#fff;
}
#innerB h3{
	font-size:140%;
	margin-top:20px;
}
#innerB p{
	font-weight:bold;
}

p#h3{
	font-size:100%;
	font-weight:bold;
}
h4{
	background-color:#911;
	color:#fff;
	text-align:center;
	font-size:140%;
	font-weight:bold;
	padding:5px 0;
}
#attention{
	background-color:#444;
	border:2px solid #911;
	margin-top:20px;
}
#attention ul{
	padding:10px 0 20px 30px;
}
#attention li{
	list-style:none;
	background-image:url(../../img/no.png);
	background-repeat:no-repeat;
	background-position:0 50%;
	margin-top:20px;
	text-indent:40px;
	font-size:140%;
	font-weight:bold;
}
