@charset "UTF-8";

/*
Theme Name : lab
Theme URI : http://lifeasart.jp/lab/
Description : Life as Art ShiBaHaRa
Author : Akihiro Shibahara
Author URI : http://lifeasart.jp/
Version : 1.0
*/

/* CSS Document */

/* Common */
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 87.5%;
	font-family: "Times New Roman", Times, serif;
	background-image: url(images/wallpaper.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: top center;
	color: #333;
	text-align: center;
}

/* Heading */
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	margin-bottom: 21px;
}

h1 {
	font-size: 42px;
	list-style: 42px;
}

h2 {
	font-size: 28px;
	line-height: 42px;
}

h3 {
	font-size: 21px;
	line-height: 28px;
}

h4,h5,h6 {
	font-size: 14px;
	line-height: 21px;
}

/* Text */
p {
	line-height: 28px;
	text-align: justify;
	text-justify: distribute;/* IE */
	margin-bottom: 1.5em;
	clear: both;
}

blockquote {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	line-height: 26px;
	text-align: justify;
	text-justify: distribute;/* IE */
	color: #666;
	padding-left: 2.3em;
	margin-bottom: 2em;
	margin-left: 3em;
	margin-right: 3em;
	background-image: url(images/blockquote.gif);
	background-repeat: no-repeat;
	border-left: medium solid #ccc;
	clear: both;
}

blockquote p {
	line-height: 28px;
	text-align: justify;
	text-justify: distribute;/* IE */
	margin-bottom: 1em;
}


/* List */
ul,ol,dl {
	margin-bottom: 1.5em;
}

ul {
	list-style: none;
}

li {
	line-height: 28px;
	list-style-position: inside;
	margin-left: 1.5em;
}
	
dl.metadata dt, dl.metadata dd {
	font-size: 12px;
	display: inline;
	letter-spacing: 1px;
}

/* Table */
table {
	margin-bottom: 1.5em;
}

/* Link */
a {
	text-decoration: none;
}

a:link {
	color: #00f;
}

a:visited {
	color: #93c;
}

a:hover {
	color: #f60;
}

a:active {
	color: #f60;
}

/* Image */
img {
	border: none;
	margin-bottom: 1.5em;
	text-align: center;
}

/* Page */
#page {
	max-width: 1000px;
	margin: 30px auto;
	background: #fff;
	text-align: left;
	overflow: hidden;
}

/* Header */
#header {
	width: 90%;
	height: 140px;
	padding: 0;
	margin: 30px 50px 0 50px;
	border-top: thick solid #333;
	border-bottom: thin solid #333;
}

#header a {
	color: #333;
}

.title {
	width: 85%;
	padding: 0;
	margin: 0;
	float: left;
}

h1.header {
	font-size: 120px;
	line-height: 120px;
	letter-spacing: -3px;
	margin: 0;
	padding: 0;
}

h2.header {
	font-size: 14px;
	font-weight: bold;
	line-height: 0px;
	letter-spacing: 1px;
	margin: -7px 0 0 0;
	padding: 0;
}

.date {
	width: 15%;
	padding: 0;
	margin: 10px 0 0 0;
	float: right;
}

.date dl {
	text-align: center;
}

.date dd.n {
	font-size: 100px;
	line-height: 100px;
	margin: 0;
	padding: 0;
}

.date dd.fy {
	font-size: 16px;
	font-style: italic;
	line-height: 28px;
	letter-spacing: 1px;
	margin:  -16px 0 0 0;
	padding: 0;
}

/* Content */
#content {
	width: 90%;
	margin: 3px 50px 30px 50px;
	border-top: thick solid #333;
}

/* Innerbox */
#innerbox {
	width: 66%;
	padding: 0;
	margin: 30px 35px 30px 0;
	float: left;
}

/* Post */
div.post {
	padding: 0;
	margin-bottom: 0.5em;
	border-bottom: medium solid #333;
}

div.tag {
	padding: 0.5em 0 0 0;
	margin: 0;
	border-top: thin dotted #333;
	clear: both;
}

.page {
	text-align: center;
	font-family: Helvetica, Arial, Sans-Serif;
	color: #666;
}

.page span {
	padding: 0.35em 0.5em 0.1em 0.5em;
	border: thin solid #ccc;
}

dl.category dd {
	font-size: 18px;
	display: inline;
	border-bottom:  thin solid #333;
	letter-spacing: 1px;
}

dl.category a {
	color: #333;
}

h3.index_title a {
	color: #333;
}

h5.category_description {
	margin-top: -1em;
	margin-bottom: 1.5em;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 19px;
	clear: both;
}

