@charset "EUC-JP";


/* -------------------------------------------------
全体構造
---------------------------------------------------- */
body {
	background-image: url(../images/body_bg.gif);
	background-attachment: fixed;
	color: #666;
}


/* -------------------------------------------------
リンク
---------------------------------------------------- */
a:link {
	color: #903;
}
a:visited {
	color: #903;
}
a:hover {
	color: #903;
}
a:active {
	color: #903;
}


/* -------------------------------------------------
コンテナー
---------------------------------------------------- */
#container {
	background-image: url(../images/header.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}


/* -------------------------------------------------
ヘッダ
---------------------------------------------------- */
#header {
	height: 420px;
	background-repeat: no-repeat;
	background-position: top center;
	text-align: right;
}
h1 {
	padding: 330px 28px 5px 0;
}
h1 a:link {
	color: #000;
}
h1 a:visited {
	color: #000;
}
h1 a:hover {
	color: #000;
        text-decoration:underline;
}
h1 a:active {
	color: #000;
}
.sub-title {
	color: #000;
	padding: 0 28px 0 0;
}


/* -------------------------------------------------
ブログコンテンツ
---------------------------------------------------- */
h2 {
	color: #252D72;
	font-weight: bolder;
	font-size: 14px;
	letter-spacing: 0.1em;
}
/*トラックバックボックス*/
.trackback {
	background-color: #DAD6DE;
	border: 1px #96919B solid;
}
/*トラックバックURL*/
.tracked {
	background-color: #FFF;
}
/*コメントボックス*/
.comment {
	background-color: #DAD6DE;
	border: 1px #96919B solid;
}
/*コメントフォーム*/
.comment .form {
	background-color: #FFF;
}
/*コメント*/
.comment .commented {
	background-color: #FFF;
}


/* -------------------------------------------------
サイドバー
---------------------------------------------------- */
#sidebar {
	float: left;
	padding: 0 20px 0 15px;
}
.welcome {
	font-size: 12px;
	color: #000;
	font-weight: bolder;
	padding-bottom: 10px;
}
#sidebar em {
	font-size: 12px;
	font-weight: bolder;
	font-style: normal;
	color: #FFF;
}
#sidebar em a:link {
	color: #FFF;
}
#sidebar em a:visited {
	color: #FFF;
}
#sidebar em a:hover {
	color: #FFF;
}
#sidebar em a:active {
	color: #FFF;
}
/*カレンダー*/
#calendar table {
	border-top: 1px solid #96919B;
	border-left: 1px solid #96919B;
	background: #FFF;
}
#calendar th {
	border-right: 1px solid #96919B;
	border-bottom: 1px solid #96919B;
	color: #FFF;
	background-color: #50527E;
}
#calendar td {
	border-right: 1px solid #96919B;
	border-bottom: 1px solid #96919B;
}
.calendar-head {
	padding: 10px 10px 2px 10px;
	color: #252D72;
}
.calendar-day a {
	color: #003;
	font-weight: bold;
}
.calendar-day a:visited {
	color: #003;
	font-weight: bold;
}
/*プロフィール*/
.profile-title {
	background: #50527E;
	border: 1px solid #96919B;
}
.profile-txt {
	border-right: 1px solid #96919B;
	border-left: 1px solid #96919B;
	border-bottom: 1px solid #96919B;
}
.profile-txt img {
	border: 1px solid #50527E;
	background-color: #96919B;
}
.search-title {
	background: #50527E;
	border: 1px solid #96919B;
}
.search-txt {
	background-color: #FFF;
	border-right: 1px solid #96919B;
	border-left: 1px solid #96919B;
	border-bottom: 1px solid #96919B;
}
/*タイトル*/
.sidebar-title {
	background: #50527E;
	border: 1px solid #96919B;
}
.sidebar-title2 {
	background: #50527E;
	border: 1px solid #96919B;
}
.sidebar-login {
	background: #FFF;
	border-bottom: 1px solid #96919B;
	border-right:  1px solid #96919B;
	border-left: 1px solid #96919B;
	padding: 5px;
}
/*リスト*/
.sidebar-txt ul {
	background: #FFF;
}
.sidebar-txt li {
	border-bottom: 1px solid #96919B;
	border-right:  1px solid #96919B;
	border-left: 1px solid #96919B;
}
/*リストリンクカラー*/
#sidebar li a {
	color: #333;
}
/*powered by*/
#powered {
	background-image: url(/blog/images/powered-gray.gif);
}


