@charset "utf-8"; 

/*

	[* html] = IE6
	[*:first-child+html] = IE7
	[Hides from IE5-mac ～ End hide from IE5-mac] = Mac IE5

*/


/* Reset style
================================================== */
body { color: #333; margin: 0; padding: 0; background: #FFF; 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 { cursor: pointer; }
a:link, a:visited { color: #CCC; text-decoration: none; }
a:active, a:hover { color: #333; text-decoration: underline; }
blockquote, div, p, pre { margin: 0; padding: 0; }
blockquote { margin: 0 1em 1em 0; padding: 20px 0 0 20px; }
p { margin-bottom: 1em; }
pre { font-family: monospace; *font-size: 108%; line-height: .99; }
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 { color: #0198d1; list-style: decimal outside; }
ul li { list-style: disc outside; }
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: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-weight: bold; font-size: 100%; line-height: 1.5; }
hr { display: none; }
img { border: 0; }
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 { 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; }


/* All pages style
================================================== */
html {
	background: url("http://blog.tsukuba.ch/_img/cfy/common/bg_body.png") #191919 repeat 0 0;
}
body {
	font-size: 77%;	/* 11px */
	background: url("http://blog.tsukuba.ch/_img/cfy/common/bg_header.png") repeat-x 0 0;
}
a:link, a:visited {
	color: #9B0000;
	text-decoration: underline;
}
a:active, a:hover {
	color: #9B0000;
	text-decoration: none;
}
h1 {
	float: left;
	width: 210px;
}
h2 {
	float: right;
	width: 560px;
}
h3 {
	padding: 25px 0 0 60px;
	margin-bottom: 10px;
	height: 35px;
	overflow: hidden;
	border-bottom: 1px dotted #FFF;
	font-size: 138%;	/* 14px */
	background: url("http://blog.tsukuba.ch/_img/cfy/common/bg_h3.png") no-repeat center top;
}
h4 {
	margin-top: 20px;
	padding: 28px 0 0 60px;
	height: 35px;
	overflow: hidden;
	border-bottom: 1px dotted #FFF;
	background: url("http://blog.tsukuba.ch/_img/cfy/common/bg_h3.png") no-repeat center top;
}


/* id/class
-------------------------------------------------- */
.red {
	color: #9B0000;
}
.noBorder {
	border: 0px none #000;
}
.noBorder th, .noBorder td {
	border: 0px none #000;
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.floatClearRight {
	clear: right;
}
.floatClearLeft {
	clear: left;
}
.floatClear {
	clear: both;
}
.framePage {
	margin: 0 auto;
	width: 770px;
	padding: 0 5px 0 5px;
	background: #FFF;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	overflow: auto;
}


/* ヘッダーバンド
-------------------------------------------------- */
#bandHeader {
	overflow: auto;
	border-top: 10px solid #9B0000;
}
#bandHeader .framePage {
	position: relative;
}
#itemShortcut {
	overflow: auto;
	position: absolute;
	top: 5px;
	right: 0px;
	width: 230px;
}
#itemShortcut li {
	list-style: none;
	float: left;
	width: 70px;
	margin-right: 5px;
}


/* メニューバンド
-------------------------------------------------- */
#bandMenu ul {
	width: 770px;
}
#bandMenu ul li {
	list-style: none;
	border-bottom: solid 1px #B2B2B2;
	float: left;
}
#bandMenu ul li a {
	color: #FFF;
	display: block;
	width: 110px;
	height: 47px;
	background: url("http://blog.tsukuba.ch/_img/cfykr/common/menu.png") #000 no-repeat;
	text-decoration: none;
}
#bandMenu ul li a:hover {
	color: #000;
}
#bandMenu ul li.greeting a {
	background-position: 0px 0px;
}
#bandMenu ul li.greeting a:hover, body.pageGreeting #bandMenu ul li.greeting a {
	background-position: 0px -47px;
}
#bandMenu ul li.menu a {
	background-position: -110px 0px;
}
#bandMenu ul li.menu a:hover, body.pageMenu #bandMenu ul li.menu a {
	background-position: -110px -47px;
}
#bandMenu ul li.takeout a {
	background-position: -220px 0px;
}
#bandMenu ul li.takeout a:hover, body.pageTakeout #bandMenu ul li.takeout a {
	background-position: -220px -47px;
}
#bandMenu ul li.class a {
	background-position: -330px 0px;
}
#bandMenu ul li.class a:hover, body.pageClass #bandMenu ul li.class a {
	background-position: -330px -47px;
}
#bandMenu ul li.event a {
	background-position: -440px 0px;
}
#bandMenu ul li.event a:hover, body.pageEvent #bandMenu ul li.event a {
	background-position: -440px -47px;
}
#bandMenu ul li.shop a {
	background-position: -550px 0px;
}
#bandMenu ul li.shop a:hover, body.pageShop #bandMenu ul li.shop a {
	background-position: -550px -47px;
}
#bandMenu ul li.blog a {
	background-position: -660px 0px;
}
#bandMenu ul li.blog a:hover, body.pageBlog #bandMenu ul li.blog a {
	background-position: -660px -47px;
}


