/*-------------------------------------
▼▼　基本
-------------------------------------*/

html
	{
margin: 0;
/* setting border: 0 hoses ie6 win window inner well border */
padding: 0;
	}

body
	{ 
	margin: 0;
	padding: 0;
	background-image:url(http://credit.echoes-act3.com/img/body.gif);
	text-align: center;
	color: #000000;
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	}

td
{
	color: #000000;
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	text-align:left;
	line-height:160%;
}

form, input
	{
	margin: 0;
	padding: 0;
	}

/*-------------------------------------
▼▼　リンク
-------------------------------------*/

a { 
	color: #0000FF; 
	font-weight: bold;
}
a:visited {color:#990099;}
a:hover {color:#808080;}
a img {border: none;}

h1, h2, h3, h4, h5, h6 
	{
	margin:0;
	padding:0;
	}

/*-------------------------------------
▼▼　外枠
-------------------------------------*/

#container
	{
	width:800px;
	margin:0 auto 5px auto;
	padding:auto;
	background-color: #FFFFFF;
	text-align:left;
	}

/*-------------------------------------
▼▼　ヘッダー部分
-------------------------------------*/

#banner
	{
	margin: 0; /* 外の隙間 ピッチリ合わせている */
	width:800px;
	height: 120px; /* サイトロゴの高さ */
	background-image: url(http://credit.echoes-act3.com/img/banner_bg.jpg); /* 背景画像 */
	background-repeat:no-repeat; /* 背景画像の表示のさせ方 繰り返しなし */
	}

#banner h1
	{
/* ページタイトル */
margin: 0px;
padding: 50px 0px 0px 255px;
text-align: left;
font-size: 18px;
color: #82582E;
	}

#banner h2{ /* サイト名 */
margin: -83px 0px 0px 0px; /* サイトトピックの上に表示 */
padding: 0px 0px 0px 50px;
text-align: left;
font-size: 13px;
}

#banner p{ /* ページトピック */
margin: 8px 0px 0px 0px; /* サイト名の下に表示 */
padding: 0px 0px 0px 280px;
text-align: left;
font-size: 13px;
color: #666666;
}

#banner img{ /* サイトロゴ */
float: left; /* ヘッダの左に動かす */
position: absolute; /* ヘッダの左上に表示する仕掛け */
top: 30px; /* ヘッダの左上に表示する仕掛け */
margin: 0px;
}

#banner a
	{
	text-decoration:none;
	color: #0000FF;
	}

#banner a:hover
	{
	color: #FF6600;
	}

/*-------------------------------------
▼▼　メイン
-------------------------------------*/

#wrap
	{
	width:800px;
	float:left;
	}

#leftbox
	{
	float:left;
	width:590px;
	}

#main
	{
	float:right;
	width:380px;
	line-height:160%;
	}

#main p
	{
	margin:7px 0;
	}

#main-inner
	{
	margin-left:10px;
	}

/*-------------------------------------
▼▼　メイン【サイト説明】
-------------------------------------*/

#main_des
	{
	background:url(img/des_bg.jpg) center bottom no-repeat;
	border:1px solid #ccc;
	margin-top:10px;
	width:360px;
	}

#main_des h3
	{
	background-image:url(http://credit.echoes-act3.com/img/icon_maruyellow.jpg);
	background-repeat: no-repeat;
	background-position: 1% 50%;
	background-color:#E0E0C5;
	font-size: 15px;
	color: #666666;
	padding-left: 20px;
	margin: 0;
	}

#main_des p
	{
	padding: 5px;
	}

#main_des h4
	{
	background:#ECFCD6;
	font-size:13px;
	letter-spacing:1px;
	margin:10px 5px 0 5px;
	padding:1px 5px;
	}


/*-------------------------------------
▼▼　メイン部分【一覧部分】
-------------------------------------*/

#box
	{
	width:360px;
	border:1px solid #ccc;
	margin-top:10px;
	}

#box p
	{
	padding: 5px;
	}

#box h3.title
	{
	background-image:url(http://credit.echoes-act3.com/img/icon_maruyellow.jpg);
	background-repeat: no-repeat;
	background-position: 1% 50%;
	background-color:#E0E0C5;
	font-size: 15px;
	color: #666666;
	padding-left: 20px;
	margin: 0;
	}

#box h3.entry{
	background-image:url(http://credit.echoes-act3.com/img/icon_sikaku.gif);
	background-repeat: no-repeat;
	background-position: 1% 30%;
	font-size: 15px;
	color:#168344;
	padding-left:23px;
	margin: 0;
	border-bottom:solid 3px #168344;
	padding-bottom:2px;
	width:330px;
}

#box h4.title
	{
	background:#ECFCD6;
	font-size:13px;
	letter-spacing:1px;
	margin:10px 5px 0 5px;
	padding:1px 5px;
	}




/*-------------------------------------
▼▼　メイン部分【エントリーページ・関連エントリー】
-------------------------------------*/
/*-------------------------------------
▼▼　サイド部分
-------------------------------------*/

#side
	{
	float:left;
	width:200px;
	}

#side-r
	{
	float:right;
	width:200px;
	}


/*-------------------------------------
▼▼　サイドメニュー
-------------------------------------*/

.category
	{
	margin-top:10px;
	}

.category-inner
	{
	margin:5px 5px 5px 5px;
	}

.category h3
	{
	padding:5px 0 5px 10px;
	font-size:13px;
	background-color:#E0E0C5;
	color: #666666;
	}

.category ul
	{
	list-style-type: disc;
	color: #0000FF; 
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left:15px;
	padding-left:15px;
	}

.category ul li
	{
	padding-top:2px;
	padding-bottom:2px;
	}

.category-inner-s
	{ /* 検索用 */
	margin:5px 0 5px 5px;
	}

.category-innerrss
	{
	margin:5px 0px 5px 22px;
	}

/*-------------------------------------
▼▼　フッター部分
-------------------------------------*/

#footer
	{
	clear:both;
	width:800px;
	margin: 0px;
	padding: 0px;
	background-image: url(http://credit.echoes-act3.com/img/footer_bg.gif);
	height: 36px;
	border-top:1px #000000 solid;
	}


#footer img{
margin: 2px 2px 0px 3px; /* サイトバナーの位置 */
float: left; /* サイトバナーをフッタの左に */
}

#footer h3{
float: right; /* サイトコピーライトをフッタの右に */
margin: 0px;
padding: 10px 8px 0 0; /* サイトコピーライトの上からの位置 */
color: #82582E;
font-size: 12px;
}

#footer a{
	color: #82582E;
	text-decoration: none;
	}
#footer a:hover {
	color: #FF6600;
	text-decoration: none;
	}


