﻿/*------------------------------------------------------------------------------------
  global
------------------------------------------------------------------------------------*/
* {
    padding:0;
    margin:0;
}

img {
    border: none;
}

a {
    cursor:pointer;
    color:#262626;
}

a img {
    border-bottom:none !important;
}

a:link {
}

a:visited {
}

a:hover {
    color:#52aeff;
}

a:active {
    color:#52aeff;
}

a.img {
    border-bottom:none !important;
}

body{
	text-align:center;
	font-size:12px;
	font-family: Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	line-height:1.8em;
	color: #222222;
}
#wrapper {
    width: 530px;
    margin: 0 auto;
}

/*header*/
#header {
	border-bottom:2px solid #222222;
	position:relative;
}

/*footer*/
#footer {
	clear:both;
	border-top:2px solid #222222;
	height:50px;
	position:relative;
}

#footer ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	right:0;
	top:15px;
}

#footer ul li {
	font-size:10px;
	display:inline;
	margin:0;
	padding:0 0 0 8px;
}

#footer img {
    vertical-align:bottom;
}

#footer p {
    left:0;
    margin:0;
    padding:0;
    position:absolute;
    top:20px;
}

h1,h2,h3,h4,h5,h6 {
	font-size:1em;
	font-weight:normal;
	color:#333333;
	background-color:#52aeff;
	margin:30px 0 8px 0;
}
#usage {
	width:388px;
	text-align:center;
	margin:30px auto;
}
#usage ul, #usage ol{
	padding-left:20px;
}
marquee {
	padding:0px;
	background-color:#52aeff;
}
#usage a, #intro a {
	background-color:#fffc25;
}

#intro {
	width:388px;
text-align:center;
margin:auto;
}
#intro p {
	text-align:left;
}
#intro img {
	margin:8px 0 8px 0;
}

em {
	font-style:normal;
	font-weight:bold;
	color:#52aeff;
}
.centerBtn {
text-align:center;
margin:20px auto 0 auto;
}
