@charset "UTF-8";

/*------------------------------------------------------------------------------
 トップページ専用
 index
 ●ヘッダー、フッター Header Footer
 ●コンテンツ Content 
 ●MainVisual メインビジュアル
 ●コンテンツ　Content
 -----------------------------------------------------------------------------*/

 /*------------------------------------------------------------------------------
 ヘッダー、フッター Header Footer
 -----------------------------------------------------------------------------*/
#Header{
width:600px;
height:60px;
border-bottom:3px solid #FF0000;
}
#Header h1{
top:9px;
}
#Header p#H_Copy{
top:44px;
}


#Footer{
padding-top:10px;
padding-bottom:15px;
width:600px;
border-top:1px solid #DDD;
}
 
 /*------------------------------------------------------------------------------
 コンテンツ Content 
 -----------------------------------------------------------------------------*/
#Content{
padding-top:10px;
width:600px;
}

/*------------------------------------------------------------------------------
 コンテンツ　Content
 -----------------------------------------------------------------------------*/
#Content #MainCnt{
margin-bottom:15px;
}
 
#Content #MainCnt p,#Content #MainCnt p img{
margin:0;
line-height:0;
}

#Content #MainCnt .Img{
margin-bottom: 15px;
}
#Content #MainCnt .Btn{
background:#F6F6F7;
text-align:center;
}
#Content #MainCnt .Btn a{
padding:5px 5px 0;
display:block;
}
 

