﻿@charset "utf-8";

/** reset */

/*----------------------------------------------------------------------------
   
    width100% left132pxに固定
    headerheight110に変更
------------------------------------------------------------------------------*/
#header{
    height: 110px;

}
#contents .inner{
     height: 580px;
     background: url(#) no-repeat;
}

#header p{
    line-height: 15px;
    font-size: 15px;
    background: url(#) no-repeat;
    position: absolute;
    top:87px;
    right:230px;   
	}
#header p a{
    display: inline-block;
    height: 15px;
    padding-left: 25px;
    }
#header p a:link, #header p a:visited{
    text-decoration: none;
    }
#header p a:hover{
    background: url(#) no-repeat left bottom;
    }


#contents .inner h1{
	   font-size:16px;
     padding: 150px 0 0 220px;
	   color: #FFFFFF;
 }
#contents .inner p{
     width: 800px;
     font-size:16px;
     line-height:26px;
     padding: 80px 0 0 20px;
 }
 