@charset "UTF-8";

/* ========================================================= */
/*                       MENU								 */
/* ========================================================= */
#main h3 {
	width: 610px;
	height: 29px;
	margin: 0 0 15px 0;
	padding: 5px 0 0 15px;
	font-size: 108%;
	background: url('../../img/bg_title05.gif') top left no-repeat;
	}

#main h3 span {
	margin-left: 1em;
	color: #ffff00;
	}

#about-medalist {
	margin-bottom: 15px;
	padding: 0 15px;
	background: #0e0b0b;
	color: #fff;
	}


/* ----------------------- PICTURE ------------------------- */
.picture {
	width: 304px;
	margin-bottom: 30px;
	float: left;
	}

.picture dl dt {
	margin-bottom: 5px;
	}

.picture dl dd {
	margin-bottom: 10px;
	}


/* ------------------------ PRIZE -------------------------- */
.prize {
	width: 305px;
	line-height: 1.8;
	float: right;
	}

.prize h4 {
	margin-bottom: 1px;
	padding-bottom: 15px;
	background:  url('../../img/line01.gif') bottom repeat-x;
	}

.prize dl {
	padding: 7px 0;
	border-bottom: 1px dotted #423b32;
	}

.prize dl dt {
	width: 50px;
	padding-left: 5px;
	float: left;
	}

.prize dl dd {
	width: 240px;
	float: right;
	}


/* --------------------- PRIZE.GNAVI ----------------------- */
.prize dl.gnavi {
	margin-top: 15px;
	padding: 0;
	border: none;
	}

.prize dl.gnavi dt {
	width: 305px;
	padding: 0;
	float: none;
	}

.prize dl.gnavi dd {
	width: 305px;
	margin-top: 5px;
	float: none;
	}



