/*######################################
メッセウイング常設展示スペース
■その他■
style_other.css
CSS Version 2.0
LastModefied:2007.3.29 By yoshida
######################################*/

/*########################
CSSリセット
########################*/
*{
	margin: 0;
	padding: 0;
}

img{border: 0;}

body{
	color: #333333;
	font-size: 11pt;
}

/*########################
抽選会当選者発表
########################*/
#tousen #head{
	background-repeat: no-repeat;
	background-position: center top;
	height: 180px;
}

#tousen h1{
	font-size: 20pt;
	color: #0860A5;
}

#tousen h2{
	font-size: 9pt;
	font-weight: normal;
	margin-top: 150px;
	margin-bottom: 5px;
	color: #003366;
}

#tousen h3{
	text-align: left;
	font-size: 10pt;
	background-color: #efefef;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	margin-bottom: 8px;
	padding: 2px;
}

#tousen h3 strong{color: #ff4500;}

#tousen #head{
	border-top: 4px solid black;
	text-align: center;
}

#tousen #main{
	padding: 12px;
}

#tousen #main p{
	text-align: center;
	font-size: 13pt;
	font-weight: bold;
}

#tousen #main dl{
	margin: 5px auto 10px auto;
	padding-bottom: 10px;
	text-align: left;
	border-bottom: 2px dotted #999999;
}

#tousen #main dt{
	margin-bottom: 4px;
	font-size: 10pt;
	padding-left: 5px;
}

#tousen #main dd{
	font-size: 13pt;
	font-weight: bold;
	text-align: center;
}

#tousen #foot{/*フッター*/
	font-size: 9pt;
	background-color: #0860A5;
	color: white;
	padding: 4px;
	margin-top: 2em;
}

/*----------------------------
閉じるボタン
----------------------------*/
#tousen #close{text-align: center;}

#tousen #close input{
	margin-left: auto;
	margin-right: auto;
}

/*########################
インフォメーション
########################*/
#info h1{
	font-size: 22pt;
	color: #b0c4de;
	
}

#info dl{
	margin-top: 23px;
	padding: 0 5px;
	font-size: 10pt;
}

#info dt{margin-top: 3px;}

#info dd{
	border-bottom: 1px dashed #999999;
	padding: 0 5px 5px 5px;
	font-size: 10pt;
}

#info li{
	margin-left: 2em;
}

#info a{
	color: #228b22;
	text-decoration: none;
}

#info a:hover{
	background-color: #669933;
	color: white;
}



