/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin-top: 2px;
	padding: 0px;
}

body {
	color: #333333;
	font-size: small;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 16pt;
	background-color: #ffffff;
	text-align:center;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}

a:link    {color: #660000; text-decoration: none;}
a:visited {color: #660000; text-decoration: none;}
a:active  {color: #660000; text-decoration: underline;}
a:hover   {color: #660000; text-decoration: underline;}

ul {
	list-style-type: none;
}

/* ************************************************ 
 *	エントリー
 * ************************************************ */

/* ------------------------------------- 
 *	レイアウト
 * ------------------------------------- */
 
.entry {
	margin-bottom:20px;
}

.entry .title {
	padding:0px;
text-align:center;
         color:#660000;
	}


/* 記事のタイトル */
h2 {
	padding:0px 0px 0px 0px;
	color:#888888;
	text-align:right;
	font-size:9px;
        font-weight:lighter;
}

/* 記事の日付 */
.entry .date {
	font-size:11px;
	color:#FFFFFF;
	text-align:right;
	padding:0px 0px 0px 0px;
	}

/* 記事の日付 */
#ent_date {
	font-size:9px;
	color:#FFFFFF;
        text-align:right;
	padding:0px 0px 0px 0px;
        font-weight:lighter;
}

/* 記事のフッタ */
#ent_foot {
	font-size:11px;
border-bottom: 1px dashed #666666;
}

/*「続きを読む」の部分 */
.entry_more {padding:5px;}



/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は760pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	margin:0px auto;
	width:760px;
	text-align:left;
}

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
 width:100%;
 clear:left;
}

/*グローバルメニュー*/
.g_menu {
	padding-bottom: 10px;
}

/*　左側メニューの幅　*/
.side {
	float: left;
	width:190px;
        padding-top:5px;
}

/*　右側の幅　*/
.main {
	float: left;
	width: 550px;
        margin-left: 20px;
	
}

/*　フッター（コピーライト）　*/
.footer {
 text-align:center;
 width:100%;
 clear:left;
}
