@charset "UTF-8";

/* Basic
---------------------------------------------*/



body {
	background: #FFFFFF;
	color: #393939;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 75%;
	padding-bottom: 20px;
	padding-top: 20px;
}

a {
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

a:hover,
a:focus {
	color: #3366CC;
}

a:active {
	color: #CC3300;
}

#wrapper {
	width: 626px;
	margin: 0px 0px;
	border: 1px solid #CCCCCC;
}


.text12 {
	font-size: 12px;
	line-height: 120%;
}


.text13 {
	font-size: 13px;
	line-height: 120%;
}

.text14 {
	font-size: 14px;
	line-height: 120%;
}



/* header
---------------------------------------------*/

#header {
	width: 587px;
	height: 78px;
	padding: 8px 14px 20px;
	background: url(/images/nagoya/header_b.gif) no-repeat center center;
}


#header_top {
	width: 587px;
	height: 78px;
	padding: 8px 14px 20px;
}


#logo {
	float: left;
	width: 272px;
	height: 78px;
}


#header h1 {
	padding-top: 20px;
	padding-left: 24px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
}

#header h2 {
	padding-top: 1px;
	padding-left: 24px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}


#header p {
	padding-top: 10px;
	padding-left: 24px;
	font-size: 12px;
}



#header_menu {
	width: 315px;
	height: 78px;
	float: left;
	font-size: 12px;
	}

	
#header_menu ul {
	line-height: 120%;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 25px;
}


/* 日記
---------------------------------------------*/

#main {
	clear: both;
	padding-bottom: 10px;
	overflow: hidden;
	width: 587px;
}

.diary_left p {
	width: 200px;
	text-align: center;
}

.photo {
	text-align: center;
}

.photo a {
	color: #333333;
	font-size: 14px;
}

.photo a:visited {
	color: #333333;
}

.photo 
a:hover,
a:focus {
	color: #3366CC;
}

.diary_left{
	width: 200px;
	float: left;
}

.diary_right{
	float: left;
	width: 365px;
}

.diary_title {
	background: #ffd4da url(/images/nagoya/title_star.gif) no-repeat left;
	height: 25px;
}

.diary_title p {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding-left: 40px;
	background: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

.time {
	border-right: 1px solid #ffd4da;
	border-left: 1px solid #ffd4da;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-left: 20px;
	padding-top: 10px;
}


.diary {
	line-height: 200%;
	border-right: 1px solid #ffd4da;
	border-bottom: 1px solid #ffd4da;
	border-left: 1px solid #ffd4da;
	padding: 20px;
}

.shop_info {
	clear: both;
	padding-top: 20px;
	padding-left: 20px;
}

.shop_info a {
	font-size: 14px;
	font-weight: bold;
	color: #ff5f90;
	text-decoration: underline;
	line-height: 20px;
}

.shop_info dt{
	background: url(female.gif) no-repeat left center;
	padding-left: 20px;
}
.shop_info dd{
	background: url(shop_icon.gif) no-repeat left center;
	padding-left: 20px;
}

/* ボーダー
---------------------------------------------*/
.borderline {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 5px;
}


/* ページ下部番号
---------------------------------------------*/

.utility-nav {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.utility-nav a{
	font-size: 14px;
	color: #333333;
	line-height: 30px;
}

.utility-nav ul li {
	float: left;
}

.utility-nav ul li a {
	text-decoration: underline;
	letter-spacing: 1em;
	text-align: center;
	list-style: none;
}

.topPaging {
	clear: both;
	padding-left: 120px;
	padding-bottom: 20px;
}

.topPaging a {
	font-size: 12px;
	color: #666666;
	padding-right: 4px;
	padding-left: 4px;
}

/* フッター
---------------------------------------------*/

#footer {
	width: 587px;
	height: 148px;
	background: url(/images/nagoya/footer_bg.gif) no-repeat center;
	clear: both;
	padding: 20px 14px 10px;
}

#footer_left {
	float: left;
	height: auto;
	width: 360px;
}

#rss {
	float: left;
	text-align: center;
	padding-left: 40px;
}

#rss ul {
	padding-top: 40px;
}

#rss ul li {
	list-style: url(none) none;
	float: left;
	padding-bottom: 20px;
	padding-left: 5px;

}

#rss_comment {
	text-align: center;
	padding-top: 10px;
	clear: both;
}

#footer_right {
	float: left;
	width: 227px
}

#qr {
	padding-top: 20px;
	text-align: center;
	padding-left: 80px;
}

#qr_comment {
	text-align: center;
	padding-left: 80px;
}




