@charset "euc-jp";

/*
	旅行保険
*/


/*==============================================================

	クリアフィックス　clearfix
	
==============================================================*/
.clearfix:after
{
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
}

.clearfix
{
	zoom:1;
}


/*==============================================================

	共通レイアウト
	
==============================================================*/
/*------------------------
	モジュール整形用
------------------------*/
/* 外枠 ModuleOuterBox */
.moduleOB,
#yTravel
{
	margin-bottom: 7px;
	padding: 1px;
	border: 1px solid #D0D0D0;
	background: #FFFFFF;
}


/* 内枠 ModuleInnerBox*/
.moduleIB
{
	margin-top: 1px;
	border: 1px solid #D0D0D0;
}

/* 内枠（上ボーダーなし） ModuleInnerBoxNoneTop */
.moduleIBNT
{
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
}

/* Y!サービス内枠 */
.yserviceB,
#yTravel .mbody
{
	background: #F5F5F5;
	border-top: 1px solid #DBDBDB;
}

/* Y!サービスh2 */
.yserviceh2,
#yTravel h2
{
	height: 21px;
	margin-bottom: 1px;
	background: url(http://i.yimg.jp/images/insurance/top/common/yservice_h2.gif) repeat-x;
	line-height: 21px;
	text-indent: 5px;
	font-size: 12px;
	font-weight: bold;
}

.yserviceh2 a,
#yTravel h2 a
{
	font-weight: normal;
}



/*==============================================================

	ナビゲーション（左カラム）
	
==============================================================*/
/*------------------------
	種目を探す
------------------------*/
#items .ryokou li {
	list-style-image: url(http://i.yimg.jp/images/insurance/top/ryokou/ryokou_icon.gif);
}


/*------------------------
	保険会社から探す
------------------------*/
#insCompany h3 {
	background: url(http://i.yimg.jp/images/insurance/top/ryokou/ryokou_h3.gif) repeat-x;
}

#insCompany .companies li {
	list-style-image: url(http://i.yimg.jp/images/insurance/top/ryokou/ryokou_icon.gif);
}


/*==============================================================

	メインカラム（中央カラム）
	
==============================================================*/
/*------------------------
	メインビジュアル
------------------------*/
#mainvisual {
	position: relative;
	border: 2px solid #F1E4B1;
	font-size: 12px;
}

#mainvisual form {
	position: absolute;
	left: 240px;
	top: 214px;
}

* html body #mainvisual form {top: 216px;}	/* IE6 hack */

#mainvisual form select {
	width: 132px;
}


/*------------------------
	旅行保険の商品一覧
------------------------*/
#prd-list h2 {
	background: url(http://i.yimg.jp/images/insurance/top/items/prd_list_ryokou_h2.gif) no-repeat;
}

#prd-list .tab,
#prd-list .tabf {
	width:214px;
}

#prd-list .on {
	border-bottom:1px solid #faf0d7;
	background: url(http://i.yimg.jp/images/insurance/top/items/prd_tab_ryokou_a.gif) no-repeat;
}

#prd-list .off p {
	padding-left:15px;
	background: url(http://i.yimg.jp/images/insurance/top/items/prd_tab_ryokou_arw.gif) no-repeat 62px 50%;
}

#prd-list h3 {
	background: url(http://i.yimg.jp/images/insurance/top/items/prd_tab_ryokou_h3.gif) repeat-x;
}


/*------------------------
	プロがお届け！　お役立ちコラム
------------------------*/
#column h2 {
	background: url(http://i.yimg.jp/images/insurance/top/ryokou/ryokou_column_h2.gif) no-repeat;
}


/*==============================================================

	サブカラム（右カラム）
	
==============================================================*/
/*------------------------
	サイト内検索
------------------------*/
#yInsSearch {
	background: #F1E4B1;
}


/*------------------------
	人気商品ランキング
------------------------*/
#ranking h2 {
	background: url(http://i.yimg.jp/images/insurance/top/common/ranking_h2_hub.gif) no-repeat;
}

#ranking h3 {
	background: url(http://i.yimg.jp/images/insurance/top/ryokou/ryokou_h3.gif) repeat-x;
}

#ranking .kaigai
{
	border-bottom: 1px solid #D0D0D0;
}


/*------------------------
	ピックアップ枠（ちょこっと保険）
------------------------*/
#pickup ul {
	margin: 7px;
}

#pickup ul li {
	display: block;
}

#pickup ul li .image {
	float: left;
}

#pickup ul li img {
	vertical-align: middle;
}

#pickup ul li .text {
	float: right;
	width: 214px;
	line-height: 1.6em;
}


/*------------------------
	保険の疑問を解決 - Yahoo!知恵袋
------------------------*/
#chiesearch {
	background: #F1E4B1;
}


/*------------------------
	旅行の予約をする - Yahoo!トラベル
------------------------*/
#yTravel .mbody {
	padding: 5px;
}


