@charset   "Shift_JIS";

body {
 margin:0;
 padding:0;
 text-align:center;
 font-size: 80%;
 line-height: 1.6;
 text-indent:1em;
}



#container{
	width : 950px;  
margin:50px auto;
text-align:left;
}

#header{
	border-width : 1px;border-style : solid;border-color : black;
margin-bottom : 10px;
  background-image : url(index01.jpg);
}

#main{
	float:left;
width : 700px;
margin-right : 10px;
  margin-bottom : 10px;
}

#side{
	float:left;
width :235px;  
border-width : 1px;border-style : solid;
  margin-bottom : 10px;
}

#footer{
	clear:left;
width : 950px;  


border-width : 1px;border-style : solid;
  
}

#center{
	float:right;
margin-left : 10px;  
width : 500px;
border-width : 1px;border-style : solid;
}


#menu{
	float:right;
width : 180px;
border-width : 1px;border-style : solid;
}



.box{
  margin: 10px;
}


/* 　メニュー　*/

ul.list1{
padding: 0;
margin: 0;
list-style-type:none;
text-decoration:none;
font-size:120%;
}

ul.list1 li{
display:block; 
border-width: 1px ;
border-style: solid;
border-color: blue;
height:2.5em;
line-height:2.5em;
margin:3px 0px;  
}


ul.list1 li a{
display:block;
color : black;
text-decoration:none;
}

ul.list1 li a:hover{
text-decoration:none;
display:block;
color : white;
background-color : blue;
}








.list2{
padding:0;
margin:0;  
list-style-type :none;
}












/* 　ヘッダー用ロゴ　*/


h1{
  font-family : "ＭＳ Ｐ明朝";
  color : white;
  font-weight : bold;
  font-size : 45px;
}

h2{
  font-family : "ＭＳ Ｐ明朝";
  font-weight : bold;
  color : white;
  font-size : 22px;
}


h3{
  font-size : 150%;
  color : white;
  background-color : blue;
  border-left-width : 10px;
  border-left-style : solid;
  border-left-color : aqua;
　border-right-width : 10px;
  border-right-style : solid;
  border-right-color : aqua;
}

h4{
  font-size : 120%;
border-width : 1px;border-style : solid;border-color : silver;
}




/* 　事例・経歴の表　*/


table.table1{
 line-height: 1.6;
　
}


table.table1 tr{
 height:3em;　
}


/* 　会社概要ページの表　*/


table.table2{
 line-height: 1.6;
　
}


table.table2 tr{
 height:3em;　
}

/* 　お問い合わせの表　*/


table.table3{
 line-height: 1;
　
}


table.table3 tr{
 height:3em;　
}








