/* ブログTOPページ */

/* レイアウト
------------------------------------------------- */
#blog_left {
	float : left;
	width: 160px;
	margin: 0px 0px 20px 3px;
}
#blog_center {
	float : left;
	width: 420px;
	margin-bottom: 20px;
	margin-left: 3px;
	text-align: center;
}
#blog_right {
	float : right;
	width: 185px;
	text-align: center;
	margin-bottom: 20px;
	margin-right: 2px;
}

/* 左部分
------------------------------------------------- */
#blog_left .left_contents {
	width: 155px;
	margin: 0px auto 10px;
}
#blog_left .left_contents .frame {
	background-color: #FDF4E5;
	border: 1px solid #B29F9B;
	padding: 3px 5px 8px;
}
#blog_left .left_contents .frame select {
	width: 140px;
	margin: 3px 0px;
}
.left_contents .blog_ranking {
	border: 1px solid #EA948A;
	background-color: #FDF4E5;
	padding: 2px 0px;
	text-align: center;
}
.blog_ranking img {
	margin-right: 5px;
}
.blog_ranking table {
	margin: 0px auto;
}
.blog_ranking strong {
	color: #CC0000;
}

.blog_pr {
	width: 155px;
	margin: 18px auto 0px;
	text-align: left;
}
.blog_pr p {
	color: #8F5427;
	margin: 0px 0px 5px 3px;
}
.blog_pr img {
	margin: 2px 0px;
}

/* 中央部分
------------------------------------------------- */
.blog_sp {
	width: 420px;
	margin: 1px auto 3px;
	overflow: hidden;
}
.blog_sp div {
	float: left;
	width: 190px;
	padding: 1px 5px 5px;
	border: 1px solid #DBBEA6;
	margin: 0px 3px 5px;
	text-align: left;
}
.blog_sp img {
	margin-right: 5px;
}
.shop_item {
	width: 415px;
	margin: 1px auto 3px;
	border: 1px solid #DBBEA6;
}
#blog_center .kuchi td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CBB09A;
}
#blog_center .kuchi2 tr {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CBB09A;
}


/* 右部分
------------------------------------------------- */
.blog_new {
	background-color: #FDF4E5;
	border: 1px solid #88BB80;
	padding-bottom: 7px;
}
.blog_new #new_list div {
	text-align: right;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B0D2AA;
}

.blog_new2 {
	background-color: #FDF4E5;
	border: 1px solid #88BB80;
	padding-bottom: 7px;
}
.blog_new2 #new_list div {
	text-align: right;
	margin-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B0D2AA;
}
.blog_new2 #new_list li {
	padding: 1px;
}




/* 各ブログページ */

/* ヘッダ部分
------------------------------------------------- */
.header {
	
	height: 130px;
	width: 780px;
	background-repeat: no-repeat;
}
.blog_ulr {
	background-color: #ECDEBF;
	text-align: right;
	padding: 3px;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AA886F;
}
.header p {
	padding: 15px;
}

/* ポスト部分
------------------------------------------------- */
.post {
	width: 540px;
	margin: 5px auto;
	padding: 10px 10px 20px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BAA489;
	border-right-color: #BAA489;
	border-bottom-color: #BAA489;
	border-left-color: #BAA489;
	background-color: #FFFFFF;
}
.post img{width:expression(this.width > 500 ? this.width = 500 : void(0));word-wrap:break-word}
.shop_frame {
	width: 540px;
	margin: 5px auto;
	padding: 10px 10px 20px;
	background-color: #FAF7D6;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C89D7B;
	border-right-color: #C89D7B;
	border-bottom-color: #C89D7B;
	border-left-color: #C89D7B;
}
.shop_ttl {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #85604E;
	margin-bottom: 5px;
	clear: both;
}
.post #ttl {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #85604E;
	margin-bottom: 5px;
}
.post_date {
	text-align: right;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #85604E;
	margin-bottom: 5px;
	clear: both;
}
.post .data {
	margin: 15px 0px 15px;
	text-align: right;
	background-color: #ECDEBF;
	padding: 3px;
}
.post .comment-area {
	width: 380px;
	height: 80px;
}


