@import "ad.css";
@import "common_parts.css";

dl,dt,dd,ul,li{
	margin: 0;
}
ul,li{
	list-style-position: outside;
}

/* テーブル強制文字指定 */
table{
	font-size: 100%;
}

/* ヘッダーメニュー */
#tr-menu-list{
	margin-bottom: 0px;
	border-bottom: 3px #eee solid;	
	background: #999999;
}

#tr-menu-list div{
	border-bottom: 1px #e0e0e0 solid;
}
#tr-menu-list div div{
	border-bottom: 6px #4C7094 solid;
}

#tr-menu-list ul li{
	float: left;
	padding: 7px 0 4px;
	margin: 1px 1px 0 0;
	background: #eeeeee url(/img/community/bg_tab_normal.gif) repeat-x top left;
	text-align: center;
	font-weight:bold;
	font-size: 12px;
	white-space: nowrap;
}
#tr-menu-list ul li#tr-main,
#tr-menu-list ul li#tr-main-check{
	margin-left: 1px;
	display: inline;
	width: 45px;
}
#tr-menu-list ul li#tr-profile,
#tr-menu-list ul li#tr-profile-check{
	width: 85px;
}
#tr-menu-list ul li#tr-album,
#tr-menu-list ul li#tr-album-check{
	width: 60px;
}
#tr-menu-list ul li#tr-postcard,
#tr-menu-list ul li#tr-postcard-check{
	width: 44px;
}
#tr-menu-list ul li#tr-tips,
#tr-menu-list ul li#tr-tips-check{
	width: 61px;
}
#tr-menu-list ul li#tr-qa,
#tr-menu-list ul li#tr-qa-check{
	width: 85px;
}
#tr-menu-list ul li#tr-go,
#tr-menu-list ul li#tr-go-check{
	width: 89px;
}
#tr-menu-list ul li#tr-bbs,
#tr-menu-list ul li#tr-bbs-check{
	width: 59px;
}
#tr-menu-list ul li#tr-favorite,
#tr-menu-list ul li#tr-favorite-check{
	width: 80px;
}
#tr-menu-list ul li#tr-rss,
#tr-menu-list ul li#tr-rss-check{
	width: 81px;
}
#tr-menu-list ul li#tr-comm,
#tr-menu-list ul li#tr-comm-check{
	width: 79px;
}

#tr-menu-list ul li#tr-main-check,
#tr-menu-list ul li#tr-profile-check,
#tr-menu-list ul li#tr-album-check,
#tr-menu-list ul li#tr-postcard-check,
#tr-menu-list ul li#tr-tips-check,
#tr-menu-list ul li#tr-qa-check,
#tr-menu-list ul li#tr-go-check,
#tr-menu-list ul li#tr-bbs-check,
#tr-menu-list ul li#tr-favorite-check,
#tr-menu-list ul li#tr-rss-check,
#tr-menu-list ul li#tr-comm-check{
	background: #4C7094;
}
#tr-menu-list ul li#tr-main-check a,
#tr-menu-list ul li#tr-profile-check a,
#tr-menu-list ul li#tr-album-check a,
#tr-menu-list ul li#tr-postcard-check a,
#tr-menu-list ul li#tr-tips-check a,
#tr-menu-list ul li#tr-qa-check a,
#tr-menu-list ul li#tr-go-check a,
#tr-menu-list ul li#tr-bbs-check a,
#tr-menu-list ul li#tr-favorite-check a,
#tr-menu-list ul li#tr-rss-check a,
#tr-menu-list ul li#tr-comm-check a{
	color: white;
}

#tr-menu-list ul li a{
	margin: 0;
	text-decoration:none;
}

#tr-menu-list ul li a:link,
#tr-menu-list ul li a:visited {
	color: #666666;
}

#tr-menu-list ul li a:hover{
	text-decoration:underline;
}
/************ ログイン時に出るユーザーメニュー ************/
#personal-bar{
	background:#EEE;
	padding:2px 0 6px 7px;
	margin-bottom:10px;
}
.guideUl li{
	display:inline;
	padding:2px 0;
	margin-right:8px;
}
.guideUl .alb{
	background: transparent url(/img/common/parts/icn/icn_16/icn_16_album.gif) no-repeat left top;
	padding-left: 19px;
	min-height: 16px;
}
.guideUl .tip{
	background: transparent url(/img/common/parts/icn/icn_16/icn_16_tips.gif) no-repeat left top;
	padding-left: 19px;
	min-height: 16px;
}
.guideUl .qa{
	background: transparent url(/img/common/parts/icn/icn_16/icn_16_question_a.gif) no-repeat left top;
	padding-left: 19px;
	min-height: 16px; 
}  
.guideUl .going{
	background: transparent url(/img/common/parts/icn/icn_16/icn_16_going.gif) no-repeat left top;
	padding-left: 19px;
	min-height: 16px; 
}  


