@charset "utf-8";
/* NormalList Start */
.PhototList .Header .Row dt{
	display:none;
}
.PhototList .List{
	width: 100%;
}
.PhototList .List ul.ListBlock{
	width: 100%;
}
.PhototList .List ul.ListBlock .Item{
	font-size: 1.1em;
	padding: 0;
	list-style: none;
	width: 100px;
	margin: 12px 10px 18px;
	height: 180px;
	float: left;
	line-height:1.5;
}
*+html .PhototList .List ul.ListBlock .Item{
	margin:23px 10px 18px;
}
*html .PhototList .List ul.ListBlock .Item{
	margin: 23px 8px 18px;
}
.PhototList .List ul.ListBlock .Item dl{
	margin:0;
	padding: 0 0 4px 0;
	text-align: center;
	position:relative;
	height:180px;
}
.PhototList .List ul.ListBlock .Item dl dt{
	display:none;
}
.PhototList .List ul.ListBlock .Item dl dd.ItemImages{
	height: 100px;
}
.PhototList .List ul.ListBlock .Item dl dd.ItemImages img{
	border:1px solid #CCC;
}
/*.PhototList .List ul .Item dl dd.ItemImages a{
	height:100px;
	display:block;
}
.PhototList .List ul .Item dl dd.ItemImages a img{
vertical-align:middle;
}*/
.PhototList .List ul.ListBlock .Item dl dd.ItemNum{
	margin-bottom: 5px;
}
.PhototList .List ul.ListBlock .Item dl dd.ItemHead{
	margin-bottom: 5px;
	text-align:left;
}
.PhototList .List ul.ListBlock .Item dl dd.ItemImages{
	height:100px;
	margin:0 0 10px;
}
.PhototList .List ul.ListBlock .Item dl dd.ItemValue{
	margin-bottom: 7px;
	text-align:right;
	padding-right:2px;
}
.PhototList .List ul.ListBlock .Item dl dd.ItemValue span{
	color: #003B7A;
	margin: 0 5px;
	font-weight: bold;
}
.PhototList .List ul.ListBlock .Item dl dd.Option a{
	font-weight:bold;
	padding: 2px 0;
}
.PhototList .List ul.ListBlock .Item dl dd.Option a:hover{
	text-decoration: none;
	color: #003B7A;
}
/*-----------LinkList--------------*/
#Link h3{
	font-size:1.1em;
	margin: 0;
	padding: 0 0 8px;
}
#Link.PhototList .List ul .Item{
	width: 33%;
	height:auto;
	height: 90px;
	margin-bottom: 20px;
}
#Link.PhototList{
	margin: 45px 0 0 0;
}
/*-----------Competitions--------------*/
#Competitions ul.ViewBlock li.Header dl{
	position:relative;
	z-index: 500
}
#Competitions ul.ViewBlock li.Header dl dd.ArticleTitle h3{
	border-bottom:2px solid #000000;
	font-weight:bold;
	height:23px;
	margin:0;
	padding:0;
	font-size: 1.1em;
}
#Competitions.PhototList ul.ViewBlock li.Header dl dd.ArticleIcon{
	display:none;
}
#Competitions.PhototList .List ul .Item dl dd.Option{
	margin: 8px 0 0 0;
}
#Competitions.PhototList .List ul .Item dl dd.Option a{
	background-image: url(../../images/ButVote.png);
	background-repeat: no-repeat;
	text-indent: -99999px;
	background-position: left center;
	padding: 3px 0 3px 30px;
	color: #003b7a;
}
#Competitions.PhototList .List ul.ButtonBar{
	height: 30px;
	margin: 10px 0;
	position: relative;
	border-top:1px solid #CCC;
}
#Competitions.PhototList .List ul.ButtonBar li{
	position: absolute;
}
#Competitions.PhototList .List ul.ButtonBar li.ButClear{
	left:400px;
	top:10px;
	display:none;
}
#Competitions.PhototList .List ul.ButtonBar li.ButClear input{
	background-image: url(../../images/IconDel.png);
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	display:block;
	text-indent: -99999px;
}
#Competitions.PhototList .List ul.ButtonBar li.ButSubmit{
	top:10px;
	left: 430px;
}
#Competitions.PhototList .List ul.ButtonBar li.ButSubmit input{
	background-image: url(../../images/IconSubmit3.png);
	width: 22px;
	height: 22px;
	display:block;
	text-indent: -99999px;
}
