@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:#78999f;
	text-decoration:none;
}

a:hover
{
	color:#393c31;
	background:#e6e6e6;
	text-decoration:none;
}


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

body
{
	color:#000000;
	background:#FFFFFF;
	text-align:center;
}


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

div#main-container
{
	width:960px;
	color:#000000;
	background:#FFFFFF
	margin:0 auto;
	text-align:left;
}


/* ----- バナー部分 ----- */

div#banner
{
	color:#000000;
	background:#FFFFFF url(http://www.ofhair.co.jp/blog/img/banner_bg.jpg)no-repeat 0 0;
         width:960px;
         height:360px;
	padding:0px;
}

div#blog-name
{
         position:absolute;
         top:288px;
         left:16px;
         width:369px;
         height:56px;
}

div#goto_ofhair
{
         position:absolute;
         top:315px;
         left:840px;
         width:104px;
         height:9px;
}

div#goto_ofcosmetics
{
         position:absolute;
         top:333px;
         left:807px;
         width:137px;
         height:9px;
}


div#banner h2.blog-description
{
	font-size:80%;
	color:#ffffff;
	background:#999999;
	font-weight:normal;
}


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

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


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

div#main
{
	width:490px;
	float:right;
}

div.content
{
	width:506px;
	float:none;
	padding:16px;
}



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

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


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

div.content h2#archive-title
{
	margin:0 0 20px 0;
}


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

div.content p.entry-date
{
	font-size:11px;
	color:#000000;
	background:#FFFFFF url(http://www.ofhair.co.jp/blog/img/entry_date_bg.gif)repeat 0 0;
	line-height:18px;
	padding:3px;
	margin:0 0 18px 0;
         clear:left;
}


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

div.entry-content h2.entry-title
{
	font-size:14px;
	color:#000000;
	background:#FFFFFF;
	line-height:18px;
	padding:0 0 3px 0;
	margin:0 0 18px 0;
         clear:left;
}

div.entry-content h2.entry-title a
{
	color:#78999f;
	background:#FFFFFF
	text-decoration:none;
         clear:left;
}

div.entry-content h2.entry-title a:hover
{
	color:#393c31;
	background:#e6e6e6;
	text-decoration:none;
         clear:left;
}


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

div.entry
{
	margin:0 0 18px 0;
}

div.entry-content p
{
	font-size:12px;
	line-height:18px;
	margin:0 0 18px 0;
}

div.entry-content img
{
	float: left;
	margin:0 16px 18px 0;
}


div.entry-content blockquote
{
	font-size:12px;
	line-height:18px;
	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:12px;
	margin:0 0 3px 0;
}


/* ----- タグ ----- */

div.entry-tags
{
	margin:0 0 18px 0;
}

div.entry-tags h3.entry-tags-header
{
	font-size:9px;
	font-weight:normal;
	color:#000000;
	background:#aaaaaa;
	padding:3px;
	margin:0 0 5px 0;
}

div.entry-tags ul
{
	list-style:none;
}

div.entry-tags ul li
{
	display:inline;
	font-size:9px;
	margin:0 10px 0 0;
}


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

div.entry ul.entry-info,
div.search-results-container ul.entry-info
{
	list-style:none;
	border-top:1px solid #cccccc;
	padding:3px 0 0 0;
	line-height:18px;
         clear:left;
}

div.entry ul.entry-info li,
div.search-results-container ul.entry-info li
{
	display:inline;
	font-size:9px;
	margin:0 18px 0 0;
}


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

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

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

div.sidebar-inner
{
	padding:16px;
}


/* ----- サイドバータイトル ----- */
div.category_title
{
	background:#FFFFFF url(http://www.ofhair.co.jp/blog/img/category_title.gif)no-repeat 0 0;
         width:180px;
         height:18px;
	padding:3px;
	text-align:center;
	margin:0 0 5px 0;
}

div.recententry_title
{
	background:#FFFFFF url(http://www.ofhair.co.jp/blog/img/recententry_title.gif)no-repeat 0 0;
         width:180px;
         height:18px;
	padding:3px;
	text-align:center;
	margin:0 0 5px 0;
}

div.calendar_title
{
	background:#FFFFFF url(http://www.ofhair.co.jp/blog/img/calendar_title.gif)no-repeat 0 0;
         width:180px;
         height:18px;
	padding:3px;
	text-align:center;
	margin:0 0 5px 0;
}

div.profile_title
{
	background:#FFFFFF url(http://www.ofhair.co.jp/blog/img/profile_title.gif)no-repeat 0 0;
         width:180px;
         height:18px;
	padding:3px;
	text-align:center;
	margin:0 0 5px 0;
}

div.mobile_url
{
	background:#FFFFFF url(http://www.ofhair.co.jp/blog/img/mobile_url.gif)no-repeat 0 0;
         width:180px;
         height:658px;
	padding:3px;
	text-align:center;
	margin:0 0 5px 0;
}

div.backnumber_title
{
	background:#FFFFFF url(http://www.ofhair.co.jp/blog/img/backnumber_title.gif)no-repeat 0 0;
         width:180px;
         height:18px;
	padding:3px;
	text-align:center;
	margin:0 0 5px 0;
}


div.sidebar-inner h3
{
	font-size:11px;
	font-weight:normal;
	color:#000000;
	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.category-archives
{
	margin:0 0 20px 0;
}

div.category-archives ul
{
	font-size:80%;
	list-style:none;
	margin:0 0 0 5px;
}

div.category-archives ul li
{
	line-height:140%;
}

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

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.module-calendar module
{
	margin:0 0 18px 0;
}

div.module-content table
{
	font-size:10px;
	font-weight:normal;
	color:#000000;
	background:#FFFFFF;
	padding:3px;
	text-align:center;
	margin:0 0 5px 0;
}

div.module-content table th
{
	width:36px;
	height:18px;
	line-height:18px;
}


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

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

div.site-link h2
{
	font-size:12px;
	font-weight:normal;
	color:#000000;
	background:#FFFFFF
	padding:0px;
	text-align:left;
	margin:0 0 5px 0;
	list-style:none;
	line-height:18px;
}

div.site-link ul
{
         width:18en;
	font-size:10px;
	font-weight:normal;
	color:#333333;
	background:#FFFFFF
	padding:0px;
	text-align:left;
	margin:0 0 5px 0;
	list-style:none;
	line-height:18px;
}

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;
}

body.one-column div#main
{
	width:auto;
	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;
}
