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


/*content--------------------------------*/

#wrap{
width: 960px;
height: auto;
}
h1,h3{
display: inline;
}

/*コンテンツ--------------------------------*/
#wrap_right{
float: right;
display: inline;
height: auto;
width: 716px;
}
#pagetitle{
width: 716px;
height: 62px;
background-image: url("../img/pagetitle_contact.png");
background-repeat: no-repeat;
clear: both;
padding-top: 38px;
/*padding: 20px 0 0 50px;*/
}
#pagetitle h3{
margin-left: 70px;
font-size: 18px;
font-weight: bold;
}
#page_wrap{
background-color: #f7edda;
padding: 20px;
height: auto;
min-height: 780px;
width: 676px;
}
#page_wrap_contact{
/*width: 646px;*/
height: auto;
background-color: #fff;
padding: 20px;
}

/*iframe--------------------------------------*/

iframe{
width:100%;
height:1009px;
overflow:hidden;
}
#page_wrap_contact{
overflow:hidden;
}


/*＝＝--------------------------------*/
#wrap_left{
float: left;
display: inline;
width: 226px;
}


