/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: "MS ゴシック", 平成角ゴシック, sans-serif;
}
body {
    font-size: 15pt;
    text-align: center;
    background: #eeeef0;
background-image:url(http://www.pearl-biyouin.com/design/bg_g.jpg);
background-repeat:repeat-y;
background-position:50% 0%;
}


/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* リンク */
a {
    color: #000000;
    text-decoration: underline;
}
a:hover {
    color: #999999;
    text-decoration: underline;
}


/* リンクつき画像 */
a img {
    border: none;
}

/* フォーム */
form {
    margin: 0px;
}
#search-options,
input,
textarea {
    padding: 1px;
}
#search {
    width: 140px;
    height: 20px;
}

/* ヘッダ */
#header {
    padding: 15px;
    color: #333333;
    background: #ffffff;
    text-align: left;
line-height:40px;
border-top:5px solid #cd588d;
}
*html #header{
width:850px;
}

/*
#header a,
#header a:link,
#header a:visited {
    color: #333333;
    background: transparent;
    font-size: 22px;
font-weight:bold;
    text-decoration: none;
}
#header a:hover {}
#header a:active {}
*/


/* ヘッダにロゴマーク画像を使用する場合 */
/* 画像と同じサイズをwidthとheightに表記する */
#header a {
margin:0px;
background-image: url(http://www.pearl-biyouin.com/design/title.jpg);
background-repeat: no-repeat;
text-indent:-1000px;
overflow:hidden;
display:block;
width:332px;
height:51px;
}


/* タイトルバナー下の説明 */
.blog-description {
display:none;
height:0;
}

/* メインイメージ */
#image {
width:850px;
height:300px;
}
/* キャンペーンイメージ */
#cpimage {
width:560px;
height:100px;
margin-bottom:15px;
}
/* サイドバーイメージ */
.photos{
height:125px;
}
.photos p img{
padding:3px;
border:1px solid #999999;
float:left;
background-color:#ffffff;
margin-right:5px;
margin-bottom:5px;
}

/* ブログ記事日付 */
.date {
    margin: 8px 0;
}



/* ブログ記事日付・各タイトル */
.date{
text-align:right;
    color: #999999;
    font-size: 65%;
margin-bottom:20px;
    border-top: 1px solid #999;
clear:both;
}

/* ブログ記事 */
.entry {
    width: auto;
    margin: 0px 0px 15px 0px;
    color: #36414d;
    background: #fff;
    font-size: 83.3%;
    line-height:1.5;
    word-break: break-all;
}
.entry-content{
    margin-top: 8px;
    font-size: 90%;
line-height:150%;
width:560px;
}
.entry-content img{
    padding: 3px;
border:1px solid #999999;
}
.entry-content2{
    margin-top: 8px;
    font-size: 90%;
line-height:150%;
margin-bottom:15px;
}
.entry-content2 img{
    padding: 3px;
border:none;
}
.hakama{
background:#ffeff7;
padding:10px 10px 10px 20px;
margin-top:10px;
width:450px;
margin-left:30px;}

.haru{
background:#ffffcc;
padding:10px 10px 10px 20px;
margin-top:10px;
width:450px;
margin-left:30px;}

/* 段落 */
.entry p {
    margin: 5px 0;
}


/* 順序なしリスト */
.entry ul,
.entry ol {
    padding-left: 16px;
}
.entry ul li {
    list-style-type: circle;
}



/* 定義リスト */
.entry dl {}
.entry dt {}
.entry dd {
    padding-left: 8px;
}

/* テキストエリア */
.entry textarea {
    width: 97%;
}



/* 追記 */
.entry-more a{
color:#000000
}
.entry-more a:hover{
color:#999999
}


/* ウェブページ */
div.page {
    margin-top: -5px;
}


/* アーカイブページ本文 */
.archive-list {
    margin: 10px 0;
}

#links-left-box dl,
#links-right-box dl {
    margin: 0;
    padding: 0;
}
#links-left-box dd,
#links-right-box dd {
    font-size: 75%;
}

.side dt,
.side dd {
    margin: 0;
    padding: 0;
}

/* サイドメニュータイトル */
.sidetitle {
    border-bottom: 1px solid  #cd588d;
    color: #ffffff;
    background: #cd588d;
    text-align: center;
    font-size: 75%;
    line-height:30px;
}


/* サイドメニュー */
.side {
text-indent:15px;
    background: none;
    color: #333;
    font-size: 75%;
}
.side ul{
list-style: none;
}
*html .side ul li {
height:38px;
}


.side ul li a {
display:block;
line-height:38px;
height:38px;
color:#000000;
border-bottom: 1px solid  #cd588d;
background:#ffeff7;
text-decoration:none;
}


.side ul li a:hover {
background-image:url(http://www.pearl-biyouin.com/design/titlebg.jpg);
background-repeat:repeat-x;
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.syndicate img {
    border: none;
}


/* 検索結果画面 */
.posted{
display:none
}
#search_notice{
margin:10px 0px 0px 10px;
}
.entry-body-text{
list-style:none;
font-size:90%;
}
.entry-body-text a{
color:#000000;
text-decoration:underline;
}
.entry-body-text a:hover{
color:#999999;
}
.entry-body-text li{
margin-bottom:6px;
list-style:none;
}

/* 固定レイアウト共通 */
.layout-two-column-left #box,
.layout-two-column-right #box {
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 0 0;
    text-align: left;
    background-color: #fff;
border-left:2px solid #cd588d;
border-right:2px solid #cd588d;
    width: 850px;
}



/* サイドレイアウト共通 */
#sidebody{
border-top:1px solid #cd588d;
border-right:1px solid #cd588d;
border-left:1px solid #cd588d;

