@charset "utf-8";
/**
 * index.css
 */
 
/* html, body
--------------------------------------------------*/
    html, body {
    width: 100%;
    min-width:1000px;
    text-align: left;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    background: url(../../top_imgs/bg.gif);
    background-position: center top;
    background-repeat: repeat-x;
    background-color:#d7dee9;
    }  
       
/* layout
--------------------------------------------------*/
    #title{
    position:absolute;
    margin-top:-47px;
    margin-left:25px;
    font-size:12px;
    line-height:1;
    color:#000;
    font-weight:bold;
    }
    .text_all{
    width:840px;
    font-size:12px;
    line-height:2;
    color:#666;
    margin-top:15px;
    float:left;
    }
    .text_l{
    width:410px;
    font-size:12px;
    line-height:2;
    color:#666;
    margin-top:15px;
    float:left;
    }
    .line{
    margin-top:40px;
    margin-bottom:25px;
    }
    ul li{
    margin-left:25px;
    list-style-type: disc;
    }
    .photo_l{
    float:left;
    margin-top:15px;
    }
    .photo_r{
    float:right;
    margin-top:15px;
    margin-right:35px;
    }
    .photo_m{
    width:840px;
    float:left;
    margin-top:15px;
    }
    .photo_m_no{
    width:840px;
    float:left;
    }
    .photo_m_no img{
    margin-top:15px;
    }
    .photo_m img{
    margin-bottom:7px;
    }
    .photo_m td{
    font-size:10px;
    color:#666;
    }
    .photo_l_m{
    float:left;
    margin-top:15px;
    margin-right:15px;
    }
    .m_text{
    font-size:10px;
    color:#999;
    display:inline-block;
    }