@charset "utf-8";

/*各ページH1タグ非表示スタイル*/

h1 {
	visibility: hidden;
	display:none;
}

/*H1タグ部ここまで*/

/*各ページ共通スタイル*/

#cuemagic_screen {
	background-color: #FFFFFF;
	padding-top: 17px;
}
#cuemagic_screen a:link {
	color: #333333;
}
#cuemagic_screen a:hover {
	color: #990000;
}
#cuemagic_screen a:visited {
	color: #333333;
}

/*各ページ共通スタイルここまで*/

/*トップページスタイル*/

.tit {
	font-weight: bold;
	color: #333333;
}
.link_txt {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333333;
}
.table1 {
	float: left;
	border: 1px solid #333333;
	margin-bottom: 15px;
	margin-right: 8px;
}
.table2 {
	float: left;
	margin-bottom: 15px;
	margin-right: 8px;
	border: 1px solid #FFFFFF;
}

.detail {
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #333333;
	padding-top: 5px;
	line-height: 16px;
	text-align: left;
	height: 55px;
	vertical-align: text-top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	background-color: #dddddd;
}
.detail2 {
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #333333;
	padding-top: 5px;
	line-height: 16px;
	text-align: left;
	height: 55px;
	vertical-align: text-top;
}


/*トップページスタイルここまで*/

/*ボールクリーナースタイル*/

.head_txt {
	text-align: left;
	line-height: 15px;
	color: #333333;
	padding-top: 10px;
	letter-spacing: 1px;
}
.main_pic {
	float: left;
}
.explanation {
	float: left;
	margin-top: 20px;
	line-height: 18px;
	text-align: left;
	font-weight: bold;
}
.explanation .tit {
	font-size: 16px;
	color: #666666;
	font-weight: bolder;
}

.explanation .tit2 {
	font-size: 13px;
	text-decoration: underline;
}

.explanation ul {
	margin-top: 5px;
	margin-left: 20px;
	list-style-type: disc;
	margin-bottom: 15px;
}
#toplink {
	margin-top: 20px;
}
#toplink2 {
	margin-top: 0px;
}



/*ボールクリーナースタイルここまで*/

#guide {
	margin-left: 15px;
	margin-bottom: 15px;
}
#guide .pic {
	height: 170px;
	vertical-align: middle;
}
#guide .top {
	height: 25px;
	background-color: #CCCCCC;
	font-size: 14px;
}
