@charset "UTF-8";

/*---------------------------------------------------------
    01：レイアウト
---------------------------------------------------------*/

#ContestMain {
	width:660px;
	margin:0 auto 20px auto;
	background:url(/images/nyc2012/BgContents.png) repeat-y;
	line-height:1.5em;
}
#ContestMain h3{
	line-height:0;
}
#ContestMain a:link,
#ContestMain a:visited {
	color:#E54C19;
}
#ContestMain a:hover,
#ContestMain a:active {
	color:#967246;
}
#ContestMain p {
	margin:0;
	padding:0;
}
#ContestMain h4 {
	text-align:center;
	margin:20px 0;
}
#NycNavi {
	width:638px;
	height:33px;
	padding-left:22px;
	background:url(/images/nyc2012/BgNavi.png) no-repeat;
	list-style-type:none;
}
#NycNavi li {
	float:left;
}
#NycNavi li a {
	display:block;
	height:0;
	padding-top:30px;
	background:url(/images/nyc2012/Navi.png) no-repeat;
	overflow:hidden;
}
#NycNavi li#NycNaviIndex a {
	width:156px;
}
.NycIndex #NycNavi li#NycNaviIndex a,
#NycNavi li#NycNaviIndex a:hover {
	background-position:0 -30px;
}
#NycNavi li#NycNaviRegulation a {
	width:156px;
	background-position:-206px 0;
}
#NycNavi li#NycNaviRegulation a {
	width:152px;
	background-position:-156px 0;
}
.NycRegulation #NycNavi li#NycNaviRegulation a,
#NycNavi li#NycNaviRegulation a:hover {
	background-position:-156px -30px;
}
#NycNavi li#NycNaviEntry a {
	width:152px;
	background-position:-308px 0;
}
.NycEntry #NycNavi li#NycNaviEntry a,
#NycNavi li#NycNaviEntry a:hover {
	background-position:-308px -30px;
}
#NycNavi li#NycNaviRule a {
	width:156px;
	background-position:-460px 0;
}
.NycRule #NycNavi li#NycNaviRule a,
#NycNavi li#NycNaviRule a:hover {
	background-position:-460px -30px;
}
#NycTextContainer {
	background:url(/images/nyc2012/BgText.png) repeat-y;
}
.NycRegulation #NycTextContainer dl {
	position:relative;
	width:580px;
	margin:0 auto 10px auto;
}
.NycRegulation #NycTextContainer dl dt {
	position:absolute;
	left:0;
	clear:both;
	width:80px;
	float:left;
	padding-top:10px;
	color:#967246;
	font-weight:bold;
	line-height:150%;
}
.NycRegulation #NycTextContainer dl dd {
	line-height:150%;
	border-bottom:dotted 1px #CCCCCC;
	padding:10px 0 10px 90px;
}
.NycRegulation #NycTextContainer dl dd p {
	margin-bottom:10px;
}
.NycRegulation #NycTextContainer dl dd p.NYCNote {
	margin-bottom:0;
	font-size:10px;
	line-height:1.5em;
}
.footImg {
	line-height:0 !important;
}


/*---------------------------------------------------------
    02：エントリー方法
---------------------------------------------------------*/

ul#NycEntry {
	list-style-type:none;
	width:580px;
	margin:10px auto;
}
ul#NycEntry li ul {
	list-style-type:disc;
	width:490px;
	margin:10px auto;
	padding-left:20px;
}
ul#NycEntry li p.NycAtt {
	width:490px;
	margin:10px auto;
	color:#990000;
}
ul#NycEntry li h6 {
	width:490px;
	margin:5px auto 0 auto;
	padding:2px 10px;
	background-color:#666666;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	line-height:1.5em;
}
#NycEntryNote {
	width:490px;
	margin:0 auto 10px auto;
	padding-top:5px;
	border-top:solid 1px #CCCCCC;
}
#NycStrage {
	width:530px;
	margin:10px auto 20px auto;
	padding:20px;
	background-color:#F5F4EF;
}
#NycStrage h5 {
	margin-bottom:10px;
}
#NycStrage p {
	margin-bottom:10px;
}
#NycStrage p.NycAtt {
	color:#990000;
}
#NycStrageAtt {
	border-top:solid #CCCCCC 1px;
	border-bottom:solid #CCCCCC 1px;
	margin-bottom:10px;
	padding:10px 0 5px 0;
}
#NycStrageAtt ul {
	padding-left:20px;
}


/*---------------------------------------------------------
    03：応募規約
---------------------------------------------------------*/

.NycRule #NycTextContainer dl {
	width:580px;
	margin:0 auto 10px auto;
}
.NycRule #NycTextContainer dl dt {
	padding:10px 0 5px 0;
	color:#967246;
	font-weight:bold;
	line-height:150%;
}
.NycRule #NycTextContainer dl dd {
	border-bottom:dotted 1px #CCCCCC;
	padding-bottom:10px;
}
.NycRule #NycTextContainer dl dd ol {
	padding-left:20px;
}