@charset "Shift_JIS";

/***********************************************************
    COMMON CSS
------------------------------------------------------------
    Author:         ccs/ito
    Version:        1.00
    
    
************************************************************/
/*  Suggested order
 *     プロパティを記述する際は
 *     この順序で記述してください。
 *  -------------------------------
 *  display
 *  list-style
 *  position
 *  float
 *  clear
 *  width
 *  height
 *  margin
 *  padding
 *  border
 *  background
 *  color
 *  font
 *  text-decoration
 *  text-align
 *  vertical-align
 *  white-space
 *  other text
 *  content
 */

html,body {
    margin:         10px 0px 0px 30px;
    padding:        0px;
    background:     #FFFFFF;
x    font-family:    "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    font-size:      small;
    height:         100%;
		line-height: 1.3;
}

p,td,div {
	line-height: 1.3;
}

.bold {
    font-weight:    bold;
}

.textred {
    color:          red;
}

#detail table{
    margin:         0px;
    padding:        0px;
    border:         0px solid #00FF00;
    border-collapse:collapse; 
    background:     #FFFFFF;
    color:          #666666;
    font-family:    "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    font-size:      12px;
    line-height:    1.5em;
}

#detail td {
    margin:         0px;
    padding:        10px;
    border:         1px solid #666666;
    background:     #FFFFFF;
    color:          #666666;
    font-size:      12px;
    text-align:     left;
}

#detail td.head {
    margin:         0px;
    padding:        5px;
    border:         1px solid #666666;
    background:     #FFDAB5;
    color:          #666666;
    font-size:      12px;
    font-weight:    bold;
    text-align:     center;
}


table {
	border-color: #eee;
}

/*******************************
ダイヤの背景色
*******************************/

.style1 {background-color: #CC99FF}
.marathon {	background-color:#99FFFF;
	padding:3px;
}

.eve1 {
	background-color:#9FF;
	padding:3px;
}
.eve2 {
	border:solid 1px #06F;
	background-color:#FFF;
	padding:1px;
}


.bg-red {

}

.bg-red a {
	width: 300px;
	height: 25px;
	background-color: #fcc;
	border: solid #f00 1px;
	line-height: 25px;
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	display: block;
	text-align: center;
}

.bg-red a:hover {
	color: #f00;
}

/* 新千歳→都心*/
.o-a {
	background-color: #6F0;
}

.a-m {
	background-color: #FC9;
}

.o-k24 {
	background-color: #9CF;
}



/* 都市間高速バス */

.tyokkoubin01 {
	background-color: #F00;
	padding: 2px;
	color: #fff;
	font-size: 12px;
}

.tb-base {
	font-size: 12px;
	border-top: solid 1px #666;
	border-left: solid 1px #666;
}

.tb-base td {
	border-bottom: solid 1px #666;
	border-right: solid 1px #666;
}

.txt12 {
	font-size: 12px;
}