/* コンテンツバンド
-------------------------------------------------- */
#bandContent .framePage {
	padding-top: 10px;
	overflow: auto;
}
#bandContent #columMain {
	width: 550px;
	float: right;
}
#bandContent #columSide {
	width: 200px;
	float: left;
}


/* フッターバンド
-------------------------------------------------- */
#bandFooter .boxFooter {
	color: #FFF;
	background: url("http://blog.tsukuba.ch/_img/cfy/common/bg_footer.png") #000 no-repeat 0 0;
	padding: 15px 0 5px 0;
}
#bandFooter a:link, #bandFooter a:visited, #bandFooter a:active, #bandFooter a:hover {
	color: #FFF;
}
#bandFooter ul {
	margin: 0;
	text-align: center;
}
#bandFooter ul li {
	display: inline;
	padding: 0px 0px 0px 5px;
	list-style: none;
	border-left: 1px solid #FFF;
}
#bandFooter ul li.itemStart {
	border-left: none;
}
#bandFooter ul li a {
	text-decoration: none;
}
#bandFooter ul li a:hover {
	background: #9B0000;
}
#bandFooter p {
	margin: 0 0 5px 0;
}


/* サイドバー
-------------------------------------------------- */
.sidetitle {
	overflow: hidden;
	color: #FFF;
	padding: 7px 5px 5px 40px;
	background: url("http://blog.tsukuba.ch/_img/cfy/common/bg_sidetitle.png") #000 no-repeat 0 0;
}
.side {
	margin: 0 0 10px 0;
	padding: 10px;
}
.sidebody .text {
	width: 70% !important;
}
.sidebody .button {
	width: 25%;
}
.category .sidebody,
.recententry .sidebody,
.archives .sidebody,
.comment .sidebody,
.link .sidebody,
.counter .sidebody
{
	padding: 2px 0 0 15px;
	background: url("http://blog.tsukuba.ch/_img/cfy/common/bg_sidebody.png") no-repeat 0 center;
}
.category .sidebody a,
.recententry .sidebody a,
.archives .sidebody a,
.comment .sidebody a,
.link .sidebody a
{
	text-decoration: none;
}
/* RSS */
div.rss {
	margin: 0 0 20px;
}
ul.rss {
	margin: 0;
	text-align: center;
}
ul.rss li {
	margin: 0 5px;
	padding-left: 17px;
	display: inline;
	list-style-type: none;
	background: url("http://blog.tsukuba.ch/_img/cfy/common/icon_feed.png") no-repeat 0 50%;
}
div.rssMemo {
	font-size: 84%;	/* 10px */
	text-align: center;
}


/* ページ先頭へ
-------------------------------------------------- */
#itemGotop {
	float: right;
	color: #FFF;
	width: 82px;
	height: 24px;
	position: fixed;
	margin: -24px 0 0 -84px;
	bottom: 0;
	right: 60px;
	background: #9B0000;
}
#itemGotop img {
	border-top: 1px solid #AA2626;
	border-left: 1px solid #AA2626;
	border-right: 1px solid #AA2626;
}


/* JavaScriptアラート
-------------------------------------------------- */
#itemScript {
	color: #FFF;
	padding: 0 10px;
	border: 3px double #FFF;
	position: absolute;
	top: 0;
	right: 0;
	background: #9B0000;
	font-weight: bold;
	font-size: 108%;	/* 14px */
}


/* 汎用
-------------------------------------------------- */
/* リスト */
ul.list {
	margin: 0 0 1em;
}
ul.list li {
	padding-left: 13px;
	list-style-type: none;
	background: url("http://blog.tsukuba.ch/_img/cfy/common/point.gif") no-repeat 0 4px;
}
ul.listmargin li {
	margin-bottom: 1em;
}
/* DLテーブル */
dl.table {
	margin: 0;
}
dl.table dt {
	padding: 5px 0;
	width: 33%;
	font-weight: bold;
	text-align: center;
	float: left;
}
dl.table dd {
	margin: 0;
	padding: 5px 0;
	width: 66%;
	float: left;
}
dl.table dd dl {
	margin: 0;
}
dl.even {
	background: #EBF4DA;
}
/* コメント */
.boxComment dl {
	margin: 0;
	clear: both;
}
.boxComment dl dt {
	padding: 5px 10px 5px 0;
	width: 15%;
	font-weight: bold;
	text-align: right;
	float: left;
}
.boxComment dl dd {
	margin: 0;
	padding: 5px 0;
	width: 79%;
	float: left;
}
.boxComment dl #author, .boxComment dl #email {
	width: 40%;
}
.boxComment dl #url, .boxComment dl #text {
	width: 90%;
}
.boxComment dl #insert {
	width: 20%;
	margin-right: 10px;
}
/* その他パーツ */
.itemPath {
	color: #9B0000;
	padding: 7px 5px 5px 25px;
	margin-bottom: 10px;
	background: url("http://blog.tsukuba.ch/_img/cfy/common/bg_path.png") #EBCCCC no-repeat 5px 5px;
}
.itemPath a {
	text-decoration: none;
}
#boxBlog {
	overflow: auto;
}
.itemBlogBody {
	width: 510px;
	overflow: auto;
	padding: 0 20px 40px 20px;
	background: url("http://blog.tsukuba.ch/_img/cfy/common/bg_blog_body.png") no-repeat 0 bottom;
	margin-bottom: 20px;
}
.itemBlogBody p {
	text-indent: 1em;
}
.itemBlogPosted {
	margin-top: 10px;
	text-align: right;
	font-size: 85%;
	clear: both;
}
.itemBlogNavi {
	text-align: center;
	clear: both;
}
.itemFrame {
	border:1px solid #CCC;
	padding: 1px;
	margin: 5px;
}
.boxImage {
	margin-top: 2em;
	width: 254px;
}
.boxImage div {
	text-align: center;
	padding: 5px 0;
	margin: 0 5px;
	font-size: 85%;
	background: #EFEFEF;
}


