﻿@charset "utf-8";
@import url(/test0804/common/basic.css);

/*
Theme Name: Real Style
Theme URI: http://www.real-style.jp/
Description: リアルスタイルブログ用テーマ
Version: 1.0
メインインデックスのテンプレート (index.php)
Author: Kondo Norisuke
Author URI: http://www.real-style.jp/
Tags: real style

	Real Style v1.0

*/
body {
  color:#4c3b29;
  _background:url(images/background.jpg) fixed center top no-repeat #E5DCC9;
}
#page {
  width:620px;
  margin:auto;
  border-left:solid 1px #4c3b29;
  border-right:solid 1px #4c3b29;
  height:100%;
}
body>#page {
  background:url(images/background.jpg) fixed center top no-repeat #000;
}
#header {
  height:100px;
}
#headerimg a{
  position:relative;
}
#contents_wrap {
  border-spacing:20px;
  margin:20px;
  width:580px;
}
#contents_wrap td {
  vertical-align:top;
}
.narrowcolumn {
  width:400px;
  padding:20px 10px 20px 20px;
  padding:0px;
}
.widecolumn {
  padding:20px;
  padding:0px;
}
#sidebar_wrap {
  border-left:dotted 1px #4c3b29;
  padding-left:10px;
}
#sidebar {
  margin:0px;
  padding:0px;
  width:110px;
}

.clearBoth {
  clear:both;
}
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
#footer {
  clear:both;
  background:#4d3b29;
}
#footer_inner {
  padding:12px 20px 5px 20px;
}

/* *** ENTRY AREA *** */
.post {
  margin-right:10px;
  margin-bottom:40px;
  line-height:1.7em;
}
.post a {
  position:relative;
}
.post h2 {
  line-height:1.2em
}
.entry_header{
  width:100%;
}
#commentform {
  position:relative;
}
#comment {
  width:390px;
  background:#fff;
  border:solid 1px #ccc;
}

/* *** SIDEBAR AREA *** */
#sidebar ul {
  margin:10px 0px 20px 0px;
  padding:0px;
  list-style: none;
}
#sidebar li h2 {
  margin:0px;
  padding:0px;
  list-style: none;
}
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}
#sidebar a {
  position:relative;
}


.bg_white {
	background:url(images/bg_white.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wp-content/themes/realstyle/images/bg_white.png',sizingMethod=scale);
}
.bg_brown {
	background:url(images/bg_brown.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wp-content/themes/realstyle/images/bg_brown.png',sizingMethod=scale);
}
