@charset "UTF-8";
*{ margin: 0; padding: 0; }
body {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Arial, sans-serif;
color: #000000;
font-size: 12px;
height: 100%;
width: 100%;
letter-spacing: 0.1em;
}
html{
height: 100%;
width: 100%;
}
img{
border-style: none;
}
/*---------------------- ヘッダー ------------------------*/
#header{
width: 980px;
height: 170px;
margin: 0px auto;
}
/*---------------------- ページネーション ------------------------*/
.Pagenation{
text-align: center;
padding:20px 0px 0px 0px;
}
.Pagenation .Back{
margin:0px 30px 0px 0px;
}
.Pagenation .Next{
margin:0px 0px 0px 30px;
}
/*---------------------- フッター ------------------------*/
#footer{
color: #FFFFFF;
padding: 25px 0px 30px 20px;
font-size: 1.2em;
}
#footer .copy{
font-size: 0.7em;
letter-spacing: 0px;
}
/*---------------------- 回り込み解除 ------------------------*/
.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {
 display: inline-block;
}
* html .clearfix {
 height: 1%;
}
.clearfix {
 display: block;
}

