@charset "UTF-8";

/*=============================================
全体構造
=============================================*/

*{
	padding:0;
	margin:0 auto;
	font-size:12px;
	line-height:1.3em;
	color:#300;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

a{
	text-decoration:underline;
	}

a:hover {
	text-decoration:none;	
	color:#630;
}



br.clear{
	clear:both;
}

hr{
	color:#993;
}

b{
	color:#F06;
	font-size:13px;
	font-weight:bold;
}

body{
	margin:0 auto;
	background-color:#FFF;
}

#container{
	/*position:relative;*/
	margin:0 auto;
	width:820px;
	background-color:#9F9;
	background:url(img/bg.jpg) repeat-y;
}

#header{
	/*position:absolute;
	top:0;
	left:0;*/
	float:left;
	margin-left:10px;
	width:800px;
	height:300px;
	background:url(img/header1.gif) no-repeat;
}

#iphone{
	/*position:absolute;
	top:0;
	left:300px;*/
	float:right;
	width:300px;
	height:530px;
	background:url(img/iphone1.gif) no-repeat;
}

p#pan{
	margin:0 0 20px 0;
	
}

#textArea{
	width:400px;
	float:left;
	margin:30px;
}

h1#logo{
	float:left;
	text-indent:-1000em;
	width:219px;
	height:36px;
	background:url(img/logo.gif) no-repeat;
}

p#textA{
	margin-top:20px;
	float:left;
}

#appBanner{
	margin-top:20px;
	float:left;
	width:201px;
	height:40px;
	background:url(img/appbanner.jpg) no-repeat;
}

p#textB{
	margin:20px 0 0 0;
	float:left;
}



/*=============================================
Footer
=============================================*/

p#footer{
	width:800px;
	height:20px;
	padding-top:15px;
	background:#000;
	color:#FFF;
	text-align:center;
}










