@charset "UTF-8";

/*

	HAIR&MAKE La fonte：基本

	[* html] = IE6
	[*:first-child+html] = IE7
	[Hides from IE5-mac ～ End hide from IE5-mac] = Mac IE5

*/

body {
	background: url(http://blog.tsukuba.ch/usr/lafonte/bg.png) repeat-x 0 0;
	color: #483F28;
	margin: 0;
	padding: 0;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	line-height: 1.7;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}
  
* html body {
	font-family: Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* "a" Tag
-------------------------------------------------- */
a {
	cursor: pointer;
}
a:link, a:visited {
	color: #066;
	text-decoration: underline;
}
a:active, a:hover {
	color: #ED9DAD;
	text-decoration: none;
}

/* "div/p" Tag
-------------------------------------------------- */
div, p {
	margin: 0;
	padding: 0;
}
p {
	margin: 0 0 1.7em;
}

/* "dl/dt/dd/li/ol/ul" Tag
-------------------------------------------------- */
dl, dt, dd, li, ol, ul {
	margin: 0;
	padding: 0;
}
dl {
	margin: 0 0 1.7em;
}
dd {
	margin-left: 1em;
}
ol, ul {
	margin: 0 0 1.7em 2em;
}
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 0 1.7em;
	padding: 0;
	font-weight: bold;
	font-size: 100%;	/* 13px */
	
}
h3 {
	margin: 0 0 15px;
	font-size: 108%; /* 14px */
	padding: 0 0 12px 50px;
	background: url(http://blog.tsukuba.ch/usr/lafonte/title_bg.png) no-repeat 0 100%;
}

/* "hr" Tag
-------------------------------------------------- */
hr {
	display: none;
}
/* "html" Tag
-------------------------------------------------- */
html {
	overflow-y: scroll;
}
/* "img" Tag
-------------------------------------------------- */
img {
	border: 0;
	vertical-align: bottom;
}
/* "em/strong" Tag
-------------------------------------------------- */
em {
	font-style: italic;
	font-weight: normal;
}
strong {
	font-style: normal;
	font-weight: bold;
}
/* id/class
================================================== */

/* コンテナ
================================================== */
#container {
	position: relative;
	min-width: 740px;
	overflow: hidden;
	text-align: left;
}
* html #container {
	margin: 0 auto;
	position: static;
	width: 740px;
}

/* ヘッダー
================================================== */
#banner {
	margin: 0 0 0 -5370px; /* margin-left: -(padding-left + width / 2)px */
	padding: 0 5000px;
	position: relative;
	left: 50%;
	width: 740px;
	height: 361px;
	background: url(http://blog.tsukuba.ch/usr/lafonte/headerbar.png) no-repeat 50% 0;
	overflow: hidden;
}
*:first-child+html #banner {
	background-position: 4980px 0;
}
#banner a {
	display: block;
}
.description {
	padding: 0 10px;
	background: url(http://blog.tsukuba.ch/usr/lafonte/header_bg.png) no-repeat;
	margin-bottom: 10px;
	color: #FFF;
	width: 740px;
	height: 30px;
	line-height: 24px;
	font-weight: normal;
	font-size: 77%; /* 10px */
	overflow: hidden;
}
* html .description {
	width: auto;
}
#banner h1 {
	margin: 0 0 0 10px;
	width: 254px;
	height: 50px;
	float: left;
}
#banner h1 span {
	display: none;
}
#banner p{
	margin: 0;
	padding: 0 9px 0 0;
	width: 247px;
	float: right;
}
#banner p.time{
	margin: 9px 0 0;
	width: 400px;
	height: 17px;
	overflow: hidden;
	text-align: right;
	font-size: 77%; /* 10px */
}
div#mainImage{
	margin: 0 auto;
}
#mainImage p{
	width: 740px;
	margin: 0;
	padding: 0;
}

/* グローバルメニュー
================================================== */
#globalMenu {
	margin: 8px auto 0;
	width: 740px;
	height: 40px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}
#globalMenu ul {
	background: url(http://blog.tsukuba.ch/usr/lafonte/globalmenu_bg.png) no-repeat 50% 0;
	height: 40px;
	margin: 0;
}
#globalMenu li {
	height: 40px;
	list-style-type: none;
	float: left;
}
#globalMenu a {
	display: block;
}
#globalMenu a:hover {
	background: transparent none;
}
#globalMenu a:hover img, body.home #globalMenu li.home a img,
body.info #globalMenu li.info a img, body.menu #globalMenu li.menu a img,
body.styling #globalMenu li.styling a img, body.supply #globalMenu li.supply a img,
body.blogmenu #globalMenu li.blogmenu a img, body.topics #globalMenu li.topics a img{
	visibility: hidden;
}

