@charset "utf-8"; 

/*

	[tt-1]青空と筑波山	：2008/3/13

*/



/* "body" Tag
-------------------------------------------------- */
body {
	color: #333;
	margin: 0;
	padding: 0;
	background: #FFF url(http://blog.tsukuba.ch/_img/mttsukuba/bg.jpg) repeat-x;
	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;
}

/* "a" Tag
-------------------------------------------------- */
a {
	cursor: pointer;
}
a:link {
	color: #008AD4;
	text-decoration: underline;
}
a:visited {
	color: #6AB3D3;
	text-decoration: underline;
}
a:active, a:hover {
	color: #D44A00;
	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;
}
h1 {
	margin: 1em 0;
	font-size: 138.5%;	/* 18px */
}
h2 {
	margin: 1em 0;
	font-size: 123.1%;	/* 16px */
}
h3 {
	margin: 1em 0;
	font-size: 108%;	/* 14px */
}

/* "hr" Tag
-------------------------------------------------- */
hr {
	border: 0;
	display: none;
	height: 1px;
	background: #E4E4E4;
}

/* "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;
	font-size: inherit;
	font: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	margin: 0;
	padding: .5em;
	border: 1px solid #000;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
td {
	margin: 0;
	padding: .5em;
	border: 1px solid #000;
}
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 {
	background: url(http://blog.tsukuba.ch/_img/mttsukuba/banner.jpg) no-repeat;
}

/* ヘッダー
================================================== */
#banner {
	padding-left: 20px;
	margin-bottom: 13px;
}
#banner a:link, #banner a:visited {
	color: #FFF;
	text-decoration: none;
}
#banner a:active, #banner a:hover {
	color: #D44A00;
}
.blogtitle {
	color: #FFF;
	margin: 0 0 55px;
	padding-top: 12px;
	width: 558px;
	overflow: hidden;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 189%;	/* 25px */
	line-height: 1.5;
	letter-spacing: 1px;
}
.description {
	color: #666;
	width: 35em;
	max-width: 558px;
	min-height: 3em;
	font-size: 93%;	/* 12px */
	line-height: 1.5;
}
* html .description {
	width: 558px;
	height: 3em;
}

/* コンテンツ
================================================== */
#content {
	margin: 0 14px 0 12px;
	display: inline;
	width: 546px;
	font-size: 93%;	/* 12px */
	line-height: 1.5;
	float: left;
}

