@import "/file/js/lib/reset.css";
@import "/file/js/lib/fonts.css";

/* INFO
--------------------------------------------------
   CSS File for "住友不動産"
   Name:     物件用スキン-グレー
   Date:     2007-12-05
   Side:     Table
==================================================

1.Global

2.Layout

3.Header
  3-1-1.globalMenu
  3-1-2.header

4.Blog Contents
  4-1-1.Main Contents
  4-1-2.Trackback / Comments
  4-1-3.Captcha description
  4-2-1.Side Contents
  4-2-2.Calendar
  4-3.Profile

5.Footer

----------------------------------------------- */

/* -----------------------------------------------
  *1.Global
----------------------------------------------- */

body {
  margin: 0 auto;
  color: #333333;
  text-align: center;
  background: #DFDFDF url(/template/3004/img/bg.gif) repeat-x 0 0;
}

h1, h2 {
  font-size: 10px;
}

hr {
  border : 0;
  color : #999999;
  background-color : #999999;
  height : 1px;
}

legend {
  display: none;
}

cite {
  font-weight: normal;
  font-style: normal;
}

img {
  background: none;
  border: none;
  text-decoration: none;
}

input,textarea {
  padding: 3px;
  border: 1px solid #cccccc;
  background: #eeeeee;
}

form {
  padding: 5px 0;
  line-height: 1.3;
  text-align: left;
}

label {
  display: block;
}

label.cookie {
  display: inline;
}

a:link {
  color: #ADACAC;
  text-decoration: underline;
}

a:visited {
  color: #957A3F;
  text-decoration: none;
}

a:hover {
  color: #957A3F;
  text-decoration: underline;
}

a:active {
  color: #957A3F;
  text-decoration: underline;
}

.clear,
.cl {
  clear: both;
  margin: 0;
  padding: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
}


/* -----------------------------------------------
  *2.Layout
----------------------------------------------- */

#containerWrap {
  margin: 0 auto;
  width: 930px;
  text-align: left;
  background: #ffffff url(/template/3004/img/container_wrap_bg.gif) repeat-y 0 0;
}

#container {
  margin: 0 auto; 
  width: 930px;
  text-align: left;
  background: url(/template/3004/img/content_bg.gif) no-repeat 0 0;
}

#contents {
  width: 860px;
  margin-left: 40px;
  padding-top: 30px;
}

#mainCont {
  width: 600px;
  float: right;
}

#sideLeft {
  width: 234px;
  float: left;
  text-align: center;
}

.page {
  padding: 5px 10px;
  font-size: 85%;
  text-align: center;
  overflow: hidden;
  word-break: break-all;
}

ul.page_navi {
  margin: 5px 0;
}

ul.page_navi li {
  list-style-type: none;
  display: inline;
}


/* -----------------------------------------------
  *3.Header
--------------------------------------------------
  *3-1-1.globalMenu
----------------------------------------------- */

#globalMenu {
  margin: 0 15px;
  padding: 6px 15px;
  background: #ffffff;
  border-top: 3px solid #999999;
  border-bottom: 1px solid #E1E1E1;
}

#globalLogo {
  padding-top: 5px;
  width: 100px;
  float: left;
  background: url(/file/image/common/logo.gif) no-repeat 0 5px;
}

#globalLogo a {
  width: 73px;
  height: 13px;
  display: block;
  text-indent: -9999px;
}

#menuGuide {
  width: 500px;
  float: right;
}

#menuGuide ul {
  margin: 0;
  padding: 0;
}

#menuGuide li {
  margin: 0;
  padding: 0;
  float: right;
  list-style: none;
}

#menuGuide .menu001 {
  background: url(/file/image/common/head_blog.gif) no-repeat 0 0;
}

#menuGuide .menu001 a {
  width: 124px;
  height: 20px;
  display: block;
  text-indent: -9999px;
}

.globalMenuCl {
  clear: both;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
}


/* -----------------------------------------------
  *3-1-2.header
----------------------------------------------- */

#header {
  width: 900px;
  margin-left: 15px;
  padding-bottom: 4px;
  background-color: #ffffff;
  border-bottom: 6px solid #ADACAC;
}


/* -----------------------------------------------
  *4.Blog Contents
--------------------------------------------------
  *4-1-1.Main Contents
----------------------------------------------- */

.entry {
  margin-bottom: 25px;
  text-align: left;
}

