/*------------------------------------------------------------
Base
------------------------------------------------------------*/
/*html {background:#fce6e7 url("../img/bg_stripe.gif") repeat scroll left top !important;}*/
html, body {
margin:0;
padding:0;
height:100%;
}
body {
font-size:12px; 
line-height:150%;
color:#323232;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka, 'ＭＳ Ｐゴシック', sans-serif;
/*background:url("../img/bg_stripe.gif") repeat scroll left top #fce6e7;*/
}
#container {
width:980px;
margin-right:auto;
margin-left:auto;
min-height:100%;
height:auto !important;
height:100%;
margin-bottom:-101px;
background:#ffffff;
}
#container-inner {
}
#main {
position:relative;
width:675px;
padding:0 0 0 30px;
float:left;
}
#main-inner {
width:650px;
padding:10px 0 0 0;
overflow:hidden;
}
#sidebar {
position:relative;
width:275px;
padding:50px 0 0 0;
float:left;
}
#sidebar-inner {
width:250px;
overflow:hidden;
padding:0 0 30px;
}
.push {
clear:both;
height:101px;
}

/*====================
Link
====================*/
a:link,
a:visited {color:#ed83b1; text-decoration:none;}/*EVW変更*/
a:hover,
a:active {color:#ed83b1; text-decoration:underline;}/*EVW変更*/
/*====================
Decoration
====================*/
img {border:0;}
strong {font-weight:bold;}
em {font-style:normal; font-weight:bold; color:#e83650;}
h1, h2, h3, h4 {
margin:0;
padding:0;
font-weight:normal;
}
h3 {
font-size:12px;
line-height:150%;
color:#39A6BC;/*EVW変更*/
border-bottom:1px solid #39A6BC;/*EVW変更*/
padding:2px 10px;
margin:0 0 10px 0;
}
h4 {
/*background:url("../img/icn-h4.gif") top left no-repeat;*/
padding:2px 10px;
margin:0 0 5px 0;
}

ul {
margin:0;
padding:0;
list-style-type:none;
}
ol {
margin:0;
padding:0;
}

th,
td {
font-size:12px; 
line-height:160%;
color:#333333;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka, 'ＭＳ Ｐゴシック', sans-serif;
}

form {margin:0;}
 
/*------------------------------------------------------------
Header
------------------------------------------------------------*/
#header {}

/*------------------------------------------------------------
Main
------------------------------------------------------------*/
.content-nav {
position:relative;
font-size:12px; 
line-height:150%;
margin:0 0 -18px 0;
text-align:center;
}
#monthly .content-nav {
position:relative;
font-size:12px; 
line-height:150%;
margin:0 0 -18px 0;
text-align:right;
}
#archive-title {
font-size:18px; 
line-height:150%;
font-weight:bold;
color:#39A6BC;/*EVW変更*/
margin:0 0 -18px 0;
}
.entry {
background:url(../img/entry-dot.gif) 0 100% repeat-x;/*EVW追加*/
width:650px;
margin:24px 0 30px 0;
padding-bottom:20px;/*EVW追加*/
}
.entry-date {
font-size:10px; 
line-height:150%;
color:#888888;
margin:0 0 2px 0;
}
.entry-title {
width:650px;
height:22px;
padding:4px 0 4px 38px;
margin:0 0 15px 0;
font-size:12px; 
line-height:150%;
font-weight:bold;
color:#39a6bc;/*EVW変更*/
background:url("../img/entry-title-bg.gif") top left no-repeat;
}
.entry-title a:link,
.entry-title a:visited {color:#39a6bc; text-decoration:none;}
.entry-title a:hover,
.entry-title a:active {color:#39a6bc; text-decoration:underline;}
.entry-body p {margin:15px 0;}
.entry-footer {
text-align:right;
font-size:10px; 
line-height:180%;
}

.trackbacks p {margin:5px 10px 10px 12px;}
#trackbacks-info,
.trackbacks-content {margin:10px;}
.trackback {margin:0 10px;}
.trackback-content span,
.trackback-content p {
font-size:10px; 
line-height:140%;
color:#999999;
}

#comments {margin:0 0 20px 0;}
.comments-open {margin:0 10px;}
#comments-open-data,
#comments-open-text {margin:10px;}
#name-email label,
#comments-open-text label {
display:block;
width:100px; 
float:left;
margin:0 0 2px 0;
}
#name-email input,
#comments-open-text textarea {
width:300px;
border:1px solid #cccccc;
padding:2px;
margin:0 0 2px 0;
}
.save-data {padding:0 0 0 100px;}
.comments-content {margin:0 10px;}
.comments-open-footer {
margin:0 0 20px 100px;
width:300px;
text-align:center;
}
.comments-open-footer input {width:60px;}
.comment {margin:0 10px;}
.comment-content {
background:url("../img/icn-list2.gif") top left no-repeat;
padding:0 0 0 10px;
}
.comment-footer {
text-align:right;
margin:10px 0;
font-size:10px; 
line-height:180%;
color:#999999;
}
.comments-open-moderated {
margin:5px 0;
}

/*------------------------------------------------------------
Sidebar
------------------------------------------------------------*/
.module {
margin:0 0 20px 0;
}
.module h2 {
width:250px;
height:36px;
margin:0;
text-indent:-9999em;
}
.module ul {
padding:10px 0 0 10px;
}
.module ul li {
background:url("../img/icn-list.gif") top left no-repeat;
padding:0 0 0 15px;
}

.module-inner {
width:250px;
background:#d8ebf0;/*EVW変更*/
padding:0;/*EVW変更*/
}

/*========== Banner ==========*/
.bnr {margin:0;}/*EVW変更*/

.bnr h2{/*EVW追加ここから*/
width:250px;
height:37px;
margin-bottom:10px;
}/*EVW追加ここまで*/

.bnr ul {/*EVW追加ここから*/
background:url("../img/bnr-dot.gif") 0 440px no-repeat;
padding-bottom:17px;
}/*EVW追加ここまで*/

.bnr ul li {
padding:0;
margin:0 0 10px 0;/*EVW変更*/
line-height:0;/*EVW追加*/
}

.bnr ul li.ribbonbra{/*EVW追加ここから*/
margin:0 0 37px 0;
}/*EVW追加ここまで*/

/*========== Recently ==========*/
.title-recently {
background:url("../img/title-recently.gif") top left no-repeat;
}

/*========== Category ==========*/
.title-category {
background:url("../img/title-category.gif") top left no-repeat;
}

/*========== Archive ==========*/
.title-archive {
background:url("../img/title-archive.gif") top left no-repeat;
}

/*========== Calendar ==========*/
.title-calendar {
background:url("../img/title-calendar.gif") top left no-repeat;
}
.module-calendar {
width:204px;
padding:16px 22px 15px 22px;/*EVW変更*/
/*background:url("../img/calendar-top.gif") top left no-repeat;←EVW削除*/
border:1px solid #6ebfcf;/*EVW追加*/
background-color:#FFF;/*EVW追加*/
}
.module-calendar-inner {
width:204px;
padding:0 0 7px 0;
/*background:url("../img/calendar-bottom.gif") bottom left no-repeat;*/
}
.module-calendar-main {
background:#ffffff;
}
.calendar-month {
text-align:center;
margin:0 0 10px 0;
}
.calendar-date {
width:168px;
margin:0 auto;
}
.calendar-date th {
font-size:10px;
line-height:200%;
width:22px;
font-weight:normal;
text-align:center;
border-right:2px solid #ffffff;
border-bottom:2px solid #ffffff;
}
.calendar-date td {
vertical-align:top;
width:22px;
line-height:22px;
text-align:center;
border-right:2px solid #ffffff;
border-bottom:2px solid #ffffff;
}
.calendar-date .sun,
.calendar-date .num1,
.calendar-date .num8,
.calendar-date .num15,
.calendar-date .num22,
.calendar-date .num29  {color:#ed83b1;}
.calendar-date .num36  {color:#ed83b1;}
.calendar-date .sat,
.calendar-date .num7,
.calendar-date .num14,
.calendar-date .num21,
.calendar-date .num28,
.calendar-date .num35 {color:#5683ce;}
.calendar-date td a:link,
.calendar-date td a:visited {
display:block;
width:24px;
height:22px;
color:#ffffff; 
background:#65bbcc;
text-decoration:none;
}
.calendar-date td a:hover,
.calendar-date td a:active {
width:22px;
height:20px;
color:#65bbcc;/*EVW変更*/
background:#D8EBF0;/*EVW変更*/
border:1px solid #65bbcc;/*EVW変更*/
text-decoration:none;
}

/*========== Mobile ==========*/
.title-mobile {
background:url("../img/title-mobile.gif") top left no-repeat;
}
.mobile-qrcode {width:90px;
padding:8px 0 10px 23px;/*EVW追加*/
}
/*========== RSS ==========*/
.rss {text-align:right;}