/* レイアウト */
#tr-left{
	width: 160px;
	text-align: center;
	float: left;
	margin-top: 8px;
}
#tr-maincontent{
	width: 430px;
	margin-left: 10px;
	float: left;
	margin-top: 8px;
}
#tr-right{
	width: 170px;
	float: right;
	margin-top: 8px;
}
#tr-maincontent2{
	width: 600px;
	float: right;
	margin-top: 8px;
}


/* トラベラー情報 */
#tr-user-data{
	text-align: center;
	padding: 9px;
	border: 1px solid #999999;
	background: url(/img/tr/back_border_gr_01.gif) repeat top left;
	color: #666666;
	margin-bottom: 10px;
}
#tr-user-image{
	text-align: center;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #aaaaaa;
	background: #fff;
	padding: 10px 0;
}
#tr-user-data ul.tr-user-prof{
	margin: 10px 0;
}
#tr-user-data h3{
	font-size: 100%;
}
#tr-user-data h3 span{
	font-weight: normal;
}
ul#tr-user-count{
	padding-left: 20px;
}
ul#tr-user-count li{
	background: url(/img/icon/csl_13_666666.gif) no-repeat center left;
	padding-left: 15px;
	text-align: left;
}


/* トラベラーメニューボタン */
ul#tr-user-btn{
	margin: 10px 0;
}
ul#tr-user-btn li{
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #cccccc;
	margin: 3px 0;
/*	background: #fff url(/img/common/submit_bg.gif) repeat-x top left;*/
	background: #fff;
}
ul#tr-user-btn li a{
	background: url(/img/traveler/icon2.gif) no-repeat 5px center;
	border: 1px solid #999999;
	padding: 3px 10px 3px 20px;
	display: block;
	text-decoration: none;
}
ul#tr-user-btn li a:hover{
/*	background: #cccccc url(/img/traveler/icon2.gif) no-repeat 5px center;*/
	background: #fff1bf url(/img/traveler/icon2.gif) no-repeat 5px center;
	color: #fd7202;
}


/* AB広告 */
.tr-ab-wrap{
	width: 160px;
	margin: auto;
}


/* トラベラーメインコンテンツ */
#tr-maincontent h3,
#tr-maincontent2 h3{
	font-size: 100%;
	background: #eeeeee url(/img/traveler/icon2.gif) no-repeat 5px center;
	padding: 4px 10px 4px 25px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}
h3#tr-title-album{
	background: #eeeeee url(/img/icon/icn_album_16.gif) no-repeat 5px center;
}
h3#tr-title-community{
	background: #eeeeee url(/img/icon/icn_community_16.gif) no-repeat 5px center;
}
h3#tr-title-favorite{
	background: #eeeeee url(/img/icon/icn_favorite_16.gif) no-repeat 5px center;
}
h3#tr-title-going{
	background: #eeeeee url(/img/icon/icn_going_16.gif) no-repeat 5px center;
}
h3#tr-title-tips{
	background: #eeeeee url(/img/icon/icn_tips_16.gif) no-repeat 5px center;
}
h3#tr-title-pict{
	background: #eeeeee url(/img/icon/icn_pict_16.gif) no-repeat 5px center;
}
h3#tr-title-qa{
	background: #eeeeee url(/img/icon/icn_qa_16.gif) no-repeat 5px center;
}
h3#tr-title-rss{
	background: #eeeeee url(/img/icon/icn_rss_16.gif) no-repeat 5px center;
}
h3#tr-title-bbs{
	background: #eeeeee url(/img/icon/icn_bbs_16.gif) no-repeat 5px center;
}
h3#tr-title-profile{
	background: #eeeeee url(/img/icon/icn_profile_16.gif) no-repeat 5px center;
}
h3#tr-title-blogparts{
	background: #eeeeee url(/img/icon/icn_blogparts_16.gif) no-repeat 5px center;
}

#tr-maincontent h3 a,
#tr-maincontent2 h3 a{
	color: #000;
}
#tr-maincontent hr,
#tr-maincontent2 hr{
	border: 1px #cccccc solid;
	height: 1px;
}

.tr-maincontent-wrap{
	margin: 10px 0;
}
.tr-maincontent2-wrap{
	margin: 10px 0;
}


