@charset "utf-8";
/* CSS Document */


/*----------------------
 * Basic
 *---------------------*/
#ch_Left_contents {
	float: left;
	width: 350px;
}
#ch_Right_contents {
	float: right;
	width: 700px;
	font-size: 12px;
}
#ch_Right_contents #ch_for_map {
	width: 560px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

/*----------------------
 * HTML PANEL
 *---------------------*/
.HTMLPanelLoading {
	background-image:url(throbber.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:30px;
}

.HTMLPanelLoadingContent{
	display: none;
}

#tooltip{
	width: 600px;
	border: 1px solid black;
	background: #FFFFFF;
}
#tooltip img {
	padding-right: 10px;
	float: left;
}
#tooltip #tp_comment {
	float: left;
	width: 375px;
}
#tooltip #tp_comment p {
	font-weight: bold;
	color: #CC6600;
}
.f_red {
	font-size: 10px;
	color: #FF0000;
}
.f_gray {
	font-size: x-small;
	color: #666666;
}







/*----------------------
 * Side 
 *---------------------*/
.side_box {
	margin-bottom: 20px;
	font-size: 12px;
}
.side_box #t_bus {
	background: url(site-images/side_bus.gif) no-repeat;
	height: 25px;
	width: 350px;
}
.side_box #t_sightseeing {
	background: url(site-images/side_sightseeing.gif) no-repeat;
	height: 25px;
	width: 350px;
}
.side_box #t_sogei {
	background: url(site-images/side_sogei.gif) no-repeat;
	height: 25px;
	width: 350px;
}


.s_box {
	width: 230px;
}
.s_box div {
	font-weight: bold;
	color: #663300;
	margin-bottom: 0px;
	margin-top: 10px;
	padding-left: 15px;
}
.s_box ul {
	margin-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.side_not {
	color: #FF6600;
	padding: 5px;
	display: block;
}
#plan_button {
	width: 250px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	text-align: center;
}
#plan_button a {
	background: url(site-images/side_button.gif) no-repeat;
	display: block;
	height: 70px;
	width: 250px;
}
#plan_button a:hover {
	background: url(site-images/side_button.gif) no-repeat 0px -70px;
}
.back_plan {
	padding-right: 10px;
}
.back_plan a {
	display: block;
	background: url(site-images/arrow.gif) no-repeat 15px;
	line-height: 14px;
	height: 14px;
	font-size: small;
	padding-left: 30px;
	margin-top: 5px;
}
.back_plan a:hover {
	text-decoration: underline;
}
#s_types a {
	background: url(site-images/arrow.gif) no-repeat 10px;
	display: block;
	line-height: 14px;
	height: 14px;
	font-size: small;
	padding-left: 25px;
	padding-top: 5px;
}




#Message {
	color: #0066CC;
	background: #D9F2FF;
	padding: 20px;
	border: 1px dotted #0066CC;
	font-size: 12px;
	width: 80%;
	font-weight: bold;
	text-align: center;
	margin: 20px auto;
}
.set_off {
	display: block;
	width: 90%;
	margin: 5px auto 15px;
}
.set_off a {
	background: url(site-images/del.png) no-repeat;
	display: block;
	width: 150px;
	padding-left: 23px;
	color: #FF3300;
	font-size: small;
}
#SetForm {
	width: 500px;
	margin-left: 50px;
}
#back_map a {
	display: block;
	background: url(site-images/arrow.gif) no-repeat;
	font-size: 12px;
	height: 14px;
	line-height: 14px;
	margin-bottom: 10px;
	padding-left: 20px;
	color: #FF6600;
}

#SetForm #SetTitle {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-size: large;
	font-weight: bold;
	border-bottom: 2px dotted #CCCCCC;
}
#SetForm #SetComment {
	padding: 10px;
}
#SetForm #SetFormParts {
	padding: 15px;
}
#SetForm  #SetPartsNot {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	color: #FF0000;
}
.Mokuteki {
	margin-bottom: 15px;
}
.Mokuteki p {
	display: block;
	border-bottom: 1px dotted #CCCCCC;
	font-weight: bold;
	color: #006600;
}
.Mokuteki .Mcomment {
	padding: 10px;
}
.Mcomment li {
	display: block;
	line-height: 25px;
	height: 25px;
}

