﻿@charset "utf-8";
/***********************************************
     DEFAULT Style
************************************************/
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, table, tr, th, td,img, caption{
	margin:0;
	padding:0;
	border: none;
	font-style: normal;
	font-size: 100%;
	font-weight:normal;
	text-align:left;
	list-style:none;
}
img { vertical-align:top; font-size:0; line-height:0px;}
table, caption, tr, th, td{
   border-collapse:collapse;
   border:none;
   border-spacing:0;
 }
/***********************************************
     body
************************************************/
body  {
	font: 84% "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	margin:0;
	color:#333333;
	width:400px;
}
*html body { text-align:center; }

#container_box{
	margin:0 auto;
    overflow:hidden;
	text-align:left;
	line-height:130%;
}

/***********************************************
     login01_1.php
************************************************/
.button_onoff{
	margin:30px 0 0 120px;
	overflow:hidden;
}
/***********************************************
     login01_2.php
************************************************/
.id_label{
	margin:10px 0 0 120px;
}
.id_text{
	margin:0 0 0 10px;
	width:200px;
}