@charset"utf-8";


/*-----------------------------------------------------------------------
    
	CSS information
	 
	 Site URL     :   http://www.fujitv.co.jp/otn/index.html
	 Created      :   2009-03-26
	 Last update  :   2009-03-26 by Miyashita
	 Copyright    :   (C)Fuji Television Network,inc
	 
-------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------
    
	CSS order rule
	
	(1)Qualification property

	  display
	  list-style
	  position
	  float
	  clear

    (2)Box property

	  width
	  height
	  margin
	  padding
	  border
	 
    (3)Background property
    
	  background
	 
	(4)Text property
	
	  color
	  font
	  text-decoration
	  text-align
	  vertical-align
	  white-space
	   
    (5)Content property

      content
	 
	
-------------------------------------------------------------------------*/



/*-----------------------------------------------------------------------
     全体
-------------------------------------------------------------------------*/

#Sokume{
	width:600px;
	margin:0 auto;
	padding:10px;
	border:1px solid #666;
	background-color:#FFF;
	text-align:center;
}

#Sokume .Close{
	margin:20px 0 20px 0;
	color:#333;
	font-size:0.85em;
}


#Sokume .Close a:link { color: #333; }
#Sokume .Close a:visited { color: #333; }
#Sokume .Close a:hover { color: #333; }
#Sokume .Close a:active { color: #333; }

#Sokume .Copy{
	padding:15px;
	border:1px solid #333;
	background-color:#CCC;
	font-size:10px;
	color:#333;
	line-height:160%;
	}