/*-------------------------------------
▼▼　エントリーページ【コメント・トラックバック】
-------------------------------------*/

.trackbacks
	{
	margin-top:20px;

	}

.trackbacks,
.comments,
.archive
	{
	position: static;
	overflow: hidden;
	clear: both;
	width: 400px;
	margin:10px 10px 10px 0px;
	}

.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
	{
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: 400px;
	w\idth: auto;

	margin: 0;
	border-bottom:1px solid #ccc;
	padding: 5px 5px 5px 20px;
	color:#2475aa;
	background:url(img/icon.gif) left center no-repeat;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	}

.trackbacks
	{
	margin-top:20px;
	margin-left:20px;
	}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
	{
	clear: both;
	margin: 5px 0px;
	}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
	{
	clear: both;
	margin: 5px 10px 20px 10px;
	}

.entry,
.trackbacks,
.comments,
.archive
	{
	position: static;
	overflow: hidden;
	clear: both;
	width: 400px;
	margin-bottom: 20px;
margin-left:20px;
	}

#comment-author, #comment-email, #comment-url, #comment-text
	{
	width: 240px;
	}

#comment-bake-cookie
	{
	margin-left: 0;
	vertical-align: middle;
	}

.comments-open label { display: block; }


/* アライン  */
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}

.floleft { float: left; margin-right:8px; }
.floright { float: right; }

p.space{margin:0;}

strong{background-color: #FFFF66;}

/* 太字 */
.bold{font-weight:bold;}

/* 太字＋赤 */
.redbold{font-weight:bold; color:#cc0000;}

/* 赤 */
.red{color:#cc0000;}

/* 太字＋オレンジ */
.orangebold{font-weight:bold; color:#FF6600;}

/* グレー */
.gray{color:#666666;}

/* 黄色い太線 */
.yellowbar{background-color: #FFFF66; font-weight:bold;}

/* リンク集の点線 */
p.link {
	border-bottom:dotted 1px #999999;
	margin: 2px 0;
	}

.google{margin:0; padding:0 5px; color:#E0E0C5; font-size:x-small;}


/* SBM */
ul.sbm{
	text-align:center;
}
li.sbm{
	display: inline;
	margin-left: 5px;
	padding: 0px;
	list-style-type: none;
}


/* ランキング */

#rank{
	font-size: 13px;
}

#rank a{
	color: #0000FF;
}

#rank .rank1{
background-image: url(http://credit.echoes-act3.com/img/icon_yellow1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:17px;
	margin: 0 0 5px 0;
}

#rank .rank2{
background-image: url(http://credit.echoes-act3.com/img/icon_yellow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:17px;
	margin: 0 0 5px 0;
}

#rank .rank3{
background-image: url(http://credit.echoes-act3.com/img/icon_yellow3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:17px;
	margin: 0 0 5px 0;
}

#rank .cardpic{
	margin: 5px 0 15px 0;
}