﻿@charset "utf-8";
/* CSS Document */

body
{ margin:0;}

#frame-w100
{ width:100%;}
#frame-w100 h1
{ background: #f5f5f5;}

#d-table
{ width:980px; margin: auto; align:center;}

.b13
{ font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:normal;line-height:25px;}
.b13b
{ font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight: bolder;line-height:25px;}

.b18
{ font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:normal;line-height:25px;}
.b18b
{ font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight: bolder;line-height:25px;}

.r18b
{ font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight: bolder;line-height:25px; color: #C00;}

.r15
{ font-family:Arial, Helvetica, sans-serif; font-size:15px; line-height:25px; color: #C00;}

.r13
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 25px;
	color: #C00;
}
.green13
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #99CC33;
	line-height: 25px;
}
.purple13
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6600FF;
	line-height: 25px;
}
.y13
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF9900;
	line-height: 25px;
	font-weight:bold;
}
.w15
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	line-height: 25px;
	font-weight:bold;
}
.b15b
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	line-height: 25px;
	font-weight:bold;
}
.footer
{ background-color:#2e6bdd; font-family:Arial, Helvetica, sans-serif; font-size:13px; font-style:normal; color:#FFF; height:80px;}

join_form
{width:900px;}

/* �j��^���u�X�������i�즲�B */
.cssDragHandler
{
    background-color: #90b403;
    color: #363636;
    text-align: center;
    border: 5px double #fff;
    cursor: move;
    font-weight: bolder;
    font-size: 15pt;
}

.cssModalPopup
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    color: #AFA500;
}
.modalPopup {
    background-color:#ffffdd;
    border-width:3px;
    border-style:solid;
    border-color:Gray;
    padding:3px;
    width:250px;
}
.modalBackground {
    height:100%;
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}
