/*----------------*/
.all {
	float:left;
	clear:both;
    width:720px;
	height:auto;
	padding:8px;
} 
*:first-child+html #all { margin-top:5px;padding:10px; } 
/*-------font--------*/
.all {
    overflow: hidden;	/* モダンブラウザ向け */
    zoom: 1; /* IE向け */
}
/*----------------*/
.all {
	font-family: /*"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,*/"ＭＳ Ｐゴシック",sans-serif;
}
/*-------------------*/
/*--------------------------------------*/
/*--------------header-----------------*/
.header{
    float:left;
    clear:both;
	width:720px;
	height:121px;
}
.header_contact {
    float:right;
    width:330px;
	margin-top:21px;
}
.header_contact div {
	background:#FF3F00;
}
.header_contact div img{
    margin-right:11px;
	margin-left:5px;
}
/*--------------------------------------*/
.main_contents {
    float:left;
    clear:both;
	width:720px;	
}
.side {
    float:left;
	width:165px;
	margin-right:10px;
}
.wrapper {
    float:right;
    width:543px;
}
#table_box_step
{
    float:left;
	clear:both;
	width:543px;
	text-align:left;
}
/*---------------side-------------------*/
/*------global navi------*/
.side ul,
.side ul li{
    float:left;
	clear:both;
}
.side ul {
	width:160px;
	list-style:none;
	background:url(../img/images/dotline_160.gif) no-repeat left bottom;
}
.side ul li {
	width:158px;
	padding-left:2px;
	background:url(../img/images/ya.gif) no-repeat 0.0em 0.5em;
}
.side ul li div {
    display:block; 
	width:143px;
	height:12px;
	padding:9px 0 8px 15px;
	background:url(../img/images/dotline_160.gif) no-repeat 0.0em 0.0em;
}
/*------local navi------*/
.side ul li ul {
    float:right;
	width:140px;
	padding-bottom:5px;
	background:none;
}
.side ul li ul li {
	font-size:x-small;
	padding:7px 0;
	background:none;
}
.side ul li ul span.in_ul_top {
    padding-bottom:0;
}
.side ul li ul li a {
    display:inherit;
	width:auto;
	height:auto;
	padding:0;
	background:none;
}
.side_contact {
   float:left;
   clear:both;
   width:160px;
   font-size:x-small;
   line-height:1.8em;
   margin:45px 0; 
}

.side .banner {
   float:left;
   clear:both;
   width:160px;
   text-align:center;
}
/*----------------------------------------*/
/*-------------font-------------*/
.wrapper h2 {
    float:left;
	clear:both;
}
.wrapper h3{
    font-size:14px;
	color:#FF0000;
	font-weight:bold;
	line-height : 22px;
}
.wrapper p{
    font-size:12px;
}
.wrapper p img{ vertical-align:middle;}
/*---------------footer-----------------*/
.footer {
    float:left;
	clear:both;
    width:720px;
	text-align:center;
	margin-bottom:20px;
}
/*-------------------------------------*/
/*----------------------------------------*/