@charset "utf-8";

/* common ===========================================================*/
#logo {
width:349px;
padding:5px 0px 0px 0px;
height:60px;
float:left;
}
.gray_box{
line-height:1.5em;
color:#333333;
padding: 10px 10px 10px 10px;
background-color:#F6F6F6;
border:1px solid #CCCCCC;
margin:0px 0px 10px 0px;
}

body {
background-color:#FFFFFF;
margin:0px;
padding:0px;
color:#333333;
text-align: center;/* for before IE5.5 */
}

#layout {
width: 650px;
margin: 0px auto;
text-align: center;
}

#about_link{
clear:both;
padding:10px 0px 0px 0px;
}

#topmain {
margin:50px 0px 50px 0px;
width: 650px;
clear:both;
text-align: center;
}
#indexmain {
margin:50px 0px 50px 0px;
width: 650px;
clear:both;
text-align: center;
}
#main {
margin:20px 0px 50px 0px;
width: 650px;
clear:both;
text-align: left;
}
.center {
text-align:center;
}
.right {
text-align:right;
}


address {
clear:both;
font-style:normal;
font-size: x-small;
color:#333333;
text-align:center;
padding:15px 15px 30px 0px;
}
p {
margin:0px 0px 20px 0px;
padding:0px 0px 0px 0px;
}
#topmain p{
margin:0px 0px 20px 0px;
padding:0px 0px 0px 0px;
}
.line {
padding: 10px 0px 10px 0px;
margin: 0px 0px 0px 0px;
border-top: 1px solid #cccccc;
}
li {
margin: 0px 0px 3px 0px;
}
.clear {
clear:both;
}
.pagetop {
float:right;
text-align:right;
margin:0px 0px 15px 0px;
font-size: x-small;
}
#newspaperclose {
float:right;
width:200px;
text-align:right;
margin:0px 0px 20px 0px;
}
em {
font-style:normal;
color:#CC0000;
}
/* link ===========================================================*/
a:link {
text-decoration: none;
color: #0066CC;
}
a:hover {
text-decoration:underline;
color: #0066CC;
}
a:visited {
text-decoration: none;
color: #660066;
}
a:active {
color: #0066CC;
}
a img {
border:0;
}