BODY{
  font-size : 95%;
  font-family : "ＭＳ Ｐゴシック";
  line-height : 135%;
  color:#333333;
}
TD,P{  line-height : 135%;  font-size : 95%;}

A:link{
  text-decoration : underline;
  color:#0066cc;
}
A:VISITED{
  text-decoration : none;
  color:#003366;
}
A:HOVER{
  text-decoration : underline overline;
  color:#cc6633;
}
A:ACTIVE{
  text-decoration : line-through;
  color:#cc6633;
}

/** 旅行ページのレイアウト**/

/**タイトル**/
.tra_title{
  font-size : 100%;
  padding-left : 5px;
  border-left-width : 15px;
  border-left-style : solid;
  border-left-color : #d52424;
  font-weight : bold;
  margin-left : 8%;
}
/**交通費**/
.tra_transport{
  padding-left : 10px;
  border-left-width : 1px;
  border-left-style : dotted;
  border-left-color : #d52424;
  margin-left : 10px;
}
/**本文**/
.tra_text{
  margin-top : 10px;
  margin-left : 10%;
  margin-right : 10%;
  padding-left : 10px;
  padding-right : 10px;
  border-left-width : 3px;
  border-left-style : double;
  border-left-color : #d52424;
  border-right-width : 3px;
  border-right-style : double;
  border-right-color : #d52424;
}


/** 徒然のレイアウト**/

/**タイトル**/
.days_title{
  font-size : 100%;
  padding-left : 5px;
  border-left-width : 15px;
  border-left-style : solid;
  border-left-color : #02ac75;
  font-weight : bold;
  margin-left : 8%;
}

/**本文**/
.days_text{
  margin-top : 10px;
  margin-left : 10%;
  margin-right : 10%;
  padding-left : 10px;
  padding-right : 10px;
  border-left-width : 1px;
  border-left-style : dotted;
  border-left-color : #02ac75;
  border-right-width : 1px;
  border-right-style : dotted;
  border-right-color : #02ac75;
}
/**日付**/
.days_date{
  font-weight : bold;
  margin-left : 10%;
}

/**intoroページ**/
/**タイトル**/
.intoro_title{
  font-size : 100%;
  padding-left : 5px;
  border-left-width : 15px;
  border-left-style : solid;
  border-left-color : #ff581a;
  font-weight : bold;
  margin-left : 8%;
}

/**本文**/
.intoro_text{
  margin-top : 10px;
  margin-left : 10%;
  margin-right : 10%;
  padding-left : 10px;
  padding-right : 10px;
  border-left-width : 1px;
  border-left-style : dotted;
  border-left-color : #ff581a;
  border-right-width : 1px;
  border-right-style : dotted;
  border-right-color : #ff581a;
}
/**日付**/
.intoro_date{
  font-weight : bold;
  margin-left : 10%;
}
