body {
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Verdana,　Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:11px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	margin:10px;
	padding:0;
}

a:link,
a:active,
a:visited {
        color:#5A482B;
	text-decoration: none;
}

a:hover {
 	color:#666;
	text-decoration: none;
	filter : alpha(opacity=50);  /* IE7以下用 */
	-ms-filter : "alpha(opacity=50)"; /* IE8用 */
 	-moz-opacity : 0.5; /* Firefox 1.5未満, Netscape用 */
	-khtml-opacity : 0.5;  /* Safari 1.x, 他khtmlに対応したブラウザ用  */
	opacity : 0.5; /* Firefox 1.5以上, Opera, Safari用 */
}


/* 新着情報<TABLE>全体 */
.news_table {
	font-size:11px;
	line-height: 16px;
	border-collapse: collapse;
	margin: 5 5 5 0;
}

/* 新着情報<TR>全体 */
.news_tr {
	vertical-align: top;
}

/* 新着情報<TD>1(・) */
.news_td1 {
	display:none;
}

/* 新着情報<TD>2(日付) */
.news_td2 {
	white-space:nowrap;
	color: #ad567d;
	padding-right:5px;
	padding-bottom:5px;
}

/* 新着情報<TD>3(：) */
.news_td3 {
	display:none;
}

/* 新着情報<TD>4(新着情報) */
.news_td4 {
}

/* セパレータ */
.news_border_line {
	display:none;
}

/* 新着情報表示領域 */
.display {
	font-size:11px;
	line-height: 16px;
	border-collapse: collapse;
	margin-left:0px;
	overflow: auto;
}

/* 新着情報詳細 */
.news_detail{
	padding:15px 0 15px 15px;
}

.detail_text{
	font-size:11px;
	float:left;
	width:100px;
	padding:0;
	margin:0;
}

.detail_text  p{
	text-align:left;
	line-height:110%;
}

.detail_img{
	width:210px;
	float:right;
}
/* ナビ表示領域 */
.navi_display {
	font-size:11px;
	margin:0px;
	overflow:auto;
	width:200px;
	height:560px;
}

/*　ナビ内CSS */
/* ナビ<TABLE>全体 */
.navi_table {
	line-height: 16px;
	border-collapse: collapse;
}
/* ナビ<TR>全体 */
.navi_tr {
	vertical-align: top;
}

/* ナビ<TD>全体 */
.navi_td1 {
	padding-bottom:10px;
}

/* ナビ<div>1(カテゴリ一覧) */
.navi_div1 {
	white-space:nowrap;
	text-height:bold;
}
/* ナビ<ul>1(カテゴリ一覧) */
.navi_ul1 {
	margin:0;
	padding:0 0 10px 7px;
	list-style-type: none;
}

/* ナビ<li>1(カテゴリ一覧) */
.navi_li1 {
	list-style-image: url('http://img11.shop-pro.jp/PA01145/199/etc/li_mark.gif');
}

/* ナビ<div>2(バックナンバー) */
.navi_div2 {
	padding-top:15px;
	white-space:nowrap;
	text-height:bold;
}
/* ナビ<ul>2(バックナンバー) */
.navi_ul2 {
	margin:0;
	padding:0 0 10px 7px;
	list-style-type: none;
}
/* ナビ<li>2(バックナンバー：年) */
.navi_li2 {
	padding-top:5px;
	list-style-image: url('http://img11.shop-pro.jp/PA01145/199/etc/li_mark.gif');
}

/* ナビ<li>3(バックナンバー:月) */
.navi_li3 {
	padding-left:20px;
}

/* --- メッセージの氏名エリア --- */
.msg_name {
	margin: 0;
	padding: 6px 30px 6px 10px; 
	color: #ad567d;
	line-height: 120%;
}

/* ---スタッフメッセージのエリア --- */
.msg_staff {
	margin: 0;
	padding: 6px 30px 6px 10px; 
	color: #789;
	line-height: 120%;
}
