/*
Design by : Marble-lab.com
Web site : http://www.marble-lab.com/
Template name : basic2
Version : 1.0	          	
*/

* {
	padding: 0;
	margin: 0;
}
body {
	font: 100% "Hiragino Kaku Gothic Pro", "30D230E930AE30CE89D230B420Pro20W3", "30e130a430ea30aa", "FF2DFF3320FF3030B430B730C330AF", "Osaka", sans-serif;
}
h2 {
	margin-bottom: 20px;
	font-size: 150%;
	letter-spacing: -1px;
}
h3 {
	font-size: 120%;
	margin-bottom: 10px;
	letter-spacing: -1px;
}
h4 {
	font-size: 110%;
	margin-bottom: 10px;
	letter-spacing: -1px;
}

a {
	outline: none;
}

a:link {
	color: #677BA2;
	text-decoration: none;
}
a:visited {
	color: #677BA2;
	text-decoration: none;
}
a:active {
	color: #296ddd;
	text-decoration: none;
}
a:hover {
	color: #f4a460;
	text-decoration: none;
}
#wrapper {
	margin: 0 auto;
	width: 922px;
}
#header {
	color: #555;
	width: 900px;
	float: left;
	padding: 10px;
	border: 1px solid #ccc;
	height: 110px;
	margin: 5px 0 5px;
	background: url(http://www.marble-lab.com/skins/basic2/images/main_img.jpg) no-repeat;
}
#headertitle {	
	width: 300px;
	float:left;
}
#headertitle h1 {
	color: #677BA2;
	text-decoration: none;
	padding: 0 0 0 10px;
	font: normal 350% "Trebuchet MS";
}
#headertitle h2 {
	letter-spacing: 0;
	color: #677BA2;
	text-decoration: none;
	padding: 0 0 0 18px;
	font: normal 150% "Trebuchet MS";
}
#headertitle a {
	color: #677BA2;
	font-weight: normal;
	text-decoration: none;
}
#headertitle a:hover {
	color: #BC8F8F;
	font-weight: normal;
	text-decoration: none;
}
#menu {
	float: left;
	width: 900px;
	color: #555;
	padding: 5px 10px;
	border: 1px solid #ccc;
	margin: 0 0 5px;
	background: #E7DBD5;
}
.menulist {
	font-family: "Century Gothic","Trebuchet MS";
	width: 675px;
	float: left;
	padding: 6px 0px;
	list-style-type: none;
}
.menulist li {
	display: inline;
}
.menulist li a {
	text-decoration: none;
	padding: 3px;
}
.menulist li a:hover {
	color: #FFF;
	text-shadow:
		1px 1px 0px #999,
		0px 0px 5px #FFF,
		0px 0px 10px #FFF,
		0px 0px 15px #FFF,
		0px 0px 20px #FFF,
		0px 0px 25px #FFF;
}
#searchform {
	text-align: right;
	width: 200px;
	float: right;
}
.topic ul {
	list-style: disc inside;
	font-size: 100%;
	margin:5px 0px 0px 0px;
	padding: 0px 0px 5px 5px;
}
.topic li {
}
.topic a:hover {
	color: #BC8F8F;
}
#twitter_update_list {
	list-style: disc inside;
	font-size: 100%;
	padding: 0px 0px 5px 5px;
}
#main {
	color: #333;
	border: 1px solid #ccc;
	margin: 0 0 5px;
	padding: 10px;
	width: 693px;
	float: left;
	background: #FBFBFB;
	position:relative;
	z-index:0;
}
.item-meta {
	font-size: 70%;
	float: left;
	width: 150px;
	padding: 0px 0;
	border: 0 solid #ccc;
	line-height: 140%;
	clear: both;
}
.dateblock {
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, arial;
	float: right;
	width: 40px;
	text-align: center;
	color: #fff; 
	background-color: #fff; 
	border: 1px solid #ccc; 
	line-height: 115%;
	letter-spacing: -0.5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.dateblock .daymonth {
	font-weight:bold;
	padding:5px 0 0;
	font-size: 135%; 
	color: #513743; 
	background-color: #fff; 
}
.dateblock .year {
	font-size: 90%; 
	background-color: #BC8F8F;
	letter-spacing: -0.5px;
	-webkit-border-radius:  5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
}
.dateblock .week {
	font-size: 90%; 
	color: #513743; 
	clear:both;
}
.item-box {
	position: relative;
	font-size: 90%;
	width: 510px;
	background: #fff;
	margin: 0 0 30px 158px;
	padding: 15px 15px 15px 10px;
	line-height: 180%;
	letter-spacing: 1px;
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
}
.item-box:before, .item-box:after {
 	position: absolute;
 	width: 40%;
 	height: 10px;
 	content: ' ';
 	left: 12px;
 	bottom: 12px;
 	background: transparent;
 	-webkit-transform: skew(-5deg) rotate(-5deg);
 	-moz-transform: skew(-5deg) rotate(-5deg);
 	-ms-transform: skew(-5deg) rotate(-5deg);
 	-o-transform: skew(-5deg) rotate(-5deg);
 	transform: skew(-5deg) rotate(-5deg);
 	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
 	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
 	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
 	z-index: -1;
}
.item-box:after {
	left: auto;
	right: 12px;
	-webkit-transform: skew(5deg) rotate(5deg);
	-moz-transform: skew(5deg) rotate(5deg);
	-ms-transform: skew(5deg) rotate(5deg);
	-o-transform: skew(5deg) rotate(5deg);
	transform: skew(5deg) rotate(5deg);
}
.main-box {
	font-size: 90%;
	width: 670px;
	background: #fff;
	margin: 0 0 0px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #ccc;
	line-height: 150%;
	letter-spacing: 3px;
}
.main-box img {
	border: 2px solid #FFF;
	padding: 2px;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.main-box a:hover img {
	border: 2px solid #999;
	/*filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;*/
}
.readmore {
	font-size: 95%;
	text-align: right;
	font-weight:bold;
	letter-spacing: -1px;
	margin:0 0px 0 0px;
}
.readmore a {
	padding: 3px 20px;
	color: #677BA2;
	border: 1px solid #677BA2;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.readmore a:hover {
	background:#677BA2;
	color: #FFF;
	border: 1px solid #DDD;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
#side {
	float: right;
	color: #555;
	border: 1px solid #ccc;
	margin: 0 0 5px;
	padding: 15px 10px;
	width: 180px;
	background: #F2F2E6;
}
.indent {
	font-size: 80%;
	padding-left: 5px;
	margin: 10px 0 0;
}
#side ul {
	list-style-position: outside;
	list-style: none;
	padding: 0 0 12px;
	line-height: 150%;
}
.listcommtree {
	font-size: 95%;
	line-height: 120%;
	padding: 0 0 5px 15px;
}
#footer {
	width: 900px;
	clear: both;
	color: #555;
	border: 1px solid #ccc;
	background: #E7DBD5;
	margin: 0 0 5px;
	padding: 10px;
}
.footer-box {
	font-family: "Century Gothic","Trebuchet MS";
	text-align: center;
	float:left;
	font-size: 75%;
	padding: 0 180px;
	margin: 0 0 0 50px;
}
.footer-menu {
	text-align: center;
}
.footer-menu a:hover {
	color: #FFF;
	/*border-bottom: 1px solid #FFF;*/
	text-shadow:
		0px 0px 10px #FFF,
		0px 0px 20px #FFF,
		0px 0px 30px #FFF,
		0px 0px 40px #FFF,
		0px 0px 50px #FFF,
		0px 0px 60px #FFF,
		0px 0px 70px #FFF,
		0px 0px 80px #FFF,
		0px 0px 90px #FFF,
		0px 0px 100px #FFF;
}
.copyright {
	text-align: center;
	font-style: italic;
}
.copyright a:hover {
	color: #FFF;
	border-bottom: 1px solid #FFF;
}
.footer-navi {
	float:right;
	font-size: 70%;
	margin:10px 10px 0 0;
}
.footer-navi a {
	padding: 0px 3px 3px 3px;
	/*border: 1px solid  #677BA2;*/
	/*-webkit-border-radius: 5px;*/
        /*-moz-border-radius: 5px;*/
}
.footer-navi a:hover {
	/*color: #FFF;
	border: 1px solid #FFF;
	padding: 0px 3px 3px 3px;*/
}
span.del {
	text-decoration:line-through;
	padding:0 2px;
}
.leftbox {
	margin: 5px 10px 5px 0;
	float: left;
}
.rightbox {
	margin: 5px 0 5px 10px;
	float: right;
}
img {
	border: 0;
}
a:hover img{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

img.new {
        vertical-align: top;
}

.image_block {
	text-align: center;
}
.image_block img{
	border: 1px solid #ccc;
	padding: 5px 5px 30px 5px;
	text-align: center;
}
.image_block p {
	font-size: x-small;
	text-align: center;
	margin: -35px 0 0 0;
}
blockquote {
	font-size: 95%;
	margin: 0px 5px;
	padding: 5px 10px 5px 35px;
	color: #583822;
	background: url(http://www.marble-lab.com/skins/basic2/images/quote01.gif) no-repeat 1px 3px;
}
div.loginform .formfield, div.commentform .formfield, div.mailform .formfield {
	display: block;
	cursor:text;
}
ul {
	list-style-type: none;
}
ol {
	list-style-position: outside;
	margin: -20px 0px 0px 0px;
	padding: 0px 30px;
	line-height: 170%;
}
#breadcrumbs {
	clear: both;
	padding: 0px 0 10px 0;
	font-size: 70%;
}
.searchform .formfield {
	width: 130px;
	background: #FBFBFB;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	padding: 2px;
	cursor:text;
}
.searchform .formfield:focus {
	background: white;
}
#nucleus_cf_name, #nucleus_cf_mail, #nucleus_cf_email, #nucleus_mmf_frommail {
	width: 220px;
}
.comment-table {
	width: 100%;
}
.comment-table td {
	padding:0 5px 10px 0;
}
#trurl {
	font-size: 90%;
	color: #555;
	background: #FBFBFB;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	width: 300px;
	padding: 3px;
	margin: 10px 0 0;
}
#trurl:focus {
	background: #fff;
}
.commentform .formfield, .mailform .formfield {
	font-size: 100%;
	background: #FBFBFB;
	color: #000;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	padding: 2px;
	margin: 0;
	width: 510px;
}
.commentform .formfield:focus, .mailform .formfield:focus {
	background: #fff;
}
.formbutton {
	margin: 5px 0 0;
	border: 1px solid #666666;
	font-size: 80%;
	text-decoration: none;
	color: #666666;
	padding: 2px 5px;
	background-color: #EEEEEE;
	-webkit-border-radius: 5px;
        -moz-border-radius: 5px;
}
.formbutton:hover {
	border: 1px solid #EEEEEE;
	color: #EEEEEE;
	background: #666666;
}
.formbutton:active {
	border: 1px solid #fff;
	color: #fff;
	background: #fff;
}
.error {
	color: red;
	font-weight: bold;
	font-size: 90%;
}
.formfield, label, button, input, textarea, select {
	font: 100%  Helvetica, "Hiragino Kaku Gothic Pro", "30D230E930AE30CE89D230B420Pro20W3", "30e130a430ea30aa", "FF2DFF3320FF3030B430B730C330AF", "Osaka", verdana, arial, sans-serif;
	cursor:pointer;
}
.Amazon {
	width:90%;
	border: 1px solid #EEEEEE;
	padding: 10px;
	margin:0 auto;
}
.asbn-imge {
	text-align: right;
	float: right;
	margin: 0px 0px 0px 0px;
}
.asbn {
	width:60%;
	float: left;
	text-align: left;
	font-size: 80%;
	margin: 0;
	padding: 0;
	line-height: 120%;
}
.similars {
	margin:-15px 0;
}
.archiveindex a {
	text-decoration: none;
}
.archiveindex table {
	width: 99%;
	margin: 0 0 0;
	padding: 0;
	border-collapse: collapse;
}
.archiveindex th {
	margin: 0;
	padding: 2px 0;
	text-align: left;
	font-size: 110%;
	background: white;
}
.archiveindex tr {
	margin: 0;
	padding: 0;
	font-size: 90%;
	background: #f0f0f0;
}
.archiveindex tr.stripe {
	background: transparent;
}
.archiveindex tr.more {
	background: none;
	font-size: x-small;
}
.archiveindex td {
	margin: 0;
	padding: 2px 10px;
	text-align: left;
	vertical-align: middle;
}
.archiveindex td.detail {
	white-space: nowrap;
	text-align: right;
}
.archiveindex td span.title-up {
	color: red;
}
.archiveindex td span.catdesc {
	font-size: small;
	color: gray;
}
.archiveindex td span.nomore {
	color: #fff;
}
.pageswitch {
	text-align: center;
	font-size: 85%;
	padding: 2px 5px;
	border: 0 solid #000;
	margin: 0 0 15px 0;
}
.pageswitch a {
	padding: 2px 5px;
	line-height: 10px;
	text-align: center;
	border: 0 dotted #677BA2;
}
.pageswitch a:hover {
	padding: 1px 4px;
	border: 1px solid #BC8F8F;
}
.pageswitch b {
	padding: 2px 5px;
	text-align: center;
	border: 1px solid #555;
	background: #fff!important;
	color: #555!important;
}
.pageswitch strong {
	padding: 2px 5px;
	text-align: center;
	border: 1px solid #555;
	background: #fff!important;
	color: #555!important;
}
.sw {
	font-size: 80%;
	padding: 2px 5px;
}
.year {
	letter-spacing: 0.1em;
}
ul.tagCloud {
	text-align: center;
	margin: 0;
	padding: 5px;
	font-size: 13px;
}
ul.tagCloud li {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 95%;
	line-height: 0px;
	white-space: nowrap;
}
ul.tagCloud li a {
	padding: 1px;
	position: relative;
	text-decoration: none;
	border: 1px solid #eee;
	background: #fff;
}
ul.tagCloud li.level6 a {
	z-index: 6;
	font-size: 167%;
	color: #424242;
}
ul.tagCloud li.level5 a {
	top: 5px;
	z-index: 5;
	font-size: 136%;
	color: #5e5e5e;
}
ul.tagCloud li.level4 a {
	font-size: 114%;
	color: #7a7a7a;
	z-index: 4;
}
ul.tagCloud li.level3 a {
	top: 5px;
	z-index: 3;
	font-size: 100%;
	color: #979797;
}
ul.tagCloud li.level2 a {
	font-size: 85%;
	color: #b3b3b3;
	z-index: 2;
}
ul.tagCloud li.level1 a {
	z-index: 1;
	font-size: 70%;
	color: #cfcfcf;
}
ul.tagCloud li a:hover {
	border-color: #666;
	z-index: 10;
	color: #000;
	background: #eee;
}
.footnote {
	font-size: 80%;
	margin: 0px 2px 0 3px;
	vertical-align: top;
}
ul.footnote {
	list-style: none outside;
	margin: 30px 10px 0px;
	padding: 5px 10px;
	line-height: 16px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	font-size: 80%;
}
.footnote li {
	padding: 5px 0 5px 0;
}
.commentform-area {
	margin: 0;
	width: 515px;
	border: 1px solid #CCC;
	border-collapse: collapse;
}
.form-preview {
	margin: 0 0 10px;
	width: 515px;
	border: 1px solid #CCC;
	border-collapse: collapse;
}
.form-name {
	font-weight: 500;
	border: 1px solid #CCC;
	width: 140px;
	padding: 4px 2px 2px 5px;
	margin: 0;
	vertical-align: top;
	background: #E7DBD5;
}
.form-value {
	border: 1px solid #CCC;
	width: 355px;
	padding: 2px;
	margin: 0;
	vertical-align: middle;
}
.formerror {
	color: #C03;
}
.need {
	color: #C03;
	font-size: 80%;
}
.form-notice {
	font-weight: bold;
	color: #C03;
}
textarea {
	font-size: 100%;
	background: #FBFBFB;
	color: #555;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	padding: 2px;
	margin: 0;
	width: 355px;
}
textarea:focus {
	background: white;
}
input[type="text"] {
	font-size: 100%;
	background: #FBFBFB;
	color: #555;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	padding: 3px;
	margin: 0;
	width: 200px;
}
input[type="text"]:focus {
	background: white;
}
select {
	font-size: 100%;
	background: #FBFBFB;
	color: #555;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	padding: 3px 3px 3px 0;
	margin: 0;
	width: 347px;
}
select:focus {
	background: white;
}
hr {
	border: 0 solid #999;
	margin: 10px;
}
.znq_form {
	margin: 5px;
	padding: 10px;
	border: 1px solid #999;
	font-size: 10.5px;
}
.znq_form h4 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 11px;
	text-align: left;
	color: #000;
}
.znq_etc {
	border: 1px solid #999;
}
.znq_attention {
	padding: 3px;
	color: #393;
}
.znq_title {
	padding: 5px 25px;
	white-space: nowrap;
	text-align: center;
	background: #eef;
	border: 1px solid #CCC;
	border-collapse: collapse;
}
.znq_data {
	padding: 5px 5px;
	border: 1px solid #CCC;
	border-collapse: collapse;
}
table {
border-collapse: collapse;
}
.znsmiley_pvhead {
	font-size: 90%;
	color: #600;
}
.znsm_re {
	color: #699;
}
#znSmiley_preview {
	font-size: 85%;
	border: 1px dotted;
	padding: 2px 2px 2px 2px;
	margin: 0 0px 20px 0;
	width: 510px;
}
.znsm_img {
	vertical-align: middle;
}
#znsm_ico_layer {
	width: 510px;
}
.znsm_ico {
	padding: 5px 0px;
}
.relation {
	font-size: 85%;
	margin: 25px 15px 0;
	padding: 10px 15px 15px;
	background: #FBFBFB;
	border: 1px dotted #ddd;
	color: #666;
}
.relation h3 {
	margin-bottom: 5px;
	color: #BD9C8C;
}
.relation .R-word {
	color: #555;
}
.relation ul {
	list-style-position: outside;
	list-style: none;
	margin: 0 10px 0 20px;
}
.relation li {
	line-height: 110%;
	margin: 0 10px 0 0;
	display: inline;
}
.relation .R-more {
	text-align: right;
}
#pickup {
	float:right;
	padding-right:15px;
	margin:0px 200px 0px 0px;
	position:relative;
	width:350px;
}
#bubble {
	font-size:100%;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	border: 1px solid #ccc;
	background-color:#fff;
	line-height: 140%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	height: 90px;
}
.bubble-in {
	font-size:70%;
	padding: 0px 5px 0px 0px;
	margin: 0px;
	text-align: left;
	background-color:#fff;
	line-height: 140%;
	height: 92px;
	overflow: auto;
}
.tail {
	position:absolute;
	bottom:0.8em;
	right:0;
	height: 50%;
	width: 16px;
}
.tail span {
	display: block;
	background-color:#fff;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-size:0;
	width: 2px;
	position:absolute;
	line-height:0;
	margin:0;
	padding:0;
}
.tail .a1 { height: 9px;left:0;}
.tail .a2 { height: 7px;left:2px;}
.tail .a3 { height: 5px;left:2px;}
.tail .a4 { height: 3px;left:2px;}
.tail .a5 { height: 1px;left:2px;}
.tail .a6 { background-color: #ccc; border: 0; height: 1px;left:2px; clear:both;}

.avatar {
	float: left;
}
.comment {
	margin: 0px 0px 0px 40px;
}

.simple {
	float: left;
}
.trb {
	font-size:85%;
	line-height: 150%;
	margin: 0px 0px 0px 140px;
}
.excel {
	text-align: center;
}
.trim-box {
}
.trim-box img {
	border: 1px solid #ccc; 
	padding:4px;
	margin:-10px 0 0 0;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#counter {
	margin:-15px 0 0 0;
}
.member-img {
	border: 1px solid #eee;
	padding: 3px;
	width: 64px;
	height: 64px;
}
.member-box {
	font-size:85%;
	line-height: 150%;
	border: 0px solid #ccc;
	padding:0px;
	margin:0px 0 10px 0px;
}
.member-box table {
	width:100%;
	border: 1px solid #ccc;
}
.member-box .name {
	background: #E7DBD5;
	width:20%;
	border-bottom: 1px dotted #FFF;
	vertical-align: baseline;
	padding: 5px;
}
.member-box .contents-a {
	width:70%;
	border-bottom: 1px dotted #ccc;
	padding: 5px;
}
.member-box .contents-b {
	width:0%;
	border-bottom: 1px dotted #ccc;
	padding: 0px 10px 0px 10px;
}
.member-box .contents-c {
	width:80%;
	border-bottom: 1px dotted #ccc;
	padding: 5px;
}
/*a[target="_blank"]:after {
	content: url(http://www.marble-lab.com/skins/basic2/images/icon/link.png);
	margin: 0px 3px 0 1px;
	vertical-align: 2px;
}*/
.memo {
	margin: 25px 0px 0;
	line-height: 120%;
	padding: 10px 15px 15px;
	background: #FBFBFB;
	border: 1px dotted #ddd;
	color: #666;
}
#nucleus_cf_spam, #nucleus_cf_remember {
	width:18px;
	height:18px;
	vertical-align: middle;
}
.links {
	line-height: 200%;
}

.twtr-tweet-text {
	font-size:95%;
}

.twtr-timestamp, .twtr-reply {
	font-weight:bold;
}

.twtr-ft {
	font-size:75%;
}

.tumblr-share-button {
	margin:4px 0;
}
