
@charset "utf-8";

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	background:white;
	font-size:74.5%;
	font-family: Verdana, Arial, sans-serif; 
	color:#333;
	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;
}


h2 {
        font: bold 14px Verdana, Arial, Helvetica, sans-serif;
        color: #000;
        margin: 0px;
        padding: 0px 0px 0px 15px;
}

img {
border: none;
}

/*- Menu Tabs 10--------------------------- */

    #tabs10 {
      float:left;
      width:100%;
      font-size:93%;
          border-bottom:1px solid #2763A5;
      line-height:normal;
      }
    #tabs10 ul {
          margin:0;
          padding:10px 10px 0 50px;
          list-style:none;
      }
    #tabs10 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs10 a {
      float:left;
      background:url("tableft10.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs10 a span {
      float:left;
      display:block;
      background:url("tabright10.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs10 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {
      color:#FFF;
      }
    #tabs10 a:hover {
      background-position:0% -42px;
      }
    #tabs10 a:hover span {
      background-position:100% -42px;
      }

      #tabs10 #current a {
              background-position:0% -42px;
      }
      #tabs10 #current a span {
              background-position:100% -42px;
      }

/* 等幅の3段組 */

#wrapper {
 width:800px;
 float:left;
}

#boxA {
 width:263px;
 float:left;
margin: 0px 1px 0px 0px; 

}

#boxA ul {
	border-color: #090;    
	border-style: solid;    
	border-width: 1px;
}

#boxC {
 width:263px;
 float:center;
margin: 0px 1px 0px 0px; 
}

#boxC ul {
	border-color: #090;    
	border-style: solid;    
	border-width: 1px;
}

#boxB {
 width:263px;
 float:left;
margin: 0px 1px 0px 0px; 
}

#boxB ul {
	border-color: #090;    
	border-style: solid;    
	border-width: 1px;
}





/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a {
}

a:link {
}

a:visited {
}

a:hover {
}

a:active {
}


/*-----------------------------------------------
 __container
-----------------------------------------------*/

#container {
	width:800px;
	margin:20px auto 0;
	border:2px inset #00f;
}

/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header {
	margin-bottom:10px;
	background:#EDDFA9;
}

#header h1 {
	padding:10px 15px 0;
}

#header p#siteDescription {
	margin:0;
	padding:0 15px 10px 30px;
}

#header ul {
	width: 605px;
	overflow: hidden;
}

#header ul li {
	display: inline;
	margin-left: -1px;
	padding: 0 7px 0 11px;
	border-left: 1px #336699 solid;
	list-style-type: none;
	zoom: 1;
}


/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer {
	clear:both;
	width:800px;
	margin-bottom:15px;
	padding:10px;
	background:#EDDFA9;
}

#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 #333;
}

#footer ul li.utilityHome {
	border-left:0;
}

#footer p#copyright {
	text-align:center;
	margin-bottom:0;
}


/* __main
------------------------------------------*/

#main {
	float:right;
	width:600px;
	margin-bottom:10px;
	padding:5px;
	background:#c4fef1;
	color:black;
}

#main a {
	color:blue;
}


/* __sub
------------------------------------------*/

#sub {
	float:left;
	width:180px;
	margin-bottom:10px;
	padding:5px;
	background:#FFFFFF;
}

#sub h3 {
	font-size:100%;
	letter-spacing:1px;
}

#sub ul {
	margin:0 0 20px;
	padding:0 5px;
}

#sub ul li {
	padding:10px 30px;
	background-repeat:no-repeat;
	background-image:url(パソコンボタン.gif);

}

#sub img{
	border-color: #090;    
	border-style: solid;    
	border-width: 1px;
}

