/* CSS Document */
/* トップ */

#header {
	width: 100%;
	height: 124px;
	background-image: url(../images/bg.jpg);
	background-position: repeat;
}

#title {
    width: 100%;
	height: 92px;
	margin: 0 auto;
	}

#title_01 {
	width: 100%;
	height: 92px;
	margin: 0 auto;
	}

#title_02 {
    width: 800px;
	height: 92px;
	margin: 0 auto;
	}

#title_03 {
	margin: 30px 0 20px 0;
    text-align: left;
	}

#title_04 {
    width: 800px;
	height: 92px;
	margin: 0 auto;
	}

#title_05 {
	margin: 40px 0 30px 0;
    text-align: left;
	}

.title_img {
    width: 237px;
	height: 44px;
	margin: 20px 0 10px 0;		
	float: left;
	}

#link {
	width: 100%;
	height: 33px;
	margin: 0 auto;
	background-image: url(../images/bg_02.jpg);	
	}

#link_01 {
	width: 800px;
	height: 33px;
	margin: 0 auto;	
	text-align: left;
	}

#link ul {
    list-style-type: none;
	padding: 10px 5px 0 0;
}

#link li {
    display: inline;	
	}

#center {
	width: 750px;
	margin-left: 25px; 
	}

#company_img {
	margin-bottom: 20px;
	}

#content {
	width: 800px;
	height: auto;	   
	margin: 0 auto;	
	margin-bottom: 50px;
	text-align: left;
	}

#footer {
	width: 100%;
	height: 86px;
	clear: both;
	border-top-style: solid;
	border-top-color: #66CCCC;
	border-top-width: 2px;	
}

#footer_01 {
	width: 800px;
	height: auto;
	margin: 0 auto;
	text-align: center;
    }