@charset "utf-8"; 

/*

	[tc-1-pattern]stationery-pattern	：2008/9/1

*/



/* 手帳の色・柄
================================================== */
#container {
	background: url(http://blog.tsukuba.ch/_img/stationery_pattern/bg.gif) 50% 25px;
}



/* "body" Tag
-------------------------------------------------- */
body {
	color: #333;
	margin: 0;
	padding: 0;
	background: #FCFCFC;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	text-align: left;
}

/* "a" Tag
-------------------------------------------------- */
a {
	cursor: pointer;
}
a:link {
	color: #6CB6BB;
	text-decoration: underline;
}
a:visited {
	color: #9CB5B7;
	text-decoration: underline;
}
a:active, a:hover {
	color: #ED9DAD;
	text-decoration: none;
}

/* "blockquote/div/p/pre" Tag
-------------------------------------------------- */
blockquote, div, p, pre {
	margin: 0;
	padding: 0;
}
blockquote {
	margin: 1em;
}
p {
	margin-bottom: 1em;
}
pre {
	font-family: monospace;
	*font-size: 108%;
	line-height: .99;
}

/* "dl/dt/dd/li/ol/ul" Tag
-------------------------------------------------- */
dl, dt, dd, li, ol, ul {
	margin: 0;
	padding: 0;
}
dl, ol, ul {
	margin: 1em 1em 1em 2em;
}
dl dd {
	margin-left: 1em;
}
li {
	list-style: none;
}
ol li {
	list-style: decimal outside;
}
ul li {
	list-style: disc outside;
}

/* "fieldset/form/label/legend/input/select/textarea" Tag
-------------------------------------------------- */
fieldset, form, legend, input, textarea {
	margin: 0;
	padding: 0;
}
fieldset {
	margin-bottom: 1em;
	border: 0;
}
label {
	cursor: pointer;
}
input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
textarea {
	resize: vertical;
}

/* "h1-h6" Tag
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 100%;	/* 13px */
	line-height: 1.5;
}

/* "hr" Tag
-------------------------------------------------- */
hr {
	display: none;
}

/* "img" Tag
-------------------------------------------------- */
img {
	border: 0;
}

/* "em/strong/sub/sup" Tag
-------------------------------------------------- */
em {
	font-style: italic;
	font-weight: normal;
}
strong {
	font-style: normal;
	font-weight: bold;
}
sub, sup {
	line-height: -1px;
	vertical-align: text-bottom;
}
sup {
	vertical-align: text-top;
}

/* "table/th/td/caption" Tag
-------------------------------------------------- */
table {
	margin-bottom: 1em;
	border: 0;
	border-right: 1px solid #9CB5B7;
	border-bottom: 1px solid #9CB5B7;
	font-size: inherit;
	font: 100%;
	border-collapse: separate;
	border-spacing: 0;
}
th {
	margin: 0;
	padding: .5em;
	border: 0;
	border-top: 1px solid #9CB5B7;
	border-left: 1px solid #9CB5B7;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
td {
	margin: 0;
	padding: .5em;
	border: 0;
	border-top: 1px solid #9CB5B7;
	border-left: 1px solid #9CB5B7;
}
caption {
	margin-bottom: .5em;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}



/* id/class
================================================== */
.clearfix:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/*Hides from IE5-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
*+html body .clearfix {
	zoom: 1;
}
/*End hide from IE5-mac */

/* コンテナ
================================================== */
#container {
	width: 847px;
	text-align: justify;
}
#top {
	height: 65px;
	overflow: hidden;
	background: url(http://blog.tsukuba.ch/_img/stationery_pattern/banner_bg.gif);
}

/* コンテンツ
================================================== */
#wrapper {
	padding: 0 60px 30px 0;
	background: url(http://blog.tsukuba.ch/_img/stationery_pattern/contents_bg.gif) repeat-y;
}
#content {
	width: 525px;
	font-size: 93%;	/* 12px */
	line-height: 1.5;
	float: right;
}

/* ヘッダー
-------------------------------------------------- */
#banner {
	margin-bottom: 30px;
}
#banner a:link, #banner a:visited {
	color: #ED9DAD;
	text-decoration: none;
}
#banner a:active, #banner a:hover {
	color: #ED9DAD;
	text-decoration: underline;
}
.blogtitle {
	color: #ED9DAD;
	border-bottom: 1px dotted #ED9DAD;
	margin: 0;
	padding-left: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 208%;	/* 25px */
	letter-spacing: 1px;
}
.description {
	color: #666;
	margin: 5px 0 0 5px;
	font-weight: normal;
	font-size: 100%;	/* 12px */
}

