/*------------------------------
COMMON
------------------------------*/

body{
background:url("http://motocompo.laff.jp/images/bg.gif") repeat scroll 0 0 #FFFFFF;
font-family:'Trebuchet MS',Verdana,sans-serif;
font-size:12px;
color:#333;
}

h1{
	width:780px;
height:200px;
margin:0 auto;
background:url(../images/h.gif);
background-color:#000;
}

h1 span{
	text-indent:-9999px;
	display:none;
}


#Main{
	background-color:#FFF;
	width:750px;
	padding:15px;
	margin:0 auto;
}


.red{color:#F30}

.mini{font-size:80%}

.info{
	color:#F00;
	padding:10px;
	text-align:center;
	border: 1px solid #f30;
	margin-bottom:10px;
}


/*------------------------------
投票
------------------------------*/

form{clear:both;}

ul,
li,
p,
form,
span,
textarea{margin:0;padding:0}

li{
	list-style-type:none;
	overflow:hidden;
}

ul{margin-left:220px;}

.rowElem label{float:left;
width:200px;
overflow:hidden;}

.rowElem{border-bottom:1px dotted #333;
paddong-top:10px;
padding-bottom:20px;}

li input{margin-right:10px;}

.NicName input,
.MailAdress input{
width:450px;
}

textarea{
width:500px;
}

.NicName,
.MailAdress{
	height:2.5em;
}

#Vote-Btn{
	width:400px;
	margin:10px auto;
}



/*------------------------------
投票完了
------------------------------*/
.Tweet-Text{
	border:1px dotted #06F;
	color:#06C;
	margin:10px 0;
}



/*------------------------------
集計結果　テーブル
------------------------------*/
.result table {
	font-size:9px;
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

.result table th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
.result table td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}