@charset "utf-8";
/* ===================================================================
CSS information

 file name  :index.css
 author     :yourName (admin)
 style info :indexページ用CSS
=================================================================== */

/* -----------------------------------------------------------
	.index
----------------------------------------------------------- */


#flash {
width:585px;
height:297px;
background-color:#FF99FF;
}

#menu {
height:297px;
background:url(../img/index/menu_back.gif) no-repeat top left;
}

#menu p.bridal {
padding-top:10px;
}

#menu p.display {
padding-top:8px;
padding-bottom:7px;
}

#menu p {
padding:0 0 0 5px;
margin:0 0 0 5px;
}

#information {
margin-top:22px;
}

#information table {
margin-top:10px;
width:100%;
}

#information table th {
width:80px;
color:#888888;
height:24px;
}

#information table td {
font-weight:normal;
}

#pickupitem {
margin-top:14px;
}

.to_item {
margin-top:13px;
width:292px;
float:left;
}

.to_item p{
float:left;
margin-right:9px;
}

.to_item dl {
display:inherit;
}

.to_item dt{
font-weight:bold;
float:left;
color:#c81498;
}

.to_item dd{
float:left;
font-size:80%;
width:140px;
margin-bottom:6px;
	line-height: 1.5;
}