/* Individual pages style
================================================== */
/* メインページ
-------------------------------------------------- */
html {
	height: 100%;
	overflow-y: scroll;
}
body.pageHome {
	position: relative;
	height: 100%;
	min-width: 780px;
	min-height: 470px;
}
body.pageHome #boxCenterContainer {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -310px 0 0 -390px;
	width: 780px;
	height: 620px;
	overflow: hidden;
}
body.pageHome #boxCenterContainerInner {
	background: #FFF;
	width: 770px;
	overflow: auto;
	padding: 5px;
	border: 1px solid #000;
}
body.pageHome .framePage {
	padding: 0;
	margin: 0;
	border: 0px none;
}
body.pageHome #bandFooter {
	margin-top: 20px;
	color: #CCC;
}
body.pageHome #bandImage {
	border-top: 5px solid #FFF;
}
body.pageHome #bandImage div div {
	float: left;
	width: 150px;
	height: 120px;
	overflow: hidden;
	margin-left: 4px;
	text-align: center;
}
body.pageHome #bandImage div div img {
	margin-top: -30px;
}
* html body.pageHome #bandImage div {
	margin-left: 3px;
}


/* メニュー・テイクアウト
-------------------------------------------------- */
.itemPrice {
	font-size: 231%;	/* 30px */
	font-weight: bold;
	font-style: italic;
	text-shadow: 2px 2px 3px #CCC;
	position: relative;
	color: #9B0000;
}
.itemPrice span {
	background: url("http://blog.tsukuba.ch/_img/cfy/common/gradient.png") repeat-x;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	display: block;
	height: 32px;
}
.itemStepTime {
	font-size: 138%;	/* 14px */
	font-weight: bold;
	text-shadow: 2px 2px 3px #CCC;
	position: relative;
	color: #333;
	margin-bottom: 10px;
}
.itemStepTime span {
	background: url("http://blog.tsukuba.ch/_img/cfy/common/gradient.png") repeat-x;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	display: block;
	height: 32px;
}
* html .itemPrice span, * html .itemPrice span.even,
* html .itemStepTime span, * html .itemStepTime span.even {
    background: none;
}
.itemUnit {
	width: 5em;
	float: left;
	margin-top: 1.5em;
}


/* ホーム・ブログ以外
-------------------------------------------------- */
#entry37794,
#entry37793,
#entry37795,
#entry37796,
#entry37797,
#entry37798,
#posted37908,
#posted37794,
#posted37793,
#posted37795,
#posted37796,
#posted37797,
#posted37798,
#posted37255,
#posted37257,
#posted37258,
#posted37434,
#posted37246,
#posted37245,
#posted37243,
#posted35539,
#posted37554 {
	display: none;
}

.itemBlogPosted {
	display: none;
}
body.pageBlog .itemBlogPosted {
	display: block;
}
.itemBlogNavi {
	display: none;
}
body.pageBlog .itemBlogNavi {
	display: block;
}
#columSide .archives,
#columSide .comment,
#columSide .trackback,
#columSide .link,
#columSide .search,
#columSide .subscription,
#columSide .category,
#columSide .ad,
#columSide .inquiry,
#columSide .blog_entry,
#columSide .tag_cloud,
#columSide .my_profile,
#columSide .friend,
#columSide .circle,
#columSide .friend_blog,
#columSide .calender {
	display: none;
}
body.pageBlog #columSide .archives,
body.pageBlog #columSide .comment,
body.pageBlog #columSide .trackback,
body.pageBlog #columSide .link,
body.pageBlog #columSide .search,
body.pageBlog #columSide .subscription,
body.pageBlog #columSide .category,
body.pageBlog #columSide .ad,
body.pageBlog #columSide .inquiry,
body.pageBlog #columSide .blog_entry,
body.pageBlog #columSide .tag_cloud,
body.pageBlog #columSide .my_profile,
body.pageBlog #columSide .friend,
body.pageBlog #columSide .circle,
body.pageBlog #columSide .friend_blog,
body.pageBlog #columSide .calender {
	display: block;
}

