@charset "UTF-8";

/* CSSƒŠƒZƒbƒg */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,
figure,footer,header,hgroup,menu,nav,section,summary,time,mark,
audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;
vertical-align:baseline;background:transparent;font-weight:normal;}
body{line-height:1}article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{display:block}
ul{list-style:none}blockquote,q{quotes:none}blockquote:before,
blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;
font-size:100%;vertical-align:baseline;background:transparent}
del{text-decoration:line-through}abbr[title],dfn[title]
{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;
margin:1em 0;padding:0}input,select{vertical-align:middle}


/* ˆê”ÊE‹¤’ÊÝ’è */
body{
    font: 16px/20px "ƒqƒ‰ƒMƒmŠpƒS Pro W3","Hiragino Kaku Gothic Pro",'ƒƒCƒŠƒI',Meiryo,Helvetica,Arial,Sans-Serif;
    color: #666;
    background: #EEE;
}

a{ color: #69c;}
    a:hover{color:#069;}

h2{
	margin: 10px 0 10px 0;
	padding:3px 10px 1px 10px;
	font-size:20px;
	border-bottom:1px solid #008ee1;
	border-left:10px solid #008ee1;
}

h3{
	margin: 0 0 5px 0;
	padding:3px 10px 1px 10px;
	border-bottom:1px dotted  #00aeff;
	font-size:18px;
}

.btn {
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	display: block;
	width: 80px;
	height: 48px;
	background: #EEE;
	border: 1px solid #DDD;
	border-radius: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	color: #111;
	padding: 52px 20px 20px;
}

#wrapper
{
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}

#wrapper div
{
	margin: 5px auto;
	background: #FFF;
	padding:10px 30px;
	border-radius: 20px;
}

header{
	overflow:hidden;
}

header img{
	float:left;
}

header p{
	margin-top:40px;
	font-weight: bold;
	text-shadow: 0px 2px 1px #fff;
}

#variation div{
	margin: 5px auto;
	background: #FFF;
	padding:10px 30px;
	border-radius: 20px;
	border: 1px solid #DDD;
}

#variation div img{
	display:block;
	padding:0 20px 0 0;
	float:left;
}

#variation div p{
	display:block;
	margin:10px 0 0 0;
	width:500px;
	float:left;
}

#variation div{
	overflow:hidden;
}

#var2_4 h3{
	background-image: url(../images/2_4ghz.gif);
	background-position: 35% 0%;
	background-repeat: no-repeat;
}

#var920 h3{
	background-image: url(../images/920mhz.gif);
	background-position: 45% 0%;
	background-repeat: no-repeat;
}

#variation .btn{
	margin-top:20px;
	margin-left:700px;
}

#contact{
	overflow:hidden;
}

#contact p{
	display:block;
	width:720px;
	float:left;
}

#contact .btn{
	margin-left:730px;
}

footer{
	text-align:center;
}