@charset "shift_jis";

/* -----------------------------------------------------------
CSS Information

 Site URL:       http://
 File name:      style.css
 Created:        2008-xx-xx
 Last update:    2008-xx-xx
 Author:         
 Style Info:     
----------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------------- */

/*                                                                   N E W S & T O P I C S        */

/* ---------------------------------------------------------------------------------------------- */



/* -------------------- */
/*  news / index        */
/* -------------------- */

.news .list #contents dl {
	margin: 0 20px 40px;
}

.news .list #contents dl dt {
	width: 80px;
	color: #FFF;
	padding: 4px 10px;
	background: #333;
}

.news .list #contents dl dt.shop { background: #4D6E7F; }
.news .list #contents dl dt.recruit { background: #57585C; }
.news .list #contents dl dt.seasons { background: #FFCC00; }
.news .list #contents dl dt.others { background: #B5B380; }


.news .list #contents dl dd {
	line-height: 1.4;
	margin: -20px 0 15px 120px;
}


/* -------------------- */
/*  news / details      */
/* -------------------- */


.news .details #contents p.date {
	margin: 0 0 10px 11px;
}

.news .details #contents h3 {
	padding: 2px 0 2px 10px;
	margin: 0 0 20px 11px;
	border-left: solid 5px #E85F21;
}

.news .details #contents div {
	margin: 0 26px 40px;
}

.news .details #contents div p {
	line-height: 1.5;
	margin-bottom: 15px;
}
.news .details #contents div a {
	text-decoration: underline;
}
.news .details #contents div a:hover {
	text-decoration: none;
}




/* -- end -- */


