@charset "UTF-8";

/* ----- すべての要素 ----- */

*
{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, sans-serif;
	font-size:100%;
	line-height:100%;
}


/* ----- float解除 ----- */

div.clear
{
	clear:both;
}

div.clear hr
{
	display:none;
}


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

a
{
	color:#0099cc;
	background:inherit;
	text-decoration:none;
}

a:hover
{
	color:#006699;
	background:inherit;
	text-decoration:underline;
}

a img
{
	border:0;
}

/* ----- body ----- */

body
{
	color:#666666;
	background:#efefef;
	text-align:center;
}


/* ----- ブログ全体 ----- */

div#main-container
{
	width:815px;
	color:#666666;
	background:#ffffff;
	border:1px solid #cccccc;
	margin:0 auto;
	text-align:left;
}


/* ----- header部分（追加） ----- */

div#banner
{
	/*color:#ffffff;*/
	/*background:#999999;*/
	padding: 15px 15px 250px 15px;
                margin-bottom: 0px;
                background-position: center top;
                background-repeat: no-repeat;
                background-image: url("http://shop.busireso.com/bustupshop/images/bust-title.jpg");
}


div#header
{
	/*color:#666666;
	background:#ffffff;
	padding:15px;*/
	font-size:18px;
	padding: 5px 5px 5px 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #ED145B;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFCAC5;*/
	text-align:center;
}

div#header h1
{
	/*width:162px;
	height:80px;*/
	float:left;
}

div#header h1.blog-name a
{
	color:#FC0082;
	text-decoration:none;
}


div#header ul
{
	list-style:none;
	text-align:right;
	font-size:80%;
}

div#header li
{
	display:inline;
	margin:0 0 0 10px;
}


/* ----- search-bar部分（追加） ----- */

div#search-bar
{
	background:#ffffff url(images/search_bar_bg.gif) repeat-x 0 100%;
	color:#94C519;
	font-size:80%;
	text-align:right;
	padding:5px 10px;
	margin:0 0 2px 0;
	border-top:1px solid #eeeeee;
}

div#search-bar h2
{
	float:left;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding:5px 10px;
	/*text-indent:-9999px;*/
	text-decoration:none;
	/*width:285px;
	height:24px;*/
	/*background:url(images/h1_bg.gif) no-repeat 0 50%;*/
}

div#search-bar fieldset
{
	border:none;
}

div#search-bar legend
{
	display:none;
}

div#search-bar input#search
{
	margin:0 0 3px 0;
}


/* ----- カテゴリー一覧 ----- */

div.category-archives
{
	margin:0 0 10px 0;
	background:#eeeeee url(images/category_bg.gif) repeat-x 0 0;
	color:#666666;
}

div.category-archives ul
{
	font-size:80%;
	list-style:none;
	line-height:100%;
	padding:14px 10px 10px 10px;
}

div.category-archives ul li
{
	display:inline;
	margin:0 10px 0 0;
	padding:0 0 0 16px;
	background:url(images/menu_ico.gif) no-repeat 0 50%;
}


/* ----- コンテンツ全体 ----- */

div#container
{
	width:560px;
	float:left;
}


/* ----- エントリー全体 ----- */

div.content
{
	padding:0 0 10px 10px;
}


/* ----- アーカイブナビゲーション ----- */

div.content p.navi-link
{
	font-size:80%;
	margin:0 0 10px 0;
}


/* ----- アーカイブタイトル ----- */

div.content h2#archive-title
{
	background:#99cc00;
	color:#ffffff;
	margin:0 0 20px 0;
	padding:5px;
}


div.content dl.item-data
{

	width:175px;
	height:20em;
	border:1px solid #999999;
	text-align:center;
	margin:2px;
	float:left;
}

div.content dl.item-data dt
{
	text-align:left;
	margin:10px 10px 5px 10px;
	padding:0 0 10px 0;
	font-size:80%;
	font-weight:bold;
	background:url(images/dotted.gif) repeat-x 0 100%;
}

div.content dl.item-data dd.item-text
{
	text-align:left;
	font-size:80%;
	line-height:140%;
	margin:0 10px 10px 10px;
}

div.content dl.item-data dd.item-price
{
	color:#333333;
	background:#ffffff;
	font-size:80%;
	line-height:100%;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:5px;
	margin:0 10px 10px 10px;
}

