/* ページ全体の基本的な設定と背景色 */
body	{padding: 0;text-align:center;background-color: #FFFFFF; font-size:small}
/* 指定が無い時のリンクの下線の有無 */
a {	text-decoration: none;	}

/* 指定が無い時の未読リンクの色 */
a:link {color: #006699;	}

/* 指定が無い時の既読リンクの色 */
a:visited {	color: #006699;	}

/* 指定無い時のリンク部分のクリック時 */
a:active {	color: #006699;	}

/* マウスカーソルがリンクにかさなった時 */
a:hover {	color: #CC0000;	text-decoration: underline;	}

/*指定が無い時の画像の枠の設定*/
img {border:0px}

/* 指定が無い時の段落タグの設定 */
p {	line-height:1.4	}
h2{font-size:16px; font-weight:bold; color:#666600; border-bottom:1px #999999 dashed}

/* ブログを囲む枠の背景色や線、余白などの設定 */
#container {border:#716F64 1px solid; width:760px;margin-right: auto;	margin-left: auto;	text-align: left;}

#main {margin:20px}

#foot {background:url(images/foot_bg.gif) repeat-x; margin:0px; height:30px}

