@charset "utf-8"; /* PublishCharset into mt-config.cgi */

body {
	background: #F2F2F2;
	text-align: center;
	color:#666;
}

/* リセット */
* {
	margin:0;
	padding:0;
}

/* アフィリエイトランキング用テーブル設定 */
table {
	border-collapse:collapse;
	border-spacing:0px;
	border: none;
}
th {
	border: none;
	text-align: center;
}
td {
	border: none;
	padding:3px;
}
td a:link{
    text-decoration: none;
}
td a:visited {
    text-decoration: none;
}
td a:hover {
    text-decoration: underline;
}
td a:active {
    text-decoration: underline;
}

strong {
font-weight: bold;
color:#000; ! important;
}

/* イメージボーター */
a img {
    border: 0;
}

/* フォーム */
form {
    margin: 0px;
}

/* リンク */
a:link {
    color: #49B4BC;
    text-decoration: none;
}
a:visited {
    color: #49B4BC;
    text-decoration: none;
}
a:hover {
    color: #1BEB6D;
    text-decoration: none;
}
a:active {
    color: #1BEB6D;
    text-decoration: none;
}

/* 段落 */
p {
    margin-bottom: 15px;
}

/* 全体のwrap */
#container {
	background: #FFFFFF url(http://dechichi.com/blog_item/bg.gif) repeat-y;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font: 12px/160% "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif, Verdana;
}

/* ヘッダー */
#banner {
	background: url(http://dechichi.com/blog_item/head_bg.jpg) no-repeat left top;
	height: 142px;
	width: 808px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#banner-header {
	display: none;
}
#banner-description {
	display: none;
}
a#banner-img {
	display: block;
	height: 62px;
	width: 247px;
	left: 30px;
	top: 30px;
	position: relative;
	background: url(http://dechichi.com/blog_item/title.gif) no-repeat;
}

/* トップナビゲーション */
#nav {
	list-style:none;
	position: absolute;
	top: 109px;
	margin-left: 366px;
}
#nav li{
	float:left;
}
#nav li a{
	height: 29px;
	width: 81px;
	display:block;
	float:left;
	text-decoration:none;
	text-indent: -900em;
}
#nav #nav-top a{
	background: url(http://dechichi.com/blog_item/nav_top.gif) no-repeat left top;
}
#nav #nav-top a:hover{
	background: url(http://dechichi.com/blog_item/nav_top_a.gif) no-repeat left bottom;
}
#nav #nav-about a{
	background: url(http://dechichi.com/blog_item/nav_about.gif) no-repeat left top;
}
#nav #nav-about a:hover{
	background: url(http://dechichi.com/blog_item/nav_about_a.gif) no-repeat left bottom;
}
#nav #nav-info a{
	background: url(http://dechichi.com/blog_item/nav_info.gif) no-repeat left top;
}
#nav #nav-info a:hover{
	background: url(http://dechichi.com/blog_item/nav_info_a.gif) no-repeat left bottom;
}
#nav #nav-link a{
	background: url(http://dechichi.com/blog_item/nav_link.gif) no-repeat left top;
}
#nav #nav-link a:hover{
	background: url(http://dechichi.com/blog_item/nav_link_a.gif) no-repeat left bottom;
}
#nav #nav-contact a{
	background: url(http://dechichi.com/blog_item/nav_contact.gif) no-repeat left top;
}
#nav #nav-contact a:hover{
	background: url(http://dechichi.com/blog_item/nav_contact_a.gif) no-repeat left bottom;
}

/* ２カラム設定 */
#content {
	width: 800px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
	padding-bottom: 10px;
}
#content #main {
	float: left;
	width: 540px;
	margin-right: 10px;
	text-align: left;
}
#content #side {
	float: right;
	width: 250px;
	text-align: left;
	padding-bottom: 10px;
}

/* フッター設定 */
#container #footer {
	clear: both;
}

