@charset"shift_jis";


/*-----------------------------------------------------------------------
    
	CSS information
	 
	 Site URL     :   http://www.fujitv.co.jp/animation/mobile.html
	 Created      :   2009-04-08
	 Last update  :   2009-04-24 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
	 
	
-------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
     -Default style clear
-------------------------------------------------------------------------*/

html {
	padding:0;
	margin:0;	
}


body{
	height:100%;
	margin:0;
	padding:0;
	font-family:Osaka, "ＭＳ Ｐゴシック", Arial, sans-seri;
	font-size:0.75em;
	background-image: url(../img/mobile/mobile_bg.gif);
	background-repeat:no-repeat;
	background-color:#000;


}

 
pre, blockquote, address{
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    padding: 0;
	font-size:100%;
	font-weight:normal;
}

ol,ul,li,dl,dt,dd{
	list-style:none;
	margin:0px;
	padding:0px;
}

fieldset,img{
	border:0px;
}
img {
margin:0;
font-size:0px;
}





/*-----------------------------------------------------------------------
     全体設定
-------------------------------------------------------------------------*/
#Container{
	width:400px;
	height:576px;
	position:relative;
}

/*-----------------------------------------------------------------------
     ロゴ
-------------------------------------------------------------------------*/
h1.#Logo{
	width:400ps;
	height:138px;
}

/*-----------------------------------------------------------------------
     リスト
-------------------------------------------------------------------------*/

#List{
	width:360px;
	margin:15px 0 0 40px;
}

#List dl{
	margin:0 auto;
	padding:0;
	width:360px;
}

#List dt{
	margin:0;
	padding:0;
	float:left;
	width:35px;
	height:35px;
	clear:both;
}

#List dd{
	margin:0;
	padding:0;
	width:320px;
	height:35px;
	line-height:135%;
}

/*-----------------------------------------------------------------------
     フォントカラー
-------------------------------------------------------------------------*/
.ListColor{
	color:#bd0075;
	font-weight:bold;
}

/*-----------------------------------------------------------------------
     送信ボタンのスタイル
-------------------------------------------------------------------------*/
#SendBt{
	z-index:1;
	position:absolute;
	top:277px;
	left:176px;
	width:149px;
	height:60px;
}

/*-----------------------------------------------------------------------
     Closeボタンのスタイル
-------------------------------------------------------------------------*/
#Close{
	z-index:2;
	position:absolute;
	top:543px;
	left:312px;
	width:81px;
	height:22px;
}
