@import url("reset.css"); 
@import url("fonts-min.css"); 
@import url("clearfix.css"); 


/* Common --------------------------------------------------------*/


body {
	background:#000;
	color:#999;
	width: 320px;
	font-family: Meiryo,Helvetica,sans-serif,"ＭＳ ゴシック","Osaka－等幅";
	}

#wrap {
	margin:0 auto;
	width:300px;
	}

a , a:hover , a:visited {
	color:#468eeb;
	text-decoration:underline;
	}
	
p {
	font-size:130%;
	line-height:130%;
	padding-bottom:20px;
	}
	
.notice {
	font-size:77%;
	}

.fl-r {
	float:right;
	}

.fl-l {
	float:left;
	}

.ta-r {
	text-align:right;
	}

.ta-c {
	text-align:center;
	}

.pct01 {
	background:url(/common/image/ewifi/pct03.jpg) no-repeat;
	width:300px;
	height:215px;
	}




#header h1 {
	margin:0px 0px;
	background:url(/iphone/voice-recorder-hd/images/head_iphone.png) no-repeat;
	width:300px;
	height:40px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	}
#header ul li {
	float: left;
	text-indent:-9999px;
	margin: 0px 10px 0px 0px;
	}
#header a.tit_home{
	background:url(/iphone/voice-recorder-hd/images/tit_about_iphone.png) no-repeat;
	width: 0px;
	height: 0px;
	display:none;
	}
#header a.tit_about {
	background:url(/iphone/voice-recorder-hd/images/tit_about_iphone.png) no-repeat;
	width:140px;
	height:40px;
	display:block;
	}
#header a.tit_support{
	background:url(/iphone/voice-recorder-hd/images/tit_support_iphone.png) no-repeat;
	width:40px;
	height:40px;
	display:block;
	}
#header a.tit_faq{
	background:url(/iphone/voice-recorder-hd/images/tit_faq_iphone.png) no-repeat;
	width:30px;
	height:40px;
	display:block;
	}
#header a.tit_english{
	background:url(/iphone/voice-recorder-hd/images/tit_english_iphone.png) no-repeat;
	width:50px;
	height:40px;
	display:block;
	}
.clear {
	clear:both;
	}

#navigation {
	padding:10px;
	}

	
#navigation li{
	}

#navigation li {
	margin-right:30px;
	font-size:120%;
	}


#navigation a , #navigation a:hover , #navigation a:visited {
	color:#000;
	text-decoration:none;
	font-weight:bold;
	}

#navigation li.t{
	}

div.contents {
	background:#000;
	color:#999;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	}

h2 {
	font-size:200%;
	padding-top:20px;
	}

h3 {
	font-size:180%;
	padding-top:20px;
	}

h4 {
	font-size:140%;
	padding:20px 0px;
	}

.ico-check li {
	background-image:url(/common/image/ewifi/ico-check.gif);
	background-repeat:no-repeat;
	background-position : 0px 0px;
	padding:0px 0px 10px 20px;
	}

#news {
	width: 300px;
	margin-top: 15px;
	}

#news dl {
	width: 300px;
	display: block;
	padding: 0px;
	}

#news dt {
	width: 100px;
	padding: 0px;
	float: left;
	line-height:150%;
	font-weight:bold;
	}

#news dd {
	padding: 0px 0px 10px 0px;
	float: left;
	line-height: 150%;
	}

.red {
	color:#FF0000;
	}

.table-style {
	margin-bottom:20px;
	}

.table-style td {
	padding:10px;
	}

.gray-bg {
	background:#DDD;
	padding:15px;
	}


