/* Reset all */
*{
	padding:0;
	margin:0;
	}

/*Base Setting */
body {
	font-family: Verdana,"メイリオ","ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 13px;
	color: #333;
	background: #fff;
	margin:0 auto;
	text-align:center;
	}

#container {
	width: 800px;
	padding:0;
	margin:auto;
	text-align:left;
	}

#navi{
	margin-bottom:20px;
}

#navi li{
	display:inline;
}




#head{
	width:800px;
	margin:0px auto 10px auto;
	padding-bottom:0px;
	padding-top:10px;
	clear: both;
	}

#footer{
	width:800px;
	border:0;
	border-top:1px #CCC solid;
	margin:0 auto;
}

#copy{
	margin-top:15px;
	margin-bottom:15px;
}

#container a:link,#container a:active,#container a:visited{color:#00F; background-color:#FFF; text-decoration:underline; font-weight:normal; }
#container a:hover{color:#00F; background-color:#FFF; text-decoration: none }
#container a:focus{color:#00F; background-color:#FFF; text-decoration: blink }

#container h1 a:link,#container h1 a:active,#container h1 a:visited{color:#000; background-color:#FFF; text-decoration:none; font-weight:bold; }
#container h1 a:hover{color:#000; background-color:#FFF; text-decoration: none }

#container #idxleft #idxh2bg a:link,#container #idxleft #idxh2bg a:active,#container #idxleft #idxh2bg a:visited{color:#00F; background-color:#EAF4FB; text-decoration:none; font-weight:normal; }
#container #idxleft #idxh2bg a:hover{color:#00F; background-color:#FFF; text-decoration: none }


/* Head Setting */
h1{
	text-indent: 150px;
	font-size:13px;
	}

h1 a{
	width:300px;
	height:30px;
	float:left;
	list-style:none;
	background: url(../img/mooterlogo.gif) 0px 0px no-repeat;
	}

#h1txt{
	padding-top:12px;
}

#h1right{
	font-size:11px;
	color: #999;
	background-color:#FFF;
	width:190px;
	padding-top:12px;
	float:right;
	text-align:right;
	}

#idxleft h2,#base h2{
	color:#FF6600;
	font-size:19px;
	font-weight:normal;
	margin-bottom:12px;
}

#idxleft #idxh2bg{
	width:300px;
	border:1px #BDDDEF solid;
	margin:0 auto 15px auto;
	background-color:#ECF5FA;
}

#idxleft #idxh2bg h2{
	font-family: Verdana,"メイリオ","ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size:19px;
	color:#333;
	text-align:center;
	margin:15px;
}


#base h3{
	font-size:13px;
	margin-bottom:0px;
}

#base h3.title{
	width:auto;
	font-size:15px;
	line-height:1.8;
	border:0;
	border-top:1px solid #BDDDEF;
	border-bottom:1px solid #BDDDEF;
	margin-bottom:15px;
	background-color:#ECF5FA;
}

#idxleft{
	width:570px;
	border:1px #FFF solid;
	margin-right:-230;
	float:left;
	line-height:1.5;
}

#idxright{
	float:left;
	width:220px;
	height:350px;
	border:1px #FFF solid;
	background: url(../img/mobile_monitor.jpg) 30px 15px no-repeat;
	text-align:center;
	
}

#qrcode{
	width:100px;
	height:100px;
	float:left;
	background-image: url(../img/mooter_qr_code.png);
	background-repeat: no-repeat;
	list-style-image: none;
	list-style-type: none;
	margin-top: -7px;
	}


#jump,#jumpcate{
margin:0 0 0 1.5em;
padding:0;
margin-bottom:30px;
}

#oluse{
margin:0 0 0 1.9em;
padding:0;
line-height:1.3;
margin-bottom:30px;
}

#mobileuse{
	width:800px;
	height:240px;
	background: url(../img/mobile_use.gif) 0px 0px no-repeat;
}

.txtnormal{
	line-height:1.5;
	margin-bottom:15px;
}

.chuukihoshi{
	color:#C00;
}

/* Clear Fix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
