﻿@charset "UTF-8";
body {
  margin: 0px;
  padding: 0px;
  font-size: small;
  /*text-align: center;*/
}
h1,h2,h3,h4,h5,h6,body,html,p,li,dt,dd,pre,form,fieldset,input,textarea,select {
 font-family: "qMmpS Pro W3" , "Hiragino Kaku Gothic Pro" , Osaka, "CI" , "Meiryo" , "lr oSVbN", san-serif;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  color: #000000;
  font-style: normal;
  font-size: small;
  line-height: 1.6;
}

img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  font-size: 0%;
  line-height: 0%;
}

/* ---------- */
#wrapper {
/*
  width: 730px;
*/
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
}

.bold{
  font-weight: bold;
  }

.txtred{
  color: #FF0000
  }

#navi {
  height: 20px;
  margin-right: auto;
  margin-left: auto;
}

#contents {
  background-color: #F3F3F3;
  height: 150px;
  text-align: center;
  position: relative;
  clear: left;
}
h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
}

h2 {
  color: #003399;
  font-size: 14px;
  font-weight: bold;
  }

p {
  color: #000000;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 12px;
}


/*--------------------*/

/* Hides from IE-mac \*/
* html.clearfix {
 height:1%;
}
.clearfix {
 display:block;
}
/* End hide from IE-mac */


body     {
  color: black;
  margin: 0px;
  padding: 0px;
  text-align: center;
  background: url(../image/style_background.png) repeat-x;
  background-color: #EAEAEA;
}




#inbox     {
  margin:0px auto 0px auto;
  width: 756px;
  text-align:left;
  background-color: #FFFFFF;
  padding: 0px 0px 0px 0px;
}

#body{
padding:0 10px;
}


#pagearea  {
  background-color: transparent;
  float:right;
  width:200px;
  margin:0px 0px 0px 0px;
  text-align:right;
  clear: right;
}
#main {
/*
  float:right;
  width:570px;
 */
  margin:0px 0px 0px 0px;
  padding: 0px 0px 20px 0px;
  background-color: #FFFFFF;
}
#footer {
  background-color: #444444;
  width: 756px;
  padding: 0px 0px 0px 0px;
}


a:link      { color:#336699; text-decoration: none }
a:visited   { color:#336699; text-decoration: none }
a:active   { color: #FFCC33; text-decoration: none }
a:hover   {color:#FFCC33; text-decoration: none;}

h1 {
  margin: 40px 0px 10px 0px;
  background: url(../image/style_line.gif) left bottom no-repeat;
  padding-left: 2em;
  color: #006633;
  text-align: left;
}


ul {
  margin: 0px 0px 0px 15px;
  padding: 0px;
}

ul.headline		{
	list-style-type: none;
}

ul.headline li{
padding-left:16px;
background-image:url("../image/style_box.gif");
background-repeat:no-repeat;
background-position:0px 4px;
}


.site_title     {
  font-family: Verdana, "qMmpS Pro W3", "lr SVbN", Osaka];
  margin: 5px 0px 5px 5pt
}


/* FOOTER---------------------------------------------------------------------- */
.copyright  {
  color: #888;
  font-size: 10px;
  font-family: Verdana, "qMmpS Pro W3", "lr SVbN", Osaka];
  text-align: right;
}


/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 100%;
  cursor: default;
  width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
  z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
/* PKw̕\ */
ul.MenuBarHorizontal li
{
  margin: 0px 1px 0px 0px;
  padding: 0;
  list-style-type: none;
  font-size: 12px;
  position: relative;
  text-align: left;
  cursor: pointer;
  width: 125px;
  float: left;
  line-height: 20px;
  height: 20px;  /*height: 20px;*/
}
ul.MenuBarHorizontal li.last
{
  width: 125px;
  margin: 0;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
/* QKwȍ~̕\ */
ul.MenuBarHorizontal ul
{
  margin: 0;@/* QKw̕\ʒu */
  padding: 0;@/* QKw̕\ʒu */
  list-style-type: none;
  font-size: 100%;
  z-index: 1020;
  cursor: default;
  width: 125px;
  position: absolute;
  left: -1000em;
}
ul.MenuBarHorizontal ul li
{
  font-size: 12px;
  line-height: 20px;
  width: 125px;
  margin-right: 1px;
  border-right-style: none;
  border-right-width: 1px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
  left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
  /*width: 100px;*/
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
/* RKw̕\ʒu */
ul.MenuBarHorizontal ul ul
{
  position: absolute;
  margin: -5px 0 0 115px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
  left: auto;
  top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
  /*border: 1px solid #CCC;*/
}
/* Menu items are a light gray block with padding and no text decoration */
/* PKw̔wiFEF */
ul.MenuBarHorizontal a
{
  display: block;
  cursor: pointer;
  background-color: #666666;
  color: #FFFFFF;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-weight: bold;
  height: 100%; /* 킹 */
}
ul.MenuBarHorizontal a:visited
{
  color: #FFFFFF;
}
/* QKw̔wiFEF */
ul.MenuBarHorizontal ul a {
  background-color: #FF9900;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: normal;
}
ul.MenuBarHorizontal ul a:visited
{
  color: #FFFFFF;
}
/* RKw̔wiFEF */
ul.MenuBarHorizontal ul ul a {
  background-color: #FFFFFF;
  color: #999999;
}
/* Menu items that have mouse over or focus have a blue background and white text */
/* PKw̔wiFEFi[I[o[j */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
  background-color: #FF9900;
  /*color: #FFF;*/
}
/* QKw̔wiFEFi[I[o[j */
ul.MenuBarHorizontal ul a:hover,ul.MenuBarHorizontal ul a:focus {
 background-color: #FF3300;
}
/* RKw̔wiFEFi[I[o[j */
ul.MenuBarHorizontal ul ul a:hover,ul.MenuBarHorizontal ul ul a:focus {
 background-color: #CCCCCC;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
/* PKw̔wiFEFi[AEgj */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
  background-color: #FF9900;
  color: #FFF;
}
/* QKw̔wiFEFi[AEgj */
ul.MenuBarHorizontal ul a.MenuBarItemHover , ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal ul a.MenuBarSubmenuVisible
{
  background-color: #FF3300;
}
/* RKw̔wiFEFi[AEgj */
ul.MenuBarHorizontal ul ul a.MenuBarItemHover , ul.MenuBarHorizontal ul ul a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal ul ul a.MenuBarSubmenuVisible
{
  background-color: #CCCCCC;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
  position: absolute;
  z-index: 1010;
  filter: alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
  ul.MenuBarHorizontal li.MenuBarItemIE
  {
  display: inline;
  f\loat: left;
  /*background: #FFFFFF;*/
  }
}

li {
font-size: 12px;
}

td{
font-size: 12px;
}

dd {
margin-left: 1em;
line-height: 1.3;
}