* { /* すべてのタグの余白をゼロにリセット */
margin:0;
padding:0;
font-style:normal;
font-size:100%;
}

strong {
font-weight:normal;
}

em {
font-style:normal;
}


body { /* ページ全体の指定 */
	background:#e6e6e6 url(img/body-bk.gif);
	text-align: center;
	}

#container { /* 全体のコンテンツ領域 */
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 780px;
background:#fff url(img/container-bk.gif);
border-left:1px solid #999;
border-right:1px solid #999;
	}

a {
color:#0000ff;
}

a:hover {
color:#ff00ff;
}

/* *************** バナー領域 *************** */

#banner {
	background:url(img/banner.gif) #004ac5 repeat-x;
height:150px;
	}

#banner h1 { /* サイト名 */
padding-top:25px;
font-size:34px;
color:#fff;
}

#banner h1 a {
color:#fff;
text-decoration:none;
}

#banner h1 a:hover {
color:#ff00ff;
text-decoration:underline;
}

#banner h2 { /* サイトのサブタイトル */
margin-top:18px;
font-size:24px;
color:#fff;
padding-left:20px;
}

/* *************** 左側メイン領域 *************** */

#content {
	float: right;
	width: 503px;
	overflow: hidden;
padding:20px 35px 0px 40px;
	}

#content .ad {
text-align:left;
font-size:10px;
}

#content h3 { /* 本文領域のトップ見出し */
font-size:20px;
margin-left:15px;
margin-bottom:3px;
}

#content h3 a {
text-decoration:none;
color:#727272;
}

#b-des { /* ブログの説明欄 */
margin-bottom:42px;
font-size:105%;
line-height:1.4em;
background:#;
border-bottom:#666 solid 2px;
padding:15px;
}

#e-list { /* カテゴリーに属するエントリのリスト */
margin-bottom:30px;
font-size:95%;
line-height:1.6em;
border:#666 solid 2px;
padding:15px;
}

#e-list tr {
margin-left:5px;
}

#e-list td {
padding-left:20px;
}


#e-list a {
color:#0000FF;
}



#cont-l {
width:230px;
float:left;
}

ul.top-list {
padding-top:10px;
height:150px;
list-style:none;
padding-left:20px;
background:url(cont.gif) no-repeat;
}

ul.top-list li  {
padding-bottom:3px;
font-size:80%;
}

ul.top-list li a {
text-decoration:none;
color:#727272;
}


#cont-r {
width:230px;
float:right;
}


#content h4 { /* (サイト名)の最新記事一覧 */
font-size:18px;
margin-bottom:12px;
border-bottom:6px solid #004ac5;
padding-bottom:1px;
}

#content #e-list dt { /* エントリーのタイトル */
font-weight:bold;
margin:0 0 3px 0px;
}

#content dd.e-des { /* エントリーの説明 */
font-size:95%;
line-height:1.2em;
background:#e6e6e6;
padding:3px 3px 0 8px;
}

#content dd.e-more { /* 続きを読む */
text-align:right;
font-size:90%;
background:#e6e6e6;
margin:0 0 20px 0px;
padding:0 2px 2px 0;
}

#content dd.e-more a span { /* 続きを読むの頭の「>」マーク */
font-size:80%;
margin-right:3px;
vertical-align:1px;
}

#totop { /* このページのトップへ */
clear:both;
text-align:right;
font-size:80%;
margin-bottom:30px;
}

#content table {
font-weight:normal;
font-size:80%;
}


/* *************** 右側サイドメニュー領域 *************** */

#sidebar {
	float: left;
	width: 192px;
	overflow: hidden;
text-align:center;
	}

#sidebar h4 { /* (サイト名)記事一覧 */
font-size:15px;
line-height:1.4em;
padding:10px 0 4px 0;
border-bottom:2px solid #535353;
}

#sidebar li { /* カテゴリー名 */
font-weight:bold;
font-size:95%;
padding:5px 0;
border-bottom:1px solid #535353;
line-height:23px;;
list-style:none;
text-align:left;
padding-left:30px;
display:block;
}

#sidebar li a {
text-decoration:none;
color:#727272;
background:url(sidebar1.gif);
}


#sidebar li a:hover {
background:url(sideba2r.gif);
color:red;
}


/* *************** フッター領域 *************** */

#foot {
clear:both;
text-align: center;
font-size:80%;
color:#fff;
background:#004ac5;
padding:3px 0;
border-top:1px solid #595959;
width:100%;
}

#foot a {
color:#fff;
text-decoration:none;
cursor:text;
}

/* *************** 個別エントリー *************** */

#e-body { /* エントリー本文 */
line-height:1.4em;
padding:15px 15px 0;
letter-spacing:2px;
}

#e-body p {
margin-bottom:1em;
font-weight:normal;
}

#e_side-top { /* サイドメニューの「HOME」リンク */
border-bottom:2px solid #535353;
margin-bottom:3px;
}

#e_side-top a {
font-weight:bold;
display:block;
text-decoration:none;
color:#0000ff;
letter-spacing:1px;
padding:3px 0 3px 8px;
background:#e6e6e6;
}

#e_side-top a:hover {
background:#e6e6e6;
color:#000;
background:#fff;
}

h4#e-side {
padding-top:4px;
}