/* コンテンツ
================================================== */
#content {
	margin: 0 0 0 -5200px; /* margin-left: -(padding-left + width / 2)px */
	padding: 0 5000px;
	position: relative;
	left: 50%;
	width: 400px;
	background: url(http://blog.tsukuba.ch/usr/lafonte/containerside.png) repeat-y 50% 0;
	overflow: hidden;
	font-size: 93%; /* 12px */
}
/* メインカラム
================================================== */
.blog {
	width: 400px;
	overflow: hidden;
	float: left;
}
/* 個別記事・アーカイブ
-------------------------------------------------- */
.date{
	margin: 0;
	font-size: 84%;	/* 10px */
	line-height: 1.5;
}
.blogbody {
	margin: 0 0 50px;
}
.main {
	width: 390px;
	padding: 0 5px 1.7em;
	overflow-x: auto;
	overflow-y: hidden;
}
.tag_list {
	margin: 15px 0 0;
}
.posted{
	color: #7F7968;
	text-align: right;
	background: #F2EFE7;
	font-size: 77%; /* 10px */
}
.text {
	width: 90px !important;
}
/* ページナビ
-------------------------------------------------- */
.menu {
	margin-bottom: 5px;
}
.menu, .pagetop {
	font-size: 84%;	/* 10px */
	line-height: 1.5;
	text-align: right;
}

/* トラックバック・コメント
-------------------------------------------------- */
.trackback-url {
	margin: -10px 0 30px;
}
.comments-head {
	margin: 0 0 15px;
	font-size: 108%; /* 14px */
	padding: 0 0 12px 50px;
	background: url(http://blog.tsukuba.ch/usr/lafonte/title_bg.png) no-repeat;	
	font-weight: bold;
}
.comments-body {
	margin-bottom: 15px;
}
.trackback-post, .comments-post {
	color: #666;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;
	font-size: 84%;	/* 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 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;
}
.form textarea {
	width: 95%;
	height: 100px;
}
.form .btn {
	text-align: right;
}

/* サイドカラム
================================================== */
.sideColumn{
	margin: 0 0 0px;
	padding: 0 0 6px;
	zoom: 1;
}

	 
/* 左カラム
-------------------------------------------------- */  
#links{
	margin-left: -570px;
	width: 160px;
	float: left;
}
/* 右カラム
-------------------------------------------------- */
#links2 {
	margin-right: -170px;
	width: 160px;
	float: right;
}
* html #links2 {
	padding: 0 0 0 10px;
	float: left;
}
*:first-child+html #links2 {
	padding: 0 0 0 10px;
	float: left;
}
/* 汎用
-------------------------------------------------- */
.sidetitle{
	text-align: center;
	padding-bottom: 4px;
	font-weight: bold;
	border-bottom: 3px double #F7C9DD;
	overflow: hidden;
}
* html .sidetitle{
	position: relative;
}
.side {
	padding: 10px 10px 34px;
}
.side form {
	text-align: center;
}
/* サイドメニュー
-------------------------------------------------- */
.my_profile .side{
	padding-left: 5px;
}
.friend .side{
	padding-left: 5px;
}
.circle .side{
	padding-left: 5px;
}
.friend_blog .side{
	padding-left: 5px;
}
/* カレンダー
-------------------------------------------------- */
.calendarhead {
	text-align: center;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 3px double #F7C9DD;
	font-weight: bold;
	
}
.calendartable {
	margin: 0 auto 20px;
	width: 158px;
	font-size: 84%;	/* 10px */
	line-height: 1.5;
}
.calendarwd {
	color: #4C4C4C;
	padding: 0;
	border: 0;
	background: #F7C9DD;
	text-align: center;
}
.calendard {
	padding: 0;
	border: 0;
	text-align: center;
	background: #FFF;
}

/* カスタム
-------------------------------------------------- */
.custom1, .custom2, .custom3 {
	text-align: center;
}

