@charset "UTF-8";
html {
		width: 100%;
		height: 100%;
}
body	{
		background-color:#ffffff;
		color:#555555;
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		font-size:80%;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		text-align:center;
		line-height:140%;
}
img	{ border:none; }
h1,h2,h3,h4,h5,form,p,ul,ol,li,div,table,thead,tbody,tfoot	{
		margin:0px;
		padding:0px;
}
a	{
		color:#0088E1;
		text-decoration:underline;
}
a:hover	{
		color:#3FB7FF;
		text-decoration:underline;
}


/*=======================================================

=======================================================*/
div#NonFlashContent{
 text-align: left;
 padding: 50px;
}
div#NonFlashContent h1{
 font-size: 150%;
 font-family:  Verdana, Arial, Helvetica, sans-serif;
 margin-bottom: 30px;
 color: #000000;
}
div#NonFlashContent h2{
 font-size: 100%;
 font-family:  Verdana, Arial, Helvetica, sans-serif;
 padding: 25px 0px 15px 0px;
 color: #000000;
 clear: both;
}
div#NonFlashContent h3{
 font-size: 95%;
 margin-top: 15px;
 padding: 5px;
 background-color: #F9F9F9;
 color: #232323;
}

div#NonFlashContent p{
 margin-bottom: 10px;

}
div#NonFlashContent table{
 font-size: 11px;
 margin-bottom: 15px;
}
div#NonFlashContent table th{
 border-bottom: #E9E9E9 1px solid;
 border-right: #E9E9E9 1px solid;
 text-align: left;
 font-weight: normal;
 padding: 5px;
 width:80px;
}
div#NonFlashContent table td{
 padding: 5px;
 border-bottom: #E9E9E9 1px solid; 
}


a.worksList{
 display: block;
 width:260px;
 height:230px;
 float: left;
 color: #666666;
 text-decoration: none;
 line-height: 1.2;
}
a.worksList:hover img{
  filter:alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
}

 span.thum{
  background-color: #EEEEEE;
  display: block;
  width:230px;
  height: 150px;
  overflow: hidden;
 }
 span.name{
  display: block;
  width:230px;
  padding-top: 5px;
  font-size: 95%;
 }
 

#COPYRIGHT{
 padding-top: 30px;
 font-size: 11px;
 font-family:  Verdana, Arial, Helvetica, sans-serif;
 text-align: right;
 color: #AAAAAA;
}
 
 
 
 
 
 
 
 