@charset "utf-8";
/* CSS Document */

/***MENU**********************************************/

/* 00 - default style -初期化-*/
/* 01 - common style -全体レイアウト-*/
/* 02 - header style */
/* 03 - main style */
/* 04 - footer style */

/*****************************************************/

/* --------------------------------------------------------- 00-default style */


/* 主なボックスの初期化 */

html, 
h1, h2, h3, h4, h5, h6,
p, div, blockquote, address,
ul, ol, li, dl, dt, dd,
table, th, td {
	font-family: font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	color: #555;
	margin: 0px;
	padding: 0px;
}
/* リストマーク非表示 */
ol, ul, li {
	list-style-type: none;
}
/* 画像のボーダーを非表示 */
img {
	border: none;
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
}
/* リンク画像のボーダーを非表示 */
a img  {
	border: none;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
	position: relative;
}


/* --------------------------------------------------------- 01-common style */

p, .link, dt, dd{	
	line-height: 150%;
	}

p {
	font-size:12px;
	}

.link {
	font-size: 13px;
	text-align: left;
	}

.link_red {
	color:#ff0000;
	}

a {
	color:#009999;
	}

.txt_red, .txt_grn{
	margin-bottom:5px;
	font-size: 13px;
	font-weight: bold;
	border-bottom:2px dotted #fc0;
}

.txt_red {	color: #f00;}

.txt_grn {	color: #090;}


#btn {
	text-align:center;
	margin-bottom: 40px;
	margin-top: 15px;
	}
	
.mag-btm5{ margin-bottom:5px;}
.ct{ text-align:center;}

dl{ 
	width:100%;
	margin:0px;
	padding:0px;
	}

dl.no1 {
	width:470px;
	height:140px;
	margin-bottom:5px;
	padding:15px;
	background-image: url(../images/bg_no1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
*html dl.no1{ width:500px;height:170px;padding:10px;}

dl.no1 dt{ width:80px;}
dl.no1 dd{ width:374px;}

dl.silver dt{ width:80px;}
dl.silver dd{ width:120px;}

dl.bronze dt{ width:56px;}
dl.bronze dd{ width:248px;}

.bdb{ border-bottom: 1px dotted #FC0;}


dt, dd{ float:left;padding:3px;}
dt img{ float:left;border:1px solid #ccc;}


.tbl-prize{
	width:670px;
	background:#ffc;
	}

.tbl-prize td.bdr{ border-right:1px dotted #FC0;}

.tbl-prize td{ padding:5px;}
.tbl-bronze td{ padding:0px 5px;}

.tbl-prize td.cmt{
	width:210px;
	padding:8px 12px;
	background-image: url(../images/bg-cmt.gif);
	background-repeat: repeat-y;
	background-position: top center;
	}
.tbl-prize td.cmt p.lh150{ line-height:150%;}

.editor-cmt{
	width:650px;
	height:65px;
	margin-bottom:5px;
	padding:10px;
	background-image: url(../images/bg_editor.gif);
	background-repeat: no-repeat;
	background-position: center center;
	}

*html .editor-cmt{ width:660px;height:75px;}

.editor-cmt p{ margin-left:200px;margin-right:65px; }

