@charset "utf-8"; 

/*simple_2x740px
2カラム 固定
061219

【1】共通設定
◆1-1　要素初期化
◆1-2　共通クラス
◆2-1　ヘッダ
◆2-2　フッタ

【3】レイアウト(2カラム固定)
◆3-1　全体枠
◆3-2　コンテンツ
◆3-3　中段
◆3-4　サイド1(2カラム)
◆3-5　サイド左(3カラム)
◆3-6　サイド右(3カラム)
◆3-5　補助枠(3カラム)

【4】コンテンツ内
◆4-0　ブログ本体
◆4-1　記事部分
◆4-2　記事日付
◆4-3　記事タイトル
◆4-4　記事本文
◆4-5　記事追記
◆4-6　記事下部
◆4-7　ページメニュー
◆4-8　ページトップ

【6】コメント･TB関連
◆6-1　コメント投稿フォーム
◆6-2　トラックバック一覧
◆6-3　コメント一覧

【7】プラグイン設定
◆7-0　プラグイン共通
◆7-1　カレンダー
◆7-2　RSS
◆7-3　最近の記事
◆7-4　過去記事
◆7-5　カウンター
◆7-6　最近のコメント
◆7-7　最近のトラバ
◆7-8　お気に入り
◆7-9　ブログ内検索
◆7-10　QRコード
◆7-11　読者登録
◆7-12　プロフィール
◆7-13　オーナーメール
◆7-14　インフォメーション
◆7-15　カテゴリ
◆7-16　新規投稿
◆7-17　カスタム1
◆7-18　カスタム2
◆7-19　カスタム3
*/

/*【1】共通設定*/
/*◆1-1　要素初期化*/

textarea,select,input {
}

img{
	border:none;
}
a:link , 
a:visited{color:#f00;text-decoration:underline;}
a:active , 
a:hover{color:#f00;text-decoration:none;}

hr {display:none;}

/*◆1-2　共通クラス*/
.clear {
	clear:both;
	display:block;
	height:0;
	margin:0;
}

/*◆2-1　ヘッダ*/
#banner {
	padding:0px;
	margin:0 8px 15px 8px;
}
.blogtitle{
	padding:0;
	font-size:30px;
	font-weight:bold;
	text-align:left;
	letter-spacing:2px;
}
.blogtitle a , 
.blogtitle a:link , 
.blogtitle a:visited{color:#fff;text-decoration:none;}
.blogtitle a:hover , 
.blogtitle a:active {color:#fff;text-decoration:none;}
.description{
	color:#000000;
	font-size:12px;
	padding:0;
	text-align:left;
	letter-spacing:0px;
	margin:0 6px;
	display:block;
}
/*◆2-2　フッタ*/
#foot{
	clear:both;
	font-size:10px;
}
#copyright{
	background:#787878;
	height:16px;
	font-size:92%;
	font-weight:bold;
	color:#fff;
	line-height:150%;
	text-align:center;
	font-style: normal;
}
/*【3】レイアウト(2カラム固定)*/
/*◆3-1　全体枠*/

/*◆3-2　コンテンツ*/
#content{
	width:582px;
	float:left;
	line-height: 150%;
}
/*◆3-3　中段*/
#middle {
	padding: 0 5px;
	height:1%;/*for IE6+7 ボックス関連バグ*/
}
html>/**/#middle {
	height:auto;/*for FF*/
}

/*◆3-4　サイド1*/
#links{
	color:#0080FF;
	width:208px;
	float:right;
	text-align:left;
	padding:5px 0px 0px 0px;
	overflow:hidden;
}
/*◆3-5　サイド2*/

/*【4】コンテンツ内*/
/*◆4-0　ブログ本体*/
.blog{
	margin:0px;
	padding:0px 8px;
	width: 566px;
}
/*◆4-1　記事部分*/
.blogbody{
	margin:0;
	padding:6px 6px 6px 6px;
	width: 554px;
}
/*◆4-2　記事日付*/
.date{
}


