/*

cssの初期化。

*/


@charset"Shift_JIS";


* {
   color: #404040;
   line-height: 150%;
   font-family: Verdana, "MS UI Gothic";
   font-size: 0.96em;
   margin: 0px;
   padding: 0px;
}


/*

ページ設定。

*/
body {
   background-image: url(../images/skin/body/body.png);
   background-repeat: repeat-x;
}



#cn {
   width: 810px;
   height: auto;
   margin-left: auto;
   margin-right: auto;
}


#menu {
   width: 810px;
   height: auto;
}


#menu li.m {
   width: 162px;
   height: auto;
   list-style: none;
   float: left;
}


img.img_m {
   margin-bottom: 5px;
}


#top_cn {
   margin-top: 30px;
   margin-bottom: 20px;
   height: auto;
}


#top_l {
   margin-left: 5px;
   float: left;
}


#top_r {
   margin-right: 5px;
   float: right;
}


#main_cn {
   width: 792px;
   height: auto;
   background-image: url(../images/skin/body/main_b.png);
   background-repeat: no-repeat;
   margin-top: 12px;
   padding: 50px 0 30px 0;
}


#exp {
   padding: 20px;
}


#main_l {
   width: 365px;
   height: auto;
   float: left;
   position: relative;
}


#main_r {
   width: 365px;
   height: auto;
   float: right;
   position: relative;
   margin-right: 26px;
}


#main_body {
   margin: 30px 72px 30px 72px;
}


iframe {
   /*   border: 1px solid #E6E6E6;*/
   border-style: none;
   background-color: transparent;
   padding: 10px 0px 10px 26px;
   height: 220px;
   width: inherit;
   position: relative;
}


.clear_b {
   clear: both;
}


#footer {
   clear: both;
   font-size: 0.8em;
   margin-top: 50px;
   text-indent: 30px;
   text-align: center;
   padding-top: 50px;
}


#footer a {
   color: #707070;
}