@charset "utf-8"; 

/*

	バリナチュラル	：2009/4/28

	[* html] = IE6
	[*:first-child+html] = IE7
	[Hides from IE5-mac ～ End hide from IE5-mac] = Mac IE5

*/



/* "body" Tag
-------------------------------------------------- */
body {
	color: #333;
	margin: 0;
	padding: 0;
	border-top: 10px solid #000;
	position: relative;
	height: 100%;
	min-width: 800px;
	min-height: 557px;
	background: #D6BDA3 url(http://blog.tsukuba.ch/usr/meabo/bg_shadow.png) repeat-y 50% 0;
	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: center;
}
body.top {
	border: none;
	background-image: none;
}
@media print {
	body {
		color: #000;
		background: #FFF none;
	}
}

/* "a" Tag
-------------------------------------------------- */
a {
	cursor: pointer;
}
a:link, a:visited {
	color: #C00;
	text-decoration: underline;
}
a:active, a:hover {
	color: #FF9933;
	text-decoration: none;
}

/* "blockquote/div/p/pre" Tag
-------------------------------------------------- */
blockquote, div, p, pre {
	margin: 0;
	padding: 0;
}
blockquote {
	margin: 1.5em;
}
p {
	margin-bottom: 1.5em;
}
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 1.5em 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: 1.5em;
	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;
	height: 1px;
	background: #EADED1;
	display: none;
}

/* "html" Tag
-------------------------------------------------- */
html {
	height: 100%;
	overflow-y: scroll;
}

/* "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: 1.5em;
	border: 0;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 100%;
	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
================================================== */
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
.red {
	color: #C00;
}



/* コンテナ
================================================== */
#container {
	margin: 0 auto;
	padding: 0 10px;
	width: 770px;
	background: #FFF;
	font-size: 93%;	/* 12px */
	text-align: justify;
}
body.top #container {
	margin: -278px 0 0 -400px;
	padding: 0 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 557px;
	background: #D6BDA3 url(http://blog.tsukuba.ch/usr/meabo/top_bg_02.png) no-repeat;
}



/* ヘッダー
================================================== */
#header {
	padding-left: 10px;
	position: relative;
	height: 270px;
	background: no-repeat 0 50%;
}
body.top #header {
	margin-top: 15px;
	border-top: 10px solid #000;
	width: 770px;
	height: 350px;
}
* html #header a {
	position: relative;
}
#header h1 {
	margin: 0;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 295px;
	height: 83px;
	background: url(http://blog.tsukuba.ch/usr/meabo/header_logo.png);
	text-indent: -9999px;
}
* html #header h1 {
	background: url(http://blog.tsukuba.ch/usr/meabo/header_logo.gif);
}
#header h1 a {
	display: block;
	width: 295px;
	height: 83px;
	overflow: hidden;
}
#header a:link, #header a:visited {
	color: #FFF;
	text-decoration: none;
}
#header a:active, #header a:hover {
	color: #FF0;
	text-decoration: none;
}

/* ヘッダーリンク
-------------------------------------------------- */
#header ul {
	margin: 0;
	position: absolute;
	top: 10px;
	left: 724px;
	width: 53px;
}
body.top #header ul {
	top: 38px;
}
#header ul li {
	width: 23px;
	height: 24px;
	list-style-type: none;
	float: left;
}
#header ul li.sitemap {
	background: url(http://blog.tsukuba.ch/usr/meabo/sitemap.png);
}
* html #header ul li.sitemap {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://blog.tsukuba.ch/usr/meabo/sitemap.png',sizingMethod='scale');
}
#header ul li.mail {
	background: url(http://blog.tsukuba.ch/usr/meabo/mail.png);
	float: right;
}
* html #header ul li.mail {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://blog.tsukuba.ch/usr/meabo/mail.png',sizingMethod='scale');
}
#header ul li a {
	display: block;
	width: 23px;
	height: 24px;
	overflow: hidden;
	text-indent: -9999px;
}
#header ul li a.sitemap {
	background: url(http://blog.tsukuba.ch/usr/meabo/sitemap.png);
}
* html #header ul li a.sitemap {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://blog.tsukuba.ch/usr/meabo/sitemap.png',sizingMethod='scale');
}
#header ul li a.mail {
	background: url(http://blog.tsukuba.ch/usr/meabo/mail.png);
}
* html #header ul li a.mail {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://blog.tsukuba.ch/usr/meabo/mail.png',sizingMethod='scale');
}

