hr.v3 {
	display: block;
	height: 1px;
	background: #ddd;
	margin: 10px 0 50px;
	padding: 0;
	border: 0;
	color: #ddd;
}

h2.entryTitle {
	width:600px;
	height:42px;
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
}

h2.entryTitle a {
	display:block;
	padding:10px 0 0 40px;
}

h2.entryTitle {
/*
	float:left;
	width:500px;
*/
}

h2.entryTitle a {
/*
	font-weight:normal;
*/
}

h2.entryTitle a:link    { color:#ff7000; text-decoration:none; }
h2.entryTitle a:visited { color:#FFA962; text-decoration:underline; }
h2.entryTitle a:hover   { color:#ff7000; text-decoration:underline; }
h2.entryTitle a:active  { color:#ff7000; text-decoration:underline; }

.entryDate {
/*
	float:left;
	width:100px;
*/
	text-align:right;
}

.entryDetailCat {
	float:left;
	width:500px;
}

#rnav h3 {
	margin-bottom:1em;
	padding:0.5em;
	border-bottom: 3px double #aaa;
	font-weight:bold;
}

/* ブログ内を検索 */
#wnSearchBox {
	margin:0 0 20px;
}
#wnSearchBox .blogSearch {
	width:125px;
	border:1px solid #ccc;
}

/* カテゴリ */
#wnCategoryListBox {
	margin:0 0 20px;
}

/* カレンダー */
#wnCalendarBox {
	margin:0 0 20px;
}
#wnCalendarBox select {
	width:160px;
}

/* 最新のお知らせ */
#wnResentEntryBox {
	margin:0 0 20px;
}

/* RSS更新情報 */
#wnRssBox {
	margin:0 0 20px;
}
#wnRssBox img {
	margin-bottom:7px;
}

/* リスト */
.archiveList li {
	margin-bottom:0.5em;
	padding:0 0 0.5em 1em;
	text-indent:-1em;
	border-bottom:1px dotted #aaa;
}
.archiveList li a {
	padding:0 0 0 0.75em;
	background:url(images/ico_arrow_01.gif) 0 0 no-repeat;
}
.archiveList li li {
	padding:0 0 0 1em;
	border:none;
}
.archiveList li ul {
	margin:0.5em 0 0 0;
}

/* 記事タイトル背景画像の振り分け */
h2.flr1f    { background:url(images/h2-ginza.gif) 0 0 no-repeat; }
h2.flr2f    { background:url(images/h2-2f.gif) 0 0 no-repeat; }
h2.flr3f    { background:url(images/h2-3f.gif) 0 0 no-repeat; }
h2.event    { background:url(images/h2-event.gif) 0 0 no-repeat; }
h2.topics   { background:url(images/h2-topics.gif) 0 0 no-repeat; }
h2.shopnews { background:url(images/h2-shop.gif) 0 0 no-repeat; }


/* -------------------------------------
　　ECのCSS上書き用
------------------------------------- */

.ftPageTop {
	clear:both;
	margin-right:12px;
	text-align:right;
}

/* -------------------------------------
　　エントリー内レイアウト調整
------------------------------------- */

div.entrybox_main {
	width: 570px;
	text-align:left;
	margin:0;
	padding:0;
	clear:both;
}

.entrybox_img200r{
	float:right;
	width:200px;
        padding-left:10px;
}

.entrybox_img200l{
	float:left;
	width:200px;
        padding-right:10px;
}

.entrybox_img185l{
	float:left;
	width:185px;
        margin-right:15px;
}

.entrybox_img100r{
	float:right;
	width:100px;
}

.entrybox_img100l{
	float:left;
	width:100px;
}

.entrybox_txt360r{
	float:right;
	width:360px;
}

.entrybox_txt360l{
	float:left;
	width:360px;
}


