body{
text-align:center;
}

.east{
width:500px;
margin:0px auto;
font:13px "ＭＳ ＵＩゴシック";
color:#143342;
}

.sum{
width:500px;
margin:0px auto;
font:13px "ＭＳ ＵＩゴシック";
line-height:180%;
border:1px solid #ccc;
}

.header{
margin:20px 0px 15px 0px;
font-family:Lucida Console;
color:#ff9900;
font-size:34px;
}

.footer{
margin-top:10px;
font-family:Lucida Console;
font-size:16px;
border-top:2px solid #c1c9d7;
padding:10px;
}

/* 各種フォントなど */

.f1{
font-size:15px;
font-weight:bold;
color:#810043;
}

.f2{
font:14px "Sylfaen";
color:#005599;
border-top:1px dashed #005599;
border-bottom:1px dashed #005599;
}

.f3{
font-family:;
font-size:18px;
font-weight:bold;
color:#;
}

.f4{
font-size:13px;
font-weight:bold;
}


/* リンクの設定 */
a{
text-decoration:none;
color:#3366ff;
}
a:hover{
text-decoration:underline;
}

