/***********************************************/
/* Import                                      */
/***********************************************/

/* FORM */
@import "sub_form.css";



/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body { 
	padding: 0px; 
	font-family: Arial,"MS PGothic";
	text-align: center;
	background-image: none;
	color: #333;
}

p {
	width: auto;
	font-size:85%;
}



ol {
	margin-left:15px;
	margin-right:0px
}

a { 
	color:	#069; 
	text-decoration:none;
}
a:visited { 
	color:	#069; 
}

a:hover { 
	color:	red; 
	text-decoration:underline; 
}

#layout {
	width:	850px;
	background-color:#fff;
	border: 1px solid #ccc;
	text-align: left;
	padding: 0 25px;
}

#layout_footer {
	font-size: 85%;
	text-align: center;	
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 2px 0;
	margin: 2px 0;
}	


.path 
{
	text-align: left;
	font-size: 80%;
}




.line_contents {
	border: 1px solid #ccc;
	border-top: none;
	padding: 10px;
}

.bold_black {

	color: #333;
	font-weight: bolder;
}

.bold_red {
	color:#c30;
	font-weight:bolder
}




/***********************************************/
/* Main Table                                  */
/***********************************************/
.main_table {
	margin-top: 5px;
	border-top: none;
		
}


.main_table td.menu {
	width: 176px;
	font-size: 85%;
}

.main_table td.right_column {
	background-color: #efefef;
	width: 200px;
	padding: 5px;
	font-size: 85%;
}

.main_table td.contents {
	border-top: none;	
	padding: 0 0 0 10px;
	background-color: #fff;
	
}

.menu_title {

	font-weight: bolder;
	background-color: #ccc;
	border: 1px solid #ccc;
	padding-left: 3px
}

.menu_contents {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 3px 5px;
}

ul.menu_side {
	list-style-type: none;
	margin: 0;
	padding: 0;
}


ul.menu_side li {
	padding: 0;
	border-bottom: 1px dashed #ccc;

}

ul.menu_side li.selected{
	font-weight: bolder;
	background: url("/img/triangleR.gif") 0px 3px no-repeat;
	padding-left: 12px;
}

ul.menu_side li.selected a{
	color: #444;
}

ul.menu_side li.category {
	font-weight: bolder;
	text-align:center;
	background-color: #eee;
	padding-left: 3px;
	border-bottom: none;
}

/***********************************************/
/* Admin Table                                  */
/***********************************************/
.admin_table {
	border: 1px solid #ccc;
	border-top:none;
}

.admin_table td.menu {
	background-color: #efefef;
	border-left: 1px solid #ccc;
	width: 176px;
	padding: 10px;
	font-size: 85%;	
}

.admin_table td.contents {
	border-top: none;	
	padding: 20px;
}	


/***********************************************/
/* TABLE                                       */
/***********************************************/

.gtable
{
	width: 100%;
	border: 1px solid #ccc;
	font-size:85%;
}

.gtable td.title {
	font-weight: bolder;
	background-color: #efefef;
	border: 1px solid #ccc;
	padding: 2px 5px;
	
}

.gtable td.contents {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 2px 5px;
	
}

/***********************************************/
/* MAIN NAVI                                   */
/***********************************************/

#tabs
{
	vertical-align: bottom;
	line-height: normal;
	text-decoration: none;
	height: 20px;
	width: 240px;
	overflow: hidden;
	margin-left: auto;
	margin-right: 0;
	padding: 0;
	font-size: 0;
}
#tabs ul
{
	height: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
	float:	left;	
}

#tabs li
{
	height: 20px;
	width: 80px;
	display: inline;
	margin: 0;
	padding: 0;
	text-indent:-2000em;
	
}

#tabs a {
	height: 20px;
	width: 80px;
	float:left;	
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0;
	padding: 0px;
	
}

#tabs a:hover
{
	background-position: 0% -20px;
}

#tabs a.selected
{
	background-position: 0% -20px;
}


/***********************************************/
/* AREA NAVI                                   */
/***********************************************/

.snavi
{
	width:100%;
	height: 25px;
	line-height: normal;
	font-size:12px;
	background-image: url("/image/site/bg/navi_gray.gif");
	background-position: 1px 0;
	margin-left:0;
	margin-right:auto;
	text-align: center;
	margin-top: 5px;
	
}

.snavi td.selected
{
	height: 25px;
	width: 100px;
	vertical-align: middle;
	background-color: #fff;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 3px solid #c30;
}

.snavi td.selected a
{
	
	text-decoration: none;
	color: #444;
}

.snavi td.unselected
{
	height: 25px;
	width: 100px;
	vertical-align: middle;
	border: 1px solid #999;	

}

.snavi td.unselected a
{
	text-decoration: none;
	/* text-decoration: underline; */
	color:#333;
}

