@charset "utf-8";

/* gall Layout
-------------------------------------------------*/
.snbox{
		width: 520px;
		margin: 20px 20px;
}

/* js‰æ‘œŠg‘å
-------------------------------------------------*/

ul.list:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
}
ul.list {
		display: inline-table;
		clear: both;
}
/* MacIE begin \*/
*+html ul.list {height: 1%;}
* html ul.list {height: 1%;}
ul.list {display: block;}
/* MacIE end */
ul.list li {
		margin-right: 15px;
		margin-bottom: 15px;
		list-style: none;
		display: block;
		width: 140px;
		height: 105px;
		padding: 5px;
		border: solid 1px #c9c9c3;
		background: #ffffff;
		float: left;
}

/*- Menu Tabs 11--------------------------- */

    #tabs1 {
      float:left;
      width:540px;
	  background:#ffffff;
      font-size:10px;
      line-height:normal;
	  margin:0;
      }
    #tabs1 ul {
	  margin:10px 0 0 10px;
	  padding:10px 10px 0 5px;
	  list-style:none;
      }
    #tabs1 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs1 a {
      float:left;
      background:url("../img/tableft1.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs1 a span {
      float:left;
      display:block;
      background:url("../img/tabright1.gif") no-repeat right top;
      padding:5px 20px 4px 11px;
      color:#627EB7;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs1 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs1 a:hover span {
      color:#5959ff;
      }
    #tabs1 a:hover {
      background-position:0% -42px;
      }
    #tabs1 a:hover span {
      background-position:100% -42px;
      }
      
    #tabcon {
      width:540px;
	  background:#ffffff;
	  border:1px solid #bcd2e6;
	  margin:0;
	  padding:0 0 10px 0;
	  clear: both;

      }
    #tabcon h2{
      font-size:14px;
      font-style: bold;
	  background:#ffffff;
	  border-bottom:3px solid #bcd2e6;
	  border-left:10px solid #bcd2e6;
	  margin:15px 15px;
      }
    #tabcon p{
      font-size:12px;
      line-height:140%;
	  margin:20px 20px 20px 20px;
      }
