@charset "UTF-8";

#image {
   width:700px;
   height:230px;
   background-image:url(../images/home/Home_image.jpg);
   background-repeat:no-repeat;
   margin-top:20px;
}

h1 {
   display:none;
}

#ttl {
   width:697px;
   height:20px;
   border-bottom:3px solid #000;
   margin-top:20px;
   padding-left:3px;
}

#item {
   width:345px;
   height:120px;
   background-image:url(../images/home/itemFrameDF.png);
   background-repeat:no-repeat;
   display:inline-black;
   margin-top:10px;
   float:left;
}

/*#item:hover {
   background-image:url(../images/home/itemFrameON.png);
}*/

#itemPhoto {
   margin-top:10px;
   margin-left:10px;
   float:left;
   border:#000 solid 3px;
}

#itemPhoto:hover {
   border:#900 solid 3px;
}

h2 {
   margin-top:10px;
   margin-left:120px;
   margin-right:10px;
   margin-bottom:3px;
   display:block;
   font-size:120%;
   color:#000;
   font-weight:bold;
   background-image:url(../images/arrowW.png);
   background-repeat:no-repeat;
   background-position:0 4px;
   padding-left:10px;
   padding-top:0;
}

h2:hover {
   color:#900;
}

#item p {
   margin-top:0;
   margin-left:130px;
   margin-right:10px;
   display:block;
   line-height:140%;
   font-size:92%;
}

.info_p {
    float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}