﻿@charset "utf-8";
* { margin:0; padding:0; }

body{
font-size:16px;
line-height:150%;
color:#444444; 
background:#000000 url(politics-background.jpg) no-repeat;
background-size:cover;
font-weight:bold;
font-family:"Verdana", "ヒラギノ角ゴ Pro W3", "Osaka"; 
}
.logo { width:60px; margin:0px 0px 10px 0px; border:0px; }
.home { width:50px; margin:0px 0px 0px 0px; border:0px; }
div#content { width:600px; margin:0px 0px 0px 0px; background:#ffffff;}
div#table { width:600px; height:200px; margin:0px 0px 200px 0px; }
tr { line-height:180%;}
td { text-align:center; }

h1{
background-image:url(politics-title.jpg);
background-repeat:no-repeat;
width:600px;
height:50px;
padding:18px 0px 0px 0px;
margin:0px 0px 30px 0px;
font-size:200%;
color:#ffffff;
}

a:link { color:#000000; font-size:14px; text-decoration:none; }
a:hover  { color:#a52a2a; font-size:14px; text-decoration:none; }
a:visited { color:#008080; font-size:14px; text-decoration:none; }

div#footer {
height:80px;
padding:100px 0px 0px 0px;
margin:80px 0px 5px 0px;
color:#666666;
text-align:center;
}


