/* ************************************************ 
 *	共通設定
 * ************************************************ */

* {
	margin: 0px;
	padding: 0px;
}

a:hover {  text-decoration: none; color: #FF3300}
a:link {
	text-decoration: underline;
	color: #666666;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:active {  color: #FF3300; text-decoration: none}


body {
	color: #666666;
	font-family: "Verdana", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka"; 
	font-size: 10px;
	line-height: 16px;
	background-color: #f0f0eb;
	text-align:center;
}

td {
	font-size: 10px;
	line-height: 16px;
}


br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}


.entrydate {
	font-family: "georgia", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	font-weight: bolder;
	color: #666666;
   }

.entrytitle {
	font-family: "Verdana", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka"; 
	font-size: 14px;
	font-weight: bolder;
	color: #333333;
	}



/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	margin:0px auto;
	width:800px;
	text-align:left;
}
*/

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
 width:100%;
 clear:left;
}
*/

/*　左側メニューの幅　*/
.side {
	float: left;
	width:200px;
}
*/

/*　右側の幅　*/
.main {
	float: left;
	width: 340px;
}
*/

/*　フッター（コピーライト）　*/
.footer {
 width:100%;
 clear:left;
}
*/