background:#ffffff;
}


/* 2カラム固定レイアウト(右サイドバー) */
.layout-two-column-right #content {
    float: left;
    width: 595px;
background:#ffffff;
}
.layout-two-column-right #links-right-box {
    float: left;
    width: 250px;
}
*html .layout-two-column-right #links-right-box {
    width: 246px;
}

.layout-two-column-right #links-right {
    margin: 15px 15px 15px 15px;
}

/* 2カラム固定レイアウト(左サイドバー) */
.layout-two-column-left #content {
    float: left;
    width: 600px;
background:#ffffff;
}
.layout-two-column-left #links-left-box {
    float: left;
    width: 250px;
}
*html .layout-two-column-left #links-left-box {
    width: 246px;
}

.layout-two-column-left #links-left {
    margin: 15px 15px 15px 15px;
}


/* 2カラム固定レイアウト(左サイドバー:ブログ記事全体) */
.layout-two-column-left .blog {
    padding: 15px 15px;
}

/* 2カラム固定レイアウト(右サイドバー:ブログ記事全体) */
.layout-two-column-right .blog {
    padding: 15px 15px;
}

/* フッタ */
.layout-two-column-left #footer,
.layout-two-column-right #footer{
    margin-right: auto;
    margin-left: auto;
    height: 42px;
    color: #333333;
    background: #ffeff7;
    font-size: 12px;
    text-align: center;
    line-height: 3.5;
border-top:5px solid #cd588d;
    width: 850px;
text-align: center;
clear:both;
}

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* ナビゲーション */
#navi{
list-style:none;
width:850px;
height:40px;
border-bottom:2px solid #cd588d;
border-top:2px solid #cd588d;
}
#navi li{
float:left;
font-weight:bold;
}
.navi1{
background:#ffeff7
}
.navi1 li a{
display:block;
text-align:center;
color:#cd588d;
text-decoration:none;
border-left:1px solid #cd588d;
}
.navi1 li a:hover{
color:#ffffff;
background:#cd588d
}
.na1,
.na2,
.na4,
.na5,
.na6{
width:140px;
font-size:16px;
line-height:40px;
}
.na3{
width:144px;
font-size:16px;
line-height:20px;
}
.na3 div{
font-size:12px
}
.na3 a{
height:40px
}

#box .last a{
display:block;
width:144px;
}

#container{
background:#ffffff;
}

.clearfix {display: inline-table;}

/* 新着情報 */
.newsbody{
margin:8px 0px 15px 0px;
font-size:80%;
}
.newsbody a{
text-decoration:underline;
color:#000000;
}
.newsbody a:hover{
text-decoration:underline;
color:#999999;
}

.news{
border-left:6px solid #cd588d;
margin-bottom:8px;
height:20px;
line-height:160%;
overflow:hidden;
padding-left:11px;
 font-size: 90%;
}
.news a{
text-decoration:underline;
color:#000000;
}
.news a:hover{
text-decoration:underline;
color:#999999;
}
.newsber{
background-image:url(http://www.pearl-biyouin.com/design/titlebg.jpg);
background-repeat: repeat-x;
line-height: 31px;
height: 31px;
width: 565px;
text-indent:15px;
font-size:80%;
border: 1px solid  #cd588d;
border-left: 5px solid  #cd588d;
}
.newsber a{
background-position:0px 50%;
background-image:url(http://www.pearl-biyouin.com/design/rss.jpg);
background-repeat: no-repeat;
text-indent:-1000px;
overflow:hidden;
display:block;
margin-top:-31px;
margin-left:505px;
}

/* トップトピックス */
.title-header{
background-image:url(http://www.pearl-biyouin.com/design/titlebg.jpg);
background-repeat: repeat-x;
line-height: 31px;
width: 560px;
text-indent:15px;
font-size:100%;
border: 1px solid  #cd588d;
border-left: 5px solid  #cd588d;
}
/* 
.title-header{
background-image:url(http://www.pearl-biyouin.com/design/titlebg.jpg);
background-repeat: repeat-x;
line-height: 31px;
width: 565px;
text-indent:15px;
font-size:100%;
border: 1px solid  #cd588d;
border-left: 5px solid  #cd588d;
}
 */

.title-header a{
color:#000000;
}
.title-header a:hover{
color:#999999;
}

/* ブログ記事タイトル */
.entry-header {
    margin: 15px 0 0;
    padding-left: 5px;
    font-size: 100%;
    font-weight: bold;
line-height:30px;
border-left: 5px solid #999;
border-bottom: 1px solid  #999999;
border-top: 1px solid  #999999;
border-right: 1px solid  #999999;
}

/* テーブル */
.entry-content table {
padding: 3px; 
border-top: #CD588D 1px solid; 
margin: 5px 0px; 
border-left: #CD588D 1px solid; 
border-collapse: collapse;
background:#ffffff;
font-size:90%;
}
.entry-content th {
border-right: #CD588D 1px solid;
padding-right: 7px; 
padding-left: 7px; 
padding-bottom: 7px; 
padding-top: 7px; 
border-bottom: #CD588D 1px solid
}
.entry-content td {
border-right: #CD588D 1px solid; 
padding-right: 7px; 
padding-left: 7px; 
padding-bottom: 7px; 
padding-top: 7px; 
border-bottom: #CD588D 1px solid;
line-height:120%
}
.entry-content table .bg {
background:#FFEFF7;
}
.clear {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 0px;
}

.bgHanabi {
	background-image: url(http://www.pearl-biyouin.com/img/hanabi_02.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
table.honten {
	border-collapse: collapse;
}
table.honten td {
	border: 1px solid #CD588D;
}

.message.dotted {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CD588D;
	border-bottom-color: #CD588D;

}