.excerpt {
	margin-bottom: 1.5em;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 19px;
	float: left;
}

/* about */
div.about {
	padding: 0;
	margin-bottom: 0em;
	clear: both;
	overflow: hidden;
}

.about_pages {
	margin-bottom: -1em;
	font-size: 21px;
}

.about_pages ul {
	list-style: none;
}

.about_pages li{
	margin-left: 0em;
	line-height: 21px;
}

.about_pages li a {
	color: #333;
}

div.about_imgbox {
	border: none;
	margin-right: 1em;
	text-align: center;
	float: left;
}

div.about_textbox {
	border: none;
	float: left;
}

div.about_textbox p {
	line-height: 28px;
	text-align: justify;
	text-justify: distribute;/* IE */
	float: left;
}

div.about_textbox h4 {
	font-size: 18px;
	line-height: 21px;
	float: left;
}

div.about_textbox h5 {
	font-size: 12px;
	line-height: 21px;
	float: left;
}

div.about_textbox dl {
	line-height: 28px;
	clear: both;
}

div.about_textbox dt {
	font-family: Helvetica, Arial, Sans-Serif;
	border-bottom:  thin solid #333;
	clear: both;
}

div.about_textbox dd.left_center {
	float: left;
	margin-right: 2em;
	margin-bottom: 1.5em;
}

div.about_textbox dd.right {
	float: left;
	margin-right: 0em;
	margin-bottom: 1.5em;
}

div.about_textbox dd.map {
	float: left;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

div.about_textbox dd.map_disclaimer {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	float: left;
	margin-top: 0.5em;
	margin-bottom: 0em;
}

/* Edit */
div.edit {
	clear: both;
}

/* Avatar */
div.avatar {
	width: 50%;
	padding: 0;
	margin: 0;
	margin-bottom: 1.5em;
	float: left;
}

.avatar div {
	float: left;
	padding-right: 6px;
}

.avatar dl {
	padding-top: 12px;
}

.avatar dt {
	font-size: 12px;
	letter-spacing: 1px;
	float: left;
}

.avatar dd {
	font-size: 12px;
	letter-spacing: 1px;
}

/* Topsy */
div.topsy_widget_data {
	padding: 0;
	margin: 0;
	margin-bottom: 1.5em;
	float: right;
}

/* Navigation */
div.navigation {
	width: 100%;
	padding: 0;
	margin-bottom: 1.5em;
	border-bottom: medium solid #333;
	float: left;
}

div.right {
	text-align: right;
	float: right;
}

div.left {
	text-align: left;
	float: left;
}

div.navigation p {
	margin-bottom: 0.5em;
}

/* Sidebar */
#sidebar {
	width: 30%;
	padding: 0;
	margin: 30px 0;
	float: left;
}

h4.sidebar {
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 1px;
}

h4.sidebar a {
	color: #333;
}

div.category {
	width: 100%;
	border-top: medium solid #333;
	float: left;
	margin-bottom: 1.5em;
}

ul.sidebar {
	list-style: none;
	font-size: 12px;
}

li.sidebar {
	width: 100%;
	line-height: 18px;
	text-align: justify;
	text-justify: distribute;/* IE */
	margin-left: 0em;
	float: left;
}

li.sidebar img {
	border: none;
	margin-right: 0.5em;
	margin-bottom: 1.5em;
	float: left;
}

div.coupon {
	width: 100%;
	border-top: medium solid #333;
	float: left;
	margin-bottom: 1.5em;
}

div.coupon ul {
	list-style: none;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 1px;
}

div.coupon li {
	width: 100%;
	margin-left: 0em;
	float: left;
}

div.coupon li a {
	color: #333;
}

div.search {
	width: 100%;
	float: left;
	padding: 1.5em 0 0 0;
	margin-bottom: 1.5em;
	text-align: center;
	background: #ededd8;
}

input#s {
	width: 80%;
	padding: 3px;
	margin-bottom: 1em;
	color:#666;
	text-align: center;
}

.searchbutton {
	text-align: center;
}

.searchbutton input {
	width: 80px;
	height: 26px;
	padding: 0.5em 1em;
	border: 0;
	background: url(images/searchbutton.png) no-repeat 0 0;
	cursor: pointer;
	text-align: center;
}

/* Comments */
#comments {
	font-family: Helvetica, sans-serif;
	color: #666;
	margin-bottom: 1.5em;
}

#comments h3 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0.5em;
}

#comments h4 {
	font-size: 12px;
	line-height: 19px;
	float: left;
	padding-top: 3px;
	padding-right: 0.5em;
}

#comments h5 {
	font-size: 12px;
	line-height: 19px;
	clear: both;
}

