/*  
Theme Name: rescoverblog01
Theme URI: http://re-s.jp/rescover/blog/
Description: rescoverblog template
Author: Hideaki Hamada
Author URI: http://re-s.jp
Version: 1.0
*/



body {
	margin: 0;
	padding: 0;
	color: #555;
	font-size: 12px;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, monospace;
	line-height: 170%;
	letter-spacing: 0.8px;
	background: url(http://re-s.jp/home/wp-content/uploads/image/index_back.jpg) top left fixed;
}


/* ***********************************************************************
	1 :layout
*********************************************************************** */

#wrapper {
	width:830px;
	height:auto;
	background-image:url(http://re-s.jp/home/wp-content/uploads/image/wrapper_back.jpg);
	background-repeat:repeat-y;
}

.line {
    border-bottom: 1px dotted #CCCCCC;
	margin: 0 0 8px 0;
	width:auto;
}

/*header*/
#header {
    width: 720px;
    height: 55px;
    margin: 0 0 0 0;
	padding: 30px 45px 0 45px;
}

#logo{
	float: left;
	width: 190px;
	height: 55px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#navi {
	float: right;
	width: 475px;
	height: 55px;
	margin: 0 0 0 0;
	padding: 0 0 0 55px;
}

#navi_copy {
    height:24px;
	text-align:right;
	padding: 0 10px 4px 0;
}

#menu {
    height: 23px;
}

#menu-line-top {
	border-top: 1px dotted #CCCCCC;
	margin: 0 0 2px 0;
}

#menu-line-bottom {
	border-bottom: 1px dotted #CCCCCC;
}

#separate{
	clear: both;
}

/*box*/
#box {
    width: 720px;
    margin: 40px 0 0 0;
    padding: 0 45px 0 45px;
}

#content {
    float: left;
    width: 490px;
    margin: 0 0 10px 0;
	text-align: left;
}

#sidebar {
    float: right;
    width: 180px;
	margin: 0 0 0 0;
	padding: 0 0 0 50px;
	text-align: left;
}

/*sidebar*/
#sidebar-box {
	margin: 0 0 40px 0;
	padding: 0 0 0 0;
	text-align:justify;
}

#sidebar li {
    font-size: 12px;
	line-height:140%;
	text-align: left;
    list-style-type: none;
    margin: 0 0 3px 0;
}

/*footer*/
#footer {
    clear: both;
	width: 720px;
    margin: 0 0 0 0;
    padding: 20px 0 20px 0;
	font-size: 10px;
	text-align: center;
}

/* for IE7 */
*:first-child+html .layout-two-column-liquid-right #links-right,
*:first-child+html .layout-two-column-liquid-left #links-left {
    top: 100px;
}


/* ***********************************************************************
	2 :article
*********************************************************************** */

.blog {
    margin:0 0 0 0;
    padding:0;
}

.entry {
    width: auto;
    margin: 0 0 40px 0;
    word-break: break-all;
}

.entry-header {
	font-weight: bold;
    margin: 10px 0 20px 0;
	padding:10px 10px 6px 7px;
	background:#e5d9bf;
	font-weight:bold;
	font-size:12px;
	line-height:100%;
	letter-spacing: 0.6px;
    text-align: left;
}

.entry-body {
    margin: 10px 0 0 0;
	padding:0 5px 0 5px;
	text-align:justify;
}

.entry p {
    margin: 0 0 20px 0;
}

.content-nav {
    margin: 10px;
    text-align: center;
}

.crumbs {
    margin: 0 0 0 0;
    font-size: 83.3%;
}


/* ***********************************************************************
	3 :anchor
*********************************************************************** */

a:link { color: #996633; text-decoration: none; }
a:visited { color: #996633; text-decoration: none; }
a:hover { color: #CC9933; text-decoration: underline;}

a img { border: 0;}
a img { border: none; }
.imgbd a:link img,
.imgbd a:visited img {	border : 1px solid #CDCDCD;}
.imgbd a:hover img {	border : 1px solid #999999;}
.imgbd a:hover {	border-color : #999999;}

/*
#menu a:hover {
	color:#555;
	text-decoration:none;
	background:#e5d9bf;
}
*/