/* 基本レイアウト */
html { margin: 0; padding: 0; }
form, input { margin: 0; padding: 0; }
a img { border: 0; }

/* リンク色（ページ全体） */
a { color: #cc0000; text-decoration: none; }
a:hover { color: #ff9900; }



/* 見出し */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2, h3, h4, h5, h6 { margin: 0px; }


/* ページレイアウト */
body
{
 min-width: 800px;
 margin: 0;
 padding: 0;
 font-size: 0.9em;
 text-align: center;
 color: #333;
 background: #fff ;
 line-height: 1.5;
 color: #333333;
 font-family: "Verdana",MS UI Gothic,Tahoma,'trebuchet ms',helvetica,arial,"MS Pゴシック","osaka",sans-serif;
}

#container
{
 position: relative;
 margin: 0 auto;
 padding: 0;
 text-align: center;
 width: 800px;
 border-left:1px solid #cacaca;
 border-right:1px solid #cacaca;
 background: none;
}

#container:after
{
 content: " ";
 display: block;
 visibility: hidden;
 clear: both;
}


/* ヘッダー（レイアウト） */
#banner
{
 position: relative;
 width: 800px;
 height: 340px;
 margin: 0 auto;
 background: url(img/banner.jpg);
 border-bottom:double 3px #cacaca;
}


/* ヘッダー（サイトタイトル） */
#banner h1
{
 width:450px;
 margin: 0;
 font-size: 2.4em;
 font-weight: normal;
 line-height: 1.40;
 text-align:left;
 font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
 position:absolute; top: 30px; left: 20px;
 color:#cc0000;
}


/* ヘッダー（検索ボックス） */
#banner-search
{
 position:absolute; top: 67px; right: 40px;
}


/* ヘッダー（サイト説明） */
#banner-description
{
 display: none;
}


/* メインコンテンツ全体 基本レイアウト*/
#pagebody
{
 position: relative;
 width: 800px;
 margin: 0 auto;
 text-align: left;
}

#pagebody:after
{
 content: " ";
 display: block;
 visibility: hidden;
 clear: both;
}


/* メインコンテンツレイアウト */

#main /* 記事部分 */
{
 position: relative;
 min-height: 1px;
 width: 760px;
 margin: 20px;
 text-align: left;
 }

#side /* サイドメニュー */
{
 position: relative;
 min-height: 1px;
 margin: 0 10px 0 10px;
 text-align: left;
}

/* リンク色（サイドメニュー） */
#side a { color: #cc0000; }
#side a:hover { color: #ff9900; }

#side p 
{
 padding: 0 5px;
}

#side ul
{
 margin: 0;
 padding: 0;
 list-style: none;
}
#side li{
 float:left;
}
#side li a
{
 width: 340px;
 float:left;
 background-color: #fff;
 text-indent: 5px;
 display: block;
 font-size: 12px;
 line-height: 1.25;
 margin: 5px 10px 5px 0;
 padding: 5px 0;
 letter-spacing: 0.1em;
 border: 1px solid #ccc;
 text-decoration: none;
}

#side li a:hover
{
 background: #cc0000;
 border: 1px solid #ccc;
 color: #fff;
}

#side dl
{
 padding: 5px;
}

#side dt
{
 font-size: 12px;
 line-height: 1.5;
}




#s-main /* 検索結果記事部分 */
{
 display: inline;
 position: relative;
 float: left;
 min-height: 1px;
 width: 510px;
 _width: 490px;
 margin: 10px;
 text-align: left;
 }

/* 記事部分見出し */

.header1
{
 position: relative;
 width: auto;
 _width: 100%;
 margin: 15px 0;
 padding: 5px;
 border: 3px double #6DC464;
 background: #6DC464;
 color:#fff;
 line-height: 1.25;
 font-size: 1.8em;
 font-weight: normal;
 font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
 text-transform: uppercase;
 clear: both;
}


/* 記事部分コンテンツ */

.entry
{
 line-height: 1.5;
 margin: 20x;
}

.dot {
   margin: 10px 10px 20px 10px;
   background: url(img/pbg.png) bottom;
   line-height: 26px;
}


.more
{
 text-align: right;
 }

.header2
{
 position: relative;
 width: auto;
 _width: 100%;
 margin: 30px 0 0 0;
 padding: 5px 5px 5px 15px;
 border-top: 1px solid #cacaca;
 border-bottom: 1px solid #cacaca;
 background:none;
 color:#915C22;
 line-height: 1.25;
 font-size: 1.6em;
 font-weight: normal;
 font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
 text-transform: uppercase;
 clear:both;
}

.header1 a, .header2 a 
{
 text-decoration: none;
 }

.entry-footer,
{
 margin: 5px 10px 0 0;
 border-top: 1px dotted #ccc;
 padding: 5px 0;
 color: #999;
 font-size: 10px;
 text-align: right;
}

.bread
{
 background: none;
 text-align: left;
}

.f-navi
{
 margin: 5px 0;
 text-align: center;
 clear: both;
}

.gotop 
{
 text-align: right;
 clear: both;
 padding: 10px;
}

.img
{
 float: left;
 margin: 0 5px 5px 0;
 text-align: center;
}

.tb-info
{
 text-align: center;
 border: 1px dotted #ccc;
}


/* フッター */
#footer
{
 position: relative;
 background: #f3f3f3;
 border-top:1px solid #cacaca;
 padding: 20px;
 clear: both;
 color: #666;
}

#footer p
{
 padding: 0;
 margin: 0;
 font-size: 0.8em;
 
}

#footer a
{
 text-decoration: none;
 color: #666;
}

.footer-navi
{
  width: 800px;
 margin: 0 5px;
 padding: 5px 0;
 background: #ccc;
 font-size: 0.8em;
 text-align: center;
 line-height: 1.25;
 clear: both;
}

.footer-navi a
{
 color: #666;
}


/* サイドメニュー内部 */
.side-header
{
 position: relative;
 width: auto;
 height: 16px;
 margin: 10px 0 5px 0;
 padding: 0;
 color: #fff;
 background: #666;
 font-size: 14px;
 font-weight: nomal;
 line-height: 16px;
 text-align: center;
}



/*画像回り込み*/
.imgleft{
 float:left;
 margin:0 15px 15px 0;
}
.imgright{
 float:right;
 margin:0 0 15px 15px;
}
/*文字装飾*/
.line{
 background-color: #ffff00;
 color: #000000;
}


.b{ font-weight: bold!important; }



/*----------------------------▽フォントカラー*/

.red{ color: #ff3000!important; }
.pink{ color: #ff0062!important; }
.blue{ color: #003399!important; }
.aqua{ color: #167FA6!important; }
.green{ color: #008000!important; }
.orange{ color: #ff6600!important; }




/*----------------------------▽ぼっくす*/

.box{
	margin:10px 20px 20px;
	padding: 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fafafa;
	clear: both;
	}

.box p{
 text-align: left;
 font-size :13px;
 letter-spacing: 0px;
 margin  : 10px 10px 10px 10px;
 line-height: 24px;
	}


.box2{
	margin:10px 20px 20px;
	padding: 10px 0;
	border: 1px solid #ddd;
	background: #FEFEE3;
	clear: both;
	}

.box2 p{
 text-align: left;
 font-size :13px;
 letter-spacing: 0px;
 margin  : 10px 20px 10px 20px;
 line-height: 24px;
	}






/*----------------------------▽アフィリリンク*/


.alink {
text-align: right;
font-size: 18px;
font-weight: bold;
padding: 15px 20px 30px 20px;
margin: 0;
clear:both;
}
 .alink span {
color: #ffffff;
font-size: 16px;
background: #00CC55;
padding: 3px 10px;
margin-right:10px;
}
.alink a{
font-size:18px;
color:#0000FF;
}


/*  ラインマーカー
-------------------------------------------------------------*/
.line1 { background: #ff99cc; } /*ピンク*/
.line2 { background: #ff9966; } /*オレンジ*/
.line3 { background: #ccff66; } /*黄緑*/
.line4 { background: #99ccff; } /*水色*/
.line5 { background: #ccccff; } /*ラベンダー*/





/*  フォントの指定
-------------------------------------------------------------*/

.font{ font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8"; }
.arial{ font-family: "Arial"; }
.arial-b{ font-family: "Arial Black"; }
.comic{ font-family: "Comic Sans MS"; }
.courier{ font-family: "Courier New"; }
.time{ font-family: "Times New Roman"; }
.impact{ font-family: "Impact"; }
.trebuchet{ font-family: "Trebchet MS"; }
.verdana{ font-family: "Verdana"; }


/*  フォントのサイズ
-------------------------------------------------------------*/

.fs9{ font-size: 9pt!important; }
.fs10{ font-size: 10pt!important; }
.fs11{ font-size: 11pt!important; }
.fs12{ font-size: 12pt!important; }
.fs14{ font-size: 14pt!important; }
.fs16{ font-size: 16pt!important; }
.fs18{ font-size: 18pt!important; }
.fs20{ font-size: 20pt!important; }
.fs22{ font-size: 22pt!important; }
.fs24{ font-size: 24pt!important; }





/*------------------------------------------------------------テーブル------*/


.l{text-align: left;}

.c{text-align: center;}


.tb {
	width:720px;
	}

.tb2 {
	width: 490px;
	font-size:12px; 
	margin: 0px 5px 0px 5px;
	padding:0px;
	background-color:#CCC;
	text-align:center;
	}
.tb2 tb {width:200px;}
.tr1 td {padding:2px;background-image:url(img/rank_title.png);background-repeat:repeat-x;}
.t1 td {padding:3px;background:#fff; }
.t2 td {padding:10px 0;background:#FFC;font-size:16px;}




/*  ブログ記事-病院紹介ボックス
-------------------------------------------------------------*/
.hosboxmain {
	background: #ffe0e0;
	width: 730px;
	padding: 10px;
	margin: 0 0 20px 0;
}

.hostitle {
	height: 30px;
	font-weight: bold;
	font-size: 16px;
	color: #000;
}

.hosboxin {
	background: #fff;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
}

.hosboxin dl {
    width: 495px;
    float: left;
    border-bottom: 1px dotted #555;
    margin: 0 20px 5px 0;
    clear: both;
}

.hosboxin dl dt {
    border-top: 1px dotted #555;
    color: #fff;
    float: left;
    margin: 0;
    padding: 0.5em 0 0.1em 0;
    width: 8em;
    text-align: center;
    background: url(img/hosboxindl.gif) no-repeat;
}
.hosboxin dl dd {
    border-top: 1px dotted #555;
    color: #333;
    margin: 0 0 0 8em;
    padding: 0.5em 1em 0.5em 0;
}

.hosboxin img{
    background: #fff;
    padding: 3px;
    border: 1px solid #ccc;
    clear: both;
}

.hosboxin ul{
    list-style: none;
}

.hosboxin li{
    background: url(img/cheac.gif) no-repeat left;
    margin-left: -30px;
    padding: 0 0 0 40px;
    font-size: 18px;
    font-weight: bold;
    color: #ff4603;
}

.ptitle {
    color: #ff0044;
    font-weight: bold;
    margin: 20px 0 0 0;
    font-size: 18px;
    font-family: メイリオ,Meiryo,Osaka-Mono,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}

.sspointtitle {
	width: 687px;
	height: 53px;
	background: url(img/sspointtitle.gif) no-repeat;
	line-height: 55px;
	text-indent: 60px;
	color: #ff7003;
	font-weight: bold;
	font-size: 18px;
	margin: 0 auto;
	padding: 0 auto;
	margin-top: 10px;
}
.sspointbox-in {
	width: 667px;
	margin: 0 auto;
	padding: 0 auto;
	padding-bottom: 10px;
}

.sspointbox-in {
	width: 667px;
	margin: 0 auto;
	padding: 0 auto;
	padding-bottom: 10px;
}


.sspointbox {
	width: 687px;
	background: url(img/sspointbg.gif) bottom;
	margin: 0 auto;
	padding: 0 auto;
}



