﻿@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }
hr { display: none; }
ul { list-style: none; }
img { border: none; }

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 1.7em;
	color: #696969;
	text-align:center;
	background-color: #ffffff;
}

#sp10 {
	width: 100%;
	height: 10px;
}
#sp70 {
	width: 100%;
	height: 70px;
}



/*リンク設定
----------------------------------------------*/
a:link { color:#777777; text-decoration: none; }
a:active { color: #777777; text-decoration: none; }
a:visited { color: #ffffff; text-decoration: none; }
a:hover { color:#ffffff; text-decoration: underline; }

a.suke:hover img{
 filter: alpha(opacity=60);
-moz-opacity:0.6;
 opacity:0.6;
 } 






/*フッター設定
----------------------------------------------*/
footer {
	width: 100%;
    bottom:0;
	background-color: #ffffff;
    border-top: 1px solid #c0c0c0;
	min-width: 1000px;
}



