@import url("reset.css"); 
@import url("fonts-min.css"); 
@import url("clearfix.css"); 


/* Common --------------------------------------------------------*/


body {
	background:#000;
	color:#999;
	background-repeat: no-repeat;
	background-image: url(/iphone/voice-recorder-hd/images/background.jpg);
	background-position: 50% 0%;
	font-family:Arial,"メイリオ",Meiryo,Helvetica,sans-serif,"ＭＳ ゴシック","Osaka－等幅" 
	}

#wrap {
	margin:0 auto;
	width:728px;
	}

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/pct02.jpg) no-repeat;
	width:480px;
	height:320px;
	}




#header h1 {
	margin:0px 0px;
	background:url(/iphone/voice-recorder-hd/images/head.jpg) no-repeat;
	width:700px;
	height:150px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	}

#header ul li {
	float: left;
	margin: 0px 10px 0px 0px;
	text-indent: -9999px;
	list-style-type:none;
	}
#header a.tit_home{
	background:url(/iphone/voice-recorder-hd/images/tit_home.png) no-repeat;
	width: 60px;
	height: 50px;
	display:block;
	margin-left: 30px;
	}
#header a.tit_about {
	background:url(/iphone/voice-recorder-hd/images/tit_about.png) no-repeat;
	display:block;
	width:230px;
	height:50px;
	}
#header a.tit_support{
	background:url(/iphone/voice-recorder-hd/images/tit_support.png) no-repeat;
	width:85px;
	height:50px;
	display:block;
	}
#header a.tit_faq{
	background:url(/iphone/voice-recorder-hd/images/tit_faq.png) no-repeat;
	width:130px;
	height:50px;
	display:block;
	}
#header a.tit_english{
	background:url(/iphone/voice-recorder-hd/images/english.png) no-repeat;
	width:70px;
	height:50px;
	margin-left: 20px;
	display:block;
	}

.clear {
	clear:both;
	}

#navigation {
	padding:10px;
	background:url(/common/image/ewifi/navi-bg.gif);
	}

	
#navigation li{
	float:left;
	}

#navigation li {
	margin-right:30px;
	font-size:120%;
	}


#navigation a , #navigation a:hover , #navigation a:visited {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	}



h2 {
	font-size:260%;
	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;
	}

div.contents {
	background:#fff;
	color:#000;
	padding: 20px 20px 20px 20px;
	margin: 20px 20px 20px 20px;
	}


#news {
	width: 700px;
	margin-top: 15px;
	}

#news dl {
	width: 700px;
	display: block;
	padding: 0px;
	}

#news dt {
	width: 90px;
	padding: 0px;
	float: left;
	line-height:150%;
	font-weight:bold;
	}

#news dd {
	width: 600px;
	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;
	}

#capture {
	overflow: auto;
	}
#capture ul li {
	float: left;padding: 30px;
	}