/* 個別記事・アーカイブ
-------------------------------------------------- */
.bloghead {
	color: #FFF;
	padding: 5px 0 0 47px;
	height: 40px;
	overflow: hidden;
	background: url(http://blog.tsukuba.ch/_img/mttsukuba/title.gif) no-repeat;
}
.bloghead a:link, .bloghead a:visited {
	color: #FFF;
	text-decoration: none;
}
.bloghead a:active, .bloghead a:hover {
	color: #D44A00;
}
.date {
	margin: 0;
	font-size: 84%;	/* 10px */
	line-height: 1.5;
}
.title {
	margin: 0;
	font-size: 117%;	/* 12px */
	line-height: 1.5;
}
.blogbody {
	margin-bottom: 30px;
	width: 100%;
	overflow: auto;
	background: url(http://blog.tsukuba.ch/_img/mttsukuba/blogbody_bg.gif) repeat-y;
}
.main {
	margin: 10px 18px;
}
.main img {
	margin: 0 5px;
}
.tag_list {
	margin: 15px 0 -3px;
}
.posted {
	color: #666;
	padding: 0 18px 17px;
	background: url(http://blog.tsukuba.ch/_img/mttsukuba/blogbody_bottom.gif) no-repeat 0 100%;
	font-size: 84%;	/* 10px */
	line-height: 1.5;
	text-align: right;
}
.blogbody .posted {
	padding-right: 26px;
}

/* ページナビ
-------------------------------------------------- */
.menu {
	margin-bottom: 5px;
}
.menu, .pagetop {
	font-size: 84%;	/* 10px */
	line-height: 1.5;
	text-align: right;
}
.blogbody .menu {
	margin: 0;
	font-size: 100%;	/* 10px */
	line-height: 1.5;
}

/* トラックバック・コメント
-------------------------------------------------- */
.tchead {
	color: #FFF;
	padding: 20px 0 0 47px;
	height: 25px;
	overflow: hidden;
	background: url(http://blog.tsukuba.ch/_img/mttsukuba/title.gif) no-repeat;
}
.tcbody {
	margin-bottom: 30px;
	background: url(http://blog.tsukuba.ch/_img/mttsukuba/blogbody_bg.gif) repeat-y;
}
.tcbottom {
	margin-bottom: 30px;
	padding-bottom: 17px;
	background: url(http://blog.tsukuba.ch/_img/mttsukuba/blogbody_bottom.gif) no-repeat 0 100%;
}
.trackback-url {
	padding: 10px 18px 17px;
	background: url(http://blog.tsukuba.ch/_img/mttsukuba/blogbody_bottom.gif) no-repeat 0 100%;
}
#trackback-url {
	color: #F19317;
	border: 0;
	width: 100%;
	background: #FFF;
	font-weight: bold;
}
.comments-head {
	font-weight: bold;
	font-size: 117%;	/* 14px */
	line-height: 1.5;
}
div.comments-body {
	margin: 0 18px 10px;
}
div.trackback-body, div.tcbody div.comments-body, div.tcbottom div.comments-body {
	margin: 0;
	padding: 10px 18px 0;
	background: url(http://blog.tsukuba.ch/_img/mttsukuba/blogbody_bg.gif) repeat-y;
}
.trackback-post, .comments-post {
	color: #666;
	padding: 0 18px;
	background: url(http://blog.tsukuba.ch/_img/mttsukuba/blogbody_bg.gif) repeat-y;
	font-size: 84%;	/* 10px */
	line-height: 1.5;
	text-align: right;
}

/* コメントフォーム
-------------------------------------------------- */
.blog form {
	margin-bottom: 30px;
	padding: 10px 18px 17px;
	background: url(http://blog.tsukuba.ch/_img/mttsukuba/blogbody_bottom.gif) no-repeat 0 100%;
	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 {
	margin-right: 10px;
	text-align: right;
}


/* サイド
================================================== */
#links {
	width: 186px;
	overflow: hidden;
	font-size: 93%;	/* 12px */
	line-height: 1.5;
	float: left;
}
.sidetitle {
	color: #FFF;
	padding: 22px 0 0 47px;
	height: 28px;
	overflow: hidden;
	background: url(http://blog.tsukuba.ch/_img/mttsukuba/sidetitle.gif) no-repeat;
	font-weight: bold;
}
.side {
	margin-bottom: 20px;
	padding-bottom: 17px;
	background: url(http://blog.tsukuba.ch/_img/mttsukuba/side_bottom.gif) no-repeat 0 100%;
}
* html .side {
	height: 1%;
}
*:first-child+html .side {
	height: 1%;
}
.side form {
	text-align: center;
}
.sidebody, .qrcode .side div {
	padding: 0 13px;
	background: url(http://blog.tsukuba.ch/_img/mttsukuba/side_bg.gif) repeat-y;
}
.text {
	width: 100px;
}
.aside {
	padding-left: 18px;
	background: url(http://blog.tsukuba.ch/_img/mttsukuba/aside.gif) no-repeat 0 1px;
}

/* カレンダー
-------------------------------------------------- */
div.calender {
	margin-bottom: 20px;
	padding-bottom: 17px;
	background: url(http://blog.tsukuba.ch/_img/mttsukuba/side_bottom.gif) no-repeat 0 100%;
}
.calendarhead {
	color: #FFF;
	padding: 22px 0 0 47px;
	height: 33px;
	overflow: hidden;
	background: url(http://blog.tsukuba.ch/_img/mttsukuba/sidetitle.gif) no-repeat;
	font-weight: bold;
}
.calendarhead a:link, .calendarhead a:visited {
	color: #FFF;
}
.calendarhead a:active, .calendarhead a:hover {
	color: #D44A00;
}
.calendartable {
	margin: 0 auto;
	background: url(http://blog.tsukuba.ch/_img/mttsukuba/side_bg.gif) repeat-y;
	width: 186px;
	font-size: 84%;	/* 10px */
	line-height: 1.4;
	border-collapse: separate;
	border-spacing: 10px 0;
}
.calendarwd {
	color: #008AD4;
	padding: 0;
	border: 0;
}
.calendard {
	padding: 0;
	border: 0;
	text-align: center;
}

/* プロフィール
-------------------------------------------------- */
#links .photo {
	margin-bottom: 5px;
	text-align: center;
}
#links .photo img {
	padding: 1px;
	border: 1px solid #E4E4E4;
}
.nickname {
	padding-left: 18px;
	background: url(http://blog.tsukuba.ch/_img/mttsukuba/aside.gif) no-repeat 0 1px;
	font-weight: bold;
	font-size: 84%;	/* 10px */
	line-height: 1.5;
}
.message {
	margin-top: 5px;
	font-size: 84%;	/* 10px */
	line-height: 1.5;
}

/* 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 li a {
	padding-left: 18px;
	background: url(http://blog.tsukuba.ch/_img/mttsukuba/aside.gif) no-repeat 0 1px;
}
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 {
	padding: 5px 0;
}

/* フッター
================================================== */
#footer {
	margin-top: 20px;
	background: url(http://blog.tsukuba.ch/_img/mttsukuba/footer_bg.gif) repeat-x;
}
#copyright {
	padding: 10px 0 10px 20px;
	height: 90px;
	background: url(http://blog.tsukuba.ch/_img/mttsukuba/copyright_bg.gif) no-repeat;
	font-size: 93%;	/* 12px */
	line-height: 1.5;
}