/* 旅行記 */
.tr-content-album h4{
	font-size: 100%;
	margin-bottom: 10px;
	padding: 0 0 0 20px;
	background: url(/img/icon_note.gif) no-repeat left center;
}
.tr-content-album h4.tr-album-title{
	padding: 5px 0 5px 20px;
	background: #eeeeee url(/img/icon_note.gif) no-repeat 5px center;
}
.tr-album-image{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #666666;
}
.tr-content-album{
	border-bottom: 1px dotted #cccccc;
}
.tr-content-album p{
	margin: 5px 0 10px 0;
	line-height: 140%;
}
table.tr-album-data th{
	font-weight: normal;
	white-space: nowrap;
	vertical-align: top;
	text-align: left;
	padding: 2px 5px 2px 0;
}
table.tr-album-data td{
	padding: 2px 0;
}


/* もっと見る */
.tr-more{
	text-align: right;
	margin: 10px 0;
}
.tr-more2{
	text-align: right;
	margin-top: 10px;
}


/* 写真 */
.tr-content-pict{
	text-align: center;
}
.tr-content-pict li{
	display: inline;
}
.tr-content-pict li img{
	border: 1px solid #666666;
	margin: 2px;
}
.trPict li{
	float: left;
	margin: 5px 11px;
	border: 1px solid #ddd;
	padding: 4px;
}
* html .trPict li{
	margin: 5px 8px;
}


/* クチコミ */
.tr-content-tips dl{
	text-align: center;
}
.tr-content-tips dt{
	display: inline;
}
.tr-content-tips dt img,
.tr-content-tips ul li img{
	vertical-align: middle;
	margin-right: 3px;
}
.tr-content-tips dd{
	display: inline;
	margin-right: 10px;
}
.tr-content-tips ul{
	margin: 10px;
}
.tr-content-tips li{
	margin: 5px 0;
}


/* 掲示板 */
.tr-content-bbs table,
.tr-content-community table,
table.tr-table1{
	border-collapse: collapse;
}
.tr-content-bbs th,
.tr-content-bbs td,
.tr-content-community td,
table.tr-table1 th,
table.tr-table1 td{
	border: 1px solid #999999;
}
.tr-content-bbs th,
table.tr-table1 th{
	background: url(/img/tr/back_border_gr_01.gif) repeat top left;
}
.tr-bbs-center{
	text-align: center;
}
.tr-bbs-date{
	text-align: center;
	white-space: nowrap;
}
.tr-bbs-title{
	padding: 5px 0 5px 20px;
	background: url(/img/icon_note.gif) no-repeat 5px center;
}


/* コミュニティ */
.tr-content-community td{
	padding: 5px;
	width: 33%;
	text-align: center;
}


/* お気に入り */
.tr-content-favorite{
	text-align: center;
}
.tr-content-favorite .tr-content-favorite-wrap{
	border-bottom: 1px dotted #cccccc;
	padding: 5px 0;
}
.tr-content-favorite .end{
	border-bottom: none;
	padding: 5px 0 0 0;
}
.tr-content-favorite-wrap p{
	margin-top: 5px;
	text-align: left;
}


/* 行ってきます */
.tr-content-going h4,
.tr-content-q h5,
.tr-content-a h5{
	font-size: 100%;
	padding: 0 0 0 15px;
	margin: 5px 0;
}
.tr-content-going h4{
	background: url(/img/tr/icon_going.gif) no-repeat left center;
}


/* Q&A */
.tr-content-a h5{
	background: url(/img/tr/answers.gif) no-repeat left top;
	font-weight: normal;
}
.tr-content-q h5{
	background: url(/img/tr/icon_q.gif) no-repeat left top;
	font-weight: normal;
}
.tr-content-going ul,
.tr-content-q ul,
.tr-content-a ul{
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 5px;
}
.tr-content-q li,
.tr-content-a li{
	margin-left: 15px;
}
.tr-content-going ul.end,
.tr-content-q ul.end,
.tr-content-a ul.end{
	border-bottom: none;
	padding: 0;
}


/* トピックス */
.tr-content-topic div{
	border-bottom: 1px dotted #cccccc;
	padding: 5px 0;
}
.tr-content-topic div.end{
	border-bottom: none;
	padding: 5px 0 0 0;
}


/* モバイル */
.tr-content-mobile{
	text-align: center;
	background: url(/img/tr/back_border_gr_01.gif) repeat top left;
}
.tr-content-mobile form{
	margin: 10px 0;
}


/* プロフィール 旅行とは？ */
.tr-profile-desc p{
	margin: 15px 0 20px 0;
}


