@charset "utf-8";
/*------------------[main images]--------------------------*/

#header_img {
 margin: 2px 0 0 0;
 width: 1000px ;
 height: 66px ;
 background: url(../../images/business/mainimg.png) no-repeat ;
}

#maincopy_img {
 margin: 0 0 2px 0;
 width: 1000px ;
 height: 39px ;
 background: url(../_img/maincopy_back.png) no-repeat ;
 text-align: center;
}

/*------------------[contents]--------------------------*/
#contents{
margin:0 100px 0 100px;
width:800px;
}

#cont_text{
  margin: 20px 30px 0 30px ;
  border: solid 1px #da2128;
  width:718px ;
  padding:10px 10px 10px 10px;
}


#cont_menu {
  margin: 20px 0 0 0 ;
  padding:0;
  width:800px ;
  height: 42px;
  background: url(../_img/menu_back.png) no-repeat ;
}

#cont_menu ul {
  width:800px ;
 margin:0 1px;
 padding:0px;
}


#cont_menu li {
 list-style-type:none;
 float:left;
 margin:0px;
 position:relative;
 padding:0px;
}

#cont_menu li img {
 border:0px;
 vertical-align:top;
}

#cont_menu li a {
 display:block;
}


#cont_title1{
 margin: 20px 0 0 0 ;
 width: 800px;
 height: 35px;
 background: url(../../images/business/t1.png) no-repeat ;
}

#cont_title2{
 margin: 20px 0 0 0 ;
 width: 800px;
 height: 35px;
 background: url(../../images/business/t2.png) no-repeat ;
}

#cont_title3{
 margin: 20px 0 0 0 ;
 width: 800px;
 height: 35px;
 background: url(../../images/business/t3.png) no-repeat ;
}

#cont_title4{
 margin: 20px 0 0 0 ;
 width: 800px;
 height: 35px;
 background: url(../../images/business/t4.png) no-repeat ;
}

#cont_title5{
 margin: 20px 0 0 0 ;
 width: 800px;
 height: 35px;
 background: url(../../images/business/t5.png) no-repeat ;
}

#cont_title6{
 margin: 20px 0 0 0 ;
 width: 800px;
 height: 35px;
 background: url(../../images/business/t6.png) no-repeat ;
}


#cont_body {
 margin: 0 0 0 0 ;
 width: 700px;
 border-left: solid 1px #cccccc;
 border-right: solid 1px #cccccc;
 padding: 20px 49px 20px 49px ;
}


#e_title{
margin:20px 0 0 0;
text-align:right;
width: 700px ;
height: 33px ;
}

#write_zone{
 margin: 40px 50px 40px 50px ;
 width: 600px;
}


#cont_footter{
 margin: 0 0 0 0 ;
 padding:0 1px 1px 1px;
 width: 798px;
 height: 22px;
 background: url(../_img/tf_back.png) no-repeat ;
}

#f_previous{
margin:0;
width:399px;
float:left;
}

#f_next{
margin:0;
width:399px;
float:left;
}


#imagebox_left{
	float: left;
        margin: 0 1.5em 0 0; 
}

* html #imagebox_left {
        margin: 0 1.5em 0 0; 
}


#imagebox_left span{
	display: block;
        font-size: 9px;
	text-align: center;
}

* html #imagebox_left span {
        margin-top:5px;
}


#imagebox_right{
	float: right;
	margin: 0 0 0 1.5em;
}

#imagebox_right span{
	display: block;
        font-size: 9px;
	text-align: center;
}

* html #imagebox_right span {
        margin-top:5px;
}


.style1 {color: #da2128}

.style2 {color: #FFFFFF}