/* サイド部分
------------------------------------------------- */
.blog_side {
	width: 175px;
	background-color: #FDF4E5;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B79A8D;
	border-right-color: #B79A8D;
	border-bottom-color: #B79A8D;
	border-left-color: #B79A8D;
	margin-bottom: 15px;
}
.blog_side p {
	font-weight: bold;
	color: #895C41;
	background-color: #E8D0BB;
	padding: 1px 1px 1px 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B79A8D;
	text-align: left;
	margin-bottom: 3px;
}
.blog_side div {
	width: 90%;
	margin: 3px auto 5px;
	text-align: left;
}

.blog_side .bookmark {
	width: 80%;
	margin: 3px auto;
	padding: 2px;
	text-align: center;
	background-color: #A87762;
	border: 1px solid #C6AEA4;
	clear: both;
}
.blog_side .bookmark a:link {
	color: #FFFFFF;
	text-decoration: none;
} 
.blog_side .bookmark a:visited { 
	color: #FFFFFF;
	text-decoration: none;
} 
.blog_side .bookmark a:hover {
	color: #FFFFFF;
	text-decoration: underline;
} 
.blog_side .bookmark a:active { color: #FFFFFF; } 
.blog_side li {
	list-style-image: url(/img/arrow_green.gif);
	margin-left: 0px;
	list-style-type: none;
}
.blog_side ul {
	margin-left: 15px;
}

/* カレンダー */
.blog_side .calendar {
	color: #666666;
	text-align: center;
}
.calendar_date {
	text-align: center;
	margin: 0px auto;
}
.calendar_date th {
	font-weight: normal;
	color: #FF0000;
}
.calendar_date span {
	color: #3366CC;
}
.calendar_date .today {
	border: 1px solid #B79A8D;
}
.calendar_date a {
	font-weight: bold;
	text-decoration: none;
}
.calendar_date a:hover {
	color: #FFFFFF;
	background-color: #965729;
}
.blogview {
	text-align: center;
	width: 100%;
	background-color: #BAA489;
	padding: 3px;
}
.blogview td {
	background-color: #FFFFFF;
	padding: 2px;
}
.blogview th {
	background-color: #ECDEBF;
	font-weight: normal;
	padding: 2px;
}
.page_view_blog {
	text-align: center;
}
/*
.page_view_blog a {
	background-color: #FFFFFF;
}
*/


/* 検索部分
------------------------------------------------- */
.contents .frame .item p {
	color: #765343;
	font-weight: bold;
	background-color: #F4E7D5;
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #BB9988;
	border-right-color: #BB9988;
	padding: 2px 2px 2px 5px;
	width: 20%;
	float: left;
}
.contents .frame .item #mini {
	color: #765343;
	font-weight: bold;
	background-color: #F4E7D5;
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #BB9988;
	border-right-color: #BB9988;
	padding: 2px 2px 2px 5px;
	width: 13%;
	float: left;
}
.contents .frame .item {
	margin: 3px;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	clear: both;
	width: 98%;
	height: 20px;
}
.search select {
	width: 120px;
}
.search2 select {
	width: 90px;
}
.item .search {
	margin-left: 20px;
	float: left;
	text-align: left;
}
.item .search_mini {
	margin-left: 8px;
	float: left;
	text-align: left;
	margin-top: 3px;
}
.search_bt {
	margin-left: 400px;
}
.search_all_bt {
	margin-left: 300px;
}
.shopping_frame {
	margin: 10px auto;
	text-align: left;
	padding: 3px;
	border: 4px double #94AA48;
	width: 95%;
}


/* 結果表示
------------------------------------------------- */
.contents .frame .list {
	clear: both;
	width: 100%;
	padding: 5px 0px;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AF8E70;
	margin-top: 3px;
}
.contents .frame .list h1 {
	margin-bottom: 3px;
	background-color: #DFEBBA;
	padding: 2px 2px 2px 10px;
}
.contents .frame .list a:hover {
	text-decoration: none; 
} 

.list .link_right div {
	text-align: left;
	width: 80%;
	float: left;
}
#blog_contents {
	float: left;
	width: 600px;
	margin-bottom: 20px;
}
