body {
font-size: 13px;
text-align: center;
line-height: 20px;
letter-spacing: 1px;
background: #fff url(img/bg.gif) 50% 50% repeat-y fixed;
color: #333;
border-top: 10px solid #075;
}

a {
color: #333;
text-decoration: none;
}

a:hover {
color: #ddd;
text-decoration: none;
}


-------------------- 
#wrapper {  
width: 800px;  
margin: 0 auto;  
text-align: left;  
 }  

#body1 {
margin: 0 auto;
width: 780px;
background-color: #fff;
}

#header {
width: 770px;
height: 60px;
background: #fff url(img/bg_head.gif) 0% 0% no-repeat;
border-bottom: 1px solid #666;
margin-bottom: 20px;
text-align: left;
}

#header h1 {
font-size: 18px;
padding: 0 10px;
line-height: 60px;
font-weight: bold;
}

#body2 {
margin: 0 10px;
width: 740px;
text-align: left;
}

h2 {
font-size: 14px;
padding: 2px;
font-weight: bold;
border-bottom: 2px solid #075;
margin-bottom: 2px;
}

h3 {
font-size: 13px;
margin-bottom: 15px;
border-bottom: 1px dotted #075;
font-weight: normal;
}

#footer{
margin: 0 auto;
text-align:center;
}

dl{color:#000066;
}

dt{ color:#000066;
border-left:solid 4px #000099 ;
border-bottom:solid 1px #000000;
margin-bottom:2px;
margin-left:2px;
}


dd{color:#000000;
}
/* ----------2カラム用ボックス----------- */

.column2 {
width: 740px;
}

.column2 div.left {
float: left;
width: 380px;
}

.column2 div.right {
float: right;
width: 345px;
}


.mb20 {
margin-bottom: 20px;
}

.mb40 {
margin-bottom: 40px;
}


#footer {
text-align: right;
}


address{
color: #333;
text-align: center;
font-size: 12px;
padding: 20px 0 5px;
border-top: 2px solid #ddd;
}


/* ----------会社概要----------- */

#corporate {
text-align: center;
margin-bottom: 40px;
}

#corporate table {
font-size: 13px;
line-height: 20px;
}

#corporate th {
text-align: center;
background: #eee;
border: 1px #aaa solid;
padding: 5px 15px;
}

#corporate td {
border: 1px #aaa solid;
padding: 5px 15px;
}

#corporate ul.list {
list-style-type: circle;
margin-left: 20px;
}



/* clearfix
--------------------------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block ;
	visibility: hidden ;
	height: 0;
	clear: both ;
}
.clearfix{
	zoom: 1;
}
#header ul#utility {
	text-align: right;
	width: 790px;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 80%;
}
#header ul#utility a {
	color: #666;
	text-decoration: none;
}
#header ul#utility a:hover {
	color: #333;
	text-decoration: underline;
}

