/* KOBETSUKAN-BLOG STYLE-SHEET */
/* Produced by Yoshitaka.ueda */

html
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 13px;
}

form {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	border-bottom:1px dotted blue;
}

a:hover{
	text-decoration:underline;
	background-color:#5566aa;
	color:#ffffff;
}

a img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-size:13px;
	font-weight: normal;
}

div#banner h1#banner-header{
	margin: 0;
	padding: 42px 0 0 15px;
}

div#banner h1#banner-header a{
	margin:0;
	padding:0;
	text-decoration: none;
	font-size: 2px;
	display: block;
	width: 339px;
	height: 61px;
	text-indent: -700em;
	background: transparent url(./img/toplogonew.gif) no-repeat top left;
	border-bottom:none;
}

div#banner h1#banner-header a:hover{
	margin:0;
	padding:0;
	text-decoration: none;
	font-size: 2px;
	display: block;
	width: 339px;
	height: 61px;
	text-indent: -700em;
	background: transparent url(./img/toplogonew.gif) no-repeat bottom left;
	border-bottom:none;
}


/* page layout */

h2.module-header{
	text-align:center;
	padding:14px 0 0;
	display:block;
	width:220px;
	height:30px;
	background: transparent url(./img/sidebarback.jpg) no-repeat center left;
}

body {
	text-align: center;
	background:#deedee url(./img/body_back.gif) repeat;
	color:#5f5f5f;
}

#banner{
	margin:0;
	padding:0;
	text-align:left;
	width:760px;
	height:120px;
	display:block;
	color:#999999;
	background:#ffffff url(./img/topbacksmall.jpg) repeat-x top left;
}

#banner:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

#container{
	margin: 0 auto;
	padding:0;
	width: 760px;
	background-color:#ffffff;
	text-align: left;
	border-style:solid;
	border-width:0 1px 0;
	border-color:#cccccc;
}

#container:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

#pagebody{
	margin:5px 0 0;
	padding:5px 10px 10px;
	width:500px;
	float:left;
}

#sidebar{
	margin:5px 0 0;
	padding:5px 10px 10px;
	width:220px;
	float:right;
}


/* content */

h3.entry-header{
	color:navy;
	margin:0;
	padding:7px 0 0 50px;
	display: block;
	width: 500px;
	height: 30px;
	background: transparent url(./img/blog-entry-back.gif) no-repeat top left;
}

.content-nav
{
	margin: 10px 5px 5px;
	text-align: center;
}

.date-header,
.entry-content
{
	position: static;
	clear: both;
}

.entry,.trackbacks,.comments,.archive{
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}

.entry-content,.trackbacks-info,.trackback-content,
.comment-content,.comments-open-content,.comments-closed{
	clear: both;
	margin: 5px 10px;
}

.entry-excerpt,.entry-body,.entry-more-link,.entry-more{
	clear: both;
}

.entry-footer{
	border-top:1px dotted #cccccc;
	clear: both;
	margin: 5px 10px 20px 0;
	padding:4px 0 0;
}

.trackback-footer,.comment-footer,
.comments-open-footer,.archive-content{
	clear: both;
	margin: 5px 10px 20px 10px;
}

.comments-open label {
	display: block;
}

#comment-author, #comment-email, #comment-url{
	width: 240px;
	border:1px solid #cccccc;
	margin:0;
	padding:4px;
}

#comment-text{
	width: 440px;
	border:1px solid #cccccc;
	margin:0;
	padding:4px;
}

#comment-bake-cookie{
	margin-left: 0;
	vertical-align: middle;
}

#comment-post{
	font-weight: bold;
}

img.image-full {
	width: 100%;
}

.image-thumbnail{
	float: left;
	width: 115px;
	margin: 0 10px 10px 0;
}

.image-thumbnail img{
	width: 115px;
	height: 115px;
	margin: 0 0 2px 0;
}


/* modules */

.module
{
	position: relative;
	overflow: hidden;
	width: 100%;
}

.module-content
{
	position: relative;
	margin: 5px 10px 20px 10px;
}

