/* --------------------------------------------------
	2007/1/31
	dank hearts
 --------------------------------------------------- */
@charset "utf-8";

/***************************
  base 
***************************/
/* other */
*{ margin:0;padding:0;}
img{border:none;vertical-align:top;}
.clear{clear:both;}
p {margin:0;padding:0;}
b,strong { color:#f00;}

/* link */
a {color:#cc6600;text-decoration:none;}
a:hover {text-decoration:underline; }

/* body */
body {
	margin:0;
	padding:0;
	text-align:center;
	font:75%/1.5em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:#f4f4f4;
	line-height:160%;
	color:#666;
	}
	
blockquote {
	margin:10px;
	padding:10px;
	background:#f4f4f4;
	border:1px solid #ccc;
	color:#666;
	border-left:5px solid #ccc;
}


/***************************
  font-color
***************************/
.font-color-gray {
	color:#888888;
	}

.font-color-orange {
	color:#FF9933;
	}
	
.font-color-red {
	color:#FF0000;
	}
	
	
/***************************
  all 
***************************/
/* main-layout*/
div#container {
	width:800px;
	background:#FFF url(image/background.jpg) repeat-y center top;;
	text-align:center;
	margin:0 auto;
	}

div#wrapper{
	width:628px;
	float:left;
	text-align:left;
	float:left;
	}
	
div#content {
	padding:7px 0;
	width:452px;
	float:right
	}
	

/***************************
  header 
***************************/
div#header {
	width:800px;
	height:284px;
	background:#fff url(image/header.jpg) no-repeat left bottom;
	position:relative;
	text-align:left;
	margin:0 auto;
	}
	
div#logo {
	width:100%;
	margin:0 auto;
	text-align:left;
	position:relative;
	}
			
div#header h1 {
	
	}

	
	
/***************************
  footer 
***************************/
div#footer {
	width:100%;
	height:43px;
	background:;
	clear:both;
	text-align:center;
	}
	
#footer p{
	padding-top:10px;
	}	


/***************************
  navi 
***************************/	
div#navi {
	padding:0 0 5px 0;
	}
	
	
/***************************
  sidebar 
***************************/	
#sidebar-left {
	width:168px;
	float:left;
	text-align:left;
	}
	
#sidebar-right {
	width:168px;
	float:right;
	text-align:left;
	}

/* side-parts */
div.side-form {
	padding:7px;
	padding-bottom:20px;
	text-align:center;
	}
	
div.side-title {
	width:100%;
	margin-bottom:10px;
	background:#555 url(image/main/side-title.jpg) repeat-x left bottom;
	}
	
div.side-title p{
	padding:3px 5px;
	color:#FFF;
	}
	
div.side-body {
	text-align:left;
	background:url(image/side-body.jpg) repeat-y center top;
	padding:0 10px 0 5px;
	margin-bottom:0;
	}
	
div.side-body p{
	line-height:160%;
	padding-left:5px;
	}
	
.side-body ul {
	margin:0;
	padding:0 0 0 5px;
	}
	
.side-body li{
	margin:0;
	list-style:none;
	padding:5px 0 5px 5px;
	border-bottom:1px dotted #ccc;
	}

.side-header {
	background:url(image/side-header.jpg) no-repeat center top;
	height:15px;
	margin:0 auto;
	padding:0;
	}
	
.side-footer {
	background:url(image/side-footer.jpg) no-repeat center bottom;
	height:15px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	}
	
/***************************
  main
***************************/
div.main {
	padding-bottom:30px;
	}
	
/* entry-parts */
div.entry-body{
	background:url(image/body-body.jpg) repeat-y;
	padding:0 22px 0 20px;
	}
	
div.entry-body p{
	padding:10px 0 10px 0;
	}
	
div.entry-body ul,
div.entry-body ul li,
div.entry-more ul,
div.entry-more ul li{
	padding:0;
	margin:0;
	list-style:inside;
	}
	
div.entry-body ol,
div.entry-more ol {
	padding:10px;
	padding-left:30px;
	margin:10px;
	background:#eee;
	}
	
