/* 初期化 */
/*************************************************************/


* {
	margin:0;
	padding:0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: middle;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0 0 10px;
	border: none;
}


/* リンク */
/*************************************************************/

a:link {
	color:#3366cc;
	text-decoration:underline;
}


a:visited {
	color:#3366cc;
	text-decoration:underline;
}

a:hover {
	color:#3366cc;
	text-decoration:none;
}




/* 基本CSS */
/*************************************************************/

body	{
	background-image:url(http://www.31op.com/images/fac/fac_base_bg.gif);
	text-align:center;
	font-size:12px;
	color: #666666;
}

#contents	{
	width:750px;
	background-color:#ffffff;
	margin:0 auto;
}

/* Class */
/*************************************************************/

.text_area	{
	float:left;
	width:360px;
	margin:5px 0 20px 0;
	padding: 0 0 0 5px;
	}
	

.reservation	{
	width: 670px;
	background-color:#FFFFFF;
	padding:15px 10px 10px 10px;
	text-align:left;
	line-height:1.5;
	margin:0 auto;
}

.btn_group	{
	margin:5px 0 0 0;
	float:right;
	width: 292px;
	padding: 15px 5px 5px 5px;
	background: #f4f4f4;
	text-align: center;
	cursor:pointer;
}

.btn_group img	{
	margin:0 0 10px 0;
}

.info_box	{
	width:620px;
	margin:20px auto;
	line-height:1.5;
	text-align: left;
}

.info_box h3	{
	margin:15px 0 0 0;
}

/*ツアー情報*/
.tour {
	margin:10px 0 15px 0;
}

.tour table tr th {
	background-image:url(images/bg_list.gif);
	line-height:35px;
	text-align:left;
	color:#ffffff;
	padding:0 10px;
}

.tour_data{
	border:1px solid #d4d4d4;
	margin-top:5px;
	border-collapse:collapse;
	line-height:1.5;
}

.tour_data .head {
	width:110px;
	background-color:#ebebeb;
	padding:0 20px;
	line-height:35px;
}

.tour_data .data {
	width:449px;
	padding:5px 10px;
}
/*ツアー情報ここまで*/
.tour_info	{
	width:620px;
	border-collapse:collapse;
	margin:10px 0 0 0;
}

.tour_info	tr	th	{
	background-image:url(images/bg_info.gif);
	line-height:22px;
	color:#FFFFFF;
	text-align:left;
	padding:0 10px;
}

.tour_info	tr	td	{
	padding: 5px 10px;
}


.download	{
	width:600px;
	padding:10px;
	background-color:#f2f2f2;
	margin:0;
}

.download	ol	li	{
	padding:4px 0;	
}

/*************************************************************/
#footer	{
	margin-top:15px;
	height:26px;
	background-image:url(images/bg_footer_f.jpg);
	background-repeat:repeat-x;
	color:#333333;
	font-size:12px;
	text-align: center;
	padding-top: 10px;
}

