@charset "shift_jis";
/*===========================================================
総合TOP用スタイルシート:top.css
============================================================*/

/* ベーススタイルシート読み込み
--------------------------------------- */
@import "/material/css/base.css";


/* =======================================
▼レイアウト
======================================= */
#container{
width:768px;
margin:0 auto 0 auto;
padding:110px 0 110px 0;
}

/* =======================================
▼リンクフォーマット
======================================= */
a:link{
color:#555555;
text-decoration:underline;
}

a:visited{
color:#555555;
text-decoration:underline;
}

a:hover{
color:#555555;
text-decoration:none;
}

a:active{
color:#555555;
text-decoration:none;
}

#footer a:link{
color:#555555;
text-decoration:none;
}

#footer a:visited{
color:#555555;
text-decoration:none;
}

#footer a:hover{
color:#555555;
text-decoration:none;
}

#footer a:active{
color:#555555;
text-decoration:none;
}

/* =======================================
▼トピックス
======================================= */
#topics{
width:470px;
height:105px;
overflow:auto;
margin:10px;
}

/* =======================================
▼コピーライト
======================================= */
address{
font-style:normal;
color:#929292;
font-size:11px;
}

/* =======================================
▼コピーライト
======================================= */
#footer{
font-size:11px;
}

#footer .line{
height:3px;
line-height:0;
}