div.content dl.item-data dd.item-cart
{
	text-align:left;
	font-size:80%;
	line-height:140%;
	margin:0 10px 10px 10px;
}


/* ----- エントリータイトル ----- */

div.entry-content h2.entry-title
{
	color:#333333;
	background:#ffffff;
	line-height:100%;
	border-bottom:1px solid #cccccc;
	padding:0 0 3px 0;
	margin:0 0 10px 0;
}

div.entry-content h2.entry-title a
{
	color:#333333;
	background:#ffffff;
	text-decoration:none;
}

div.entry-content h2.entry-title a:hover
{
	text-decoration:underline;
}


/* ----- エントリー ----- */

div.entry-content p
{
	font-size:80%;
	line-height:150%;
	margin:0 0 10px 0;
}

div.entry-content blockquote
{
	font-size:80%;
	line-height:150%;
	padding:10px;
	border:dotted 1px #cccccc;
	margin:20px 0;
}

div.entry-body ul,
div.entry-body ol
{
	padding:0 0 0 20px;
	margin:0 0 10px 0;
}

div.entry-body ul li,
div.entry-body ol li
{
	font-size:80%;
	margin:0 0 3px 0;
}

div.cart p
{
	font-size:80%;
	text-align:center;
	padding:10px 0;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	margin:10px 0 20px 0;
}


/* ----- サイドバー ----- */

div#sidebar-left
{
	width:235px;
	float:left;
}

div#sidebar-right
{
	width:200px;
	float: right;
	clear: right;
}

div.sidebar-inner
{
	padding:0 10px 10px 0;
}

/* ----- サイドバーカート ----- */

div.cart-section
{
	margin:0 0 10px 0;
}

/* ----- サイドバータイトル ----- */

div.sidebar-inner h3
{
	font-size:80%;
	font-weight:normal;
	color:#666666;
	background:#efefef;
	padding:3px;
	text-align:center;
	margin:0 0 5px 0;
}

div.sidebar-inner h3 a
{
	color:#0099cc;
	background:#efefef;
}


/* ----- サイト内検索 ----- */

div.search-form
{
	margin:0 0 20px 0;
}

div.search-form fieldset
{
	border:none;
}

div.search-form legend
{
	font-size:70%;
	color:#666666;
	background:#ffffff;
	margin:0 0 5px 0;
}

div.search-form input.search-input
{
	width:160px;
	font-size:80%;
	margin:0 0 5px 0;
}

div.search-form input.search-submit
{
	width:80px;
	font-size:60%;
}


/* ----- 新着記事一覧 ----- */

div.recent-entry
{
	margin:0 0 20px 0;
}

div.recent-entry ol
{
	list-style:none;
}

div.recent-entry ol li
{
	font-size:80%;
	margin:0 0 5px 0;
}


/* ----- バックナンバー一覧 ----- */

div.monthly-archives
{
	margin:0 0 20px 0;
}

div.monthly-archives ol
{
	list-style:none;
}

div.monthly-archives ol li
{
	font-size:80%;
	margin:0 0 5px 0;
}


/* ----- 外部リンク ----- */

div.site-link
{
	margin:0 0 20px 0;
}

div.site-link ul
{
	list-style:none;
}

div.site-link ul li
{
	font-size:80%;
	margin:0 0 5px 0;
}


/* ----- クリエイティブ・コモンズ・ライセンス ----- */

div.cclicense
{
	margin:0 0 20px 0;
	font-size:60%;
	line-height:130%;
	text-align:center;
}

div.cclicense img
{
	margin:0 auto 5px auto;
}


/* ----- RSSリンク ----- */

div.syndicate
{
	margin:0 0 20px 0;
}

div.syndicate ul
{
	list-style:none;
}

div.syndicate ul li
{
	font-size:80%;
}


/* ----- powered ----- */

div.powered
{
	margin:0 0 20px 0;
}

div.powered ul
{
	list-style:none;
}

div.powered ul li
{
	font-size:60%;
	line-height:130%;
}


/* ----- トラックバック ----- */

div.trackbacks-body
{
	margin:0 0 20px 0;
}

div.trackbacks-body h3
{
	font-size:80%;
	font-weight:normal;
	color:#ffffff;
	background:#aaaaaa;
	padding:3px;
	margin:0 0 5px 0;
}

div.trackbacks-body dt
{
	font-size:80%;
	font-weight:bold;
	margin:0 0 5px 0;
}

