@charset "shift_jis";
/*------------------------------------------------------------------------------
	Furumai.css [ 基本ふるまい定義 ]
	------------------------------------------------------------------------------
	・ワイド版のふるまい定義
------------------------------------------------------------------------------*/

/* マージン初期化 */
form {
margin:0px;
padding:0px;
}

/* BODYの定義 */
body {
/*background-image:url(http://www.tabikobo.com/common/wide_img/bkground.gif);*/
margin:0px;
padding:0px;
background-position:center;
/*background-color:#CCCCCC;*/
}

/* スクロースバー */
*{
scrollbar-arrow-color:#02369E;
scrollbar-base-color:#ffffff;
scrollbar-darkshadow-color:#ffffff;
scrollbar-highlight-color:#02369E;
scrollbar-shadow-color:#02369E;
scrollbar-track-color:#ffffff;
}

/* 画像ボーダー */
img {
border: 0;
}

/*------------------------------------------------------------------------------
	■ テキスト定義
	------------------------------------------------------------------------------
	・初期設定のテキスト定義（文字カラー／文字サイズ／行間サイズ／リンク動作）　
------------------------------------------------------------------------------*/

/* 基本書体（フォントファミリー・フォントカラー定義） */
body, p, caption, th, td, ul, ol, li, dl, dt, dd, form, input {
font-family: "ＭＳ Ｐゴシック", Osaka, sanserif;
color:#4C4C4C;
}

/* 文字サイズ  */
body, td, strong, em {
font-size: 12px;
line-height: 14px;
font-weight: normal;
/*text-align:left;*/
}

/* add 行間の広いテキスト */
.gyokan_l {
font-size: 12px;
line-height: 20px;
font-weight: normal;
}

/* 強調 */
b {
font-size: 12px;
font-weight: bold;
line-height: 14px;
margin:0px;
padding:0px;
}

/* 見出し１、２、３ */
h1,h2,h3 {
font-size: 12px;
font-weight: bold;
line-height: 14px;
margin:0px;
padding:0px;
}

/* リンク反応 */
/* 2007.1.11 カラー変更 By 石井 */
a:link,a:visited {
color:#3366CC;
text-decoration: none;
}

a:active,a:hover {
color:#FF0000;
text-decoration: none;
background: #DDD;
}

/* 画像ロールオーバーの背景はカラー変更しない add by iwanaga */
a.btn:active, a.btn:hover, a.btn2:active, a.btn2:hover {
text-decoration: none;
}
/* add 0823 iwanaga 小さいテキスト */
.small_txt {
font-size: 10px;
line-height: 12px;
font-weight: normal;
}

/* add 0823 iwanaga ミドルテキスト */
.midle_txt {
font-size: 11px;
line-height: 12px;
font-weight: normal;
}

/* add 0823 iwanaga 小さいキャッチ（赤） */
.small_copy_red {
font-size: 10px;
line-height: 11px;
font-weight: normal;
color:#FF0000;
}

/* 値段テキスト */
.price_txt {
color:#FF0000;
font-weight:bold;
}

/* 写真下につくキャプション */
.caption_txt {
font-size: 11px;
line-height: 15px;
font-weight: normal;
}

/* add 071110 画像リンクロールオーバー  */
a:hover img.btn2 {
	filter:alpha(opacity=60);
	opacity:0.6;
}

/*------------------------------------------------------------------------------
	■ リストのマーカー
	------------------------------------------------------------------------------
	・list-style装飾定義。全てのページで使用する。
------------------------------------------------------------------------------*/
/* リスト基本定義 */
#unit_box ul {
margin:0px;
padding-left:10px;
}

/* 青丸タイプリスト　point_2569F0 */
ul#list_point_2569F0 li {
margin-left:10px;
line-height:16px;
padding-top:0px;
list-style-image:  url("/common/img/point_maru/point_maru_2569F0.gif");
font-size:12px;
}

/* 更新情報のリスト */
#unit_box ul#info_list li {
margin-left:10px;
line-height:16px;
padding-top:0px;
list-style-image:url("/common/img/point_sc/point_sc_FFCB35.gif");
font-size:12px;
}

/* 左メニューのリスト */
#unit_box ul#leftmenu_list li {
margin-left:5px;
line-height:14px;
padding-top:0px;
list-style-image:url("/common/img/point_sc/point_sc_CC0000.gif");
font-size:11px;
}

/*------------------------------------------------------------------------------
	その他の追加定義（カラー／サイズ／行間／ふるまいなど）　
------------------------------------------------------------------------------*/

/* 画像の右側マージン */
.mgn_pic img {
margin-right:5px;
margin-bottom:5px;
margin-top:5px;
}
