@charset "utf-8";

* {
	margin:0;
	padding:0;
}

body {
	background:#E4362B;
}

img {
	border:0;
	outline:none;
}

h1{
	font-size:10px;
	text-align:center;
	font-weight:normal;
}

#op{
	width:600px;
	margin:20px auto;
}

#op .bottom{
	margin:20px 0 0 0;
	clear:both;
	font-size:10px;
}

#op .attention{
	font-size:10px;
	line-height:150%;
}

#op .attention img{
	float:left;
}

#op .attention p{
	margin:7px 0 0 0;
}

#op .attention div{
	float:right;
	text-align:right;
	width:325px;
	margin:30px 0 0 0;
}

#op .attention div a:link{
	color:#FFFFFF;
	text-decoration:none;
}

#op .attention div a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

#op .attention div a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

#op .attention div a:active{
	color:#FFFFFF;
	text-decoration:underline;
}


#op .bottom p{
	float:left;
	width:360px;
	line-height:150%;
	margin:20px 0 0 0;
}

#op .bottom p span{
	color:#FFFFFF;
	font-size:12px;
}

#op .bottom ul{
	float:right;
	width:200px;
	margin:20px 0;
	list-style:none;
	padding:0;
	text-align:right;
}

#op .bottom li{
	width:88px;
	display:inline;
	margin:0;
}

#op .bottom li img{
	margin:2px;
}

#op .bottom em{
	clear:both;
	font-style:normal;
	display:block;
}

#op .bottom em a{
	color:#FFFFFF;
}