/* プロフィール 渡航地図 */
.tr-profile-reki h4{
	background: url(/img/tr/title_profile.gif) repeat-x center left;
	margin-bottom: 10px;
}
.tr-profile-reki li{
	border-left: 1px solid #cccccc;
	margin: 2px 0;
	padding: 1px 4px;
	float: left;
	white-space: nowrap;
}
.tr-profile-reki li.end{
	border-right: 1px solid #cccccc;
}
#tr-profile-left{
	width: 295px;
	margin: 0 5px 15px 0;
	float: left;
}
#tr-profile-right{
	width: 295px;
	margin: 0 0 15px 5px;
	float: right;
}


/* プロフィール アルバム */
.tr-profile-album{
	text-align: center;
}
.tr-profile-album table{
	margin: auto;
}


/* 次・前リンク */
.tr-album-pegelink{
	margin-bottom: 20px;
}
.tr-album-pegelink ul li{
	float: left;
	width: 193px;
}
.tr-album-pegelink ul li.linkmid{
	text-align: center;
}
.tr-album-pegelink ul li.linkend{
	float: right;
	text-align: right;
}
.tr-pict-src-pagelink{
	margin: 30px 0;
}
.tr-pict-src-pagelink ul li{
	width: 260px;
}


/* アルバムEACH */
#tr-album-each-bg1{
	background: url(../img/traveler/tr_album_bg1_v2.gif) no-repeat top left;
	padding-top: 25px;
	position: relative;
}
#tr-album-each-bg3{
	background: url(/img/traveler/tr_album_bg3.gif) no-repeat bottom left;
	padding-bottom: 25px;
}
#tr-album-each-bg2{
	background: url(/img/traveler/tr_album_bg2.gif) repeat-y top left;
	padding: 10px 25px;
}
#tr-album-each-tab{
	position: absolute;
	right: 15px;
	top: 0px;
	_top: -1px;
}
#tr-album-each-tab li{
	float: left;
	margin:0;
}
.tr-album-each ul li{
	display: inline;
	line-height: 140%;
	padding: 0 5px 0 0;
	white-space: nowrap;
	min-height: 15px;
	_height: 15px;
}
.tr-album-each ul li img{
	vertical-align: middle;
	margin-right: 3px;
}
.tr-album-each p{
	margin: 20px 0 15px 0;
	line-height: 120%;
}
#zokusei table{
	margin: 10px 0;
}
#zokusei th{
	text-align: left;
	font-weight: normal;
}
#zokusei td{
	padding-left: 10px;
}
.tr-yoyakutehai{
	text-align: center;
}
.tr-yoyakutehai h4{
	font-size: 100%;
	margin-bottom: 6px;
}
.tr-yoyakutehai ul li{
	display: inline;
}
#tr-album-each-pict{
	border: 1px solid #cccccc;
	padding: 10px;
}
#tr-album-each-pict .tr-pict-image{
	float: left;
	padding: 10px;
	background: #eeeeee;
	border: 1px solid #999999;
	margin: 0 0 20px 0;
}
#tr-album-each-pict .tr-pict-data{
	float: left;
	margin: 0 0 10px 10px;
	width: 293px;
}
#tr-album-each-pict .tr-pict-data ul{
	border: none;
	text-align: center;
	padding: 10px;
	background: url(/img/tr/back_border_gr_01.gif) repeat top left;
}
#tr-album-each-pict .tr-pict-data p{
	margin-top: 10px;
	text-align: left;
}
.tr-album-ranking{
	border: 1px solid #cccccc;
	padding: 10px;
	background: url(/img/tr/back_border_gr_01.gif) repeat top left;
}
.tr-album-bbs{
	text-align: center;
	width: 598px;
}
.tr-album-bbs *{
	text-align: left;
}
.guideUl-album{
	margin-bottom:10px;
}
.guideUl-album li{
	display: inline;
	margin-right:8px;
}

.pts-icn-gry-normal11-album{
	background:url(/img/common/parts/csl/csl_11/csl_11_gry_normal.gif) no-repeat left center;
	padding-left: 15px !important;
}


