@charset "utf-8";

div.container {
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	text-align: left;
	width: 1030px;
	border-top: 5px solid #78FFB4;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	background-color: #fff;
}
/* style_common.css の containerを継承したくないため別に作成  */
div.diary_container {
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	text-align: left;
	width: 1030px;
/*	border-top: 5px solid #78FFB4;*/
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	background-color: #fff;
}
/*共通レイアウト*/
div.contents {
	background: #fff;
	padding: 0 0 0 0;
	min-height: 600px;
}
div.diary_contents {
	padding: 0 15px;
}
div.diary_header {
	background: url("../img/bg/bg_ki_bar.png") repeat scroll 0 0
		transparent;
	width: 100%;
	height: 30px;
}

div.diary_title {
	background: url("../img/diary/00_common/header_topber.jpg") repeat scroll 0 0
		transparent;
/*	width: 1000px;*/
	height: 50px;
/*	margin: 10px 0;*/
	position: relative;
}

div.diary_header_contents {
	left: 50%;
	margin: 0 0 0 -515px;
	padding: 0;
	width: 1030px;
	position: relative;
	z-index: 2;
}

img.diary_header_logo {
	position: absolute;
/*	top: 10px;*/
/*	left: 50px;*/
}

img.diary_header_title {
	position: absolute;
	top: 10px;
	left: 300px;
}
div.diary_header_login {
	padding: 0 10px;
	line-height: 23px !important;

	float: left;
}
div.diary_header_menu {
/*	background: url("../img/bg/home_btn_ber.png") repeat-x scroll 0 0
		transparent;*/
	position: absolute;
	top: 20px;
	right: 0;
	padding: 5px 10px;
	height: 23px;
}

div.diary_footer_menu {
	background-color: #8080ff;
	width: 100%;
	padding: 5px;
}

/*一旅日記一覧*/
div.diary {
	overflow: hidden;
	border: 1px solid #cccccc;
/*	background: url("../img/bg/ki_back.png") no-repeat scroll 0 0 transparent;*/
	background: url("../img/diary/00_common/list_back.jpg") repeat-x scroll 0 0 transparent;
	width: 1000px;
	margin: 10px 0;
	padding: 10px 0;
	min-height: 200px;
/*	height:250px;*/
}

div.diary_l {
	float: left;
/*	width: 230px;*/
	width: 672px;
	height:200px;
}

div.diary_l_left {
	float: left;
	width: 230px;
	height:160px;
}
div.diary_l_right {
	float: left;
	width: 440px;
	height:160px;
}
div.diary_l_bottom {
	width: 670px;
	height:30px;
}

div.diary_c {
	float: left;
	width: 440px;
	position: relative;
}
div.diary_head {
	width: 430px;
	height:25px;
	position: relative;
}
div.diary_head_name {
	float:left;
/*	width: 230px;*/
	width: 200px;
	position: relative;
}
div.diary_head_date {
/*	width: 250px;*/
	position: relative;
}
div.diary_head_update {
	width: 430px;
	height:25px;
	position: relative;
}
div.diary_head_title {
/*	width: 500px;*/
	height:35px;
	position: relative;
	color: #39b583;
	font-size: 130%;
	padding-bottom: 2px;
}
div.diary_sentence {
	width: 400px;
	height:40px;
	margin-top:5px;
	margin-left:20px;
	position: relative;
}

div.diary_r {
	float: left;
	width: 320px;
	position: relative;
}

div.diary_score {
	margin-left:10px;
	height: 30px;
}
div.diary_thumnail {
	width: 152px;
	min-height: 150px;
	min-width:150px;
	margin-left: 20px;
}

div.diary_thumnail img {
/*	width: 150px;*/
	border: 1px solid #cccccc;
}

div.diary_update {
	margin-left: 70px;
}

div.diary_view_header {
	overflow: hidden;
	position: relative;
}

div.diary_view_header div.diary_view_user {
	float: left;
	overflow: hidden;
	width: 128px;
	padding-bottom: 10px;
}

div.diary_view_header div.diary_view_user p.user_name {
	font-weight: bold;
}

div.diary_view_header div.diary_view_user p.visit_dt {
	font-size: 8pt;
}

div.diary_view_header div.diary_view_ttl {
	float: left;
	overflow: hidden;
	width: 370px;
	margin-bottom: 5px;
}

div.diary_view_header div.diary_view_ttl p.diary_ttl {
	color: #39b583;
	font-size: 130%;
	padding-bottom: 2px;
}

div.diary_view_header div.diary_view_ttl .diary_commnet {
}
div.diary_view_sns {
	margin-top:15px;
	clear: both;
	position: relative;
}
div.diary_view_gmap {
	float: right;
	width: 250px;
	height: 250px;
	border: 1px solid #cccccc;
	margin: 0 10px 0 0;
}

div.diary_detail {
	overflow: hidden;
	width: 500px;
	clear: both;
}

div.diary_detail div.diary_detail_cursor {
	width: 20px;
	height: 20px;
	float: left;
	margin: 0 5px 0 0;
}

div.diary_detail div.diary_detail_cursor_arrow:hover {
	background: url(../img/btn/diary_arrow_sprite.png) no-repeat 0 -20px;
}

div.diary_detail div.diary_detail_cursor_arrow {
	width: 20px;
	height: 20px;
	background: url(../img/btn/diary_arrow_sprite.png) no-repeat 0 0;
	cursor: pointer;
}
div.diary_detail div.diary_detail_cursor_arrow {
	width: 20px;
	height: 20px;
	background: url(../img/btn/diary_arrow_sprite.png) no-repeat 0 0;
	cursor: pointer;
}
div.diary_detail div.diary_detail_cursor_arrow_open {
	width: 20px;
	height: 20px;
	background: url(../img/btn/diary_arrow_sprite.png) no-repeat 0 -20px;
}

