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

attention/index.html

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


#attention{
	margin: 0 0 0 0;
}



#attention #notice{
	display: block;
	margin: 40px 0 20px 0px;
	color: #E4795F;
	font-size: 14px;
	font-weight: bold;
	border-top: #FF6633 1px solid;
	border-bottom: #ff6633 1px solid;
	padding:  10px 0 10px 20px	;
	
}

#attention #notice li{
	list-style: url(images/notice_cap.gif);
}

#attention #box{
	font-size: 12px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;
	padding: 10px 0;
}

#security,
#cosp{
	margin: 30px 0 0 0;
}

#details #cosp h2{
	display: block;
	margin: 20px 0;
}

#details #cosp p{
	clear: both;
}


#security h3,
#cosp h3{
	font-size: 14px;
	color: #666666;
	
}

#security h4,
#cosp h4{
	background: #eee;
	padding: 5px;
	color: #666;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
	
}


#rating{
	margin: 30px 0 0 0;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding: 10px;
}


#details #security{
	margin: 60px 0 50px 0 !important;
}

#details #security h2{
	display: block;
	margin: 20px 0;
}

#details #security h5{
	display: block;
	font-weight: bold;
	font-size: 14px;
	margin: 20px 0;
	border-top: #CCCCCC dotted 1px;
	border-bottom: #CCCCCC dotted 1px;
	color: #CC0000;
}

#details #security p{
	clear: both;
}

#details #security strong{
	color: #666;
}

#details #security ul .note,
#details #security Ol .note{
background: url(../common/note_cap.gif) no-repeat 0 2px;
}