@charset "utf-8";

/* html element
----------------------------------------------------*/
* { margin :0px; padding :0px; }

html{
	overflow-y: scroll;
}
ol,ul {
	list-style: none;
}
hr {
	display: none;
}
a,img {
	margin: 0px;
	padding: 0px;
	border: none;
}

/* link
----------------------------------------------------*/
a{ 
	color: #555;
	text-decoration: none;
}
a:hover{ 
	color: #000;
	background: #e1e1e1;
	text-decoration: underline;
}

.black {
	color: #000000;
}
.gray {
	color: #888888;
}
.white {
	color: #ffffff;
}

/* TAG Layout
----------------------------------------------------*/
html {
	width: 100%;
}
body {
	width: 100%;
	color: #333333;
	background: #fff;
}

/* All Layout
----------------------------------------------------*/
div#container{/* background */
	width: 842px;
	height: 100%;
	margin: 0px auto;
}
/* HEADER Layout
----------------------------------------------------*/
div#header {
	width: 842px;
	margin:24px 0px 0px;
}

div#header div#logo{
	float:left;
	width:110px;
	margin:0px 0px 9px 0px;
}

div#header div#sellers{
	float:right;
	width:100px;
	margin:16px 0px 0px;
}

div#header ul{
	float:left;
	width: 842px;
}

div#header ul li img{
	vertical-align:bottom;
}

div#header ul li.s{
	float:left;
	width:168px;
}

div#header ul li.l{
	float:left;
	width:169px;
}


/* CONTENTS Layout
----------------------------------------------------*/
div#contents {
	padding:35px 0px 0px 40px;
	border: 1px solid #D6D6D6;
}

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	zoom:1;
}

#contents-box {
	margin-top:40px;
	background-image:url(../../../img/bg.gif);
	background-repeat: repeat-y;
}

#left {
	float:left;
	width:525px;
	margin-top:-53px;
}
/*
#content {
	width:525px;
	margin-top:-52px;
	margin-bottom:0px;
}
*/
#sidebar {
	float:right;
	width:200px;
}

/* =====
見出し
===== */
h2#entry {

}
h3.entrydate {
	font-size:10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
}

/* =====
投稿記事周辺
===== */
.entry a{ 
	color: #888;
	text-decoration: underline;
}
.entry {
	padding:50px 0px 35px 2px;
	border-top: 1px solid #D6D6D6;
}
.entrybody {
	position:relative;
	padding:20px 170px 0 0;
	line-height:1.6;
}
.entrybody img {
	position:absolute;
	right:0px;
	/*width:128px;*/
}
.entrybody p {
	padding-bottom:1em;
}
blockquote {
	padding-left:3em;
}
.entrybody ul, .entrybody ol{
	margin-left:15px;
}
ul.entrymeta li {
	line-height:1.8;
	display:inline;
}

.navigation {
	font-size:11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
}
/* =====
サイドバー
===== */
div#sidebar p {
}
div#sidebar h2 {
	margin:0px 0px 18px 0px;
}
div#sidebar ul ul {
	margin:0px 0px 40px 5px;
	list-style-type:none;
}
div#sidebar li li {
	margin:0px 0px 10px 0px;
}

p.alignright {
	text-align:right;
}


/* FOOTER Layout
----------------------------------------------------*/
div#footer{
	width:842px;
	margin:11px 0px 40px 0px;
	position:relative;
}

div#footer div#copyright{
	position:absolute;
	right:-1px;
}

/* All Class
----------------------------------------------------*/
div.clear {
	margin: 0;
	padding: 0;
	clear: both;
	font-size: 1px;
	line-height: 100%;
}

.rmv{
	display:block;
	text-indent:-9999px;
}

/* Float Element
----------------------------------------------------*/
.cClear {
	clear: both;
}
.cLeft {
	float: left;
}
.cRight {
	float: right;
}
/* Page-top
----------------------------------------------------*/
p.toTop {
	width: 48px;
	float: right;
}
.over{
}
