@charset "UTF-8";
/* CSS Document */
*{ margin:0; padding:0;}

img { border: none; }

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#wrapper {
	width:1024px;
	height:638px;
	margin:0 auto;
	background-image:url(../images/worksbg.jpg);
	background-repeat:no-repeat}
	
#navi {width:180px;
       height:538px;
       padding-top:65px;
			 float:left}
			 
#navibox{width:112px;
         height:100px;
				 padding-top:330px;
				 padding-left:33px;
				 padding-right:42px;}

#navi ul{
	list-style-type: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	text-align: right;
  }

#navi li {
	text-decoration: none;
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
  }

#navi li a{
	color:#6E665F;
	white-space: nowrap;
	display: inline-block;
	text-decoration: none;
  }
			 
#main {width:800px;
       height:638px;
			 padding-top:110px;
			 padding-left:43px;
			 float:left;}

#box01 {
	width:604px;
	height:484px;
	margin-top:15px;
}

#table {margin-top:12px;
}

#table02 {margin-top:8px;
}

dd{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:10px;
	color:#6E665F;
	margin-top:2px;
	margin-left:560px;
	line-height: 20px;
}

h1 {float:left;}