/* 写真 */
.tr-pict-data{
	text-align: center;
}
.tr-pict-data2{
	margin: auto;
	width: 520px;
}
.tr-pict-data ul{
	background: url(/img/tr/back_border_gr_01.gif) repeat top left;
	padding: 3px 0;
	text-align: center;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.tr-pict-data li{
	display: inline;
	margin: 0 5px;
}
.tr-pict-data-box{
	float: left;
}
.tr-pict-data-box div{
	width: 220px;
	margin: 0 20px 40px 20px;
}
.tr-pict-data-rank{
	letter-spacing: 2px;
	line-height: 160%;
	padding-left: 18px;
	background: url(/img/tr/icon_oukan12x12.gif) no-repeat center left;
}

/* セレクト */
.tr-select,
.tr-select2,
.tr-select ul,
.tr-select2 ul{
	text-align: center;
}
.tr-select li{
	float: left;
	white-space: nowrap;
	padding: 0 5px 0 25px;
	border-right: 1px solid #cccccc;
	margin-bottom: 5px;
}
.tr-select2 li{
	display: inline;
	padding: 0 5px 0 5px;
	border-right: 1px solid #cccccc;
}
.tr-select li#tr-pict-all{
	background: url(/img/tr/icon_picture.gif) no-repeat 5px center;
}
.tr-select li#tr-pict-postcard{
	background: url(/img/tr/icon_oukan12x12.gif) no-repeat 5px center;
}
.tr-select li#tr-tips-hotel-ico{
	background: url(/img/tr/icon_hotel_14.gif) no-repeat 5px center;
}
.tr-select li#tr-tips-rest-ico{
	background: url(/img/tr/icon_restaurant_14.gif) no-repeat 5px center;
}
.tr-select li#tr-tips-shop-ico{
	background: url(/img/tr/icon_shopping_14.gif) no-repeat 5px center;
}
.tr-select li#tr-tips-other-ico{
	background: url(/img/tr/icon_other_14.gif) no-repeat 5px center;
}
.tr-select li#tr-tips-tran-ico{
	background: url(/img/tr/icon_transport_14.gif) no-repeat 5px center;
}
.tr-select li#tr-tips-kanko-ico{
	background: url(/img/tr/icon_kankospot_14.gif) no-repeat 5px center;
}
.tr-select li#tr-qa-q-ico{
	background: url(/img/qa/icon_fukidashi.gif) no-repeat 5px center;
}
.tr-select li#tr-qa-a-ico{
	background: url(/img/tr/answers.gif) no-repeat 5px center;
}
.tr-select li#tr-pict-all2{
	padding: 0 5px 0 0;
}
.tr-select .on,
.tr-select2 .on{
	font-weight: bold;
}
.tr-select .end,
.tr-select2 .end{
	border: none;
}

/* クチコミ */
.tr-box{
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	padding: 10px;
	margin-bottom: 10px;
}
table.title-body{
	margin-bottom:10px;
	padding:0;
	border:0;
	width : 100%;
	_width : 97%; /*IEのみ*/
	background-color:#eee;
}
.title-body-td-right{
text-align:right;
padding:0 10px;
}
.tr-box p{
	line-height: 160%;
}
.title-body .tip{
	background: transparent url(/img/common/parts/icn/icn_16/icn_16_tips.gif) no-repeat left top;
	padding-left: 19px;
	min-height: 16px;
}
.tr-box h4{
	font-size: 100%;
	margin-bottom: 0px;
	padding: 5px 0 5px 20px;
}
.tr-box h4.tr-tips-hotel-title{
	background: #eeeeee url(/img/tr/icon_hotel_14.gif) no-repeat 5px center;
}
.tr-box h4.tr-tips-rest-title{
	background: #eeeeee url(/img/tr/icon_restaurant_14.gif) no-repeat 5px center;
}
.tr-box h4.tr-tips-shop-title{
	background: #eeeeee url(/img/tr/icon_shopping_14.gif) no-repeat 5px center;
}
.tr-box h4.tr-tips-other-title{
	background: #eeeeee url(/img/tr/icon_other_14.gif) no-repeat 5px center;
}
.tr-box h4.tr-tips-tran-title{
	background: #eeeeee url(/img/tr/icon_transport_14.gif) no-repeat 5px center;
}
.tr-box h4.tr-tips-kanko-title{
	background: #eeeeee url(/img/tr/icon_kankospot_14.gif) no-repeat 5px center;
}
.tr-box ul{
	margin-top: 10px;
	text-align: right;
	line-height: 160%;
}

/* いってきます */
.tr-box h4.tr-going-title{
	background: #eeeeee url(/img/tr/icon_going.gif) no-repeat 5px center;
}
.going{
	background: transparent url(/img/common/parts/icn/icn_16/icn_16_going.gif) no-repeat left top;
	padding-left: 19px;
	min-height: 16px; 
}

/* お気に入り */
.tr-box h4.tr-favorite-title{
	background: #eeeeee url(/img/tr/icon_man.gif) no-repeat 5px center;
}

