/* CSS Document */

body{
     font-size: 14px;
     line-height: 16px;
	 font-family: "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•", "Verdana";
	 color: #000000;
	 background-color: #ffffff;
	 width: 270px;
	 text-align: center;
	 margin: 0 auto;
	 }

#header{
     width: 270px;
	 height: 150px;
	 background: url(../image/header.jpg) top center no-repeat;
	 overflow: hidden;
	 border-bottom: 1px solid #cccccc;
	 }
#navi{
     width: 270px;
	 height: 210px;
	 overflow: hidden;
	 border-bottom: 1px solid #cccccc;
	 }
	 
#footer{
     width: 270px;
     height: 80px;
	 border-top: 1px solid #cccccc;
	 font-size: 11px;
	 letter-spacing: 0;
	 color: #cccccc;
     }

#header h1{
	 width: 200px;
	 margin-top: 25px;
	 font-size: 14px;
	 line-height: 26px;
	 text-align:center;
	 background-color: #CCCCCC;
	 }
#header h2{
     color: #ffffff;
	 font-size: 14px;
	 line-height: 22px;
	 width: 200px;
	 background-color: #CC3333;
	 text-align: center;
	 margin-right: 0;
	 margin-top: 18px;
	 float: right;
	 }

.line{
     background-color: #FFCC66;
	 }

/**********@‰ïŽÐŠT—v@**********/
#aboutus{
     width: 270px;
	 height: 300px;
	 }

.box{
     width: 250px;
     font-size: 4pt;
     }
.box dt{
     color: #414142;
     background-color: #FCFCFD;
     font-weight: bold;
     width: 11em;
     z-index: 2;
     border-style: solid;
     border-color: #616161;
     border-width: 1px 2px 2px 1px;
	 position: relative;
     }
.box dt span{
     border-left: 3px solid #333333;
     border-right: 3px solid #333333;
     }
.box dd{
     position: relative;
     z-index: 1;
     top: -10px;
     border: solid 1px #717175;
     }
.box dd .text {
     font-weight: bold;
     padding: 5px 1px 1px 5px;
     border-left: solid 30px #DEDEDF;
     }
.box th{
     width: 130px;
     text-align: left;
     height: 10px;
     }
.box td{
     width: 130px;
     height: 10px;
     }
	 
#side{
	 width: 270px;
	 }
#side h1{
     margin-left: 8px;
	 margin-top: 15px;
	 font-size: 18px;
	 }
#side h2{
     margin-left: 15px;
	 font-size: 10px;
	 }
#side h3{
     margin-left: 15px;
	 font-size: 12px;
	 }
#404 {
	width: 300px;
	text-align: left;
	line-height: 160%;
	background-color: #800000;
	margin: 0 auto;
	padding: 10px 20px;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
}
#404main {
	width: 300px;
	margin: 0 auto;
	padding: 40px 0 40px 10px;
	text-align: left;
	border-bottom: #999999 1px solid;
}
