/* CSS Document */

/*===============================================================================


					 　　   ポータルサイト全体の設定

				
===============================================================================*/


/* フォントの設定 */
body
{
	font-size    :80%;
	font-family  :'ＭＳ Ｐゴシック','ＭＳ ゴシック','MS UI Gothic',sans-serif;
	color        :#484848;
}

/* テーブルの設定 */
th,td
{
	vertical-align:top;
	font-size     :80%;
}

/* マージンの設定 */
.site
{
	margin-top   :0px;
	margin-bottom:0px;
	margin-left  :0px;
	margin-right :0px;
}

/* リンク色と下線の設定 */
.site a:link
{
	color:#2444A6;
	text-decoration:none;
}
.site a:visited
{
	color:#2444A6;
	text-decoration:none;
}
.site a:active
{
	color:#2444A6;
	text-decoration:none;
}
.site a:hover
{
	color:#2444A6;
	text-decoration:underline;
}

/* 画像リンクに枠線を表示させない */
img
{
    border-style:none;
}

/* タイトル画像の配置設定 */
.td-head-1
{
	padding-top   :5px;
	padding-bottom:5px;
}

/* 検索ボックスの配置設定 */
.td-head-2
{
	padding-top   :25px;　/* ←検索ボックスの位置を調整する場合は、この値を変更します */
	padding-bottom:5px;
	text-align    :center;
}

/* 検索テキストボックスの枠線設定 */
.box-1
{
	border:2px #85A1F1 solid;
}

/* ボーダーテーブルの設定 */
.tb-border
{
	height       :35px;
	background-image:url(image/border-1.gif);
	margin-bottom:10px;
}

/* フッターテーブルの設定 */
.tb-foot
{
	margin-top :20px;
	padding-top:15px;
	text-align :center;
	border-top :3px #CDCDCD solid;
}



/*===============================================================================


					 　　    「トップページ」の設定

				
===============================================================================*/


/* 記事の見出し(ボーダー部分)の設定 */
.find-1
{
	color       :#484848;
	font-size   :105%;
	font-weight :bold;
	padding-top :6px;
	padding-left:10px;
	background-image :url(image/border-2.gif);
	background-repeat:repeat-x;
	height:25px;
}

/* 「コンテンツ」や「カテゴリ」の見出し(ボーダー部分)の設定 */
.find-2
{
	color       :#484848;
	font-size   :105%;
	font-weight :bold;
	padding-top :6px;
	padding-left:10px;
	background-image:url(image/border-3.gif);
	background-repeat:repeat-x;
	height:25px;
}

/* 「記事ページ」や「カテゴリページ」ページに移動するリンクの配置設定 */
.link
{
	margin-right :10px;
	padding-top  :10px;
	padding-left :10px;
	padding-right:10px;
	line-height  :130%;
}

/* 「バックナンバー」に移動するリンクの配置設定 */
.back
{
	text-align   :right;
	margin-top   :10px;
	margin-right :10px;
	padding-right:10px;
}

/* 「ブロック」部分の枠線設定 */
.box-2
{
	margin-top    :15px;
	margin-right  :10px;
	padding-bottom:10px;
	border        :1px #85A1F1 solid;
}

/* 「コンテンツ」や「カテゴリ」の枠線設定 */
.box-3
{
	margin-top    :15px;
	margin-right  :10px;
	padding-bottom:10px;
	border        :1px #85A1F1 solid;
}

/* 広告の設定 */
.advert-1
{
	text-align:center;
	margin-top:15px;
}



/*===============================================================================


				     「トップページ以外のページ」の設定

				
===============================================================================*/


/* パンくずリストの設定 */
.pan
{
	margin-top    :20px;
	padding-left  :10px;
	padding-right :10px;
	padding-bottom:5px;
}

/* トップページに戻るリンクの設定 */
.top
{
	text-align   :right;
	margin-right :10px;
	padding-top  :20px;
	padding-right:10px;
}

/* 広告の設定 */
.advert-2
{
	text-align :center;
	padding-top:20px;
}

/* 広告の設定 */
.advert-3
{
	text-align :center;
	padding-top:10px;
}


/*===============================================================================


				     「記事ページ」と「その他ページ」の設定

				
===============================================================================*/


/* 見出し(上下ボーダーで囲まれた部分)の設定 */
.find-a
{
	font-size     :130%;
	font-weight   :bold;
	margin-right  :10px;
	padding-top   :10px;
	padding-bottom:8px;
	padding-left  :10px;
	padding-right :10px;
	border-top    :2px #85A1F1 solid;
	border-bottom :2px #85A1F1 solid;
	line-height   :160%;
}

/* 内容の設定 */
.text-a
{
	margin-right :10px;
	padding-top  :10px;
	padding-left :10px;
	padding-right:10px;
	line-height  :170%;
}



/*===============================================================================


	　　　　　  「カテゴリページ」と「バックナンバーページ」の設定

				
===============================================================================*/


/* 見出し(上下ボーダーで囲まれた部分)の設定 */
.find-b
{
	font-size     :130%;
	font-weight   :bold;
	margin-right  :10px;
	margin-bottom :10px;
	padding-top   :10px;
	padding-bottom:8px;
	padding-left  :10px;
	padding-right :10px;
	border-top    :2px #85A1F1 solid;
	border-bottom :2px #85A1F1 solid;
	line-height   :160%;
}

/* リンクと紹介文の部分の設定 */
.text-b
{
	margin-right  :10px;
	padding-top   :5px;
	padding-bottom:5px;
	padding-left  :10px;
	padding-right :10px;
	line-height   :130%;
}

/* ページの移動リンクの設定 */
.move
{
	text-align   :center;
	padding-top  :15px;
}