/* ヘッダーイメージ（葉）
-------------------------------------------------- */
#imgLeaf {
	position: absolute;
	top: -10px;
	left: -65px;
	width: 875px;
	height: 300px;
	background: url(http://blog.tsukuba.ch/usr/meabo/leaf.png);
}
* html #imgLeaf {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://blog.tsukuba.ch/usr/meabo/leaf.png',sizingMethod='scale');
}
body.top #imgLeaf {
	top: -38px;
	height: 403px;
	background: url(http://blog.tsukuba.ch/usr/meabo/top_leaf.png);
}
* html body.top #imgLeaf {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://blog.tsukuba.ch/usr/meabo/top_leaf.png',sizingMethod='scale');
}

/* ヘッダーコメント
-------------------------------------------------- */
#headerComment {
	margin-top: 98px;
	padding: 4px 0 0 60px;
	width: 315px;
	height: 158px;
	background: url(http://blog.tsukuba.ch/usr/meabo/header_comment_shadow.png) no-repeat;
	float: left;
}
body.top #headerComment {
	margin-top: 178px;
}
* html #headerComment {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://blog.tsukuba.ch/usr/meabo/header_comment_shadow.png',sizingMethod='scale');
}
#headerComment a:link, #header a:visited {
	color: #FFF;
	text-decoration: underline;
}
#headerComment a:active, #header a:hover {
	color: #FF0;
	text-decoration: none;
}
#headerComment dl {
	color: #FFF;
	font-size; 92%	/* 12px */
}
#headerComment dl dt {
	text-align: right;
}
#headerComment dl dd {
	margin: 0;
	position: relative;
	text-align: right;
}
#headerComment dl dd.tel {
	margin: 8px 0;
}



/* グローバルメニュー
================================================== */
#globalMenu {
	margin-bottom: 15px;
	width: 770px;
	height: 50px;
	overflow: hidden;
	text-align: center;
}
body.top #globalMenu {
	margin: 0;
}
#globalMenu ul {
	margin: 0;
	background: url(http://blog.tsukuba.ch/usr/meabo/globalmenu.png) 0 100%;
	font-size: 116%;	/* 14px */
	line-height: 50px;
}
#globalMenu ul li {
	list-style-type: none;
	float: left;
}
#globalMenu ul li a {
	display: block;
	width: 110px;
	height: 50px;
	background: url(http://blog.tsukuba.ch/usr/meabo/globalmenu.png);
}
#globalMenu a:link, #globalMenu a:visited {
	color: #FFF;
	text-decoration: none;
}
#globalMenu a:active, #globalMenu a:hover {
	color: #C00;
}

/* グローバルメニュー:hover
-------------------------------------------------- */
#globalMenu ul li a:hover{
	background-position: 0 -50px;
}

/* グローバルメニュー:current
-------------------------------------------------- */
body.top #globalMenu ul li.home a, body.shop #globalMenu ul li.shop a,
body.campaign #globalMenu ul li.campaign a,
body.aroma #globalMenu ul li.aroma a, body.facial #globalMenu ul li.facial a,
body.option #globalMenu ul li.option a, body.blog #globalMenu ul li.blog a {
	background: url(http://blog.tsukuba.ch/usr/meabo/globalmenu.png) 0 100%;
}



/* トップページ
================================================== */
#topMainColumn {
	width: 516px;
	overflow: hidden;
	float: left;
	margin-top: 5px;
}

/* 最新記事
-------------------------------------------------- */
#newEntryList {
	height: 4.5em;
	overflow: hidden;
}
#newEntryList dl {
	margin: 0;
	padding: 0 10px;
	height: 1.5em;
	overflow: hidden;
}
#newEntryList dl dt {
	padding-left: 20px;
	display: inline;
	background: url(http://blog.tsukuba.ch/usr/meabo/side_point.gif) no-repeat 0 50%;
}
#newEntryList dl dd {
	margin: 0;
	display: inline;
}

/* トップページサイド
-------------------------------------------------- */
#topSideColumn {
	margin: 5px 30px 0 0;
	width: 234px;
	height: 60px;
	float: right;
	display: inline;
}
#topSideColumn div {
	display: none;
}



/* メインカラム
================================================== */
#mainColumn {
	width: 550px;
	overflow: hidden;
	float: right;
}

/* パンくずリスト
-------------------------------------------------- */
#navi {
	margin-bottom: 10px;
	padding: 6px 5px 6px 25px;
	background: #EADED1 url(http://blog.tsukuba.ch/usr/meabo/main_menu_ico.gif) no-repeat 5px 4px;
}
#navi a:link, #navi a:visited {
	color: #333;
	text-decoration: none;
}
#navi a:active, #navi a:hover {
	color: #C00;
	text-decoration: none;
}
#navi p {
	margin: 0;
}