.mdel a {
	float: left;
	font-size: small;
	color: #FF0000;
}
.Mcomment img {
	display: inline-block;
	padding-right: 5px;
}

/*----------------------
 * Estmeite
 *---------------------*/
 
#form {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
#form #SendButton {
	text-align: center;
	margin-bottom: 30px;
}
#form textarea {
	font-size: 12px;
}
#form #ChrComment {
	padding: 10px;
	margin-bottom: 20px;
	background: #FFFFDD;
	color: #FF3300;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

#form #ChrTitle {
	font-weight: bold;
	color: #663300;
	background: url(site-images/back.gif) repeat-x;
	text-align: center;
	padding: 3px;
	margin-bottom: 20px;
	font-size: 24px;
}


#form table {
	border-collapse: collapse;
	background: #FFFFFF;
	width: 90%;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
  }
#form th {
	padding: 5px;
	width: 150px;
	text-align: right;
	border-top: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: none;
	font-size: 90%;
	font-weight: normal;
  }
  
#form td{
	padding: 5px;
	width: auto;
	border-top: none;
	border-right: none;
	border-bottom: 1px dotted #CCCCCC;
	border-left: none;
  }


/*----------------------
 * Dummy
 *---------------------*/

#dummy_menu {

}
#dummy_maps {
	margin-top: 20px;
}
#dummy_bus {
	margin: 30px auto 200px;
	width: 500px;
}
#dummy_map_image {
	background: url(site-images/map.gif) no-repeat;
	height: 501px;
	width: 530px;
	position: relative;
	border: 1px solid #40ABDC;
}
#dummy_asahikawa {
	height: 20px;
	width: 70px;
	position: absolute;
	top: 240px;
	left: 230px;
}
#dummy_asahikawa a {
	background: url(site-images/state_asahikawa.png) no-repeat;
	height: 20px;
	width: 70px;
	display: block;
}
#dummy_asahikawa a:hover {
	background: url(site-images/state_asahikawa.png) no-repeat 0px -20px;
}
#dummy_otaru {
	height: 20px;
	width: 70px;
	position: absolute;
	top: 255px;
	left: 125px;
}
#dummy_otaru a {
	background: url(site-images/state_otaru.png) no-repeat;
	height: 20px;
	width: 70px;
	display: block;
}
#dummy_otaru a:hover {
	background: url(site-images/state_otaru.png) no-repeat 0px -20px;
}

#dummy_sapporo {
	height: 20px;
	width: 70px;
	position: absolute;
	top: 285px;
	left: 165px;
}

#dummy_sapporo a {
	background: url(site-images/state_sapporo.png) no-repeat;
	height: 20px;
	width: 70px;
	display: block;
}
#dummy_sapporo a:hover {
	background: url(site-images/state_sapporo.png) no-repeat 0px -20px;
}
#dummy_map_titles {
	color: #FFFFFF;
	background: #40ABDC;
	text-align: center;
	padding: 2px;
}
.select_type {
	font-size: 100%;
	font-weight: bold;
	color: #FF0000;
}
.spa_tip {
	background: #FFFFFF;
	padding: 5px;
	border: 1px solid #000000;
	width: 300px;
}
.select_type2 {
	font-size: 100%;
	color: #FF0000;
}
#a_select {
	font-size: 10px;
}
.send_button {
	font-size: 120%;
	cursor: pointer;
}
.send_button:hover {
	color: #FF3300;
}
#DateBox {
	margin: 5px auto 25px;
	width: 90%;
}
#DateBox .date_plan {
	padding: 15px;
	border: 1px solid #999999;
	margin-bottom: 5px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#DateBox .date_plan table {
	border-collapse: collapse;
	background: #FFFFFF;
	width: 100%;
	margin: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#DateBox .date_plan th {
	padding: 5px;
	width: 75px;
	text-align: right;
	font-size: 90%;
	font-weight: normal;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
  }
#DateBox  #date_plan_info {
	margin-bottom: 10px;
}
#DateBox #date_plan_plus {
	padding: 10px;
	text-align: right;
}


  
#DateBox .date_plan td{
	padding: 5px;
	width: auto;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
  }
#set_message {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}
