body {
	margin		: 0;
	padding		: 0;
	font-family	: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	background	: #494949;
	color		: #666;
}

h1,h2,h3 { margin:0;}

/*本文
------------------------------------------------------------ */
A:link { color: #0000ff; text-decoration:none;}
A:visited {color: #0000ff; text-decoration:none;}
A:active {color: #0000ff; text-decoration:underline;}
A:hover {color: #0000ff; text-decoration:underline;}


.link1:link {color: #FFFFFF; text-decoration:none;}
.link1:visited {color: #FFFFFF; text-decoration:none;}
.link1:active {color: #FFFFFF; text-decoration:underline;}
.link1:hover {color: #FFFFFF; text-decoration:underline;}

p { text-align: left; }

.text1 {
	font-size: 0.75em;
	line-height:150%;
}

.text2 {
	margin: 0px;
	font-size: 0.8em;
}

.text3{
	font-size:0.95em;
	}

.text4 {
	margin: 0px;
	font-size: 0.65em;
	line-height:150%;
}

#infoBlock {
	width: 383px;
}
	
	#infoBlock table {
		width			: 355px;
		margin			: 0 13px 0 15px;
		border-collapse	: collapse;
		background		: #f2f1f4;
	}
	
	#infoBlock table th {
		padding			: 8px 0px 6px 15px;
		border-bottom	: 1px dotted #b2b2b2;
		text-align		: left;
		font-weight		: normal;
	}
	
	#infoBlock table td {
		padding			: 8px 15px 6px 15px;
		border-bottom	: 1px dotted #b2b2b2;
	}

.tbl_tour {
	width			: 620px;
	padding			: 0;
	margin			: 0 auto;
	border-collapse	: collapse;
	border-spacing	: 0;
}

	.tbl_tour th{
		padding		: 2px;
		border		: 1px solid #666;
		background	: #E6E6FF;
		text-align	: center;
		font-weight	: normal;
	}
	
	.tbl_tour td {
		padding		: 2px;
		border		: 1px solid #666;
		text-align	: left;
	}


