123456789101112131415161718192021222324252627282930313233343536373839404142 |
- @charset "utf-8";
-
- /* **********************************************
- * footer定義 css
- *
- * 画面の大きさ・位置定義
- *
- *
- ********************************************** */
-
- /*
- * 2014/02/26
- * footer 大きさ定義
- *
- */
-
- footer {
- position: relative;
- display: block;
- width: 920px;
- height: 110px;
- bottom: 0px;
- margin: 0px 10px 0px 0px;
- padding: 0;
- }
-
- div.footer{
- position: relative;
- display: block;
- width: 920px;
- height: 80px;
- }
-
- p.footer_text{
- margin:2px auto;
- text-align:center;
- font-size:12px;
- }
-
- p.footer_text a{
- text-decoration:none;
- }
|