h3 {
  margin: 0;
  padding: 0 0 18px 0;
  font-weight: bold;
  font-size: 108%;
  background: url(/template/3004/img/entry_title_bg.gif) no-repeat left bottom;
}

.entry_title {
  padding: 5px 0 2px 15px;
  width: 585px;
  background: url(/template/3004/img/entry_title_line.gif) no-repeat 0 0;
  overflow: hidden;
  word-break: break-all;
}

.entry_title a:link,
.entry_title a:visited {
  color: #333;
  text-decoration: none;
}

.entry_title a:hover,
.entry_title a:active {
  color: #333;
  text-decoration: underline;
}

.date {
  margin: 0;
  padding: 0 0 3px 0;
  text-align: right;
  font-size: 85%;
}

.entry_text {
  padding: 5px 0 2px 15px;
  width: 585px;
  line-height: 1.4;
  overflow: hidden;
  word-break: break-all;
}

.readmore {
  padding: 5px 0 2px 15px;
  font-weight: bold;
  text-align:left;
}

.posted {
  margin: 10px 0 0 ;
  padding: 5px 0 0;
  font-size: 85%;
  text-align: right;
  border-top: 3px double #DCDCDC;
}


/* page top */

#pageTop {
  padding: 10px 0;
  background: url(/file/image/common/page_top.gif) no-repeat right 10px;
}

#pageTop a {
  position: relative;
  left: 521px;
  width: 79px;
  height: 12px;
  display: block;
  text-indent: -9999px;
}


/* -----------------------------------------------
  *4-1-2.Trackback / Comments
----------------------------------------------- */

/* Trackback */

#entry_ping_url {
  padding-left: 15px;
}

#entry_ping_url dt {
  margin: 10px 0 0;
}

#entry_ping_url dd {
  margin: 5px 0 20px;
}

#entry_ping_list {
  padding: 0 15px;
}

.entry_ping {
  margin: 20px 0;
  border: 1px solid #CCCCCC;
}

h4 {
  margin: 0;
  padding: 8px;
  width: 552px;
  font-size: 93%;
  overflow: hidden;
  word-break: break-all;
}

h4 cite {
  margin: 0;
  padding: 3px 5px;
  border-left: 4px solid #CCCBCB;
}

.entry_ping .entry_text {
  padding: 5px 0 2px 15px;
  width: 553px;
  line-height: 1.4;
  overflow: hidden;
  word-break: break-all;
}

.ping_posted {
  margin: 10px 0 0 ;
  padding: 5px 8px;
  font-size: 85%;
  text-align: right;
  border-top: 3px double #DCDCDC;
}

/* Comments */

#commentWrap {
  margin: 0;
  padding-left: 15px;
}

.form_err {
  padding: 2px 0 5px;
  color: #FF6666;
  font-size: 85%;
}

.textControl {
  width: 560px;
}

.checkCookie {
  display: inline;
}

#comment_preview {
  width: 560px;
  padding: 5px 0;
  font-weight: normal;
  line-height: 1.4;
  overflow: hidden;
  word-break: break-all;
}

.comment_layer {
  width: 560px;
  margin: 0 5px;
  padding: 5px 0;
  overflow: hidden;
  word-break: break-all;
}

#entry_comment_list {
  padding: 0 15px;
}

.entry_comment {
  margin: 20px 0;
  border: 1px solid #CCCCCC;
}

.entry_comment .entry_text {
  padding: 5px 8px 2px 8px;
  width: 552px;
  line-height: 1.4;
  overflow: hidden;
  word-break: break-all;
}

.comment_posted {
  margin: 10px 0 0 ;
  padding: 5px 8px;
  font-size: 85%;
  text-align: right;
  border-top: 3px double #DCDCDC;
}


/* -----------------------------------------------
  *4-1-3.Captcha description
----------------------------------------------- */

#comment_form_captcha_fieldset {
  margin: 15px 0 0;
  padding-bottom: 5px;
  width: 400px;
  text-align: left;
  border: 1px solid #ccc;
  display: block;
}

#comment_form_captcha_fieldset dt,
#comment_form_captcha_fieldset dd {
  margin: 0;
}

#comment_form_captcha_fieldset legend {
  border: 0;
  display: none;
}

#comment_form_captcha_fieldset dt {
  margin-bottom: 3px;
}
#comment_form_captcha_fieldset dl {
  width: 90%;
  padding: 5px;
}

#comment_form_captcha_description {
  padding-bottom: 10px;
}

