/* ************************************************ 
 * ------------------------------------------------
 *	共通設定
 * ------------------------------------------------
 * ************************************************ */
* {
	margin: 0;
	padding: 0;
}

body {
	font-size:12px;
	color:#565656;
	width: 100%;
	text-align: center;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W4", "Osaka", "ＭＳ Ｐゴシック",sans-serif;
	background: url(http://blog.shop-nishimi.com/images/background_body.gif) repeat-x top #FFFFFF;
	}

form {
	margin: 0px;
	padding: 0px;
	}

img {
	border: 0px;
	}


/* ------------------------------------- 
 *	リンクの色設定（初級モードで設定）
 * ------------------------------------- */

a:link {
	color: #008999;
	text-decoration: none;
	}

a:visited {
	color: #008999;
	text-decoration: none;
	}

a:active {
	color: #008999;
	text-decoration: none;
	}

a:hover {
	color: #8ED7DE;
	text-decoration: underline;
	}

/* --clear-- */
.clear_bt { clear: both; }
.clear_lf { clear: left; }
.clear_ri { clear: right; }

/* --spacer-- */
.spacer_h10 {
	height: 10px;
}

.spacer_h20 {
	height: 20px;
}

/* *****表示領域*************************************** */
#wrap {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

/* *****ヘッダ***************************************** */
#header {
	width: 800px;
	height: 70px;
	background: url(http://blog.shop-nishimi.com/images/background_header.gif) no-repeat;
}

/* --ロゴマーク-- */
#logo {
	float: left;
}

#logo h1 {
	text-indent: -9999px;
}

#logo h1 a {
	margin: 15px 0 0 10px;
	width:164px;
	height: 33px;
	display: block;
	overflow: hidden;
}

/* --サイト説明-- */
#description {
	height: 15px;
}

#description p {
	display: none;
}

/* --ヘッダーナビ-- */
#globalnavi_hd {
	float: right;
}

#globalnavi_hd ul {
	list-style-type: none;
}

#globalnavi_hd li {
	float: left;
	text-indent: -9999px;
}

#globalnavi_hd a#hd_top {
	margin-right: 10px;
	display: block;
	width: 66px;
	height: 10px;
	overflow: hidden;
	background: url(http://blog.shop-nishimi.com/images/btn_hd_top_off.gif) no-repeat;
}

#globalnavi_hd a#hd_shopping {
	margin-right: 10px;
	display: block;
	width: 67px;
	height: 10px;
	overflow: hidden;
	background: url(http://blog.shop-nishimi.com/images/btn_hd_shopping_off.gif) no-repeat;
}

#globalnavi_hd a#hd_contact {
	margin-right: 10px;
	display: block;
	width: 68px;
	height: 10px;
	overflow: hidden;
	background: url(http://blog.shop-nishimi.com/images/btn_hd_contact_off.gif) no-repeat;
}


/* *****グローバルナビ************************************ */
#globalnavi {
	width: 800px;
}

#globalnavi ul {
	list-style-type: none;
}

#globalnavi li {
	float: left;
	text-indent: -9999px;
}

#globalnavi a#navi_item {
	display: block;
	width: 182px;
	height: 35px;
	overflow: hidden;
	background: url(http://blog.shop-nishimi.com/images/btn_mn_item_off.gif) no-repeat;
}

#globalnavi a#navi_service {
	display: block;
	width: 167px;
	height: 35px;
	overflow: hidden;
	background: url(http://blog.shop-nishimi.com/images/btn_mn_service_off.gif) no-repeat;
}

#globalnavi a#navi_useful {
	display: block;
	width: 153px;
	height: 35px;
	overflow: hidden;
	background: url(http://blog.shop-nishimi.com/images/btn_mn_useful_off.gif) no-repeat;
}

#globalnavi a#navi_faq {
	display: block;
	width: 153px;
	height: 35px;
	overflow: hidden;
	background: url(http://blog.shop-nishimi.com/images/btn_mn_faq_off.gif) no-repeat;
}

#globalnavi a#navi_profile {
	display: block;
	width: 145px;
	height: 35px;
	overflow: hidden;
	background: url(http://blog.shop-nishimi.com/images/btn_mn_profile_off.gif) no-repeat;
}

/* *****コンテナ＆コンテンツ****************************** */
#container {
	width: 800px;
	text-align: center;
}

#contents {
	margin: 0 auto 20px;
	width: 790px;
	text-align: left;
}

/*--左コンテンツ--*/
#left_box{
	float: left;
	width: 580px;
}

/*--右コンテンツ--*/
#right_box{
	float: right;
	width: 190px;
}

/*--商品検索--*/
#search{
	margin: 0 0 5px;
}

