/*****************************************************
	
	全ての要素をリセット
	各ブラウザの表示を統一するための設定です
	
*****************************************************/
html {overflow-y: scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
caption,th,p {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;text-align:left;}
img,abbr,acronym,fieldset {border: 0;}
img{vertical-align:middle;}
.line {font-size:1px;line-height:1px;}



/*--- default */
body {
	color: #333;
	background: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:20px;
	-webkit-text-size-adjust: 100%;
	background:#FFFFFF url(../images/main_bg.jpg) top center fixed no-repeat;
}

a:link {
	color: #33ccff;
}
a:visited {
	color: #33ccff;
}
a:hover {
	color: #33ccff;
}
a:active {
	color: #33ccff;
}
table{
	border-collapse:collapse;
}


ul {
	padding-left:20px;
}


#wrap{
	width:1024px;
	margin:0 auto;
	padding:0;
}


#main_cont{
	width:1024px;
	height:600px;
	margin:50px 0 0 0;
	padding:0;
	background:url(../images/top_plt.png) top center no-repeat;
}

.top_title{
	display:block;
	position:relative;
	width:922px;
	left:45px;
	top: -10px;
	z-index:100;
}

.top_bt_tapme{
	display:block;
	width:477px;
	position:relative;
	margin:0;
	padding:0;
	left:45px;
	top:-30px;
	float:left;
	z-index:10;
}
.top_bt_tapme2{
	display:block;
	width:477px;
	position:relative;
	margin:0;
	padding:0;
	right:20px;
	top:-30px;
	z-index:10;
	float:right;
}






.clear{
	display:block;
	height:0px;
	margin:0;
	padding:0;
	clear:both;
	
}


.break {
	page-break-after: always;
	display:block;
	height:0px;
}
