@charset "utf-8";

/*******************************共通設定*******************************/

h1,h2,h3,h4,h5,h6,ul,ol,li,p,td,th,form{
	margin: 0px;
	padding: 0px;	
}
li,ul {
	list-style-type: none;
}
/*
body {
	font-size: 12px;
	line-height: 150%;
	margin: 0px;
	text-align: center;
}

table {
}
td, th {
	border: none;
	text-align: left;
	vertical-align: top;
}
img {
	border:0px;
	vertical-align: top;
}
a:link, a:active, a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(http://blog.patrick.crosshatch.jp/ginzashop/img/wrapperBg.gif);
	background-repeat: repeat-y;
	padding-top: 20px;
}
*/
/*******************************ヘッダー設定*******************************/
/*
#header {
	height: 144px;
	position: relative;
	margin: auto;
	width: 900px;
}
#header h1 {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#header h2 {
	position: absolute;
	left: 130px;
	top: 29px;
}
#header li {
	float: left;
}
#header ul.snavi {
	position: absolute;
	left: 130px;
	top: 98px;
	background-color: #000000;
	height: 21px;
	padding-right: 16px;
}
#header ul.gnavi {
	position: absolute;
	left: 130px;
	bottom: 0px;
}
*/
/*******************************レフトエリア設定*******************************/
/*
#left {
	width: 152px;
	float: left;
	display: inline;
	margin-left: 13px;
}
#left form {
	background-image: url(http://blog.patrick.crosshatch.jp/ginzashop/img/searchBg.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 152px;
	position: relative;
	margin-bottom: 7px;
}
#left input.inputText {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: 4px;
	top: 4px;
	height: 14px;
	width: 106px;
}
#left input.inputBt {
	position: absolute;
	right: 0px;
	height: 24px;
	width: 42px;
}
.leftNavi, .leftShopList {
	margin-bottom: 13px;
}
.leftShopList {
	background-image: url(http://blog.patrick.crosshatch.jp/ginzashop/img/leftShoplistBg.gif);
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.leftShopList ul {
	padding: 10px;
	font-size: 10px;
}
*/
/*******************************センターエリア設定*******************************/
/*
#center {
	width: 692px;
	margin-left: 27px;
	float: left;
	display: inline;
}
*/
#blogArea {
	width: 692px;
	margin-left: 27px;
	float: right;
	display: inline;
	font-size: 12px;
	line-height: 150%;
	margin: 0px;
	padding: 0px 12px 0px 30px;
	text-align: center;
}

.mainVisual {
	margin-bottom: 20px;
}
.textArea {
	float: left;
	display: inline;
	width: 385px;
	margin-right: 27px;
}

.contents {
/*	background-image: url(./dot.gif);*/
	background-repeat: repeat-x;
	background-position: 0px bottom;
	margin-bottom: 38px;
	padding-bottom: 28px;
}
.contents h2 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 20px;
}
.about {
	width: 280px;
	float: left;
	display: inline;
}
.closeup {
	text-align: right;
	padding: 3px 3px 10px;
}
.about p {
	font-size: 10px;
	margin-bottom: 20px;
}


.blogMainArea {
	float: left;
	display: inline;
	width: 400px;
	margin-right: 31px;
	margin-left: 7px;
	padding-top: 10px;
}
.blogMainArea .entry {
	margin-bottom: 10px;
/*	background-image: url(./dot.gif);*/
	background-repeat: repeat-x;
	background-position: 0px bottom;
	padding-bottom: 20px;
	text-align:left;
}
.blogMainArea .entry .body {
	margin-bottom: 10px;
	text-align:left;
}
.blogMainArea .entry img {
	margin-bottom: 10px;
}
.more {
	text-align: right;
}

.blogRightArea {
	float: right;
	display: inline;
	width: 200px;
	padding-top: 30px;
	padding-right: 10px;
}
.blogRightArea div {
	margin-bottom: 20px;
	padding-top: 10px;
	padding-left: 10px;
	text-align:left;
}
.blogRightArea .profile img{
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}
.blogRightArea .profile p{
	font-size: 10px;
	text-align:left;
}


table.calender {
	width: 180px;
}
table.calender td {
	padding: 3px;
	text-align: center;
}
table.calender td.on {
	background-color: #CCCCCC;
}





#calendar {
    margin: 5px 0 10px;;
    color: #444444;
}
.calendarhead {
	font-size: 12px;
	margin-bottom: 3px;
}
#calendar th {
	padding: 3px;
	text-align: center;
	font-size: 12px;
	font-weight: lighter;
}
#calendar td {
	padding: 3px;
  text-align: center;
	font-size: 12px;
}
.today {
    display: block;
    border: 1px solid #444444;
}



/*******************************フッターエリア設定*******************************/
/*
#footer {
	background-image: url(http://blog.patrick.crosshatch.jp/ginzashop/img/wrapperBg.gif);
	background-repeat: repeat-y;
	margin: auto;
	width: 900px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	position: relative;
	height: 83px;
}
#footer img.copy {
	position: absolute;
	left: 15px;
	top: 15px;
}
#footer a {
	position: absolute;
	top: 15px;
	right: 15px;
}
*/