﻿@import url("../content_menu.css");
@import url("../ticket_info.css");

#playinfo,#playcomments,#play_middle,#play_bottom,#message, #tickets
{
    margin-bottom:20px;
    width:590px;
}

#playcomments
{
    clear:both;
}

#interest_vote
{
	float:left;
	width:292px;
	margin-bottom:15px;
}

#interest_vote td
{
    border-bottom:dotted 1px #cccccc;
	height:2.5em;
}
#interest_vote .request_login
{
    color:#CC0000;
}
#okepi_tool
{
    float:left;
    margin-left:15px;
	margin-bottom:15px;
    width:280px;
}
#okepi_tool p
{
	margin:0;
	border-bottom:dotted 1px #cccccc;
	width:280px;
	line-height:2em;
}
#okepi_tool a
{
    background-image:url("../../img/ya_bird3.gif");
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:20px;
}
#okepi_tool div
{
	text-align:center;
	width:280px;
	padding:5px 0;
}


#google_bottom
{
    float:left;
    padding-left:10px;
    padding-top:5px;
}
#links
{
    float:left;
    margin-left:50px;
}
#links td
{
    height:3em;
    border-bottom:dotted 1px #cccccc;
    padding-top:5px;
    padding-left:5px;    
}
#links .action
{
    width:280px;
}

/* 管理人通信欄 */
#message
{
    clear:both;
    width:500px;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
}
#message table
{
    width:100%;
    border:solid 1px #999999;
    background-color:#ffffff;
}
#message th
{
    background-color:#fefdab;
    color:Green;
    line-height:1.5em;
}
#message td
{
    line-height:1.2em;
    font-weight:bold;
}
#message .text_message
{
    width:80%;
    height:100px;
}
#message strong
{
    line-height:2.5em;
    color:#cc0000;
}
#message .finish_message
{
    color:Blue;
}

