/*TOC:Table Of Content lectureポスター1カラム用
 Last Update:2009-09-03
.がclass 何度も使える
#がid ファイルに一つだけ
margin:上右下左;
border;
padding:上右下左;
*/

#container{
 width:500px;
}
.content_tyosaku{
}

.prize{
 margin-left:20px;
}

.whois{
}

/*通常の文章*/
p{
 margin:5px 0px 10px 10px;
 margin-bottom:10px;
}

/*説明があってその下にタイトルのとき*/
p.title{
 margin:5px 0px 10px 30px;
}

p.header_poster{
 margin:5px 0px 10px 0px;
 font-size:16px;
 text-align:center;
 text-valign:middle;
 background-color:#FC3E1C;
 color:#ffffff;
}


table.table_poster{
 width:250px;
 margin-top:10px;
 margin-bottom:10px;
 border:1px;
}

td.mousikomi{
 vertical-align:top;
 width:100px;
}

td.kaisai{
 font-size:1.5em;
}

#footer_poster{
 clear:both;
 text-align:center;
 margin:0 auto;
 margin-bottom:20px;
}

