@charset "utf-8";
/* CSS Document */

/*===============================*/
/*//基本設定//*/
/*===============================*/

*{ margin: 0; padding: 0;}

html,body{
font-size: 12px;
color: #333333;
font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
line-height: 1.5;
overflow: hidden;
}

a{ color: #2A7CA5;}
a:hover{ text-decoration: none;}

img{ vertical-align: top; border: none;}

li{ list-style: none;}

.iframe_counter{
background: url(../img/addcounter_bg.jpg) left top no-repeat;
width: 426px;
height: 55px;
overflow: hidden;
position: relative;
}
.iframe_counter .txt01{
position: absolute;
color: #FFFFFF;
left: 13px;
top: 14px;
}
.iframe_counter .txt02{
position: absolute;
color: #FFFFFF;
font-size: 45px;
text-align: right;
right: 115px;
top: 7px;
letter-spacing: 5px;
line-height: 1;
}
.iframe_counter .txt03{
position: absolute;
color: #FFFFFF;
right: 78px;
bottom: 2px;
}
.iframe_counter .txt04{
position: absolute;
right: 0;
bottom: 0;
}