html,
body {
    width:700px;
    height:1058px;
    margin: 0;
    background-color:#fff;
}
a{
    text-decoration:none;
}
.contaner{
    width:700px;
    height:1058px;
    position: relative;
    background-image:url(../img/touhi201412.png);
    
    -webkit-box-shadow:-50px 0px 100px -40px rgba(0,0,0,0.6) inset;
    -moz-box-shadow:-50px 0px 100px -40px rgba(0,0,0,0.6) inset;
    -ms-box-shadow:-50px 0px 100px -40px rgba(0,0,0,0.6) inset;
    box-shadow:-50px 0px 100px -40px rgba(0,0,0,0.6) inset;
}
.line_box{
	position: absolute;
	margin-top:640px;
	margin-left:20px;
}
.line_p{
	color:#A79954;
	font-size:25px;
	margin-top: 5px;
	font-weight:bold;
}
.red{
	color:#C53619;
	font-size:42px;
	margin-left:-10px;
	margin-top: 5px;
	font-weight: bold;
	
	-webkit-text-stroke-color: #fff;
    	-webkit-text-stroke-width: 1px;
	-moz-text-stroke-color: #fff;
    	-moz-text-stroke-width: 1px;
        -ms-text-shadow: white 1px 1px 0px, white -1px 1px 0px,
            white 1px -1px 0px, white -1px -1px 0px;
	text-shadow: white 1px 1px 0px, white -1px 1px 0px,
            white 1px -1px 0px, white -1px -1px 0px;
}
.hp_box{
	position: absolute;
	margin-top:855px;
	margin-left:25px;
}
.hp_box p{
	font-size:25px;
	margin-top: 5px;
	color:#D47460;
	font-weight:bold;
}