#search h2{
	margin: 0 0 10px;
	padding: 0;
	height:17px;
	text-indent: -9999px;
	font-size: 10px;
	border-bottom: 3px solid #00A6BA;
	background: url(http://blog.shop-nishimi.com/images/title_search.gif) no-repeat 4px 0;
}

#search input {
	margin: 3px 0px 0px 5px;
	padding: 2px;
	}

#search p{
	margin: 0 5px 0;
	text-align: right;
}


/*--カレンダー--*/
#calendar{
	margin:20px 0;
}

#calendar h2{
	margin: 0 0 10px;
	padding: 0;
	height:17px;
	text-indent: -9999px;
	font-size: 10px;
	border-bottom: 3px solid #00A6BA;
	background: url(http://blog.shop-nishimi.com/images/title_calendar.gif) no-repeat 4px 0;
}

#calendar table{
	margin: 0 0 0 4px;
}

.calendar {
	font-family :"Verdana";
	font-size: 11px;
	}

.week {
	width:25px;
	text-align: center;
	color: #FFF;
	background:#00A6BA;
	/*border:1px solid #FFF;*/
	padding: 3px 0;
	text-align: center;
	}
	
.cell {
	width:25px;
	text-align: center;
	color: #555;
	background:#F1F1F1;
	/*border:1px solid #FFF;*/
	padding: 3px 0;
	text-align: center;
	font-size: 12px;
	}


/*--その他メニュー--*/
#menu{
	margin: 0 0 10px;
}

#menu h2{
	margin: 0 0 5px;
	padding: 0;
	height:17px;
	text-indent: -9999px;
	font-size: 10px;
	border-bottom: 3px solid #00A6BA;
}

#menu ul{
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
}

#menu li{
	margin: 2px 0 2px 0;
	padding: 5px 0 5px 5px;
	line-height: 15px;
	background: url(http://blog.shop-nishimi.com/images/menu_bg.gif) no-repeat bottom;
}

#menu a{
	/*padding: 0 0 0 15px;*/
	color: #4E4F56;
	text-decoration: none;
	/*background: url(http://blog.shop-nishimi.com/images/link_bg.gif) no-repeat 2px;*/
}

#menu a:hover{
	color: #00A6BA;
	text-decoration: none;
}

#t_latest{
	background: url(http://blog.shop-nishimi.com/images/title_latest.gif) no-repeat 4px 0;
}

#t_category{
	background: url(http://blog.shop-nishimi.com/images/title_category.gif) no-repeat 4px 0;
}

#t_backnum{
	background: url(http://blog.shop-nishimi.com/images/title_backnum.gif) no-repeat 4px 0;
}

#t_link{
	background: url(http://blog.shop-nishimi.com/images/title_link.gif) no-repeat 4px 0;
}

/*--feed------------------------------------ */
#feed {
	text-align:center;
	}
#feed img {
	width:57px;
	height:15px;
	margin:5px;
	}

/* *****コントロールパネル********************************** */
#conpane {
	width: 800px;
	height: 33px;
	background: url(http://blog.shop-nishimi.com/images/background_conpane.gif) no-repeat;
}

#setinquiry {
	float: left;
	width: 654px;
}

#setinquiry h3 {
	float: left;
	text-indent: -9999px;
}

#setinquiry h3 a {
	margin: 7px 0 0 10px;
	width: 332px;
	height: 20px;
	display: block;
	overflow: hidden;
}

#setinquiry ul {
	float: left;
	margin: 5px 0 0 10px;
	list-style-type: none;
}

#setinquiry li {
	float: left;
	text-indent: -9999px;
}

#setinquiry a#cnpn_contact {
	display: block;
	margin-right: 10px;
	width: 125px;
	height: 24px;
	overflow: hidden;
	background: url(http://blog.shop-nishimi.com/images/btn_cnpn_contact_off.gif) no-repeat;
}

#setmvtop {
	float: right;
	width: 146px;
}

#setmvtop p {
	text-indent: -9999px;
}

#setmvtop p a {
	display: block;
	margin-top: 7px;
	width: 137px;
	height: 20px;
	background: url(http://blog.shop-nishimi.com/images/btn_cnpn_top.gif) no-repeat;
	overflow: hidden;
}

/* *****フッタ************************************** */
#footer {
	width: 800px;
	background: url(http://blog.shop-nishimi.com/images/background_footer.gif) no-repeat top;
}

#setcompany {
	float: left;
}

#setcompany h3 {
	float: left;
	margin-bottom: 10px;
	text-indent: -9999px;
}

#setcompany h3 a {
	margin: 10px 0 0 10px;
	width: 98px;
	height: 14px;
	display: block;
	overflow: hidden;
}

#setcompany ul {
	clear: left;
	margin-left: 10px;
	list-style-type: none;
}

#setcompany li {
	float: left;
	font-size: 10px;
}

#setcompany a {
	text-decoration: none;
	color: #646464;
}

