/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

*
{
    font: normal 13px MS Pゴシック, メイリオ, arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
    line-height : 1.2;
}

body {
/* 全体の背景色（緑） */
background-color: #60D7C1;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0;
margin:0;
}
a {color: #DB7093;}
a:visited {color:#DB7093;}
a:hover {color: #564b47;}
a:active { color:#000000;}

h1 {
font-size: 11px;
text-transform:uppercase;

/* background-color: #E0A3B7; */
background-color: #F0F0F0;

border-top:5px solid #2CABB6;
border-bottom:5px solid #2CABB6;
border-left:5px solid #2CABB6;
border-right:5px solid #2CABB6;

padding:5px 15px;
margin:0 }

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0;}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
width: 990px;
margin-bottom: 10px;
margin: 0 auto;
background-image: url("/img/main-back.png");
}

/* ----------banner for logo-------------- */
#banner {
background-color: #2CABB6;
text-align: right;
padding: 0px;
margin: 0px;
}
#banner img {padding:0px 5px 5px 0px;} 

/* -----------------content--------------------- */
#content {
background-color: #F0F0F0;
padding: 0px;
margin: 0 200px;
}

#content h2 {
background-image: url("/img/diary-title.png");
background-repeat: no-repeat;
font-size:18px;
font-weight: normal;

padding: 13px 15px;
margin:0;}

#content h2 a{
font-size:16px;
font-weight: bold;
text-decoration: none;

padding: 0px 15px;
margin:0;}

#content a {color: #564b47;}
#content a:visited {color:#564b47;}
#content a:hover {color: #564b47;}
#contenta:active { color:#564b47;}




/* ------------------entry---------------------- */
#entry-top {
background-image: url("/img/entry-top.png");
background-repeat: no-repeat;
font-size:6px;
}

#entry-body {
background-image: url("/img/entry-body.png");
}

#entry-body p {
font-size:12px;
padding: 8px 18px;
font-family: MS Pゴシック, メイリオ, Verdana, Arial, sans-serif;
}

#entry-body img {
padding: 5px 20px;
}


#entry-bottom {
background-image: url("/img/entry-bottom.png");
background-repeat: no-repeat;

}

/* ------------------entry---------------------- */


div#content { 
min-height:580px;
height:expression(this.scrollHeight > 580 ? "auto":"580px"); 
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navi------------- */
#left {
float: left;
width: 200px;
margin: 0;
padding: 0;
/* background-image: url("/img/side.png"); */
}

#left h2 {
background-image: url("/img/side-title.png");
background-repeat: no-repeat;
font-size:16px;
font-weight: bold;
padding: 13px 20px;
margin:0;}

#left h2 center {
font-size:16px;
font-weight: bold;
padding: 0px 20px;
margin:0;}

#left img {
padding: 0px 10px;
margin:0;
}

#left p {
font-size:14px;
font-weight: bold;
padding: 0px 20px;
}

/* --------------right navi------------- */
#right {
float: right;
width: 200px;
margin: 0;
padding: 0;
}

#right h2 {
background-image: url("/img/side-title.png");
background-repeat: no-repeat;
font-size:18px;
font-weight: normal;
padding: 13px 15px;
margin:0;}

#right h2 center {
font-size:16px;
font-weight: bold;
padding: 0px 20px;
margin:0;}

#right h3 {
padding: 10px 40px;
margin:0;}


/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0;
padding: 0;
text-align: right; }