/* 個別記事・アーカイブ
-------------------------------------------------- */
.date {
	color: #9CB5B7;
	margin: 0 0 5px;
	padding-left: 5px;
	border-bottom: 1px solid #D3E7E4;
	font-size: 84%;	/* 10px */
}
.title {
	color: #4C4C4C;
	margin: 0 0 18px;
	padding-left: 5px;
	border-bottom: 3px double #D3E7E4;
	font-size: 117%;	/* 14px */
}
.title a:link, .title a:visited {
	color: #4C4C4C;
	text-decoration: none;
}
.title a:active, .title a:hover {
	color: #4C4C4C;
	text-decoration: underline;
}
.blogbody {
	margin: 0 0 30px 5px;
	overflow: auto;
	background: url(http://blog.tsukuba.ch/_img/stationery_pattern/line.gif) repeat-y 50% 0;
}
.main {
	margin-bottom: 20px;
}
.main img {
	margin: 0 5px;
}
.tag_list {
	margin: 15px 0 -20px;
}
.posted {
	color: #666;
	margin-bottom: 5px;
	font-size: 84%;	/* 10px */
	text-align: right;
}
.blogbody .posted {
	margin-right: 8px;
}

/* ページナビ
-------------------------------------------------- */
.menu {
	margin-bottom: 5px;
}
.blogbody .menu {
	margin-right: 8px;
}
.menu, .pagetop {
	font-size: 84%;	/* 10px */
	text-align: right;
}

/* トラックバック・コメント
-------------------------------------------------- */
#trackback-url {
	color: #ED9DAD;
	border: 0;
	width: 100%;
	background: #FCFCFC;
	font-weight: bold;
}
.comments-body {
	color: #F66;
	margin: 0 5px 30px;
}
.blogbody .comments-body {
	color: #333;
	margin: 0;
}
.trackback-post, .comments-post {
	color: #666;
	margin-bottom: 10px;
	padding: 0 8px 5px 5px;
	border-bottom: 1px dotted #D3E7E4;
	font-size: 84%;	/* 10px */
	text-align: right;
}

/* コメントフォーム
-------------------------------------------------- */
.blog form {
	margin-bottom: 30px;
	text-align: center;
}
.form {
	margin: 0 auto;
	width: 90%;
	text-align: left;
}
.form dl {
	margin: 0 0 .5em 0;
}
.form dl dt {
	width: 20%;
	font-weight: bold;
	text-align: right;
	float: left;
}
.form dl dd {
	margin: 0;
	width: 77%;
	float: right;
}
.form input {
	padding: 1px;
	width: 50%;
}
.form .btn input {
	margin-right: 10px;
	padding: 0;
	width: 80px;
	text-align: center;
}
.form #bake, .form #savecheck {
	margin: 0;
	padding: 0;
	width: auto;
	vertical-align: middle;
}
.form textarea {
	width: 95%;
	height: 100px;
}
.form .btn {
	text-align: right;
}

/* サイド
================================================== */
#links {
	padding: 93px 0 0 5px;
	width: 180px;
	background: url(http://blog.tsukuba.ch/_img/stationery_pattern/pen.jpg) no-repeat 100% 0;
	font-size: 93%;	/* 12px */
	line-height: 1.5;
	float: left;
}
.sidetitle {
	color: #595959;
	margin-bottom: 5px;
	padding-left: 5px;
	border-bottom: 3px double #D3E7E4;
	font-weight: bold;
}
.side {
	margin: 0 0 20px 5px;
	background: url(http://blog.tsukuba.ch/_img/stationery_pattern/line.gif) repeat-y 0 13px;
}
.side form {
	text-align: center;
}
.text {
	width: 100px;
}

/* カレンダー
-------------------------------------------------- */
.calendarhead {
	color: #595959;
	margin-bottom: 5px;
	border-bottom: 3px double #D3E7E4;
	font-weight: bold;
}
.calendartable {
	margin-bottom: 20px;
	border: 0;
	width: 100%;
	font-size: 84%;	/* 10px */
}
.calendartable a:link, .calendartable a:visited {
	color: #333;
}
.calendartable a:active, .calendartable a:hover {
	color: #ED9DAD;
}
.calendarwd {
	color: #FCFCFC;
	padding: 0;
	border: 0;
	background: #6CB6BB;
}
.calendard {
	padding: 2px 0;
	border: 0;
	background: url(http://blog.tsukuba.ch/_img/stationery_pattern/calendar_day.gif) no-repeat 50% 50%;
	text-align: center;
}

/* プロフィール
-------------------------------------------------- */
#links .photo {
	margin-bottom: 5px;
	text-align: center;
}
#links .photo img {
	padding: 1px;
	border: 1px solid #D3E7E4;
}
.nickname {
	font-weight: bold;
	font-size: 84%;	/* 10px */
	text-align: center;
}
.message {
	margin-top: 5px;
	font-size: 84%;	/* 10px */
}

/* RSS
-------------------------------------------------- */
div.rss {
	margin-top: -15px;
}
ul.rss {
	margin: 0 0 20px;
}
ul.rss li {
	width: 49.9%;
	list-style-type: none;
	text-align: center;
	float: left;
}
ul.rss:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
ul.rss {
	display: inline-block;
}
/*Hides from IE5-mac \*/
* html ul.rss {
	height: 1%;
}
ul.rss {
	display: block;
}
*+html body ul.rss {
	zoom: 1;
}
/*End hide from IE5-mac */

/* 読者登録
-------------------------------------------------- */
.subscription form {
	margin: 5px 0;
}

/* フッター
================================================== */
#footer {
	padding-bottom: 41px;
	background: url(http://blog.tsukuba.ch/_img/stationery_pattern/footer_bg.gif) no-repeat 0 100%;
}
#copyright {
	background: url(http://blog.tsukuba.ch/_img/stationery_pattern/contents_bg.gif) repeat-y 0 100%;
	font-size: 93%;	/* 12px */
}
#copyright div {
	margin: 0 60px 0 260px;
	padding-top: 5px;
	border-top: 3px double #D3E7E4;
	text-align: center;
}
