@charset "utf-8"; 

/*

	[tc-2-green]cutie☆リボン-green	：2009/11/26

*/



/* "body" Tag
-------------------------------------------------- */
body {
	color: #000;
	margin:0;
	padding:0;
	background: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height:1.5;
	*font-size: small;
	*font: x-small;
}
* html body {
	font-family: Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* "a" Tag
-------------------------------------------------- */
a:link, a:visited {
	color: #4AAE00;
	text-decoration:none;
}
a:hover, a:active {
	color: #AFF141;
	margin: 1px 1px 0;
	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-weight: inherit;
	font-size: inherit;
	font-family: 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: -1;
	vertical-align: text-bottom;
}
sup {
	vertical-align: text-top;
}

/* "table/th/td/caption" Tag
-------------------------------------------------- */
table {
	margin-bottom: 1em;
	border: 0;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: inherit;
	font: 100%;
	border-collapse: separate;
	border-spacing: 0;
}
th {
	margin: 0;
	padding: .5em;
	border: 0;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
td {
	margin: 0;
	padding: .5em;
	border: 0;
	border-top: 1px solid #000;
	border-left: 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 {
	margin: 0 auto;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	width: 748px;
	background: #FFF;
}

/* ヘッダー
================================================== */
#banner {
	color: #000;
	margin: 0;
	padding: 0 20px;
	border-bottom: 1px solid #000;
	background: url(http://blog.tsukuba.ch/_img/ribbon_green/back.gif);
}
#ribbon {
	padding-right: 200px;
	min-height: 200px;
	background: url(http://blog.tsukuba.ch/_img/ribbon_green/glog01.gif) no-repeat 100% 50%;
}
* html #ribbon {
	height: 200px;
}
.blogtitle{
	margin: 0;
	padding: 20px 5px 5px;
	font-size: 189%;	/* 25px */
}
.description {
	color: #000;
	margin: 5px 10px;
	font-size: 93%;	/* 12px */
	line-height: 1.5;
}

/* コンテンツ
================================================== */
#content {
	margin: 25px 0 30px 10px;
	width: 500px;
	float: left;
}

/* 個別記事・アーカイブ
-------------------------------------------------- */
.date {
	margin: 0;
	padding: 3px 5px;
	font-weight: normal;
	font-size: 83%;	/* 10px */
	line-height: 1.5;
	letter-spacing: 2px;
}
.blogbody {
	margin-bottom: 30px;
	width: 100%;
	overflow: auto;
}
.title {
	color: #4B9D09;
	margin: 2px 3px 4px 2px;
	padding: 10px 220px 10px 60px;
	background: url(http://blog.tsukuba.ch/_img/ribbon_green/glog02.gif) no-repeat 0 100%;
}
.main {
	margin: 10px 15px 20px 3px;
	padding-right: 15px;
	line-height: 1.7;
}
.main img {
	margin: 0 5px;
}
.tag_list {
	margin: 15px 0 0 !important;
}
.tag_list span {
	padding: 0 0 0 8px !important;
}
.posted {
	color: #666;
	margin-bottom: 20px;
	margin-right: 15px;
	padding-right: 15px;
	font-size: 83%;	/* 10px */
	line-height: 1.5;
	text-align: right;
}
.blogbody{
	margin-right: 8px;
}

/* ページナビ
-------------------------------------------------- */
.menu {
	margin-bottom: 5px;
}
.blogbody, .menu {
	margin-right: 8px;
}
.menu, .pagetop {
	font-size: 93%;	/* 10px */
	line-height: 1.5;
	text-align: right;
}

/* トラックバック・コメント
-------------------------------------------------- */
.trackback-url {
	margin: 0 0 30px;
}
.comments-head {
	color: #4B9D09;
	margin: 30px 0 10px;
	padding-left: 60px;
	height: 40px;
	background: url(http://blog.tsukuba.ch/_img/ribbon_green/glog02.gif) no-repeat;
	font-weight: bold;
}
.trackback-post, .comments-post {
	color: #4C4C4C;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 2px dotted #4DE91F;
	font-size: 83%;	/* 10px */
	line-height: 1.5;
	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;
}
.form dl dt {
	color: #4B9D09;
	font-weight: bold;
	text-align: right;
	width: 20%;
	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;
}
.form textarea {
	width: 95%;
	height: 100px;
}
.form .btn {
	text-align: right;
}

/* サイド
================================================== */
#links {
	margin: 15px 5px 0 0;
	display: inline;
	width: 200px;
	overflow: hidden;
	font-size: 83%;	/* 10px */
	line-height: 1.5;
	float: right;
}
.sidetitle {
	color: #253E13;
	margin-bottom: 5px;
	padding: 2px 0 0 2px;
	border-top: 2px dotted #4DE91F;
	font-weight: bold;
}
.side {
	margin: 0 2px 20px;
}
.side form {
	text-align: center;
}
.text {
	width: 90px;
}

/* カレンダー
-------------------------------------------------- */
.calendarhead {
	color: #1AB01A;
	margin-bottom: 5px;
	border-top: 2px dotted #4DE91F;
	font-weight: bold;
	text-align: center;
}
.calendartable {
	margin: 0 auto 20px;
	border: 1px solid #4DE91F;
	width: 170px;
	font-size: 83%;	/* 10px */
	line-height: 1.5;
}
.calendarwd {
	color: #253E13;
	padding: 0;
	border: 0;
	background: #B1F37C;
}
.calendard {
	padding: 0;
	border: 0;
	text-align: center;
}

/* プロフィール
-------------------------------------------------- */
#links .photo {
	margin-bottom: 5px;
	text-align: center;
}
#links .photo img {
	padding: 1px;
	border: 1px solid #A4E016;
}
.nickname {
	color: #286000;
	font-weight: bold;
	font-size: 100%;
	line-height: 1.5;
	text-align: center;
}
.message {
	margin-top: 5px;
	font-size: 93%;
	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: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;
}

/* フッター
================================================== */
#copyright {
	padding-bottom: 10px;
	font-size: 93%;	/* 12px */
	line-height: 1.5;
	text-align: center;
}