.snavi td.unselected a:hover
{
	text-decoration: underline;
	color: blue;
}

.snavi td.detail
{
	border: 1px solid #999;	
	text-align:		right;
	margin-left:	0;
	margin-right:	auto;
	vertical-align:	middle;
	padding-right:	10px;
	
}

/***********************************************/
/* Topic Box                                   */
/***********************************************/
.topic_title {
	padding: 2px 2px 2px 23px;
	color: #fff;
	font-weight: bolder;
	font-size: 85%;
}

.topic_border {
	padding:5px;
}

.stopic_title {
	background: url('/img/genchitour/line_topic_s.gif') 0 0 no-repeat;
	padding: 1px 1px 1px 23px;
	color: #fff;
	font-size: 85%;
}

.stopic_border {
	padding: 5px;
	border: 1px solid #990;
	font-size: 65%;
	line-height: 1.5;
}

.item_title {
	background-color: #eee;
	padding:2px;

}

.item_big_title {
	font-weight:bolder;
	font-size:130%;
	padding-bottom:2px;
}

.button_out {
	width: 49%;
	padding: 2px;
	text-align: center;
	font-size: 85%;
}

/***********************************************/
/* Inquiry Tab                                 */
/***********************************************/

.itab
{
	margin-left: 0;
	margin-right: auto;
	height: 25px;
	margin-bottom:0;
}
.itab ul
{
	font-size: 80%;
	margin: 0;
	padding:0;
	height: 25px;
	list-style-type: none;

}

.itab li
{
	float:left;
	display: inline;
	margin: 0;
	padding: 6px 0 0 0px;
	background-repeat:	no-repeat;
	background-position: 0px 0px;
	height: 25px;	
}

.itab li#tab0 {
	width : 90px;
}

.itab li#tab1 {
	width : 100px;
}

.itab li.t0 {
	background-image: url('/img/genchitour/tab0.gif');	
	
}

.itab li.t0a {
	background-image: url('/img/genchitour/tab0a.gif');	
}

.itab li.t1 {
	background-image: url('/img/genchitour/tab1.gif');	
}

.itab li.t1a {
	background-image: url('/img/genchitour/tab1a.gif');		
}

.itab a {
	margin-left: 15px;
	text-decoration: none;

}

.itab li.t0a a {
	color:#444;
	font-weight: bolder;
}

.itab li.t1a a {
	color:#444;
	font-weight: bolder;
}

/***********************************************/
/* Theme Navi                                  */
/***********************************************/
.theme {
	background: url("/img/genchitour/CA/theme_background.gif") 0px 0px no-repeat;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px 3px 5px 40px;
	margin-top:3px;
}

.theme_navi {
	padding-top:3px;
	padding-left:5px;
	font-size:80%;
	line-height:1.5;
	border-top: 1px dotted #ddd;
	
}




/***********************************************/
/* Info Navi                                   */
/***********************************************/
#info_navi {
	text-align: left;
	list-style-image: url('/img/icon_sankaku.gif');
	line-height: 1.5;
	margin:	15px 0 0 0;
	padding: 0 0 0 20px;
}

#info_navi a.selected {
	font-weight:	bold;
	color:	#444;
	text-decoration: none;
}


/***********************************************/
/* LIST                                       */
/***********************************************/
.bg_title {
	color:	#fff;
	font-size:	85%;
	text-align:	left;
	padding:	2px 5px;
	margin:	0;
	margin-left: 	auto;
	margin-right:	auto;
	background-color: #c30;
	font-weight: bolder;
}


.pointR
{
	width:50%;
	background: url("/img/genchitour/pointR.gif") 2px 6px no-repeat;
	padding-left: 13px;
}


.title_link {
	background-color:#eee;
	font-weight:bold;
	padding:3px 3px 3px 5px;
	margin-bottom:5px;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;	
}



/***********************************************/
/* HELP                                        */
/***********************************************/

.hp_title {
	font-weight: bolder;
	font-size: 80%;	
	color:	#fff;
	background-color: #666;
	width: auto;
}

.hp_note {
	padding: 10px 10px;
	background-color: 	#eee; 
	text-align:	left;
	border-top:		1px solid #ddd; 
	border-bottom:	1px solid #ddd;
	font-size: 80%;  
	width: auto;
}

.hp_msg {
	padding: 0px 3px 0 15px;
	text-align:	left;
	border-bottom:	1px dotted #ccc; 
	background-image: url('/image/icon_pointR.gif');
	background-repeat: no-repeat;	
	background-position: 0 2px;
	width: auto;
}


/***********************************************/
/* Etc                                         */
/***********************************************/
.dollar {
	background: url('/image/common/dollars/CAD.gif') 0 0 no-repeat;
	color : #c60;
	padding-left: 40px;
	font-size: 13px;
	font-family: Arial,"MS PGothic";
	font-weight: bolder;
}

