@charset "UTF-8";

body{
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	background: url(../images/background.png);
	color: #000;
	-webkit-text-size-adjust: none;
}

*{
	font-weight: normal;
}

ul,ol,li,dl,dt,dd {
	list-style: none;
}


fieldset,img,a img {
	border: 0;
}

img  {
	vertical-align:bottom;
}

form {
	display: inline;
}

input{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	padding: 8px;
}

strong {
	font-style: normal;
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th{
	text-align: left;
	font-style: normal;
	font-weight: normal;
}

.clear{
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0px -1px -1px 0px;
}

.swapImg{
	display:block;
	position:relative;
	z-index:-1;
	text-align:center;
	overflow: hidden;
}

ul:after,
ol:after{
	content: "";
	clear: both;
	display: block;
}

.clearfix:after{
	content:"";
	display:block;
	clear:both;
}
.clearfix {
	width:100%;
}

a,a:link{
	text-decoration: none;
	background-color: transparent;
}
a:visited{
	background-color: transparent;
}
a:hover,a:active{
	background-color: transparent;
	text-decoration:underline;
}

#tt {
	position:absolute; display:block;
}
#tttop {
	display:block;
	height:5px;
	margin-left:5px;
}
#ttcont {
	display:block;
	font-size: 13px; 
	padding: 10px 12px 10px 7px;
	margin-left:5px;
	background:#3d3a39;
	color:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#ttbot {
	display: block;
	height: 9px;
	margin-left: 5px;
	background: url(../images/index_tc_arrow.png) no-repeat;
}

.idarrow{
	display: none;
}