/* RSS */
.tr-box2{
	border-left: 1px dotted #cccccc;
	border-top: 1px dotted #cccccc;
	border-right: 1px dotted #aaaaaa;
	border-bottom: 1px dotted #aaaaaa;
	padding: 10px;
	margin-bottom: 10px;
}
.tr-rss-start li img{
	vertical-align: middle;
	margin-right: 5px;
}
.tr-rss-start li{
	margin: 5px 0;
}
#tr-rss-left{
	float: left;
	width: 200px;
	margin: 0 20px 30px 0;
}
#tr-rss-right{
	width: 380px;
	float: right;
	margin: 0 0 30px 0;
}
#tr-rss-custom{
	text-align: center;
	margin: 10px 0;
	padding: 10px;
	background: url(/img/tr/back_border_gr_01.gif) repeat top left;
}
#tr-rss-custom h5{
	background: url(/img/community/icon_red_allow.gif) no-repeat center left;
	text-align: left;
	font-size: 110%;
	margin-bottom: 8px;
	padding-left: 20px;
}
#tr-rss-custom img{
	margin-top: 10px;
}
#tr-rss-custom p{
	text-align: left;
}
h4.tr-title-line{
	font-size: 100%;
	margin-bottom: 10px;
	padding: 5px 10px;
	background: #eeeeee;
}
.tr-rss-code textarea{
	width: 600px;
	scrollbar-base-color: #cccccc; 
}
.tr-rss-code li{
	margin-bottom: 20px;
}
.tr-rss-code div{
	font-weight: bold;
	margin-bottom: 5px;
}
.tr-rss-code div span{
	color: red;
}

/* Q&A */
.tr-box h4.tr-qa-a-title{
	background: #eeeeee url(/img/tr/answers.gif) no-repeat 5px center;
}
.tr-box h4.tr-qa-q-title{
	background: #eeeeee url(/img/qa/icon_fukidashi.gif) no-repeat 5px center;
}

/* 写真EACH */
ul.tr-pict-list{
	margin-bottom: 10px;
}
ul.tr-pict-list li{
	padding-left: 20px;
	margin: 3px 0;
}
ul.tr-pict-list li.tr-pict-list-blogparts{
	background: url(/img/icon/icn_bpalbum_16.gif) no-repeat left center;
}
ul.tr-pict-list li.tr-pict-list-mail{
	background: url(/img/tr/icon_mail.gif) no-repeat left center;
}
ul.tr-pict-list li.tr-pict-list-post{
	background: url(/img/tr/icon_card.gif) no-repeat left center;
}
ul.tr-pict-list li.tr-pict-list-wall{
	background: url(/img/tr/icon_kabegami.gif) no-repeat left center;
}
ul.tr-pict-list li.tr-pict-list-write{
	background: url(/img/tr/icn_new_diary.gif) no-repeat left center;
}
ul.tr-pict-list li.tr-pict-list-read{
	background: url(/img/tr/icon_ryoko.gif) no-repeat left center;
}
ul.tr-pict-btn{
	margin-bottom: 10px;
}
#tr-pict-left{
	float: left;
	width: 380px;
	margin: 0 0 10px 10px;
}
#tr-pict-right{
	float: right;
	width: 170px;
	margin: 0 10px 10px 0;
}


/* JALからのお知らせ */
.tr-jal{
	border: 1px solid #808080;
	background: #feedf5;
	padding: 0 0 5px 0;
}
.tr-jal a:link,
.tr-jal a:visited{
	color: red;
}

/* トラックバック */
#tr-trackback{
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	padding: 10px;
}
#tr-trackback .tr-trackback-url{
	font-weight: bold;
	padding: 3px 10px;
	margin: 5px 0 5px;
	background: #eee;
}
#tr-trackback-list{
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	padding: 10px;
}
#tr-trackback-list h4{
	font-size: 100%;
	padding: 3px 10px;
	margin: 5px 0;
	background: #eee;
}

/* ブログパーツ */
#tr-bp-left{
	float: left;
	width: 150px;
	margin: 0 10px 10px 0;
	text-align: center;
}
#tr-bp-right{
	width: 440px;
	float: right;
	margin: 0 0 30px 0;
}
.tr-bp-icon li{
	background: url(/img/icon/csl_13_666666.gif) no-repeat center left;
	padding-left: 15px;
        margin-bottom: 5px;
}

#tr-bp-step1,
#tr-bp-step2{
	padding: 5px 0 5px 25px;
	color: #666;
	font-weight: bold;
	margin-bottom: 5px;
}
#tr-bp-step1{
	background: url(/img/blogparts/icon_1.jpg) no-repeat center left;
}
#tr-bp-step2{
	background: url(/img/blogparts/icon_2.jpg) no-repeat center left;
}

