/*  
Theme Name: CARESS
Theme URI: http://caress-daiba.com/
Description: CARESS theme
Version: 1.0
Author: nagapp.com
Author URL: si@nagapp.com
*/

@charset "UTF-8";

/***************************************
基本
****************************************/

* {
    margin:0;
    padding:0;
}

body {
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	/*font-family:'ＭＳ Ｐゴシック', Verdana, Arial, sans-serif;*/
    background:#270F0C url(/img/bg.gif) repeat-y fixed;
    /*background:#381410 url(/img/bg.gif) repeat-y;*/
    color:#582C12;
    font-size:77%;
    filter:expression('');
    margin:0;
    padding:0;
}

strong {
    font-weight:bold;
}

a:link {
    color:#D50075;
    text-decoration:none;
}
a:visited {
    color:#990099;
    text-decoration:none;
}
a:active {
    color:#D50075;
    text-decoration:none;
}
a:hover {
    color:#F00084;
    text-decoration:underline;
}
a:focus {
    outline:none;
}

img {
    border:0;
    text-decoration:none;
}

table, td {
    border-collapse:collapse;
}

/*http://norisfactory.com/stylesheetlab/000038.php*/
.clearfix:after {
    content: url(/img/spacer.gif);
    display: block;
    clear: both;
    height: 0;
}

p {
    padding:0.5em 0;
    line-height:140%;
}

ul {
    padding-left:15px;
}

span {
    font-size:90%;
    font-weight:normal;
    padding:0.8em 0;
}

h5 {
    font-size:100%;
}

h2 {
    padding-bottom:5px;
    font-size:120%;
    color:#E99210;
    font-weight:normal;
}

h3 {
    color:#D98B17;
    font-weight:bold;
    font-size:108%;
    margin-top:15px;
    margin-bottom:5px;
    padding-bottom:5px;
    line-height:150%;
    background:url(/img/footer-bg.gif) bottom repeat-x;
}

h4 {
    font-size:108%;
    font-weight:bold;
    margin-top:10px;
    margin-bottom:5px;
    padding-bottom:5px;
    padding-bottom:5px;
    background:url(/img/line-dot.gif) bottom repeat-x;
}


/***************************************
基本レイアウトbox枠
****************************************/

#body1 {
    width:100%;
	text-align:center;
}

/*中央寄せ*/
#body2 {
    width:930px;
    height:100%;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}

#container {
    width:930px;
}

/*トップページお知らせ用*/
#top-info {
    background:#FFFFFF url(/img/home-bg.gif) bottom repeat-x;
    padding:10px 25px 30px 20px;
}
#top-info th {
    text-align:left;
    vertical-align:top;
    padding:8px 0 2px 0;
}
.top-entry table {

}
.top-entry th {
    width:120px;
    vertical-align:middle !important;
    background:url(/img/line-dot.gif) bottom repeat-x;
}
.top-entry td {
    padding:8px 0 2px 0;
    background:url(/img/line-dot.gif) bottom repeat-x;
}
.top-entry h4 {
    font-size:108%;
    font-weight:bold;
    padding:0;
    margin:0;
    background:none;
}
.top-entry h4 span {
    font-size:9px;
    color:#AC847E;
    font-weight:normal;
    padding:0 0 0 8px;
    margin:0;
    background:none;
}

/*1カラム用*/
#contents1 {
    width:100%;
}

/*2カラム用*/

#contents2wrapper {
    width:600px;
    float:right;
}

#contents2 {
    padding:20px 40px;
    font-size:100%;
    line-height:160%;
}


/***************************************
文字色
****************************************/

.wine {
    color:#925A56;
}

.beige {
    color:#B7A395;
}

/***************************************
基本カラム枠
****************************************/

#header {
    width:930px;
    height:100px;
}

#sidebar {
    width:330px;
    float:left;
    /*position:fixed;*/
}

/*
*+html #sidebar {
position:absolute;
top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ?
        documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) -1
        : document.body.scrollTop+(document.body.clientHeight-this.clientHeight) -1);
}
*/

.side-module {
    padding-top:10px;
    padding-bottom:20px;
}
.side-module li {
    padding-bottom:0.3em;
}
.side-module .children {
    padding-top:6px;
}

#footer-top {
    padding:12px 25px;
}
#footer {
    width:520px;
    font-size:85%;
    margin-top:15px;
    padding:20px 0 0 0;
}

/***************************************
シングルページ
****************************************/


