/* body
-----------------------------------*/
body{
background-position	:center 500px;
}



/* header
-----------------------------------*/
#header{
height			:500px;
background-image	:url("../img/home/bg_home_01.jpg");
}
#header h1.logo{
margin-left		:-489px;
position		:absolute;
left			:50%;
top			:70px;
}
#header p.comment{
margin-left		:-491px;
position		:absolute;
left			:50%;
top			:242px;
}



/* home content
-----------------------------------*/
#home_unit{
width			:980px;
margin			:0 auto 106px auto;
padding-top		:75px;
}
#home_unit h2{
width			:877px;
border-bottom		:1px solid #333333;
margin-left		:50px;
margin-bottom		:10px;
padding-left		:3px;
padding-bottom		:9px;
}
#home_unit dl{
font-size		:93%;
line-height		:1.66;
width			:880px;
margin-left		:50px;
}
#home_unit dl dt{
line-height		:15px;
width			:199px;
display			:block;
float			:left;
clear			:left;
padding			:14px 0 5px 1px;
}
#home_unit dl dt img{
float			:right;
}
#home_unit dl dd{
border-bottom		:1px solid #cccccc;
padding			:13px 15px 6px 212px;
}
#home_unit dl dd.last{
border-bottom		:none;
}
#home_unit dl dd a{
text-decoration		:none;
}
#home_unit dl dd a:hover{
text-decoration		:underline;
}