@charset "utf-8";
/* CSS Document */

*{	
	margin:0;
	padding:0;

}

li{	
	display:inline;
	line-height:110%;  
	list-style-type:none; 


}

h1,h2,h3,p,input,textarea, select {
	font-size: 100%;
	font-weight: normal;
}

img{
	border:0;
	vertical-align: bottom;
	

}

#wrapper{
	width: 980px;
	margin: 0 auto;
	
	
}

#header{
	width: 900px;
	height: 147px;
	margin-left: 40px;
	position: relative;
}

#header ul li{
	float: left;
}

#header h1{
	width:266px;
	height: 143px;
	margin-left: 5px;
	float: left;
	display: inline;
	
	
}

#menu li {
position: relative;
float: left;
margin: 0;
padding: 0px;
width: 100px;
height: 65px;
font-weight: bold;

}



#menu li:hover {
color: #fff;
background: #F22C2C;
height: 20px;

}






#menu li ul {
display: none;
position: absolute;
top: 65px;
left: -1px;
padding: 5px;
 background: #F4DFCE;
border: solid 1px #ccc;

}


#menu li ul li {
margin: 0;
padding: 7px 0px 0px 5px;
width: 300px;
height: 20px;
border: none;
font-size:13px;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}


#menu li ul li a {
 display: inline-block;
 width: 300px;
height: 20px;


}



#menu li ul li a:hover {
background: #F22C2C;
color: #fff;



}

ul#portfolio {
	padding: 0;
	height: 355px;
	overfow: hidden;
}
ul#portfolio li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#portfolio li img {
	background: #fff;
	border: 3px double #ccc;
	margin: 0;
	padding: 0;
}

#news_naiyo{
	vertical-align: top;
	text-align: left;
	height: 8em;
	overflow:auto;

}


td{
	text-align:left;

}




#itiran{
	width: 200px;
	height: 30px;
	margin-left: 30px;
	float: left;
}

#otoiawase{
	width:600px;
	height:30px;
}



#footer_menu{
	height: 20px;
	margin-left: 530px;

}

table.left_contents{
	margin-top: 30px;
	text-align:left;
	
}

.coder {
	border-spacing: 0;   
	border: 1px solid #CCC;    
	-webkit-border-radius: 6px;       
	-moz-border-radius: 6px;         
	-o-border-radius: 6px;            
	border-radius: 6px;    
	box-shadow: 0 1px 1px #CCC;
}


.coder th,.coder td {   
	   
	 background:#FFF;    
	 border-bottom:solid 1px #CCC;    
	 border-right:solid 1px #CCC;
}

.coder tr:first-child th:first-child,.coder tr:first-child td:first-child {    -webkit-border-radius: 6px 0 0 0;       -moz-border-radius: 6px 0 0 0;         -o-border-radius: 6px 0 0 0;            border-radius: 6px 0 0 0;}

.coder tr:first-child th:last-child,.coder tr:first-child td:last-child {    -webkit-border-radius: 0 6px 0 0;       -moz-border-radius: 0 6px 0 0;         -o-border-radius: 0 6px 0 0;            border-radius: 0 6px 0 0;}

td.bold_text_left {
	font-weight:bold;
	text-align:left;
	padding-left: 15px;
	font-size: 14px;

}