#comment_form_captcha_description p {
  padding-bottom: 5px;
}

#comment_form_captcha_image_wrap {
  width: 170px;
  margin-bottom: 8px;
}

#comment_form_captcha {
  width: 170px;
  padding: 3px;
}


/* -----------------------------------------------
  *4-2-1.Side Contents
----------------------------------------------- */

.side {
  margin: 0 0 15px;
  padding: 5px 0;
  text-align: left;
}

.side_title {
  width: 232px;
  padding: 6px 5px 6px 15px;
  color: #FFFFFF;
  font-size: 93%;
  font-weight: bold;
  border: 1px solid #666666;
  background: #BEBDBD url(/template/3004/img/side_title_bg.gif) no-repeat 0 0;
  overflow: hidden;
  word-break: break-all;
}

.side_title a {
  color: #FFFFFF;
  text-decoration: none;
}

.side_text {
  width: 204px;
  padding: 5px 15px 3px;
  line-height: 1.5;
  text-align: left;
  color: #FFFFFF;
  overflow: hidden;
  word-break: break-all;
}

.side_text a:link {
  color: #EEEEEE;
  text-decoration: underline;
}

.side_text a:visited {
  color: #C9C9C9;
  text-decoration: none;
}

.side_text a:hover {
  color: #C9C9C9;
  text-decoration: underline;
}

.side_text a:active {
  color: #C9C9C9;
  text-decoration: underline;
}


/* 資料請求など */

div.side_text p a {
  padding: 0 0 5px 15px;
  background: url(/template/3004/img/icon.gif) no-repeat 0 3px;
}

/* プロフィール */

#bannerSite {
  padding-bottom: 15px;
  background: url(/file/image/common/blog_site.gif) no-repeat 0 0;
}

#bannerSite a {
  width: 234px;
  height: 45px;
  display: block;
  text-indent: -9999px;
}

#bannerDocument {
  padding-bottom: 25px;
  background: url(/file/image/common/blog_material.gif) no-repeat 0 0;
}

#bannerDocument a {
  width: 234px;
  height: 45px;
  display: block;
  text-indent: -9999px;
}


/* -----------------------------------------------
  *4-2-2.Calendar
----------------------------------------------- */

.calendar_bg {
  margin: 0 auto;
  width: 182px;
  text-align: center;
  border-spacing: 1px;
  empty-cells: show;
}

th.calendar {
  width: 26px;
  padding: 5px 2px 3px;
  font-size: 85%;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: inherit;
}

td.calendar {
  width: 26px;
  height: 20px;
  font-size: 85%;
  color: #FFFFFF;
  text-align: center;
  background-color: #464646;
  border: 1px solid #737373;
}

.calendar a:link,
.calendar a:visited {
  padding: 3px 0 2px;
  text-decoration: none;
  color:#303030;
  height: 15px;
  background-color: #999999;
  display: block;
}

.calendar a:hover,
.calendar a:active {
  padding: 3px 0 2px;
  text-decoration: none;
  color:#FFFFFF;
  background:#303030;
  height: 15px;
  display: block;
  border: 0;
}

/* -----------------------------------------------
  *4-3.Profile
----------------------------------------------- */

td.entry_text {
  width: auto;
  margin: 0;
  padding: 5px 0;
  font-weight: normal;
  line-height: 1.4;
  overflow: hidden;
  word-break: break-all;
}

td.entry_text span {
  width: 180px;
  vertical-align: top;
  text-align: left;
  display: block;
}

/* -----------------------------------------------
  *5.Footer
----------------------------------------------- */

.footer {
  margin: 0 auto;
  padding: 10px 15px 5px;
  width: 870px;
  color: #ffffff;
  font-size: 77%;
  text-align: left;
  background: #939393 url(/template/3004/img/footer_bg.gif) repeat-x 0 0;
}

#copyright {
  padding-top: 15px;
  _padding-top: 5px;
  clear: both;
  text-align: right;
}

#footerMenu {
  margin: 0;
  padding: 0;
}

#footerMenu li {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

#footerMenu li a {
  padding: 0 10px;
  border-left: 1px solid #ffffff;
}

#footerMenu li.f_menu001 a {
  padding: 0 10px 0 0;
  border-left: none;
}

#footerMenu li a:link,
#footerMenu li a:visited {
  color: #ffffff;
  text-decoration: none;
}

#footerMenu li a:hover,
#footerMenu li a:active {
  color: #646464;
  text-decoration: underline;
}