/* プロフィール
-------------------------------------------------- */
#links .photo, #links2 .photo {
	margin-bottom: 5px;
	text-align: center;
}
.photo img {
	width: 140px;
}
.nickname {
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
.message {
	margin-top: 5px;
	font-size: 93%;	/* 12px */
	line-height: 1.5;
}
.message img {
	width: 140px;
}
/* RSS
-------------------------------------------------- */
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 */

/* フッター
================================================== */
#footer {
	margin: 0 0 0 -5370px; /* margin-left: -(padding-left + width / 2)px */
	padding: 60px 5000px 0;
	position: relative;
	left: 50%;
	width: 740px;
	overflow: hidden;
	text-align: center;
	background: url(http://blog.tsukuba.ch/usr/lafonte/footer_bg.png) no-repeat 50% 0;
}
#footer ul {
	margin: 0;
	border-bottom: 5px solid #ACCB39;
	font-size: 9.96px;
}
#footer li {
	margin-right: 8px;
	display: inline;
	list-style-type: none;
}
#footer li.last {
	margin-right: 0;
}
#footer li a {
	padding-left: 23px;
	background: url(http://blog.tsukuba.ch/usr/lafonte/leaf.gif) no-repeat 0 0;
}
#copyright {
	color: #066;
	border-top: 5px solid #A7925D;
	padding-top: 20px;
	margin-bottom: 20px;
	text-transform: capitalize;
	font-size: 93%; /* 12px */
}
/* このページの先頭へ
================================================== */
#pageTop {
	position: fixed;
	right: 0;
	bottom: 20px;
	width: 30px;
	height: 45px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}
* html #pageTop {
	position: absolute;
	top: 90px;
	right: 5000px;
	bottom: auto;
}
#pageTop a {
	display: block;
}
/* ノースクリプト
================================================== */
#noScript {
	color: #FFF;
	border-bottom: 3px double #FFF;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #88466C;
	font-size: 116%;	/* 15px */
	font-weight: bold;
	line-height: 2;
	text-align: center;
}
* html #noScript {
	position: absolute;
}
/* clearfix
================================================== */

.clearfix:after/*, #banner:after, #globalMenu ul:after, #content:after, #footer:after*/
{
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.clearfix/*, #banner, #globalMenu ul, #content, #footer*/
{
	display: inline-block;
}
/*Hides from IE5-mac \*/
* html .clearfix/*, * html #banner, * html #globalMenu ul,
* html #content, * html #footer*/
{
	height: 1%;
}
.clearfix/*, #banner, #globalMenu ul, #content, #footer*/
{
	display: block;
}
*+html body .clearfix/*, *+html body #banner, *+html body #globalMenu ul,
*+html body #content, *+html body #footer*/
{
	zoom: 1;
}
/*End hide from IE5-mac */

/* table.lineTable
-------------------------------------------------- */
table.lineTable{
	border: 0;
	width: 100%;
}
table.lineTable tr.even {
	background: #FDEFF5;
}
table.lineTable th{
	border: 0;
	width: 190px;
	text-align: right;
}
table.lineTable td{
	text-align: center;
	border: 0;
}

/* 個別記事
-------------------------------------------------- */
h4{
	color: #066;
}
div.priceMenu strong{
	text-transform: uppercase;
}
div.price{
	text-align: right;
	font-weight: bold;
	font-size: 116%;
}
div.supplyUse strong{
	text-transform: capitalize;
}

/* メニュー
-------------------------------------------------- */
table.ladulla th dl{
	margin-bottom: 0;
}
table.ladulla th dl dd{
	font-weight: normal;
}
table.leftTable {
	width: 200px;
	float: left;
}
table.leftTable th{
	width: 100px
}
/* 画像
-------------------------------------------------- */
div.imgstyle img{
	padding: 2px;
	border: 1px solid #E3D9E6;
	margin: 5px 10px;
}
.imgLeft img{
	float: left;
}
.imgRight img{
	float: right;
	margin: 23px 0 0 10px;
}
div.center{
	text-align: center;
}
div.priceImage img{
	margin-top: 0;
}
div.information{
	display: none;
}
body.info div.posted, body.supply div.posted{
	display: none;
}
/* アルバム
-------------------------------------------------- */
#styling {
	display: none;
}
.album{
	text-align:center;
}
.album_frame{
	float:left;
	text-align:center;
	padding:5px 3px 10px 3px;
	margin:5px 3px;
	width:106px;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
}
.album_image{
	overflow:hidden;
	width:100px;
	height:125px;
}
.album_image img{
	height:125px;
	margin:auto;
}
.album_title{
	overflow:hidden;
	width:100px;
	height:1.5em;
	font-size:10px;
}
.album_title a:link,.album_title a:visited,.album_title a:hover,.album_title a:active{

}
.page_nav{
	text-align:center;
}