#comments p {
	line-height: 28px;
	margin-bottom: 1.5em;
}

#comments input#trackbackurl {
	width: 78%;
	color: #666;
	margin-bottom: 0.5em;
	padding: 3px;
}

#commentlist {
	padding: 1em 0 0 0;
	margin-bottom: 1.5em;
	border: thin dotted #333;
}

#commentlist li.commentcontent {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.7em;
	margin-bottom: 0.5em;
	color: #fff;
	background-image: url(images/comment.gif);
	background-repeat: no-repeat;
}

#commentlist p {
	padding-right: 3em;
	padding-left: 3em;
	margin-bottom: 1em;
	color:#666;
}

.comment_avatar {
	padding-right: 3em;
	padding-left: 3em;
	margin-bottom: 1.5em;
}

.comment_avatar div {
	float: left;
	padding-right: 6px;
}

.comment_avatar dl {
	padding-top: 3px;
	font-size: 12px;
	letter-spacing: 1px;
	color:#666;
}

.comment_avatar dt {
	float: left;
}

form#commentform {
	font-size: 1em;
}

form#commentform p {
	margin-bottom: 1.5em;
	clear: both;
}

input#author, input#email, input#url {
	width: 50%;
	padding: 3px;
	margin-bottom: 1em;
	color:#666;
}

textarea {
	width: 99%;
	padding: 3px 0 0 3px;
	color:#666;
}

.submitbutton {
	text-align: center;
}

.submitbutton input {
	width: 111px;
	height: 31px;
	padding: 0.5em 1em;
	border: 0;
	background: url(images/submitbutton.jpg) no-repeat 0 0;
	cursor: pointer;
}

/* Twitter */
#twitter {
	position: fixed;
	top: 100px;
	right: 0px;
}

/* Footer */
#footer {
	width: 90%;
	height: 30px;
	clear: both;
	padding: 0 0 20px 0;
	margin: 0 50px;
	border-top: thick solid #333;
	font-family: Helvetica, Arial, Sans-Serif;
	overflow: hidden;
}

.pages {
	margin: 7px 0 0 0;
	font-size: 14px;
	float: left;
}

.pages ul {
	list-style: none;
}

.pages li{
	margin-left: 0em;
	margin-right: 1.5em;
	line-height: 18px;
	float: left;
}

.copyright {
	margin: 2px 0 0 0;
	float: right;
}

.copyright p {
	margin: 0px 0 0 0;
	font-size: 10px;
	text-align: right;
}

/* Online Shop */
h1.onlineshop a {
	color: #333;
	font-size: 42px;
	list-style: 35px;
}

h2.onlineshop a {
	color: #333;
	font-size: 28px;
	line-height: 28px;
}

h4.onlineshop {
	border-top: medium solid #333;
	margin-bottom: 0.1em;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 1px;
	clear: both;
}

h4.onlineshop a {
	color: #333;
}

h5.onlineshop {
	margin-bottom: 1.5em;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 19px;
	clear: both;
}

.genre {
	width: 100%;
	margin-bottom: 1.5em;
	float: left;
}

.catalogbutton {
	text-align: center;
	width: 84px;
	height: 31px;
	padding: 0.5em 0.2em;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 19px;
	border: 0;
	background: url(images/catalogbutton.jpg) no-repeat 0 0;
	cursor: pointer;
}

.catalogbutton a {
	color: #333;
}

.thumbnail_box {
	float: left;
	background-color: #FFFFFF;
	width: 119px;
	height: 189px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 1.5em;
	padding: 0px;
	font-family: Helvetica, Arial, Sans-Serif;
	display: inline;
}

.thumbnail_box .thumimg {
	background-color: #000;
	border: 1px solid #ccc;
	height: 108px;
	text-align: center;
	margin-bottom: 0.5em;
	padding: 0em;
}

.thumbnail_box .thumtitle {
	width: auto;
	margin-bottom: 0.25em;
	padding: 0px;
}

.thumbnail_box .thumtitle a {
	color: #00f;
	text-decoration: none;
	white-space: normal;
	word-break: break-all;
	margin-bottom: 0.25em;
}

.thumbnail_box .thumtitle a:hover {
	color: #f00;
}

.thumbnail_box .price {
	width: auto;
	text-align: left;
}

.thumbnail_box a.detailbutton {
	color: #566732;
	text-decoration: none;
	font-size: 10px;
	background-image: url(images/button_bg_detail01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	width: 89px;
	display: block;
	text-align: center;
	padding-top: 5px;
	margin-top: 10px;
}

.thumbnail_box a.detailbutton:active {
	background-image: url(images/button_bg_detail01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	outline: none;
}