/* エラーメッセージ
---------------------------------------------------- */
.validErr {
  color: red;
  font-size: 12px;
  margin: 2px auto;
}

.error_message {
  color: red;
  font-size: 10px;
}

/* フォーム　入力部品の幅設定 追加分
---------------------------------------------------- */
#organize, #organize_kana, #name, #name_kana, #corp {
width: 290px;
}


/* フォーム　入力部品の幅設定 From popup.css
---------------------------------------------------- */
#searchbox2{
width:290px;
}
#name1,#name2,#access1,#access2,#venuef1,#venuef2{
width:320px;
}
#time1,#time2,#fee1,#fee2,#discount1,#discount2,#closed1,#closed2,#note1,#note2,#eventimg1,#eventimg2,#organize1,#organize2{
width: 320px;
height:50px;
}
#mail1, #mail2{
width:320px;
}
#a-ticket1,#a-ticket2 {
width: 320px;
}
#code {
width: 100px;
}
#tckt-url {
width: 180px;
}
#tckt-tel {
width: 170px;
}
#tel1, #tel2, #tel3, #fax1, #fax2, #fax3 {
width: 60px;
}
#a-url{
width:320px;
}
#s-url,#p-url1,#p-url2,#p-url3{
width:320px;
}
#title {
width: 320px;
height:50px;
}
#substance1,#substance2{
width:320px;
height:200px;
}
#post1, #post2{
width: 60px;
}
#state1,#state2 {
width: 120px;
}
#adress1,#adress2{
width: 350px;
}

/*制作会社ホームページへのリンク
---------------------------------------------------- */
#footerCopy a{
display: inline;
color: #ffffff;
background: none;
}

/* 管理画面
---------------------------------------------------- */
#cont-admin {
	width:956px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:20px;
	background: transparent url(/img/common/bkg_cont.gif) repeat-y;
}
#cont-admin #main-col{
	background-color:white;
}
#cont-admin #main-col table {
	background-color:#eeeeee;
    font-size: 13px;
}
#cont-admin #main-col th, #cont-admin #main-col td {
	background-color:white;
}

#cont-admin #side-col{
	background-color:white;
}