#tr-bp-frame{
	background: url(/img/blogparts/submit_bg.gif) repeat-x left top;
	border: 1px solid #ccc;
	padding: 3px 0;
}
#tr-bp-frame ul{
	margin: 0 0 0 2px;
}
#tr-bp-frame li{
	float: left;
	margin: 3px;
}
#tr-bp-frame img{
	border: 1px solid #ccc;
}
#tr-bp-textarea{
	margin: 0 0 20px 0;
	text-align: center;
}
#tr-bp-textarea textarea{
	width: 600px;
}

/* トラベラートップ */
#tr-top-left{
	float: left;
	width: 170px;
}
#tr-top-maincontent{
	float: right;
	width: 600px;
}
#tr-top-left2{
	float: left;
	width: 445px;
}
#tr-top-right2{
	float: right;
	width: 145px;
}
#tr-top-search li{
	background: url(/img/public/csl/csl_10_e48600.gif) no-repeat left 1px;
	padding-left: 10px;
	margin: 5px 0;
	font-weight: normal;
}
#tr-top-search li.on{
	letter-spacing: -1px;
	font-weight: bold;
}
#tr-top-search li ul{
	margin: 3px 0;
}
#tr-top-search li li{
	display: inline;
	margin-right: 5px;
	padding: 0;
	background: none;
}
#tr-top-ranking{
	margin: 0 0 0 20px;
	padding: 0;
	_margin-left: 25px;
}
#tr-top-ranking li{
	margin: 5px 0;
	list-style-type: decimal
}
#tr-top-ranking li.rank1{
	background: url(/img/traveler/icon_oukan12x12.gif) no-repeat left 1px;
	list-style-position: inside;
	list-style-type: none;
	margin-left: -20px;
	_margin-left: -25px;
	padding-left: 20px;
	_padding-left: 9px;
}
#tr-top-birthday li{
	background: url(/img/traveler/icon_present12x12.gif) no-repeat left 1px;
	margin: 5px 0;
	padding-left: 20px;
}
.tr-top-image{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.tr-top-user-ico,
.tr-top-toko-wrap1 li,
.tr-top-toko-wrap2 li{
	margin-bottom: 5px;
	padding-left: 15px;
	background: url(/img/traveler/icon_man12x12.gif) no-repeat left 1px;
}
#tr-top-left2 h4{
	padding: 3px 5px;
	background: #eeeeee;
	font-size: 100%;
	margin-bottom: 7px;
}
.tr-top-toko-wrap1{
	float: left;
}
.tr-top-toko-wrap2{
	float: right;
}
.tr-top-toko-wrap1,
.tr-top-toko-wrap2{
	width: 49%;
}
.tr-top-box{
	padding: 5px;
	background: #eeeeee;
	border: 1px dotted #cccccc;
}

/* 赤い文字 */
.tr-red-text{
	color: red;
	font-size: 100%;
	text-align: right;
	margin-bottom: 5px;
}

/* フォーム部品 */
input.tr-submit{
	background: #fff url(/img/common/submit_bg.gif) repeat-x top left;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	padding: 0 5px;
	margin: 3px 0;
}
input.tr-input100{
	width: 100px;
}
input.tr-submit2{
	background: #fff url(/img/common/submit_bg.gif) repeat-x top left;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	padding: 5px 20px 4px 20px;
	margin-top: 10px;
}

/* 汎用帯小（common-parts.css => hanyou-title継承型） */
.hanyou-tr-title{
	background: url(/img/traveler/tr_bg_header.gif) repeat-x top left;
}
.hanyou-tr-title h3{
	border-bottom: 1px solid #3e628b;
	border-right: 1px solid #3e628b;
}
.hanyou-tr-title h3#hanyou-tr-title-new{
	background: url(/img/common_area/hdr_icon/hdr_icon_newface.gif) no-repeat 1px 1px;
}
.hanyou-tr-title h3#hanyou-tr-title-tips{
	background: url(/img/common_area/hdr_icon/hdr_icon_tips.gif) no-repeat 1px 1px;
}
.hanyou-tr-title h3#hanyou-tr-title-album{
	background: url(/img/common_area/hdr_icon/hdr_icon_travelogue.gif) no-repeat 1px 1px;
}
.hanyou-tr-title h3#hanyou-tr-title-pict{
	background: url(/img/common_area/hdr_icon/hdr_icon_postcard.gif) no-repeat 1px 1px;
}
.hanyou-tr-title h3#hanyou-tr-title-favorite{
	background: url(/img/common_area/hdr_icon/hdr_icon_favorite.gif) no-repeat 1px 1px;
}
.hanyou-tr-title h3#hanyou-tr-title-birthday{
	background: url(/img/common_area/hdr_icon/hdr_icon_birthday.gif) no-repeat 1px 1px;
}