/* エントリー設定 */
/* エントリータイトル */
.entry {
	clear:both;
	padding-bottom: 10px;
    word-break: break-all;
}
.entry-header {
	background: url(http://dechichi.com/blog_item/header_point.gif) no-repeat left center;
	font-size: 15px;
	font-weight: bold;
	color: #5F9FA7;
	padding-left: 15px;
}

/* エントリー日付 */
.date {
	font-size: 12px;
	color: #5F9FA7;
	background: url(http://dechichi.com/blog_item/entry_bar.gif) no-repeat left top;
	text-align: right;
	font-weight: normal;
	padding-top: 5px;
}

/* 引用 */
blockquote {
	background: #F5F7F5 url(blog_item/quote_bg.gif) repeat-y left top;
	padding: 5px 10px;
	margin-bottom: 15px;
}

/* エントリータグ */
.entry-tags-col {
	font-size: 11px;
	padding-top: 10px;
}
.entry-tags {
	float:left;
}
.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }
.entry-tags-list {
    list-style:none;
    padding: 0px;
}
.entry-tags-list a{
	font-size: 11px;
}

/* トップへ */
.go_top {
	float:right;
}
.go_top a{
	text-indent: -900em;
	display:block;
	background: url(http://dechichi.com/blog_item/go_top.gif) no-repeat right center;
	height: 9px;
	width: 30px;
	text-decoration:none;
}

/* エントリーフッター */
.entry-footer {
	font-size: 12px;
	text-align: right;
	background: url(http://dechichi.com/blog_item/entry_bar.gif) no-repeat left top;
	width: 540px;
	clear: both;
	padding-top: 5px;
}
.entry-footer a {
	font-size: 12px;
}


/* 右カラム設定 */
#side_top {
	background: #F5F7F5 url(http://dechichi.com/blog_item/side_bg_top.gif) no-repeat center;
	margin: 0px;
	height: 20px;
	width: 250px;
}
#sidecol {
	background: #F5F7F5;
	margin: 0px;
}
#side_bottom {
	background: #F5F7F5 url(http://dechichi.com/blog_item/side_bg_bottom.gif) no-repeat center;
	margin: 0px;
	height: 20px;
	width: 250px;
}
.sidetitle {
	font-size: 12px;
	font-weight: bold;
	color: #5F9FA7;
	background: url(http://dechichi.com/blog_item/side_point.gif) no-repeat left bottom;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #3EB5B5;
}

/* 各サイドコンテンツ設定 */
.sidecont {
	margin: 5px 10px 20px;
}

/* サイドコンテンツリスト */
.sidecont .module-list {
	list-style: none;
}

.sidecont .module-list li {
	background: url(http://dechichi.com/blog_item/list_line.gif) repeat-x left bottom;
	width: 230px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.sidecont_center
 {
	margin: 5px 10px 20px;
	text-align: center;
}

/* サーチ */
#search {
	width: 170px;
	height: 22px;
	border: 1px solid #92BDC2;
}
#go {
	top: 10px;
	position: relative;
}

/* タグクラウド */
.module-content {
	text-align: center;
	margin: 5px 10px 20px;
}
.module-content .tagcloud-list { list-style: none; }
.module-content .tagcloud-list .tagcloud-item { display: inline; }
.module-content .tagcloud-list li.taglevel1 a { font-size: 19px; }
.module-content .tagcloud-list li.taglevel2 a { font-size: 17px; }
.module-content .tagcloud-list li.taglevel3 a { font-size: 15px; }
.module-content .tagcloud-list li.taglevel4 a { font-size: 13px; }
.module-content .tagcloud-list li.taglevel5 a { font-size: 11px; }
.module-content .tagcloud-list li.taglevel6 a { font-size: 9px; }

/* フィード */
#sidecol .feed {
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	background: url(http://dechichi.com/blog_item/list_line.gif) repeat-x left top;
	width:230px;
}
#sidecol .feed-set {
	background: url(http://dechichi.com/blog_item/list_line.gif) repeat-x left bottom;
	padding-bottom: 10px;
	width:230px;
}


/* フッター */
#container #footer {
	background: url(http://dechichi.com/blog_item/bottom_bg.jpg) no-repeat left top #F5F7F5;
	width: 800px;
	margin: 0px auto;
}
.powered {
	padding-top: 10px;
	padding-bottom: 3px;
	color: #396C9F;
}
.powered a {
	color: #396C9F;
	text-decoration:underline;
}
.item {
	padding-top: 3px;
	padding-bottom: 8px;
}

/* アーカイブリンク */
.content-nav {
	text-align: center;
}

/* トラックバック全体 */
.trackbacks {
	padding-bottom: 10px;
}

/* トラックバックヘッダー */
.trackbacks-header {
	background: url(http://dechichi.com/blog_item/tb.gif) no-repeat;
	text-indent: -900em;
	height: 20px;
	width: 540px;
	margin-bottom: 10px;
}

/* トラックバックURL */
.trackbacks-info {
	background: #F5F7F5;
	padding: 5px;
	margin-bottom: 5px;
}

/* トラックバックコンテナ */
.trackback-content {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* トラックバック投稿者 */
.trackback-footer{
	background: url(http://dechichi.com/blog_item/list_line.gif) repeat-x left bottom;
	text-align: right;
}

/* 検索結果見出し */
.date2 {
	font-weight:bold;
	color: #5F9FA7;
	background: url(http://dechichi.com/blog_item/entry_bar.gif) no-repeat left bottom;
	padding-top: 5px;
	margin-bottom:10px;
}
#seach_icon {
	padding: 20px;
}

/* コメント */

/* コメントヘッダー */
.comments-header {
	background: url(http://dechichi.com/blog_item/comment.gif) no-repeat;
	text-indent: -900em;
	height: 20px;
	width: 540px;
	margin-bottom: 10px;
}
.comments-head {
	font-weight:bold;
	color: #5F9FA7;
	background: url(http://dechichi.com/blog_item/entry_bar.gif) no-repeat left bottom;
	padding-top: 5px;
	margin-bottom:10px;
}

/* コメントコンテナ */
.comment {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* コメント投稿者 */
.comment-footer {
	background: url(http://dechichi.com/blog_item/list_line.gif) repeat-x left bottom;
	text-align: right;
}

/* コメント投稿コンテナ */
.comments-open {
	margin-bottom: 10px;
}

/* コメントするヘッダー */
.comments-open-header {
	background: url(http://dechichi.com/blog_item/comment2.gif) no-repeat;
	text-indent: -900em;
	height: 20px;
	width: 540px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#comment-post {
   font-weight: bold;
}

#comment-author, #comment-email, #comment-url {
	width: 250px;
	border: 1px solid #92BDC2;
	padding: 2px;
	height: 20px;
}
#comment-text {
    width: 350px;
	border: 1px solid #92BDC2;
	padding: 2px;
}

#comment-bake-cookie {
	margin-left: 2px;
	vertical-align: middle;
}
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}
.comments-open label {
	display: block;
}

/* about,info,linkページ */
.entry-header2 {
	background: url(http://dechichi.com/blog_item/header_point.gif) no-repeat left center;
	clear:both;
	font-size: 15px;
	font-weight: bold;
	color: #5F9FA7;
	padding-left: 15px;
	margin-top: 10px;
}
.entry2 {
	background: url(http://dechichi.com/blog_item/entry_bar.gif) no-repeat left top;
	clear:both;
	padding-top:15px;
	padding-bottom: 15px;
	word-break: break-all;
}
.entry2 img {
	float: left;
	margin-right: 10px;
}
.entry3 {
	background: url(http://dechichi.com/blog_item/list_line.gif) repeat-x top;
	clear: both;
	margin-top: 15px;
	padding-top: 10px;
}

.paginate {
	margin-bottom: 5px;
}

/* blogpeople */
.blogpeople-main {
	padding: 0px 10px;
}
.blogpeople-linklist {
	font-size: 16px;
	font-weight: bold;
	color: #006699;
	background: url(http://dechichi.com/blog_item/header_point.gif) no-repeat left center;
	padding-left: 15px;
	line-height: 150%
}
