@charset "UTF-8";
/*  
Theme Name: photowalk01
Theme URI: http://re-s.jp/rescover/photowalk
Description: photowalk template
Author: Hideaki Hamada
Author URI: http://re-s.jp
Version: 1.0
*/

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

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

#wrapper {
    width: 740px;
	height: auto;
	background-color:#FFFFFF;
}

#head {
    width: 680px;
	height: 455px;
    margin: 0 0 30px 0;
	padding: 0 30px 0 30px;
	background-image:url(http://re-s.jp/rescover/photowalk/wp-content/uploads/image/head.jpg);
    background-position:center top;
	background-repeat:no-repeat;
}

#navi {
    width: 680px;
    margin: 25px 0 30px 0;
	padding: 0 30px 0 30px;
}

#content {
    width: 650px;
    margin: 0 0 0 0;
	padding: 0 45px 0 45px;
	text-align:justify;
}


#foot {
	width: 680px;
	height: 50px;
    margin: 30px 0 0 0;
    padding: 0 30px 0 30px;
	font-size:10px;
	text-align: center;
}

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

.blog {
    margin:0 0 0 0;
    padding:0 0 0 0;
	line-height:170%;
}

.entry {
    margin: 10px 0 0 0;
    padding: 0 0 0 0;
}

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

.entry-body {
    margin: 0 0 20px 0;
	text-align:left;
}

.page-header {
    text-align: left;
	font-size: 14px;
	margin:0 0 0 0;
}

.page-body {
    margin: 20px 0 30px 0;
	text-align:justify;
}

#content p {
    margin:0 0 25px 0;
}

.note {
   font-size:12px;
   color:#996633;
   letter-spacing:0.3px;
   line-height:170%;
}

.small {
   font-size:12px;
   letter-spacing:0.3px;
   line-height:170%;
}

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

.line_short {
    width:400px;
	height: 1px;
    border-bottom: 1px dotted #CCCCCC;
    margin:10px 0 25px 0;
	padding:0 0 0 0;
}


/* ***********************************************************************
	4 :anchor
*********************************************************************** */

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

/* image anchor */
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;}