div.entry-body ol li,
div.entry-more ol li{
	}
	
div.entry-more{
	padding-top:10px;
	text-align:right;
	}
	
div.date {
	top:10px;
	right:20px;
	text-align:right;
	font-size:12px;
	font-weight:normal;
	position:absolute;
	}
	
div.entry-more-view{
	padding-top:10px;
	}
	
div.entry-info {
	margin-top:10px;
	padding-left:10px;
	border-top:dotted 1px #999999;
	height:100%;
	}

div.entry-info ul {
	padding:0;
	margin:0;
	}
	
div.entry-info li{
	padding-left:10px;
	margin:0;
	list-style:none;
	float:left;
	}
	
/* finding */
h2 {
	padding-left:70px;
	height:53px;
	line-height:53px;
	font-size:14px;
	font-weight:bold;
	clear:both;
	background:url(image/title-entry.jpg) left top no-repeat;
	position:relative;
	}

h3 {
	font-size:110%;
	border-left:10px solid #333333;
	padding-left:10px;
	background:#eee;
	}

h2 a {
	color:#222;
	}

h3 a {
	color:#222;
	}


/***************************
 trackbacks
***************************/
.trackbacks {
	margin:40px 0 0 0;
	padding:10px;
	background-color:#eee;
	}
	
.trackbacks-body{
	margin:10px 20px 0 20px;
	padding:10px;
	border-bottom:1px dotted #CCCCCC;
	}
	
.trackbacks-body ul {
	margin:0;
	padding:0 0 0 20px;
	}
	
.trackbacks-body li{
	margin:0;
	padding:0;
	}
	
	
/***************************
 comments
***************************/
.comments {
	margin:40px 0 0 0;
	}
	
	
.comments h4{
	padding:3px 10px;
	background-color:#eee;
	}
	
.comments-body{
	margin:10px 20px 0 20px;
	padding:10px;
	border-bottom:1px dotted #CCCCCC;
	}
	
.comments-view{
	margin:10px 20px 0 20px;
	padding:10px;
	background-color:#eee;
	}
	
.comments ul {
	margin:0;
	padding:0 0 0 20px;
	}
	
.comments li{
	margin:0;
	padding:0;
	}

.comment-form {
	margin:40px 0 0 0;
	}
	
.comment-form h5{
	padding:3px 10px;
	background-color:#eee;
	}

#comments-open-text {
	margin-top:20px;
	}
	
.comments-open-content {
	margin-top:10px;
	}
	
/* search */
.search-body {
	margin:10px;
	padding:10px;
	background-color:#eee;
	}
		
	
/***************************
  option 
***************************/
.img-left{
	float:left;
	margin:10px;
	padding:2px;
	border:1px solid #ccc;
	}
	
.img-right {
	float:right;
	margin:10px;
	border:1px solid #ccc;
	}

	
/***************************
  table
***************************/
div.sheet-c,
div.sheet-l{
	padding-bottom:10px;
	}

div.sheet-c table,
div.sheet-l table{
	font:12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border-collapse:collapse;
	border:1px solid #ccc;
	border-spacing:0;
	empty-cells:show;
	}

div.sheet-c th,
div.sheet-l th{
	padding:5px;
	border:1px solid #ccc;
	background:	#F1F5F6;
	font-weight:normal;
	text-align:center;
	}

div.sheet-c td,
div.sheet-l td{
	padding:5px;
	border:1px dotted #ccc;
	text-align:center;
	}

div.sheet-l table,
div.sheet-l th,
div.sheet-l td{
	text-align:left;
	}


/***************************
  form
***************************/
input{
	padding:3px;
	border:1px solid #aaa;
	}
	
input:focus,
textarea:focus{
	background-color:#fee;
	}
	
textarea{
	padding:3px;
	border:1px solid #aaa;
	}

.input-no-line {
	border:none;
	}
	
fieldset {
	padding:10px;
	}
	
fieldset textarea{
	margin:0 0 10px 0;
	}
	
legend {
	padding:0 10px;
	}
