@charset "UTF-8";
/* CSS Document */


body {
	min-width: 900px; 
	margin: 0;
	padding: 0;
	font-family: "メイリオ", "Meiryo UI", "ヒラギノ角ゴ3", "小塚ゴシック Pro EL","ＭＳ ゴシック", sans-serif;
}

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

#wrapper {
	width:100%;
	height:190px;
	background-color:#996633;
	margin:0px auto;
}

.strong_font{
	font-weight: bold;
	font-size: 15px;
}
#table011{
width: 450px;
height:auto;
display: block;
margin-top:20px;
margin-left: 0px;
border-collapse: collapse;
margin-bottom:30px;
}

#table011 td { 
border-collapse: collapse;
}

#table01{
width: 450px;
height:auto;
display: block;
float:right;
margin-top:20px;
margin-left: 0px;
border-collapse: collapse;
margin-bottom:30px;
}

#table01 td { 
border-collapse: collapse;
}

#table02{
width: 450px;
height:auto;
display: block;
float:left;
margin-top:20px;
margin-left: 0px;
border-collapse: collapse;
margin-bottom:30px;
}

#table02 td { 
border-collapse: collapse;
}


.bg1{
	padding: 7px 20px 10px 7px;
	text-align: right;
	font-weight: bold;
	border-bottom: dotted 1px #CCC;
	width: 200px;
}

.bg2{
	background: #FFFFFF;
	text-align: left;
	padding: 7px 7px 10px 20px;
	border-bottom: dotted 1px #CCC;
	width: 500px;
}


.bg3{
	padding: 7px;
	text-align: center;
	background: #996633;
	font-weight: bold;
	border: solid 1px #fadb9c;
	color:#fff;
}

.bg4{
	background: #FFFFFF;
	text-align: right;
	padding: 7px 7px 7px 14px;
	border: solid 1px #fadb9c;
}


.bg5{
	background: #FFFFFF;
	text-align: left;
	padding: 7px 7px 7px 14px;
	border: solid 1px #CCC;
}

.bg6{
	padding: 7px;
	text-align: center;
	background: #fdeffd;
	font-weight: bold;
	border: solid 1px #CCC;
}

/*------------------------------------------
	Header
--------------------------------------------*/

#header{	
	margin:0px auto;
	width:980px;
	height:128px;
}

#header_left {
	width:100px;
	height:120px;
	float: left;
	padding-top: 20px;
}


#header_right {
	width:880px;
	float: left;
	height:150px;
	padding-top: 40px;
}

#tel{
	width: 870px;
	height: 20px;
	float: left;
	text-align: right;
	margin-bottom:40px;
}

#tel h2{
	font-size:30px;
	font-weight:bold;
	color:#fff;
	margin-top:0px;

}

/*------------------------------------------
	Navi
--------------------------------------------*/

#navi{
	width: 870px;
	height: 69px;
	float: left;
	text-align:right;
	padding-top:20px;
	font-size:16px;
}

#navi ul {
	list-style:none;
	padding-top:30px;
}

#navi ul li {
	display:inline;	
	padding-left:70px;
	
}



/*------------------------------------------
	Footer
--------------------------------------------*/

#footer {
	margin:0px auto;
	text-align:center;
	margin-top:50px;
	height:40px;
	background-color:#996633 ;
	color:#fff;
	float:left;
	width:100%;
	padding-top:10px;
	font-size:12px;	
	padding-bottom:10px;

}

#footer p {
	padding-top:10px;
	font-size:12px;	
	padding-bottom:10px;
}