/* -------------------------------------------------
追加コンテンツブロック設定
---------------------------------------------------- */
#content {
	float: left;
}
#content em {
	font-weight: bold;
	font-style: normal;
	color: #50527E;
}
.cap {
	font-size: 10px;
	letter-spacing: normal;
}
.drop {
	clear: left;
	float: left;
	font-size: 270%;
	line-height: 1em;
	margin-right: 5px;
	padding: 0;
	letter-spacing: normal;
	color: #50527E;

}
.color {
		background-color: #DAD6DE;
}
/*テキストのみ（左寄せ）*/
#c001 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 2px;
}
/*テキストのみ（右寄せ）*/
#c002 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 2px;
}
/*画像（左）+テキスト（右）*/
#c003 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 2px;
}
/*テキスト（左）+画像（右）*/
#c004 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 2px;
}
/*画像×1*/
#c005 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 2px;
}
/*画像×2*/
#c006 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 2px;
}
/*サブタイトル*/
#c007 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 2px;
}
/*ケーキ紹介（名前+画像+説明）*/
#c008 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 2px;
}
/*お店の紹介*/
#c009 {
	margin: 0 0 20px 0;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 2px;
}
#c009 caption {
	margin: 0;
	padding-bottom: 5px;
	text-align: left;
}
#c009 table {
	border-top: 1px solid #96919B;
	border-left: 1px solid #96919B;
	border-collapse: collapse;
}
#c009 td {
	padding: 5px;
	border-right: 1px solid #96919B;
	border-bottom: 1px solid #96919B;
}
/*レシピ紹介（名前+写真+説明）*/
#c010 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 2px;
}
/*材料表*/
#c011 {
	margin: 0 0 20px 0;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 2px;
}
#c011 caption {
	margin: 0;
	padding-bottom: 5px;
	text-align: left;
}
#c011 table {
	border-top: 1px solid #96919B;
	border-left: 1px solid #96919B;
	border-collapse: collapse;
}
#c011 td {
	padding: 5px;
	border-right: 1px solid #96919B;
	border-bottom: 1px solid #96919B;
}
/*レシピプロセス（画像左+作り方）*/
#c012 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 2px;
}
/*レシピプロセス（画像右+作り方）*/
#c013 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 2px;
}
/*レシピプロセス（作り方）*/
#c014 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 2px;
}
/*箇条書き*/
#c015 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 2px;
}
/*表（2列/背景あり）*/
#c016 {
	margin: 0 0 20px 0;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 2px;
}
#c016 table {
	border-top: 1px solid #96919B;
	border-left: 1px solid #96919B;
	border-collapse: collapse;
}
#c016 td {
	padding: 5px;
	border-right: 1px solid #96919B;
	border-bottom: 1px solid #96919B;
}
/*表（2列/背景なし）*/
#c017 {
	margin: 0 0 20px 0;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 2px;
}
#c017 table {
	border-top: 1px solid #96919B;
	border-left: 1px solid #96919B;
	border-collapse: collapse;
}
#c017 td {
	padding: 5px;
	border-right: 1px solid #96919B;
	border-bottom: 1px solid #96919B;
}
/*表（3列/背景あり）*/
#c018 {
	margin: 0 0 20px 0;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 2px;
}
#c018 table {
	border-top: 1px solid #96919B;
	border-left: 1px solid #96919B;
	border-collapse: collapse;
}
#c018 td {
	padding: 5px;
	border-right: 1px solid #96919B;
	border-bottom: 1px solid #96919B;
}
/*罫線*/
.line {
	color: #96919B;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 530px;
}
/*リンク*/
#c020 {
	margin: 0 0 20px 0;
	padding-left: 25px;
	font-size: 12px;
	background-image: url(/blog/template/master/images/btn-popup.gif);
	background-position: left;
	background-repeat: no-repeat;
	line-height: 140%;
	letter-spacing: 2px;
}


/* -------------------------------------------------
フッター
---------------------------------------------------- */
.copy {
	background-image: url(/blog/images/copyright-gray.gif);
}