.comment-module {
    padding-top:10px;
}

.comment-module ul {
    list-style-type:decimal;
}
.comment-module ul li {
    padding-bottom:1em;
}

.comment-module textarea {
    width:400px;
}
/*個々のコメント*/
.commentlist {
    padding-bottom:10px;
    background:url(/img/line-dot.gif) bottom repeat-x;
}


/***************************************
ブログ
****************************************/

#blog-box {
    width:520px;
    margin-top:15px;
}

#blog-box p {
    line-height:150%;
}

#blog-box blockquote {
    margin:5px 0;
    border:#EEE4DF 2px solid;
    padding:10px;
    font-size:100%;
}
#blog-box ul {
    line-height:140%;
}

#blog-box .entry {
    padding-bottom:20px;
    background:url(/img/line-dot.gif) left bottom repeat-x;
}

/*カテゴリメニュー 上部*/
.news-cat {
    padding:10px 30px 13px 40px;
    background:url(/img/footer-bg.gif) left bottom repeat-x;
}
.news-cat table {
    width:100%;
}
.news-cat th {
    width:90px;
    text-align:left;
}
.news-cat li {
    color:#AE8675;
    font-size:77%;
    display:inline;
    padding-right:6px;
}
.news-cat li a {
    font-size:12px;
}

/*カテゴリメニュー下部*/
.news-cat-bottom0 {
    position:relative;
    top:20px;
    left:-40px;
    width:600px;
    margin-top:10px;
    background:url(/img/footer-bg.gif) left top repeat-x;
}
.news-cat-bottom1 {
    padding:10px 30px 13px 40px;
    background:url(/img/footer-bg.gif) left bottom repeat-x;
}
.news-cat-bottom1 table {
    width:100%;
}
.news-cat-bottom1 th {
    width:90px;
    text-align:left;
}
.news-cat-bottom1 li {
    color:#AE8675;
    font-size:77%;
    display:inline;
    padding-right:6px;
}
.news-cat-bottom1 li a {
    font-size:12px;
}


/*写真投稿*/
.entry img {
    background:#EAE0DF url(/img/photo-bg.jpg) left top repeat-x;
    padding:5px;
}

.entry h2 {
    font-weight:bold;
    border-left:#582C12 5px solid;
    padding-left:10px;
}

.metadata {
    border-left:#582C12 5px solid;
    padding-left:10px;
    width:520px;
    font-size:9px;
    color:#B98D7D;
}

.wp-pagenavi {
    width:520px;
    margin-bottom:10px;
}
/*文字表記*/
.wp-pagenavi .pages {
    margin-right:25px;
}
.wp-pagenavi .current {
    font-size:110%;
    font-weight:bold;
    margin:0 1px;
    padding:8px;
    background:#F8F3F3;
}
.wp-pagenavi a {
    font-size:110%;
    margin:0 1px;
    padding:8px;
    background:#F8F3F3;
}

/***************************************
お問い合せ
****************************************/

.contact-form {
}
.contact-form th {
    padding:10px 0 8px 0;
    text-align:left;
    vertical-align:top;
    background:url(/img/line-dot.gif) top repeat-x;
}
.contact-form th span {
    color:#D50075;
    font-size:85%;
}
.contact-form td {
    padding:8px 0 8px 0;
    background:url(/img/line-dot.gif) top repeat-x;
}

.matrix table {
    width:500px;
    margin:20px 0 0 10px;
    background:url(/img/line-dot.gif) top repeat-x;
}
.matrix th {
    padding:4px 0;
    font-weight:normal;
    text-align:left;
    vertical-align:top;
    background:url(/img/line-dot.gif) bottom repeat-x;
    line-height:150%;
}
.matrix th.column1 {
    width:80px;
}
.matrix th.column2 {
    width:60px;
}
.matrix td {
    padding:4px 0;
    background:url(/img/line-dot.gif) bottom repeat-x;
    line-height:150%;
}

/***************************************
about caress
****************************************/

.waku {
    line-height:150%;
    color:#AE7D6A;
    padding:8px 15px;
    border:#EEE4DF 2px solid;
}

/***************************************
party
****************************************/

#party td {
    vertical-align:top;
    padding:3px 5px;
    line-height:140%;
}


/***************************************
menu
****************************************/

#menu table {
    width:520px;
}

#menu td {
    vertical-align:top;
    padding:4px 6px;
    line-height:150%;
}