/* ブログ記事
-------------------------------------------------- */
#mainColumn h2 {
	color: #FFF;
	padding: 7px 5px 5px 25px;
	border-bottom: 1px solid #EADED1;
	background: #5B1A0D url(http://blog.tsukuba.ch/usr/meabo/side_menu_ico.gif) no-repeat 5px 6px;
}
#mainColumn h4 {
	color: #FFF;
	padding: 7px 5px 5px 25px;
	border-bottom: 1px solid #845349;
	background: #845349 url(http://blog.tsukuba.ch/usr/meabo/title_menu_ico.gif) no-repeat 5px 6px;
	font-size: 123.1%;	/* 16px */
}
div.entryBody {
	margin: 0 5px;
	padding-bottom: 1.5em;
	width: 540px;
	overflow: auto;
}
div.tag_list {
	margin: 15px -8px 1.5em 0;
	display: none;
}
body.blog div.tag_list {
	display: block;
}
* html div.tag_list {
	position: relative;
}
*:first-child+html div.tag_list {
	position: relative;
}
div.posted {
	margin: 0 5px 1.5em;
	display: none;
	font-size: 84%;	/* 10px */
	text-align: right;
}
body.blog div.posted {
	display: block;
}
div.menu {
	text-align: center;
	margin-bottom: 20px;
}

/* トラックバック・コメント
-------------------------------------------------- */
#mainColumn h3 {
	padding: 2px 5px 2px 25px;
	border-bottom: 1px solid #EADED1;
	background: url(http://blog.tsukuba.ch/usr/meabo/point.gif) no-repeat 2px 0;
}
#trackback-url {
	color: #F4AA29;
	border: 0;
	width: 90%;
	background: #FFF;
	font-weight: bold;
	font-size: 116%;	/* 14px */
	text-decoration: underline;
	cursor: pointer;
}
#comments div.comments-body {
	color: #C00;
	margin: 0 5px 40px;
	font-size: 84%;	/* 10px */
	text-align: center;
}
#comments dl {
	margin: 0 0 1em;
}
#comments dl dt {
	width: 7em;
}
#comments dl dd {
	margin: -1.5em 0 0 7em;
}
#comments input {
	width: 50%;
}
#comments #text {
	width: 99%;
	height: 100px;
}
input.ime {
	ime-mode: disabled;
}
#comments #bake, #comments #savecheck {
	margin-right: 3px;
	width: auto;
	vertical-align: middle;
}
#comments div.btn {
	text-align: right;
}
#comments #insert {
	margin-right: 10px;
	padding: 0 20px;
	width: auto;
}

/* オプションメニュー
-------------------------------------------------- */
#optionMenu table {
	width: 540px;
	border: none;
}
#optionMenu table tr.even {
	background: #FFF5FA;
}
#optionMenu table th, #optionMenu table td {
	border: none;
}
#optionMenu table th {
	background: #FFE7F3;
	text-align: left;
}
#optionMenu table td.price {
	text-align: right;
	padding-right: 100px;
}
/* インデント
-------------------------------------------------- */
.textIndent {
	margin-left: 15px;
}



/* サイドカラム
================================================== */
#sideColumn {
	margin-bottom: 30px;
	width: 200px;
	float: left;
}
#sideColumn hr {
	display: block;
}