#setcompany a.col_line {
	margin-right: 5px;
	padding-right: 5px;
	text-decoration: none;
	color: #646464;
	border-right: 1px solid #C8C8C8;
}

#setcompany a:hover {
	text-decoration: underline;
	color: #00A6BA;
}

#setprint {
	float: right;
}

#setprint ul {
	margin-top: 10px;
	list-style-type: none;
}

#setprint li {
	float: left;
	font-size: 10px;
}

#setprint a {
	text-decoration: none;
	color: #646464;
}

#setprint a.col_line {
	margin-right: 5px;
	padding-right: 5px;
	text-decoration: none;
	color: #646464;
	border-right: 1px solid #C8C8C8;
}

#setprint a:hover {
	text-decoration: underline;
	color: #00A6BA;
}

#copyright {
}

#copyright p {
	text-indent: -9999px;
	margin: 10px 0 0 10px;
	width: 221px;
	height: 8px;
	background: url(http://blog.shop-nishimi.com/images/copyright_off.gif) no-repeat;
}



 
/* ************************************************ 
 *	エントリー
 * ************************************************ */

/* ------------------------------------- 
 *	レイアウト
 * ------------------------------------- */
 
.entry {
	margin-bottom:45px;
}

/* 記事のタイトル */
.entry .title {
	background:url(http://blog.shop-nishimi.com/images/title_bg.gif) no-repeat 3px 0;
	padding:0 0 5px;
	border-bottom: 3px solid #00A6BA;
	}

.entry .title h2 {
	color:#646464;
	font-size:12px;
	padding-left: 20px;
}

/* 記事の日付 */
.entry .date {
	color:#838383;
	text-align:right;
	padding:5px;
	}

/* 記事 */
.entry .body {
	text-align:left;
	padding:5px;
	line-height: 140%;
	}

/*「続きを読む」の部分 */
.entry_more {
	margin: 10px 0 0 0;
}

/* コメントリンク */
.entry .center{
	padding: 5px;
	font-size: 10px;
	color: #838383;
	text-align:right;
}


/* ------------------------------------- 
 *	エントリーナビ(前のページ：次のページ//トップページ用)
 * ------------------------------------- */

.top_navi {
	font-size: 10px;
}

.top_navi .prev {
	width:100px;
	float:left;
}
.top_navi .next {
	width:100px;
	float:right;
	text-align:right; 
}
.top_navi .main {
	margin:0px 100px;
	text-align:center;
}


/* ------------------------------------- 
 *	エントリーナビ(前のタイトル：main：次のタイトル//記事単位)
 * ------------------------------------- */

.entry_navi {
	font-size: 10px;
}

.entry_navi .prev {
	width:250px;
	float:left;
}
.entry_navi .next {
	width:250px;
	float:right;
	text-align:right; 
}
.entry_navi .main {
	margin:0px 250px;
	text-align:center;
}

/* ------------------------------------- 
 *	コメント・トラックバック
 * ------------------------------------- */

div.tb {margin-bottom:40px;}

div.tb div.title {
	color:#646464;
	font-size:14px;
	font-weight: bold;
	background-position:left;
	border-bottom:3px #00A6BA solid;
	padding-left: 5px;
	margin-bottom:10px;
}

/*トラックバックの背景色エリア*/
div.area_bg {
	margin:0px 5px;
	padding: 10px 0;

}

/*コメントの背景色エリア*/
div.area_bg_t {
	margin:0px 5px;
	padding: 10px 0;
	background: #F3FEFF;
}

/*コメント入力フォーム*/
div.comment_form_area {
	margin:10px 0px 0px 10px;
}

/*コメント・トラックバック本文レイアウト*/
div.tb div.tb_area {
	padding: 0 5px;
	border-bottom: 1px solid #D4D4D4;
}

div.tb div.tb_area_t {
	padding: 0 5px;
}

div.tb div.tb_area span {
	font-size:11px;
	color:#D4D4D4;
	margin-right:30px; 
}

div.tb div.tb_area p.tb_title {
	border-top:1px solid #D4D4D4;
	font-weight:bolder;
	padding:5px 0;
}

div.tb div.tb_area p.border {
	margin-top: 5px;
	padding:5px 0;
}

/*にしみプロフィール*/
.tblstyle1{
	margin-top: 15px;
}

.tblstyle1 dl {
	width: 560px;
	border-bottom: 1px solid #CCC;
}

.tblstyle1 dt {
	float: left;
	padding: 5px 0 5px 0;
	width: 150px;
	line-height: 150%;
	color: #4B4B4B;
}

.tblstyle1 dd {
	float: right;
	padding: 5px 0 5px 0;
	width: 410px;
	line-height: 150%;
	color: #4B4B4B;
}

.tblstyle1 ul {
	margin-left: 20px;
	list-style-type: circle;
}

.tblstyle1 li {
	line-height: 150%;
}

