@charset "utf-8";
/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: 2010年版の WordPress テーマ「Twenty Ten」は、スタイリッシュで、カスタマイズ可能で、簡潔で、読みやすいデザインです。カスタムメニュー、ヘッダー画像、背景をあなたなりにアレンジしてみてください。Twenty Ten テーマでは6つのウィジェットエリア (サイドバーに2つ、フッターに4つ) と、アイキャッチ画像 (ギャラリー投稿のサムネイルと、投稿やページのカスタムヘッダー画像) に対応しています。印刷用、管理画面のビジュアルエディター用、アサイドおよびギャラリーカテゴリー用のスタイルシートが用意されています。また、サイドバーを取り去った1カラムページのテンプレートもあります。
Author: the WordPress team
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

.sideblog{
	width: 190px;
	}

ul.sidelist_blog {
	border-bottom: 1px dotted #960;
	padding: 15px;
	margin-bottom: 15px;
}

ul.sidelist_blog li {
	font-size: 0.8em;
	line-height: 1.6em;
	list-style-type: none;
}

ul.sidelist_blog li a {
	background: url(https://www.style-exc.com/blog/wp-content/themes/exc/img/side_menu_icon_off.gif) no-repeat left 2px;
	width: 160px;
	padding-left: 15px;
}

ul.sidelist_blog li a:hover {
	background: url(https://www.style-exc.com/blog/wp-content/themes/exc/img/side_menu_icon_on.gif) no-repeat left 2px;
}

.blog_box{
width:740px;
margin:20px auto;
}

.blog_box h3{
text-indent:10px;
border-left:3px solid #8E5F4B;
border-bottom:1px solid #8E5F4B;
font-size:110%;
color:#582E05;
margin:20px 0 5px 0;
}

.blog_box .date{
	font-size:90%;
	text-align:right;
	padding-bottom: 5px;
}

.blog_box .entry{
	padding: 15px;
}

.blog_box .entry_footer{
	font-size: 80%;
	text-align: right;
	padding: 5px;
	background: #ebd8d0;
}

#pagenom {
	height: 25px;
	width: 690px;
	padding-top: 5px;
	}

h2#comment_caption {
	font-size: 1.2em;
	color: #990000;
	}
#comment_write {
	padding: 20px;
	background: #FFF;
	}
.comment_form {
	padding:2px;
	color: #3E3A39;
	border: #D1D1D1 solid 1px;
	background: #FFFFFF;
	font-size: 12px;
}
.comment_form:hover {
	background:#ebd8d0;
	border: #CCCCCC solid 1px;
}
.comment_form:focus {
	border: #CCCCCC solid 1px;
}
.comment_dotline {
	border-bottom: 1px dotted #999;
	padding-bottom: 5px;
	}