div.diary_detail div.diary_detail_vist {
	float: left;
	overflow: hidden;
	width: 110px;
	font-size: 8pt;
	padding-top: 3px;
}

div.diary_detail div.diary_detail_ttl {
	float: left;
	overflow: hidden;
	width: 360px;
	color: #39b583;
	font-size: 120%;
}
div.diary_detail_view {
	background: url(../img/diary/1_list/photo_frame.jpg) no-repeat 0 0px;
/*	width:470px;*/
/*	margin:10px;*/
/*	border: 2px solid #39b583;*/
	padding: 3px 3px 13px 3px;
/*	display: none;*/
}
div.diary_detail_view_thumnail img.picasa_photo {
	border: 1px solid #cccccc;
	width: 80px;
	margin: 5px 5px 0 0;
}

div.diary_footer {
/*	background: url("../img/bg/bg_ki_bar.png") repeat scroll 0 0
	            		transparent;*/
	background: url("../img/schedule/footer.png") repeat scroll 0 0
	            		transparent;
	width: 100%;
	height: 30px;
	padding: 5px 0;
}

div.diary_footer_logo {
	background: url("../img/schedule/footer_logo.png") no-repeat;
	text-align: left;
	padding: 0;
	width: 150px;
	height:30px;
	position: relative;
	z-index: 2;
}
div.diary_footer_contents {
	left: 50%;
	text-align: right;
	margin: 0 0 0 -515px;
	padding: 0;
	width: 1030px;
	position: relative;
	z-index: 2;
}
/* comment layout */
div.diary_comment {
	clear: both;
	overflow: hidden;
}
div.diary_comment_header {
	padding: 0 0 0 200px;
	color: blue;
}
div.diary_comment_note {
	padding: 0 0 0 250px;
}

pre.diary_comment_content {
	margin: 5px 10px 10px 0;
	padding:5px;
	background-image: url("img/bg_review.gif");
}

a.link_detail_btn{/* 旅日記を見る */
	position:absolute;
/*	margin-top: 25px;*/
/*	margin-left: 500px;*/
	width: 100px; /* 画像1枚分の横幅 */
	height: 24px; /* 画像1枚分の高さ */
	text-indent: -1000px; /* 文字を見えなくする */
/*	background-image: url("../img/diary/1_list/1_look_btn.png"); /* 画像ファイル名 */
	background-image: url("../img/schedule/1_look_btn.png"); /* 画像ファイル名 */
}
a.link_detail_btn:hover{
	background-position: bottom; /* 背景画像の表示開始基準を下に変更 */
}

a.link_schedule_btn{/* スケジュールを見る */
	position:absolute;
/*	margin-top: 25px;*/
/*	margin-left: 500px;*/
	width: 100px; /* 画像1枚分の横幅 */
	height: 24px; /* 画像1枚分の高さ */
	text-indent: -1000px; /* 文字を見えなくする */
	background-image: url("../img/schedule/1_schedule_btn.png"); /* 画像ファイル名 */
}
a.link_schedule_btn:hover{
	background-position: bottom; /* 背景画像の表示開始基準を下に変更 */
}

/* ページ末尾バー */
div.pagebar{
	background: url("../img/page_top_box_access.jpg") repeat-x;
	width: 1000px;
	height: 43px;
}
/* ページ先頭へ戻るボタン */
div.pagebar div.back{
	position:absolute;
	margin-top: 10px;
	margin-left:896px;
}
/* ページ先頭へ戻るボタン */
div.pagebar div.back a.jump{
	float:left;
	/*	position:absolute;*/
/*	margin-right: 10px;*/
	width: 85px; /* 画像1枚分の横幅 */
	height: 28px; /* 画像1枚分の高さ */
	text-indent: -1000px; /* 文字を見えなくする */
	background-image: url("../img/page_top_btn.png"); /* 画像ファイル名 */
}
div.pagebar div.back a.jump:hover{
	background-position: bottom; /* 背景画像の表示開始基準を下に変更 */
}

/* 評価★ */
.star{
/*	position:absolute;*/
	margin-left:32px;
	margin-top:-22px;
	width: 126px; /* 画像1枚分の横幅 */
	height: 31px; /* 画像1枚分の高さ */
	text-indent: -1000px; /* 文字を見えなくする */
	background-image: url("../img/diary/00_common/ico_star.png"); /* 画像ファイル名 */
}

a.ki_edit_btn{/* 旅日記を編集する */
	position:absolute;
/*	margin-top: 25px;*/
/*	margin-left: 500px;*/
	width: 132px; /* 画像1枚分の横幅 */
	height: 33px; /* 画像1枚分の高さ */
	text-indent: -1000px;  /* 文字を見えなくする */
	background-image: url("../img/diary/8_myDiary/ki_edit_btn2.png"); /* 画像ファイル名 */
}
a.ki_edit_btn:hover{
	background-position: bottom; /* 背景画像の表示開始基準を下に変更 */
}

a.ki_delete_btn{/* 旅日記を削除する */
	position:absolute;
/*	margin-top: 25px;*/
/*	margin-left: 500px;*/
	width: 108px; /* 画像1枚分の横幅 */
	height: 22px; /* 画像1枚分の高さ */
	text-indent: -1000px;  /* 文字を見えなくする */
	background-image: url("../img/diary/8_myDiary/8_dalete_btn.png"); /* 画像ファイル名 */
}
a.ki_delete_btn:hover{
	background-position: bottom; /* 背景画像の表示開始基準を下に変更 */
}

div.diary_edit_title{
	background: url("../img/diary/00_common/header_topber2.jpg") repeat scroll 0 0
		transparent;
/*	width:1030px;*/
	height:50px;
}