@charset "UTF-8";
/* 一番外側のdiv */

#contest {
	width: 750px;
	text-align: left;
	
	}

#contest .main {
	width: 750px;
	font-size: 10px;
	line-height: 130%;
	color:#666666;
	letter-spacing: 1px;
	background:url(/test55/contest/image/bg.jpg) no-repeat;
}

/* 大見出し*/
#contest .main h2{
	font-size: 14px;
	color:#7C7C00;
	font-weight: bold;
	margin:20px 0 15px 0;
}
/*============================================================
//  2つのコンテストの外箱
//==========================================================*/
#contest .main .box{
	width: 750px;
	margin-bottom:20px;
}
#contest .main .box:after {
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#contest .main .box {
	zoom: 1;
}

/*============================================================
//  左側
//==========================================================*/

/*メイン部分左側 */
#contest .main #box-left{
	width: 365px;
	float:left;
}

/*メイン部分左側コンテスト名 */
#contest .main #box-left .contest-title{
	width: 320px;
	height:34px;
	margin-bottom:10px;
}

/*メイン部分左側コンテスト名H2 */
#contest .main #box-left .contest-title h2{
	width: 320px;
	height:34px;
	text-indent:-9999px;
	background:url(/test55/contest/image/name01.gif) no-repeat;
}


/*リンク */

#contest .main #box-left .links ul,
#contest .main #box-right .links ul {
padding: 0;
margin: 0;
list-style-type: none;
margin:5px 0 10px 0;
}


#contest .main #box-left .links a,
#contest .main #box-right .links a{
	color:#660000;
	font-size:10px;
	line-height: 160%;
	font-weight:bold;
}

#contest .main #box-left .links a:hover,
#contest .main #box-right .links a:hover{
	color:#003300;
	font-size:10px;
	line-height: 160%;
	font-weight:bold;
	text-decoration: underline;
}

#contest .main #box-left .links a:visited,
#contest .main #box-right .links a:visited{
	color:#FF0066;
	font-size:10px;
	line-height: 160%;
	font-weight:bold;
}

/* コンテスト詳細*/
#contest .main #box-left h3,
#contest .main #box-right h3{
	font-size: 12px;
	color:#7C7C00;
	font-weight:bold;
	margin:10px 0 10px 0;
}


/*============================================================
//  右側
//==========================================================*/

/*メイン部分右側 */
#contest .main #box-right{
	width: 365px;
	float:right;
}


/*メイン部分右側コンテスト名 */
#contest .main #box-right .contest-title{
	width: 320px;
	height:34px;
	margin:0 0 5px 0;
}


/*メイン部分右側ナビボタン */
#navigation{
	width:365px;
	text-align:right;
	margin:5px 0 5px 0;
}

#navigation:after {
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#navigation .box {
	zoom: 1;
}


#navigation ul {
padding: 0;
margin: 0;
list-style-type: none;
}

#navigation li {
float:right;
margin-right:10px;
text-align:right;
} 