/* 汎用テーブル */
table.tr-table1{
	margin: auto;
}
table.tr-table1 th{
	text-align: left;
	white-space: nowrap;
	font-weight: normal;
}
table.tr-table1 td span{
	font-size: 90%;
	display: block;
	color: #666666;
}

/* 汎用ボックス（common-parts.css => hanyou-box継承型） */
.hanyou-box2s{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 10px 4px;
	text-align: left;
}
.hanyou-box2b{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 5px 10px;
	text-align: left;
}
.hanyou-box a:link,
.hanyou-box a:visited{
	color: #000;
}
.hanyou-box-tr .hanyou-box2b{
	border-left: 1px solid #4c7094;
	border-right: 1px solid #4c7094;
	border-bottom: 1px solid #4c7094;
}
.hanyou-box-tr .hanyou-box3{
	border-left: 1px solid #4c7094;
	border-right: 1px solid #4c7094;
}
.hanyou-box145-tr{
	background: #4c7094 url(/img/common/box_hdr_145b.gif) no-repeat top left;
	color: #fff;
}
#hanyou-search{
	background: url(/img/icon/icn_search_16.gif) no-repeat center left;
	padding-left: 20px;
}
#hanyou-ranking{
	background: url(/img/icon/icn_ranking_16.gif) no-repeat center left;
	padding-left: 20px;
}
#hanyou-birthday{
	background: url(/img/icon/icn_happybirthday_16.gif) no-repeat center left;
	padding-left: 20px;
}
#hanyou-qa{
	letter-spacing: -1px;
}

/* リンク設定 */
a:link{
	color: #015486;
}
a:visited{
	color: #015486;
}
a:hover{
	color: #E48600;
}
a:active{
	color: #E48600;
}

/* ページ送り */
.tr-go-page{
	padding: 10px 0;
}

/* ループ終了処理 */
.end{
	border: none;
}


/* ブログパーツ */

.tr-album_bp_txt01{
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}
.tr-album_bp_txt02{
	margin:5px;
	text-align:center;
}
.tr-album_bp_txt03{
	margin:100px 
	text-align:left;
	width:200px
}
.tr-bp-icon-mannaka{
	background: url(/img/icon/csl_13_666666.gif) no-repeat center left;
	text-indent: 15px;
	width:150px;
	text-align: left;
	margin:0px 225px 10px 225px;
}
.tr-album_bp_yajirushi01{
	margin-bottom:10px;
	margin-top:10px;
	text-align:center;
}

.tr-album_bp_swf{
	width:100%;
	text-align:center;
	margin-bottom:10px;
}

.tr-album_bp_textarea{
	text-align:center;
}
.tr-album_bp_dotline{
	width:100%;
	height:20px;
	border-bottom:1px #CCC dotted; 
}
h3#tr-title-bpalbum{
	background: #eeeeee url(/img/icon/icn_bpalbum_16.gif) no-repeat 5px center;
}
/*キャプション*/
.tr-smallcaps{
    font-size:80%;
	line-height:100%;
	}

#tr-pict-tour{
	margin-bottom: 10px;
}
#tr-pict-tour li{
	margin-bottom: 5px;
	background: url(/img/os_area/icon_going_12.gif) no-repeat 2px left;
	text-indent: 15px;
	line-height: 120%;
	position: relative;
}

#tr-pict-tour li span{
	white-space: nowrap;
	font-family: "Arial";
	color: #cc0000;
	font-weight: bold;
}

#maintitle{
	height: 46px;
	margin-top: 14px;
	background: url(/img/old_title/bg_hdr_traveler.gif) no-repeat !important;
}

*html #maintitle {
	height: 60px;
}

#maintitle h1{
	font-size: 14px; !important;
}

div#header{
	border-bottom: 3px #4c7094 solid;
}

div#headerArea{/* ヘッダーバナー有り用 */
	border-bottom: 3px #4c7094 solid;
	margin-bottom: 0px;
}

/* 20080624.期間限定.会員登録・ログインシステム変更
 -------------------------------------------------------*/

.notice {
	border: 1px solid #e5e5e5;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
}

.notice a {
	color: #cc0000 !important;
}

