/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	background:white;
	text-align:center;
	font-family:verdana,"ƒqƒ‰ƒMƒmŠpƒS Pro W3","Hiragino Kaku Gothic Pro",Osaka,Meiryo,"‚l‚r ‚oƒSƒVƒbƒN","MS PGothic",Sans-Serif;
	line-height:1.5;
}


html {
	overflow-y:scroll;
}

p {
	margin:0 0 1em;
}

li {
	list-style:none;
	line-height:1.3;
}

img,
fieldset {
	border:0;
}


/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a {
	color:blue;
}

a:link {
}

a:visited {
}

a:hover {
}

a:active {
}


/*-----------------------------------------------
 __container
-----------------------------------------------*/

#container {
	width:800px;
	margin:20px auto 0;
}

/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header {
    height: 125px;
	margin-bottom:10px;
	background:#333 url("image/wallpaper.gif");
}

#header h1 {
	padding:5px 0 10px;
	color: #0000FF;
}

#header p {
	text-align:left;
	font-size:85%;
	margin:0 0 0 0;
	padding:5px 0 5px 5px;
	color: #000000;
}
#header p a {
	color: #000000;
}
    #tabs {
      width:100%;
      font-size:70%;
      font-weight:bold;

      }
    #tabs ul {
          margin:0;
          padding:5px 5px 0 0;
          list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:right;
      background:url("image/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:right;
      display:block;
      background:url("image/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FFF;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }

      #tabs #current a {
              background-position:0% -42px;
      }
      #tabs #current a span {
              background-position:100% -42px;
      }

/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer {
	clear:both;
	width:800px;
	margin-bottom:15px;
	padding:10px;
	background:#E6E6FA;
	font-size:70%;
}

#footer ul {
	margin:0 auto 5px;
	text-align:center;
}

#footer ul li {
	display:inline;
	margin-right:5px;
	padding-left:10px;
	line-height:1.1;
	border-left:1px solid black;
}

#footer ul li.utilityHome {
	border-left:0;
}

#footer p#copyright {
	text-align:center;
	margin-bottom:0;
}


/*-----------------------------------------------
 __contents
-----------------------------------------------*/

#contents {
	width:800px;
	float:left;
	margin-bottom:10px;
	background:url(image/back.gif) repeat-y;
	text-align:left;
}


/* __main
------------------------------------------*/

#main {
	float:right;
	width:520px;
	padding:10px;
	background:#E6E6FA;
	font-size:90%;
	color:black;
}

#main table {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka,sans-serif;
	font-size: 10.5pt;
    color:black;
	line-height: 150%;
}

#main .column {
	width : 420px;
	height : 600px;
	padding : 10px 10px 10px 10px;
	margin : 10px 50px 10px 50px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka,sans-serif;
	font-size: 80%;
	background-color: #FDF5E6;
	border: 1px solid #CCCCCC;
	overflow:auto;
}

#main h3{
  font-size : 12pt;
  font-family : "‚l‚r ‚oƒSƒVƒbƒN";
  font-weight : bold;
  color : #400040;
  margin-top : 20px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 10px;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : #400040;
  border-left-color : fuchsia;
  border-bottom-color : #400040;
  padding-top : 3px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 3px;
}
#main h3 a {
	color: #400040;
}


/* __sub
------------------------------------------*/

#side {
	float:left;
	width:230px;
	padding:10px;
	color: #993333;
}

#side h3 {
	margin-bottom:5px;
	font-size:90%;
	letter-spacing:1px;
}

#side ul {
	margin:0 0 20px;
	padding:5px;
	background:#FDF5E6;
	border:1px solid #EFEFEF;
}

#side ul li {
	font-size:80%;
	padding:5px 10px;
}