.module-list,
.archive-list
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.module-list-item
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table
{
	border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td
{
	width: 14%;
	text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item
{
	display: block;
	clear: both;
	margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail
{
	float: left;
	min-width: 60px;
	width: 60px;
	/* no ie mac \*/width: auto;/* */
	margin: 0 5px 0 0;
	text-align: center;
	vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description
{
	margin: 0;
	padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content
{
	margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list
{
	display: block;
	height: 1%;
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item
{
	display: block;
	float: left;
	/* ie win fix \*/ height: 1%; /**/
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item a
{
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item img
{
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td
{
	width: 14%;
	height: 75px;
	text-align: left;
	vertical-align: top;
}

.day-photo
{
	width: 54px;
	height: 54px;
}

.day-photo a
{
	display: block;
}

.day-photo a img
{
	width: 50px;
	height: 50px;
}




/* calendar tweaks */

	.layout-calendar #alpha { width: 260px; }
	.layout-calendar #beta { width: 420px; }

	.layout-calendar #gamma,
	.layout-calendar #delta
	{
		width: 190px;
	}

	.layout-calendar #gamma-inner,
	.layout-calendar #delta-inner
	{
		border: 0;
		padding: 0;
	}

	.module-mmt-calendar { width: 398px; }
	.module-mmt-calendar .module-content
	{
		margin: 0;
		border-width: 0;
		padding: 10px;
	}

	.module-mmt-calendar table
	{
		width: 378px;
		background: #a3b8cc;
	}

	.module-mmt-calendar th
	{
		color: #fff;
		border-top: 1px solid #fff;
		border-right: 1px solid #f3f6f9;
		border-bottom: 1px solid #cfd4d9;
		padding: 2px;
		text-align: right;
		font-weight: bold;
	}

	.module-mmt-calendar td
	{
		border-top: 1px solid #fff;
		border-right: 1px solid #f3f6f9;
		border-bottom: 1px solid #cfd4d9;
		padding: 2px;
		text-align: right;
		font-weight: normal;
		background: #e6ecf2;
	}

	th.weekday-7, td.day-7, td.day-14, td.day-21, td.day-28, td.day-35, td.day-42
	{
		border-right: none;
	}

	.module-mmt-calendar td { height: 70px; }

	.day-photo
	{
		width: 49px;
		height: 49px;
	}
	
	.day-photo a
	{
		border: #cfd4d9 1px solid;
		padding: 1px;
		background: #fff;
	}

	.day-photo a:hover
	{
		border-color: #36414d;
		background: #fff;
	}

	.day-photo a img
	{
		width: 45px;
		height: 45px;
	}


/* artistic tweaks */

	.layout-artistic #alpha { width: 260px; }
	.layout-artistic #beta { width: 420px; }

	.layout-artistic #gamma,
	.layout-artistic #delta
	{
		width: 190px;
	}

	.layout-artistic #gamma-inner,
	.layout-artistic #delta-inner
	{
		border: 0;
		padding: 0;
	}


/* moblog1 tweaks */

	.layout-moblog1 #alpha
	{
		margin: 0;
		width: 180px;
		background: #e6ecf2;
	}

	.layout-moblog1 #alpha-inner
	{
		padding: 10px 10px 0 10px;
		border-width: 2px 0 2px 2px;
		border-style: solid;
		border-color: #fff;
	}

	.layout-moblog1 #beta
	{
		margin: 15px 15px 0 15px;
		width: 320px;
		background: none;
	}

	.layout-moblog1 #beta-inner
	{
		padding: 0;
		border-width: 0;
	}

	.layout-moblog1 .module-recent-photos .module-content { padding: 10px 0 0 10px; }


/* moblog2 tweaks */

	.layout-moblog2 #alpha
	{
		margin: 0;
		width: 86px;
		background: #e6ecf2;
	}

	.layout-moblog2 #alpha-inner
	{
		padding: 10px 10px 0 10px;
		border-width: 2px 0 2px 2px;
		border-style: solid;
		border-color: #fff;
	}

	.layout-moblog2 #beta
	{
		margin: 15px 15px 0 15px;
		width: 260px;
		background: none;
	}

	.layout-moblog2 #beta-inner
	{
		padding: 0;
		border-width: 0;
	}

	.layout-moblog2 #delta
	{
		width: 154px;
	}

	.layout-moblog2 .module-recent-photos
	{
		border: 0;
		background: none;
	}

	.layout-moblog2 .module-recent-photos .module-content
	{
		padding: 0;
		border: 0;
	}

	.layout-moblog2 .module-recent-photos .module-list-item { margin: 0 0 10px 0; }


/* timeline tweaks */

	.layout-timeline #alpha { width: 260px; }
	.layout-timeline #beta { width: 420px; }

	.layout-timeline #gamma,
	.layout-timeline #delta
	{
		width: 190px;
	}

	.layout-timeline #gamma-inner,
	.layout-timeline #delta-inner
	{
		border: 0;
		padding: 0;
	}


/* ここからは自作 */
.show{
	display: block;
}

.hidden{
	display: none;
}