@charset "utf-8";
/* import CSS */

/* reset style */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,textarea,p,blockquote,th,td {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
img {
	vertical-align: bottom;
}
address,caption,code,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
dl,dt,dd {
	text-align: left;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	text-align: left;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}
/* font */
body {
	font-family: Osaka, "ヒラギノ角ゴ Pro W3","メイリオ", sans-serif;
	font-size: 13px;/* usually browser 13px */
	font-style: normal;
	*font-size: small;/* IE small */
	*font: x-small;/* IE 6/7 x-small */
}
/* before IE6 set font in table */
table {
	font-size: inherit;
	font: 100%;
	width: 550px;
	background-color: #29AAE3;
	margin-top: 10px;
}
/* scroll-bar for browser */
html {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: scroll;
}
body {
	background-color: #FFF;
}
/* centering */
.structure {
	width: 800px;
	margin: 0 auto;
}
/* font color */
.pink {
	color: #F045CA;
}
#wrapper {
	height: 539px;
	width: 800px;
	background-color: #29abe2;
}
#header {
	height: 96px;
	width: 800px;
}
#header .head-left {
	float: left;
	display: inline;
	height: 96px;
	width: 630px;
}
#header .head-right {
	float: right;
	display: inline;
	width: 170px;
	height: 96px;
	overflow: hidden;
}
#container {
	clear: both;
	height: 388px;
	width: 800px;
	overflow: hidden;
}
* html #container {
	zoom: 1;
}
#footer {
	height: 55px;
	width: 800px;
}
table.coinfo{
	border-top:1px solid #29abe2;
	border-left:1px solid #29abe2;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#fff;
	empty-cells:show;
	margin-right: auto;
	margin-left: auto;
}
.coinfo th{
    border-right:1px solid #29abe2;
    border-bottom:1px solid #29abe2;
    color:#fff;
    background-color:#29abe2;
    padding:0.3em 1em;
    text-align:center;
}
.coinfo td{
    border-right:1px solid #29abe2;
    border-bottom:1px solid #29abe2;
    padding:0.3em 1em;
}
#container01 {
	height: 148px;
	width: 800px;
}
#container02 {
	height: 240px;
	width: 800px;
}
#container02 .con01 {
	float: left;
	height: 240px;
	width: 65px;
}
#container02 .con02 {
	float: left;
	height: 240px;
	width: 213px;
}
#container02 .con03 {
	float: left;
	height: 240px;
	width: 223px;
}
#container02 .con04 {
	float: left;
	height: 240px;
	width: 81px;
}
#container02 .con05 {
	float: left;
	height: 240px;
	width: 187px;
}
#container02 .con06 {
	float: left;
	height: 240px;
	width: 31px;
}
