@charset "utf-8";

/* 大見出し */
h2 {
	background: url(./img/ttl.jpg) 0 0 no-repeat;
	text-indent: 0;
}
h2 a {
	text-indent: -9999px;
	display: block;
	width: 960px;
	height: 120px;
}

/* メイン
----------------------------------------------------*/
#main {
	background: url(../common/img/bg-dot.gif) ;
}
#main-inner {
	padding: 5px 0 !important;
	margin: 5px;
	background: #fff;
	min-height:600px;
	height: auto !important;
	height: 600px;
	background: #fff;
}
/*見出し*/
#main-inner h3 {
	position: relative;
	margin: 10px 15px 20px 15px;
}
#main-inner h3 ul {
	position: absolute;
	top: 0;
	right: 0;
	width: 228px;
}
#main-inner h3 ul li {
	float: left;
	width: 66px;
	height: 39px;
	margin-left: 10px;
}
#main-inner h3 ul li a {
	display: block;
	width: 66px;
	height: 39px;
	text-indent: -9999px;
}
#main-inner h3 ul li.ic-nensho a {
	background: url(./img/ic2-nensho.gif) 0 0 no-repeat;
} 
#main-inner h3 ul li.ic-nenchu a {
	background: url(./img/ic2-nenchu.gif) 0 0 no-repeat;
} 
#main-inner h3 ul li.ic-nencho a {
	background: url(./img/ic2-nencho.gif) 0 0 no-repeat;
} 

/*アルバムリスト*/
#main .entrybody {
	margin: 0 15px;
}
.ic {
	margin-right: 2px;
}
#main .entrybody .a-count {
	text-align: right;
}
#main .entrybody .a-count span {
	font-size: 153.9%;
	padding: 0 5px;
}

#main #alist dt {
	padding-left: 45px;
	background: url(./img/camera.gif) left top no-repeat;
}
#main #alist .a-ttl {
	font-weight: bold;
	font-size: 116%;
	margin-right: 10px;
}
#main #alist .a-ttl a {
	color: #444;
	text-decoration: none;
}
#main #alist .a-ttl a:hover {
	text-decoration: underline;
}

#main #alist .date {
	color: #888;
}
#main #alist dd{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: dashed 1px #bbb;
}
#main .pic-list img {
	overflow: hidden;
	width: 124px;
}
#main .pic-list p {
	overflow: hidden;
	float: left;
	width: 124px;
	height: 93px;
	margin: 5px;
}

#main #gallery img {
	overflow: hidden;
	width: 213px;
}
#main #gallery p {
	overflow: hidden;
	float: left;
	width: 213px;
	height: 160px;
	margin: 5px;
}


/* エントリー */
#main-inner #meta {
	margin: 0 15px 20px 15px;
}
#main-inner #meta .date {
	margin-right: 10px;
}
#main-inner #meta .pic-count {
	margin-left: 10px;
}
#main-inner h3#entry-ttl {
	font-size: 123.1%;
	padding-top: 10px;
	height: 40px;
	margin-bottom: 5px;
	background: url(./img/hl-back.gif) bottom no-repeat;
}
#main-inner h3#entry-ttl span {
	font-size: 13px;
	padding-right: 1em;
	color: #444;
}

body.entry #main-inner .entrybody {
	padding:0 0 20px 0;
	margin-bottom:20px;
	border-bottom: dashed 1px #bbb;
}

/* カテゴリー・月別アーカイブ */
body.cm #main-inner h3 {
	font-size: 108%;
	padding-left: 5px;
	padding-top: 10px;
	height: 40px;
	margin-bottom: 20px;
	background: url(./img/hl-back.gif) bottom no-repeat;
}
body.cm #main-inner h3 span {
	font-size: 123.1%;
	margin-right: 0.5em;
}
body.cm #main-inner dl.entries dt {
	width: 8em;
	padding-left: 5px;
}
body.cm #main-inner dl.entries dd {
	padding-left: 8.5em;
}
body.cm #main-inner dl.entries dt .date {
	padding-right: 0;
}


/* ページ送り */
.pagenate {
	text-align: right;
	padding: 0 10px;
	color: #999;
}

/* サイド
----------------------------------------------------*/
#side-navi h3  {
	width: 200px;
	height: 25px;
	text-indent: -9999px;
}
#side-navi h3#sn-category {
	background: url(./img/side-sh.gif) 0 0 no-repeat;
}
#side-navi h3#sn-monthly {
	background: url(./img/side-sh.gif) 0 -25px no-repeat;
}

#side-navi ul {
	margin: 10px 0 15px 0;
	padding-bottom: 5px;
}
#side-navi ul li {
	margin-bottom: 8px;
}
#side-navi ul.last {
	margin-bottom: 0;
}

#side-navi ul li {
	line-height: 1.4;
	border: none;
}
#side-navi ul li a{
	margin: 0 5px;
	padding-left: 15px;
	background: url(../page/img/arrow.gif) left center no-repeat ;
	text-decoration: underline;
}
#side-navi ul li a:hover {
	text-decoration: none;
	background: url(../page/img/arrow.gif) left center no-repeat #fff ;
}

/* カレンダー
----------------------------------------------------*/
#calendar {
	margin-bottom: 20px;
	padding: 5px;
	border-top: 1px dashed #fce8b3;
	text-align: center;
}

#calendar h3 {
	float: left;
	width: 195px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}
#calendar p a {
	display: block;
	width: 10px;
	height: 14px;
	line-height: 14px;
	text-indent: -9999px;
}
#calendar .left a {
	background: url(./img/arrow2.gif) 0 0 no-repeat ;
}
#calendar .right a {
	background: url(./img/arrow.gif) 0 0 no-repeat ;
}


#calendar table {
	width: 100%;
	margin-top: 5px;
	border-top: 1px dashed #fce8b3;
	border-bottom: 1px dashed #fce8b3;
}
#calendar table th {
	padding: 5px 0;
	font-size: 93%;
	color: #f90;
	text-align: center;
	border-bottom: 1px dashed #fce8b3;
}
#calendar table td {
	padding: 3px 0;
	font-size: 93%;
	border-left: 1px dashed #fce8b3;
}
#calendar table td#cell1,
#calendar table td#cell8,
#calendar table td#cell15,
#calendar table td#cell22,
#calendar table td#cell29,
#calendar table td#cell36 {
	border-left: none !important;
}
#calendar table td span.stay {
	display: block;
	background: #fce8b3;
}