/*◆4-3　記事タイトル*/
.entrytitle{
	background:#f00 url(http://happy-jewelry.co.jp/blog/okan/title.gif) left bottom repeat-x;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	letter-spacing:2px;
	padding:5px 0px 11px 5px;
	line-height: 120%
}
.entrytitle a:link , .entrytitle a:visited {color:#fff; text-decoration:none;}
.entrytitle a:hover , .entrytitle a:active {color:#fff; text-decoration:underline;}


/*◆4-4　記事本文*/
.blogmain{
	width:554px;
	color:#000;
	overflow:auto;
	line-height:1.35;
	margin-left:0px;
	float:none;
	font-size:12px;
}
.main img{
	margin:0px 5px 5px 5px;
}
.main-continues{
}
/*記事本文リンク色*/
.main a:link , .main a:visited {}
.main a:hover , .main a:active {}
/*「続きを読む」リンク色*/
a.acontinues:link , a.acontinues:visited {}
a.acontinues:hover , a.acontinues:active {}
/*◆4-5　記事追記*/
#more {}

/*◆4-6　記事下部*/
.posted{
	color:#0080FF;
	text-align:right;
	margin:8px 0px 8px 0px;
}
a.aposted{font-weight:bold;}
a.aposted:link , a.aposted:visited {}
a.aposted:hover , a.aposted:active {}
.menu{
	color:#0080FF;
	text-align:right;
}
/*◆4-7　ページメニュー*/
a.amenu:link , a.amenu:visited {}
a.amenu:hover , a.amenu:active {}
/*◆4-8　ページトップ*/
.pagetop{
	font-size:12px;
	text-align:right;
	margin:0px 0px 25px 0px;
}

/*【6】コメント･TB関連*/
/*◆6-1　コメント投稿フォーム*/
table.form {
	margin:25px 0px 0px 13px;
}
.form th {
	vertical-align:top;
	text-align: right;
	font-weight: normal;
}
label{
	color:#f00;
	font-size:12px;
}
#author{
	width:200px;
	border:1px solid #0080FF;
}
#email{
	width:200px;
	border:1px solid #0080FF;
}
#url{
	width:200px;
	border:1px solid #0080FF;
}
#text{ font-size:12px;
	width:400px;
	height:200px;
	border:1px solid #0080FF;
}
.form .button {
	margin:0 auto;
	display: block;
}

/*◆6-2　トラックバック一覧*/
#trackback {
	margin:15px 0 0;
}
.trackback-url{
	color:#0080FF;
	font-size:12px;
	font-weight:bold;
	margin:15px 0px 25px 13px;
	width: 541px;
}
.trackback-title{
	color:#f00;
	font-weight:bold;
	line-height:150%;
	width: 502px;
	font-size:12px;
}
.trackback-body{
	font-size:12px;
	line-height:135%;
	margin:20px 0px 15px 13px;
	width: 541px;
}
.trackback-post{
	color:#0080FF;
	text-align:right;
	margin:0px 0px 25px 13px;
	width: 541px;
}
a.atrackback-post:link , 
a.atrackback-post:visited {font-weight:bold;}
a.atrackback-post:hover , 
a.atrackback-post:active {font-weight:bold;}
/*◆6-3　コメント一覧*/
#comments {
	margin:15px 0 0;
}
.comments-head{
	font-size:12px;
	color:#f00;
	font-weight:bold;
	line-height:150%;
	width: 554px;
}
.comments-body{
	font-size:12px;
	line-height:135%;
	margin:20px 0px 15px 13px;
	width: 541px;
}
.comments-post{
	color:#0080FF;
	text-align:right;
	margin:0px 0px 25px 13px;
	width: 541px;
}

