﻿@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin: 0;
}
img {
	border:0;
}

body.main{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width:1024px;
	background-color: #ffffff;
}

body div {
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container {
	width: 1024px;
}

#container2 {
	width: 900px;
}


/* ヘッダーはじまり*/
p.header{
	margin-left: 900px;
	width:100px;
	margin-top:10px;
}

.text{
	font-size:12px;
	width:400px;
	margin-left:600px;
}

#header_l{
	width:150px;
	margin-top:10px;
	float:left;
}
#header_r{
	width:100px;
	margin-top:10px;
	float:right;
}
div#header01{
	background-color:#63c76a;
	height:70px;
	width:1024px;
	padding-top:15px;
}
div#header_left{
	width:600px;
	float:left;
}
div#header_right{
	width:300px;
	float:right;
}
div#header02{
	background-color:#d0f0ff;
	height:30px;
	width:100%;
	text-align: right;
}
/*ヘッダー終わり*/

/*フッターはじまり*/

address{
	width: 100%;
	height:20px;
	font-size:12px;
	text-align:center;
	font-style:normal;
	padding-top:5px;
	margin-bottom:0px;
	color:#000000;
	clear:both;
	background-color:#aaffff;
}

/* ▼body部始まり */
div#message{
	color: #000000;
	font-weight: bold;
	font-size: 17px;
}

select.select01{
	width:70%;
}

div#header_title{
	background-color:#3333FF;
	height:30px;
	width:100%;
	text-align: left;
	font-size: 18pt;
}
div#right{
	text-align: right;
}

.FreezePaneOff
{
   visibility: hidden;
   display: none;
   position: absolute;
   width:0%;
   height:0%;
   top: -100px;
   left: -100px;
}

.FreezePaneOn
{
   position: absolute;
   visibility: visible;
   background-color: #888888;
   z-index: 151;
filter:Alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7;
}


.InnerFreezePane
{
  position: absolute;
   text-align: center;
   visibility: visible;
   background-color: #FFFFFF;
   font-size: large;
   border: solid 10px #CCCCCC;
   padding: 0px;
   top:20%;
   left:38%;
   z-index: 152;
   margin-left: -420px;
}

input#button01{
	width: 90px;
	height: 25px;
}

input#button02{
	width: 180px;
	height: 25px;
}

div#message{
	width:100%;
	text-align: left;
	font-size: 10pt;
}


/* ▲body部終わり */
