﻿@charset "utf-8";

/*@@*/

@import url(common.css);


* {
    padding: 0;
    margin:  0;
    border:  0;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    line-height: 150%;
}

img {
    vertical-align: bottom;
}

a         { color: #23BFE7; text-decoration: underline; }
a:link    {}
a:visited {}
a:hover   { color: #F0388E; text-decoration: underline; }

table {
    border-collapse: collapse;
}
label {
    color: #fc3;
    text-decoration: underline;
}
body {
    background-color: #000;
    margin-left:  0px;
    margin-right: 0px;
    color: #eee;
	width: 100%;
    height: 100%;
}

#container {
    background-color: #000; 
	margin: 0 auto;
	padding: 19px;
	
	width: 986px;
	height: 100%;
	cloear:both;
}

#footer {
	margin-top: 19px;
	width: 100%;
	text-align: center;
}
#footer hr {
	height:  2px;
	width:  100%;
	border: solid;
	color: #4F4F4B;
}

#mobile {
	width: 324px;
	float: left;
	text-align: left;
}
#main {
	width: 662px;
	height: 100%;
	float:left;
}
#header {
    /* border-top: 5px solid #4096EE; */
	width: 532px;
    background-image: url(../images/header.gif);
    background-repeat: no-repeat ;
	float: left;
	padding-top: 92px;
}


#qrcode {
	width: 130px;
	text-align: center;
	float: right;
}
