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


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


body {
	background:#FFF;
	color:#333;
	}

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

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:50px 0px;
	background:url(/common/image/ewifi/pc_head.jpg) no-repeat;
	width:700px;
	height:200px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	}

#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:#000;
	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;
	}

#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;
	}