/*【7】プラグイン設定*/
/*◆7-0　プラグイン共通*/
.sidetitle{
	color:#fff;
	font-size:12px;
	letter-spacing:2px;
	padding:5px 0px 5px 5px;
}
.side{
	font-size:12px;
	line-height:140%;
	margin:0px 0px 0px 0px;
	padding:8px;
	width:192px;
}
.sidebody{
	background:url(http://happy-jewelry.co.jp/blog/okan/list.gif) no-repeat left top;
	padding:0 0 0 13px;
}
.search .sidebody , .subscription .sidebody , .profile .sidebody , .inquiry .sidebody , .blog_entry .sidebody{
	background:none;
	padding:0;
}

/*サイドリンク色*/
.side a:link , .side a:visited {font-weight:bold;}
.side a:hover , .side a:active {font-weight:bold;}
/*◆7-1　カレンダー*/
.calender{
	font-size:10px;	
}
.calendarhead{
	color:#0080FF;
	font-size:12px;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
	padding:3px 0px 3px 0px;
}
.calendartable{ /*カレンダーテーブル*/
	margin:0px auto 10px auto;
	width:192px;
	text-align:center;
	border: 1px solid #f00;/*セルの枠線と同色指定時はテーブル右枠線は消す*/
	border-spacing:0px;
	empty-cells:show;
}
* html .calendartable 
{ /*IE6のボーダー間隔を接着*/
	border-collapse:collapse;
}
*+html .calendartable 
{ /*IE7のボーダー間隔を接着*/
	border-collapse:collapse;
}
.calendarweek{ /*曜日(文字)*/
	color:#FFEA2B;
	font-size:10px;
	font-weight: bold;
}
.calendarwd{ /*曜日(セル)*/
	background:#f00;
	line-height: 130%;
}
.calendard{ /*日付(セル)*/
	border-top:1px solid #f00;
	border-right:1px solid #f00;
	line-height: 130%;
}
.calendartable a:link , .calendartable a:visited{}
 .calendartable a:hover , .calendartable a:active {}
/*
sat {}　土曜セル
sun {}　日曜セル
today {}　今日セル
*/

/*◆7-2　RSS*/
.rss{}
.rss ul {
	margin:0px;
	padding:0px;
	width:100%;
	text-align:center;
}
.rss ul li{
	border-right:#f00 1px solid;
	display:inline;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	letter-spacing:0.2px;
	margin-right:0.3em;
	padding-right:0.5em;
	padding-left:0.2em;
}
.rss ul a:link , 
.rss ul a:visited{
	color:#0080FF;
	text-decoration:none;
}
.rss ul a:hover ,
.rss ul a:active{
	color:#0080FF;
	text-decoration:none;
}
/*◆7-3　最近の記事*/
.recententry .sidetitle {
	background:url(http://happy-jewelry.co.jp/blog/imakore/recententry.gif) no-repeat left top;
	height:58px;
	padding:0;
	margin:0;
	text-indent:-9999px;
}
/*◆7-4　過去記事*/
.archives .sidetitle {
	background:url(http://happy-jewelry.co.jp/blog/imakore/archives.gif) no-repeat left top;
	height:58px;
	padding:0;
	margin:0;
	text-indent:-9999px;
}
/*◆7-5　カウンター*/
.counter .sidetitle {
	background:url(http://happy-jewelry.co.jp/blog/imakore/counter.gif) no-repeat left top;
	height:58px;
	padding:0;
	margin:0;
	text-indent:-9999px;
}
/*◆7-6　最近のコメント*/
.comment .sidetitle {
	background:url(http://happy-jewelry.co.jp/blog/imakore/comment.gif) no-repeat left top;
	height:58px;
	padding:0;
	margin:0;
	text-indent:-9999px;
}
/*◆7-7　最近のトラバ*/
.trackback .sidetitle {
	background:url(http://happy-jewelry.co.jp/blog/imakore/trackback.gif) no-repeat left top;
	height:58px;
	padding:0;
	margin:0;
	text-indent:-9999px;
}
/*◆7-8　お気に入り*/
.link .sidetitle {
	background:url(http://happy-jewelry.co.jp/blog/imakore/link.gif) no-repeat left top;
	height:58px;
	padding:0;
	margin:0;
	text-indent:-9999px;
}
/*◆7-9　ブログ内検索*/
.search .sidetitle {
	background:url(http://happy-jewelry.co.jp/blog/imakore/search.gif) no-repeat left top;
	height:58px;
	padding:0;
	margin:0;
	text-indent:-9999px;
}
/*◆7-10　QRコード*/
.qrcode .sidetitle {
	background:url(http://happy-jewelry.co.jp/blog/imakore/qrcode.gif) no-repeat left top;
	height:58px;
	padding:0;
	margin:0;
	text-indent:-9999px;
}
/*◆7-11　読者登録*/
.subscription .sidetitle {
	background:url(http://happy-jewelry.co.jp/blog/imakore/subscription.gif) no-repeat left top;
	height:58px;
	padding:0;
	margin:0;
	text-indent:-9999px;
}
/*◆7-12　プロフィール*/
.profile .sidetitle {
	background:url(http://happy-jewelry.co.jp/blog/imakore/profile.gif) no-repeat left top;
	height:58px;
	padding:0;
	margin:0;
	text-indent:-9999px;
}
.profile .photo{
	text-align:center;
	overflow:hidden;
}
.profile .photo img{
	display:block;
	max-width:150px;
	margin:0 auto;
}
.nickname{
	color:#0080FF;
	font-weight:bold;
	margin:10px 0px;
}
.message{}
/*◆7-13　オーナーメール*/
.inquiry .sidetitle {
	background:url(http://happy-jewelry.co.jp/blog/imakore/inquiry.gif) no-repeat left top;
	height:58px;
	padding:0;
	margin:0;
	text-indent:-9999px;
}
/*◆7-14　インフォメーション*/
.ad .sidetitle {
	background:url(http://happy-jewelry.co.jp/blog/imakore/ad.gif) no-repeat left top;
	height:58px;
	padding:0;
	margin:0;
	text-indent:-9999px;
}
/*◆7-15　カテゴリ*/
.category .sidetitle {
	background:url(http://happy-jewelry.co.jp/blog/imakore/category.gif) no-repeat left top;
	height:58px;
	padding:0;
	margin:0;
	text-indent:-9999px;
}
/*◆7-16　新規投稿*/
.blog_entry .sidetitle {
	background:url(http://happy-jewelry.co.jp/blog/imakore/blog_entry.gif) no-repeat left top;
	height:58px;
	padding:0;
	margin:0;
	text-indent:-9999px;
}
/*◆7-17　カスタム1*/
.custom1 {}
/*◆7-18　カスタム2*/
.custom2 {}
/*◆7-19　カスタム3*/
.custom3 {}
/*◆　バナー用*/
.bnr{margin:0 0 5px 0;}
/*◆　パンくず*/
#pan {
	margin:0 8px 5px 8px;
	font-size:12px;
}
/*◆　地図＆ショップインフォ*/
.map{
	margin:5px 12px 15px 12px;
	font-size:12px;
}
.map img{float:left;}
.map ul{
	float:left;
	margin:0 0 0 5px;
}
.map li{margin:0 0 5px 0;}
/*◆　買取の流れ*/
.flow{
	margin:0 0 12px 0;
	font-size:12px;
}
.flow p{margin:0 12px;}
.flowtitle{
	background:url(http://happy-jewelry.co.jp/blog/imakore/title_flow.gif) no-repeat left top;
	height:44px;
	text-indent:-9999px;
	margin:0 0 5px 0;
}
.flow ol{ margin:0 12px;}
.flow li{float:left;}