div.trackbacks-body p
{
	font-size:80%;
	margin:0 0 10px 0;
}

div.trackbacks-body ul
{
	list-style:none;
	border-top:1px solid #cccccc;
	padding:3px 0 0 0;
	margin:0 0 20px 0;
}

div.trackbacks-body ul li
{
	display:inline;
	font-size:80%;
	margin:0 10px 0 0;
}

div.trackbacks-body input
{
	width:250px;
}


/* ----- コメント ----- */

div.comments
{
	margin:0 0 20px 0;
}

div.comments h3
{
	font-size:80%;
	font-weight:normal;
	color:#ffffff;
	background:#aaaaaa;
	padding:3px;
	margin:0 0 10px 0;
}

div.comments p
{
	font-size:80%;
	line-height:130%;
	margin:0 0 10px 0;
}

div.comments ul
{
	list-style:none;
	border-top:1px solid #cccccc;
	padding:3px 0 0 0;
	margin:0 0 20px 0;
}

div.comments ul li
{
	display:inline;
	font-size:80%;
	margin:0 10px 0 0;
}

div.comments a img
{
	border:none;
}

/* ----- コメントフォーム ----- */

div.typekey-text
{
	font-size:80%;
	line-height:140%;
	margin:0 0 10px 0;
}

div.comments-post
{
	margin:0 0 20px 0;
}

div.comments-post h4
{
	font-size:80%;
	font-weight:normal;
	background:#cccccc;
	color:#ffffff;
	padding:3px;
	margin:0 0 5px 0;
}

div.comments-post-content p.comments-open-moderated
{
	font-size:80%;
	line-height:150%;
	margin:0 0 10px 0;
}

div#comments-open-data fieldset
{
	border:none;
}

div#comments-open-data legend
{
	font-size:70%;
	color:#666666;
	background:#ffffff;
	margin:0 0 5px 0;
}

dl#name-email dt,
dl#comments-url-data dt
{
	font-size:80%;
}

dl#name-email dd,
dl#comments-url-data dd
{
	font-size:80%;
	margin:0 0 5px 0;
}

div#comments-open-data ul.cookie
{
	list-style:none;
	margin:0 0 5px 0;
}

div#comments-open-data ul.cookie li
{
	font-size:80%;
}

dl#comments-open-text dt
{
	font-size:80%;
}

dl#comments-open-text dd textarea
{
	font-size:80%;
	margin:0 0 10px 0;
}

div#comments-open-data ul.comments-open-footer
{
	list-style:none;
}

div#comments-open-data ul.comments-open-footer li
{
	display:inline;
	font-size:80%;
}

div#comments-open-data ul.comments-open-footer li input
{
	width:80px;
}


/* ----- システムテンプレート ----- */

body.one-column div#container
{
	width:auto;
	margin:0 40px;
	float:none;
}


/* ----- 検索テンプレート ----- */

div.module-content
{
	margin:0 0 20px 0;
}

div.module-content p
{
	font-size:80%;
	line-height:130%;
	margin:0 0 5px 0;
}

div.module-content ul
{
	margin:0 0 0 20px;
}

div.module-content ul li
{
	font-size:80%;
	margin:0 0 5px 0;
}

div.entry-content h2.search-result-tit
{
	font-size:80%;
	font-weight:normal;
	background:#666666;
	color:#ffffff;
	padding:3px;
	margin:0 0 15px 0;
}

div.straight-search
{
	margin:0 0 20px 0;
}

div.straight-search fieldset
{
	border:none;
}

div.straight-search legend
{
	font-size:70%;
	color:#666666;
	background:#ffffff;
	margin:0 0 5px 0;
}

div.straight-search ul
{
	list-style:none;
	margin:0 0 5px 0;
}

div.straight-search ul li
{
	display:inline;
}

div.straight-search ul li label
{
	font-size:80%;
}

div.straight-search ul li input.search-input
{
	width:160px;
	font-size:80%;
	margin:0 0 5px 0;
}

div.straight-search ul li input.search-submit
{
	width:80px;
	font-size:60%;
	margin:0 0 10px 0;
}

/* ----- footer ----- */

div.footer
{
	color:#999999;
	background:#ffffff url(images/footer_bg.gif) repeat-x 0 100%;
	border-top:1px solid #cccccc;
	padding:10px;
	font-size:70%;
	text-align:center;
}