/* 汎用
-------------------------------------------------- */
div.sidetitle, div.calendarhead {
	color: #FFF;
	margin-bottom: 5px;
	padding: 6px 5px 6px 25px;
	background: #5B1A0D url(http://blog.tsukuba.ch/usr/meabo/side_menu_ico.gif) no-repeat 5px 4px;
	font-weight: bold;
}
div.side {
	margin-bottom: 10px;
}
div.sidebody {
	margin: 0 5px;
}
a.aside {
	padding-left: 10px;
	background: url(http://blog.tsukuba.ch/usr/meabo/side_point.gif) no-repeat 0 3px;
}

/* カレンダー
-------------------------------------------------- */
div.calendarhead a:link, div.calendarhead a:visited {
	color: #FFF;
	text-decoration: none;
}
div.calendarhead a:active, div.calendarhead a:hover {
	color: #FF0;
	text-decoration: none;
}
table.calendartable {
	margin: 0 0 10px 5px;;
	border-right-color: #AAA093;
	border-bottom-color: #AAA093;
	width: 190px;
	border-collapse: collapse;
}
table.calendartable th {
	padding: 0;
	border-top-color: #AAA093;
	border-left-color: #AAA093;
	background: #E6E6E6;
}
table.calendartable td {
	padding: 0;
	border-top-color: #AAA093;
	border-left-color: #AAA093;
	text-align: center;
}
table.calendartable td.today {
	background: #FFE7F3;
}

/* RSS
-------------------------------------------------- */
ul.rss {
	margin: 0 0 10px;
	height: 1.5em;
	overflow: hidden;
}
ul.rss li {
	width: 49.9%;
	list-style-type: none;
	text-align: center;
	float: left;
}
ul.rss li a {
	padding-left: 17px;
	background: url(http://blog.tsukuba.ch/usr/meabo/rss.png) no-repeat 0 50%;
}
div.rssMemo {
	margin-bottom: 10px;
	font-size: 84%;	/* 10px */
	text-align: center;
}

/* サイト内検索
-------------------------------------------------- */
div.search form {
	text-align: center;
}

/* 読者登録
-------------------------------------------------- */
div.subscription input.text {
	width: 100px;
}
div.subscription form {
	text-align: center;
}

/* プロフィール
-------------------------------------------------- */
div.photo {
	margin-bottom: 5px;
	text-align: center;
}
div.photo img {
	vertical-align: bottom;
}
div.nickname {
	text-align: center;
}
div.message {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #EADED1;
}

/* アーカイブ
-------------------------------------------------- */
div.category, div.recententry, div.archives, div.comment,
div.trackback, /* div.custom1, */ div.custom2, div.custom3,
div.blog_entry, div.tag_cloud, div.my_profile, div.friend, div.circle,
div.friend_blog, div.link, div.counter, div.ad, div.calender, div.inquiry {
	display: none;
}
body.blog div.calender, body.blog div.category, body.blog div.recententry,
body.blog div.archives, body.blog div.comment, body.blog div.trackback,
body.blog div.custom1, body.blog div.custom2, body.blog div.custom3,
body.blog div.inquiry, body.blog div.blog_entry, body.blog div.tag_cloud,
body.blog div.my_profile, body.blog div.friend, body.blog div.circle,
body.blog div.friend_blog, body.blog div.link, body.blog div.search,
body.blog div.qrcode, body.blog div.rss, body.blog div.counter,
body.blog div.subscription, body.blog div.profile, body.blog div.ad {
	display: block;
}

/* ---表示
div.search, div.qrcode, div.rss, div.profile, div.subscription
--- */



/* フッター
================================================== */
#footer {
	color: #FFF;
	margin: 0 -20px;
	padding: 20px 0;
	height: 57px;
	background: url(http://blog.tsukuba.ch/usr/meabo/footer.png);
	text-align: center;
}
body.top #footer {
	background: none;
	margin-top: 10px;
	height: 2px;
}
* html body.top #footer {
	margin-top: 3px;
}
#footer a:link, #footer a:visited {
	color: #FFF;
}
#footer a:active, #footer a:hover {
	color: #FF0;
}
#footer ul {
	margin: 0 0 1em;
}
#footer ul li {
	margin-left: 3px;
	padding-left: 6px;
	border-left: 1px solid #FFF;
	display: inline;
}
#footer ul li.start {
	margin: 0;
	padding: 0;
	border: 0;
}
#footer p {
	margin: 0;
}
body.top #footer p {
	margin-top: -7px;
}

/* このページの先頭へ
-------------------------------------------------- */
#footer div.goTop {
	margin: 0 20px 0 0;
	padding: 0;
	position: fixed;
	right: 0;
	bottom: 0;
	width: 145px;
	height: 28px;
	text-align: left;
}
* html #footer div.goTop {
	position: absolute;
	right: 0;
	bottom: auto;
}
#footer div.goTop a {
	padding: 9px 6px 0 29px;
	display: block;
	width: 145px;
	height: 28px;
	overflow: hidden;
	background: url(http://blog.tsukuba.ch/usr/meabo/gotop.png) no-repeat;
}
* html #footer div.goTop a {
	padding: 9px 0 0 29px;
	width: 116px;
	position: relative;
	height: 19px;
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://blog.tsukuba.ch/usr/meabo/gotop.png',sizingMethod='scale');
}
#footer div.goTop a:link, #footer div.goTop a:visited {
	color: #333;
	text-decoration: none;
}
#footer div.goTop a:active, #footer div.goTop a:hover {
	color: #C00;
	text-decoration: none;
}
@media print {
	#footer div.goTop {
		display: none;
	}
}



/* noscript
-------------------------------------------------- */
#noScript {
	color: #FFF;
	border-bottom: 1px solid #FFF;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #C00;
	font-size: 108%;	/* 14px */
	font-weight: bold;
	line-height: 2;
	text-align: center;
}
* html #noScript {
	position: absolute;
}



/* clearfix
================================================== */
.clearfix:after, #contentsContainer:after, div.entryBody:after,
#globalMenu ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.clearfix, #contentsContainer, div.entryBody, #globalMenu ul {
	display: inline-block;
}
/*Hides from IE5-mac \*/
* html .clearfix, * html #contentsContainer, * html div.entryBody,
* html #globalMenu ul {
	height: 1%;
}
.clearfix, #contentsContainer, div.entryBody, #globalMenu ul {
	display: block;
}
*+html body .clearfix, *+html body #contentsContainer,
*+html body div.entryBody, *+html body #globalMenu ul {
	zoom: 1;
}
/*End hide from IE5-mac */
