@charset "UTF-8";

/* グローバル設定 */
*{
	text-indent:0px;
	line-height:140%;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
	overflow:hidden;
}
body {
	margin:0;
	padding:0;
	color:#333;
	text-align:center;
	/*background:url(../img/back.jpg) top center no-repeat;
	background-color:#53C2F0;*/
}

img {
	border:0;
	margin:0;
	padding:0;
	vertical-align: top;
	text-decoration:none;
}
a:hover img{
	opacity:0.75;
	filter: alpha(opacity=75);
	text-decoration:none;
}

form{
	display:inline;
}
input {
	vertical-align:top;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.clear_both{
	clear:both;
	float:none;
	line-height:0px;
	font-size:0px;
}

ol,ul{
	list-style-image: none;
	list-style-type: none;
}

/* --文字設定-- */
a:link,a:visited ,a:hover, a:active {
	color:#333;
}
a:hover{
	color:#333;
}

/* --文字設定-- */
p {
	text-align: left;
}


#wrapper {
	width:160px;
	margin:0 auto; 
}


#bt{
	width:160px;
	height:158px;
	background-color:#9DE6DF;
	padding:0 0 0 0;
	margin:0 auto;
	position:relative;
}

#btPh {
	width:158px;
	height:158px;
	padding:0 0 0 0;
	margin:0 auto;
}

#bt #btInner{
}
