@charset "EUC-JP";

#clr {
	clear: both;
	width: 100%;
	height: 1px;
}
/*-------------------------------------------------------------
ボディ
-------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	background-image: url(/blog/images/body_bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666;
}



/*-------------------------------------------------------------
リンクカラー設定
-------------------------------------------------------------*/
a:link {
	color: #3366CC;
}
a:visited {
	color: #3366CC;
}
a:hover {
	color: #FF3300;
}
a:active {
	color: #3366CC;
}



/*-------------------------------------------------------------
コンテナー
-------------------------------------------------------------*/
#container {
	width: 820px;
	background-color: #FFF;
}
#upper-box {
	width: 820px;
	margin: 0;
	padding: 0;
}



/*-------------------------------------------------------------
ヘッダー
-------------------------------------------------------------*/
#header {
	margin: 0 0 10px 0;
	padding: 0 10px 19px 10px;
	overflow: visible;
	background-image: url(/blog/images/header_hr.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
h1 {
	background-image: url(/blog/images/logo.gif);
	background-repeat: no-repeat;
	height: 56px;
	margin: 20px 0 0 0;
	padding: 0;
	text-indent: -9999px;
}
#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#header li {
	position: absolute;
	top: 51px;
	display: block;
	margin: 0;
	pading: 0;
	height: 25px;
	text-indent: -9999px;
}
#header li a {
	text-decoration: none;
	display: block;
	height: 25px;
}
#header li#home {
	width: 62px;
	left: 330px;
	background: url(/blog/images/header_navi_bg.gif) no-repeat 0px 0px;
}
#header li#top {
	width: 95px;
	left: 392px;
	background: url(/blog/images/header_navi_bg.gif) no-repeat -62px 0px;
}
#header li#rule {
	width: 84px;
	left: 487px;
	background: url(/blog/images/header_navi_bg.gif) no-repeat -157px 0px;
}
#header li#admission {
	width: 94px;
	left: 571px;
	background: url(/blog/images/header_navi_bg.gif) no-repeat -241px 0px;
}
#header li#help {
	width: 62px;
	left: 665px;
	background: url(/blog/images/header_navi_bg.gif) no-repeat -335px 0px;
}
#header li#inquiry {
	width: 83px;
	left: 727px;
	background: url(/blog/images/header_navi_bg.gif) no-repeat -397px 0px;
}
#header li#home a:hover {
	width: 62px;
	left: 330px;
	background: url(/blog/images/header_navi_bg.gif) no-repeat 0px -25px;
}
#header li#top a:hover {
	width: 95px;
	left: 392px;
	background: url(/blog/images/header_navi_bg.gif) no-repeat -62px -25px;
}
#header li#rule a:hover {
	width: 84px;
	left: 487px;
	background: url(/blog/images/header_navi_bg.gif) no-repeat -157px -25px;
}
#header li#admission a:hover {
	width: 94px;
	left: 571px;
	background: url(/blog/images/header_navi_bg.gif) no-repeat -241px -25px;
}
#header li#help a:hover {
	width: 62px;
	left: 665px;
	background: url(/blog/images/header_navi_bg.gif) no-repeat -335px -25px;
}
#header li#inquiry a:hover {
	width: 83px;
	left: 727px;
	background: url(/blog/images/header_navi_bg.gif) no-repeat -397px -25px;
}



/*-------------------------------------------------------------
現在のページアクティブ設定
-------------------------------------------------------------*/
#pagetop a#linktop {
	width: 95px;
	left: 392px;
	background: url(/blog/images/header_navi_bg.gif) no-repeat -62px -25px;
}
#pagerule a#linkrule {
	width: 84px;
	left: 487px;
	background: url(/blog/images/header_navi_bg.gif) no-repeat -157px -25px;
}
#pageadmission a#linkadmission {
	width: 94px;
	left: 571px;
	background: url(/blog/images/header_navi_bg.gif) no-repeat -241px -25px;
}
#pagehelp a#linkhelp {
	width: 62px;
	left: 665px;
	background: url(/blog/images/header_navi_bg.gif) no-repeat -335px -25px;
}
#pageinquiry a#linkinquiry {
	width: 83px;
	left: 727px;
	background: url(/blog/images/header_navi_bg.gif) no-repeat -397px -25px;
}



/*-------------------------------------------------------------
ブロック共通
-------------------------------------------------------------*/
/*メニュータイトル*/
.title {
	margin: 0;
	padding: 3px;
	background-color: #3A89C9;
}
.title2 {
	margin: 0;
	padding: 3px;
	background-color: #3A89C9;
}
.txt {
	padding: 5px;
	background-color: #F7FBFD;
}
.btn-list-left {
	padding: 2px 0 5px 0;
	text-align: left;
}
form {
	margin: 0;
	padding: 0;
}



/*-------------------------------------------------------------
レフトブロック
-------------------------------------------------------------*/
#left-block {
	float: left;
	overflow: visible;
	margin: 0;
	width: 175px;
}
#left-block-inner {
	padding: 0 5px 0 10px;
	font-size: 12px;
}
#left-block-inner ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
/*サイドバー*/
#side-bar {
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
}
#left-block-inner #side-bar .txt ul li {
	background: url(/blog/images/dot.gif) no-repeat 0px 2px;;
	padding-left: 8px;
}
#left-block-inner  #side-bar .txt ul li a {
	text-decoration: none;
}
/*ログイン*/
#login {
	width: 160px;
	background-color: #F90;
}
#login-inner {
	padding: 5px;
}
#login-inner input#id {
	width: 90px;
	height: 14px;
	color: #666;
	margin-left: 25px;
	margin-top: 5px;
}
#login-inner input#pass {
	width: 90px;
	height: 14px;
	color: #666;
	margin-left: 5px;
	margin-top: 5px;
}
#login-inner .checkbox {
	width: 1em;
	margin-right: 4px;
}
#login-inner label {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FFF;
	font-weight: bold;
	vertical-align: middle;
}
.login-btn {
	width: 100px;
	color: #FFF;
	background-color: #F30;
	font-size: 12px;
	border: 1px solid #FFF;
	padding: 1px;
	margin: 4px 0 4px 25px;
	text-transform: uppercase;
}
/*ブログ管理*/
#login-inner ul {
	padding-top: 5px;
	margin: 0;
	list-style: none;
}
#login-inner ul li {
	margin-top: 4px;
	padding: 0;
	width: 91px;
	height: 14px;
	text-indent: -9999px;
}
#login-inner ul li a {
	text-decoration: none;
	display: block;
	width: 91px;
	height: 14px;
}
#login-inner ul li#admin {
	background-image: url(/blog/images/btn_admin.gif);
	background-repeat: no-repeat;
}
#login-inner ul li#myblog {
	background-image: url(/blog/images/btn_myblog.gif);
	background-repeat: no-repeat;
}
#login-inner ul li#logout {
	background-image: url(/blog/images/btn_logout.gif);
	background-repeat: no-repeat;
}
#login-inner ul li#admin a:hover {
	background-image: url(/blog/images/btn_admin_on.gif);
	background-repeat: no-repeat;
}
#login-inner ul li#myblog a:hover {
	background-image: url(/blog/images/btn_myblog_on.gif);
	background-repeat: no-repeat;
}
#login-inner ul li#logout a:hover {
	background-image: url(/blog/images/btn_logout_on.gif);
	background-repeat: no-repeat;
}
#login-inner .msg {
	color: #F30;
	padding: 4px;
	background-color: #FFF;
	border: 1px solid #F30;
	margin-top: 5px;
}
/*カレンダー*/
#calendar {
	width: 160px;
	margin-bottom: 5px;
}
#calendar table {
	width: 160px;
	border-collapse: collapse;
	padding: 0;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
#calendar th {
	margin: 0;
	padding: 3px;
	text-align: center;
	background: #E8F2F9;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#calendar td {
	margin: 0;
	padding: 3px 1px;
	text-align: center;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.calendar-head {
	font-size: 12px;
	text-align: center;
	padding: 10px 10px 2px 10px;
}
.calendar-day {
	font-size: 12px;
	font-weight: normal;
	padding: 4px 0;
	text-align: center;
}
.calendar-day a {
	color: #3366CC;
	font-weight: bold;
}
.calendar-day a:visited {
	color: #3366CC;
	font-weight: bold;
}



/*-------------------------------------------------------------
ライトブロック
-------------------------------------------------------------*/
#right-block {
	float: left;
	overflow: visible;
	margin: 0;
	width: 645px;
}
#right-block-inner {
	margin: 10px 20px 10px 10px;
	padding: 0;
	overflow: visible;
}


/*-------------------------------------------------------------
センターボックス
-------------------------------------------------------------*/
#center-box {
	float: left;
	overflow: visible;
	margin: 0;
	width: 450px;
}
#center-box-inner {
	padding: 0 5px 0 5px;
}
/*カバーイメージ*/
#cover {
 width: 440px;
	padding: 0;
	margin: 0 0 6px 0;
}

/*マクロビオティックケーキ*/
h3#pickup-mac {
	margin: 0;
	padding: 0;
}
h3#pickup-mac a {
	width: 438px;
	height: 179px;
	margin: 0;
	padding: 0;
	display: block;
	text-decoration:none;
	text-indent: -9999px;
	font-size: 10px;
	line-height: normal;
	background: url(../images/cover/20081124/cover.jpg) no-repeat;
	border: 1px solid #CCC;
}
h3#pickup-mac a:hover {
	border: 1px solid #F60;
}
#clr {
 clear: both;
	padding: 0;
	margin: 0;
}

/*お知らせ*/
#information {
	margin-top: 7px;
	margin-bottom: 7px;
}
#info-title {
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #CCC;
}
#info-title em {
	font-size: 12px;
	font-weight: bold;
	color: #F30;
	font-style: normal;
}
#info-comment {
	font-size: 12px;
	line-height: 16px;
}
/*SEARCH*/
#search {
	background-color: #093C6E;
	padding: 5px 5px 1px 5px;
	margin-bottom: 7px;
}
#search span {
	color: #FFF;
	margin: 0 3px 0 0;
	padding: 0;
	font-size: 10px;
	vertical-align: middle;
}
.search-btn {
	width: 100px;
	color: #FFF;
	background-color: #F30;
	font-size: 12px;
	border: 1px solid #FFF;
	padding: 1px;
	margin-left: 5px;
	margin-bottom: 4px;
}
.search-textfield {
	width: 300px;
	color: #666;
	margin-bottom: 4px;
}
.search-radioinput {
	margin: 0;
	padding: 0;
}
/*ケーキピアブログライターズ*/
#writers {
	clear: both;
	margin-bottom:4px;
	padding: 0;
}
#writers .title-image {
	margin: 0;
	padding-bottom: 4px;
}
#writers .ex {
	font-size: 10px;
	margin: 0;
	padding: 4px 0 7px 0;
	line-height: 15px;
	border-top: 1px dotted #CCC;
}
.image-box-area {
	width: 440px;
}
.image-box1{
	float: left;
	margin-left: 0;
	margin-bottom: 4px;
	width: 144px;
	background-color: #FFF;
}
.image-box2{
	margin-left: 148px;
	margin-right: 148px;
	margin-bottom: 4px;
	background-color: #FFF;
}
.image-box3{
	float: right;
	margin-left: 0;
	margin-bottom: 4px;
	width: 144px;
	background-color: #FFF;
}
.box {
	border: 1px solid #CCC;
	padding: 4px;
	height: 51px;
}
.box img {
	float: left;
	border: 1px solid #CCC;
	margin-right: 4px;
}
.box .blog-title {
	font-size: 10px;
	_font-size: 9px;
}
/*アクセスランキング*/
#access {
	clear: both;
}
#access .title-image {
	margin: 0;
	padding: 0 0 4px 0;
}
#access .ex {
	font-size: 10px; 
	margin: 0;
	padding: 4px 0 7px 0;
	line-height: 15px;
	border-top: 1px dotted #CCC;
}
/*お気に入りブロガーランキング*/
#favorite .title-image {
	margin-top: 10px;
	padding-bottom: 4px;
}
#favorite .ex {
	font-size: 10px;
	margin: 0;
	padding: 4px 0 7px 0;
	line-height: 15px;
	border-top: 1px dotted #CCC;
}
.ranking-list ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.ranking-list ol li {
	padding: 0 0 4px 30px;
	margin-bottom: 2px;
	font-size: 12px;
}
.ranking-list ol li a{
	text-decoration: none;
}
/*共通リストアイコン*/
.ranking-list #n01 {
	background: url(/blog/images/ico_01.gif) no-repeat 5px 40% #E8F2F9;
}
.ranking-list #n02 {
	background: url(/blog/images/ico_02.gif) no-repeat 5px 40% #F4F4F4;
}
.ranking-list #n03 {
	background: url(/blog/images/ico_03.gif) no-repeat 5px 40% #E8F2F9;
}
.ranking-list #n04 {
	background: url(/blog/images/ico_04.gif) no-repeat 5px 40% #F4F4F4;
}
.ranking-list #n05 {
	background: url(/blog/images/ico_05.gif) no-repeat 5px 40% #E8F2F9;
}
.ranking-list #n06 {
	background: url(/blog/images/ico_06.gif) no-repeat 5px 40% #F4F4F4;
}
.ranking-list #n07 {
	background: url(/blog/images/ico_07.gif) no-repeat 5px 40% #E8F2F9;
}
.ranking-list #n08 {
	background: url(/blog/images/ico_08.gif) no-repeat 5px 40% #F4F4F4;
}
.ranking-list #n09 {
	background: url(/blog/images/ico_09.gif) no-repeat 5px 40% #E8F2F9;
}
.ranking-list #n10 {
	background: url(/blog/images/ico_10.gif) no-repeat 5px 40% #F4F4F4;
}
/*共通一覧へボタン*/
.btn-list {
	padding-top: 2px;
	text-align: right;
}


/*-------------------------------------------------------------
ライトボックス
-------------------------------------------------------------*/
#right-box {
	float: left;
	overflow: visible;
	margin: 0;
	width: 195px;
}
#right-box-inner {
	padding: 0 10px 0 5px;
	font-size: 12px;
}
#theme em {
	font-style: normal;
	font-weight: bold;
	color: #3A89C9;
}
#theme em a {
	text-decoration: none;
	color: #3A89C9;
}
#theme em a:hover {
	text-decoration: none;
	color: #F30;
}
#theme .pic-theme img {
	padding-bottom: 5px;
	width: 180px;
}
/*サイドバー*/
#side-bar {
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
}
#bnr_cakepia_blog {
	margin-top: 5px;
	margin-bottom: 5px;
}
#bnr_staff_blog {
	margin-bottom: 5px;
}
#bnr_recipe_library {
	margin-bottom: 5px;
}
#right-box-inner ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#right-box-inner ol li {
	padding: 0 0 4px 20px;
}
#right-box-inner ol li a{
	text-decoration: none;
}
/*リストアイコン*/
#right-box-inner #n01 {
	background: url(/blog/images/ico_01.gif) no-repeat 0px 40%;
}
#right-box-inner #n02 {
	background: url(/blog/images/ico_02.gif) no-repeat 0px 40%;
}
#right-box-inner #n03 {
	background: url(/blog/images/ico_03.gif) no-repeat 0px 40%;
}
#right-box-inner #n04 {
	background: url(/blog/images/ico_04.gif) no-repeat 0px 40%;
}
#right-box-inner #n05 {
	background: url(/blog/images/ico_05.gif) no-repeat 0px 40%;
}
#right-box-inner #n06 {
	background: url(/blog/images/ico_06.gif) no-repeat 0px 40%;
}
#right-box-inner #n07 {
	background: url(/blog/images/ico_07.gif) no-repeat 0px 40%;
}
#right-box-inner #n08 {
	background: url(/blog/images/ico_08.gif) no-repeat 0px 40%;
}
#right-box-inner #n09 {
	background: url(/blog/images/ico_09.gif) no-repeat 0px 40%;
}
#right-box-inner #n10 {
	background: url(/blog/images/ico_10.gif) no-repeat 0px 40%;
}
#right-box-inner ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#right-box-inner ul li {
	background: url(/blog/images/dot.gif) no-repeat 0px 2px;
	padding-left: 8px;
}
#right-box-inner ul li a {
	text-decoration: none;
}



/*-------------------------------------------------------------
ライトボックスバナーエリア
-------------------------------------------------------------*/
#bnr-area {
	margin: 0;
	padding: 0;
}
#bnr {
	marign: 0;
	padding-bottom: 5px;
	width: 180px;
	display: block;
}


/*-------------------------------------------------------------
ページトップ
-------------------------------------------------------------*/
#page_top {
	clear: left;
	text-align: right;
	margin: 0 10px 10px 0;
	padding: 10px 10px 0 0;
}



/*-------------------------------------------------------------
フッター
-------------------------------------------------------------*/
#footer {
	background: url(/blog/images/footer_bg.gif);
	height: 45px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center;
}
#footer .copy {
	text-indent: -9999px;
}



/*-------------------------------------------------------------
ランキングリスト
-------------------------------------------------------------*/
#list-block {
	margin: 0;
	padding: 0;
	width: 615px;
}
#title-image {
	margin: 0;
	padding-bottom: 5px;
}
#info {
	font-size: 12px;
	color: #666;
	margin: 0;
	padding-bottom: 20px;
	line-height: 16px;
}
#page {
	text-align: right;
	font-size: 12px;
	margin: 5px 0 5px 0;
}
#blue {
	background-color: #E8F2F9;
	width: 615px;
	margin-bottom: 4px;
	overflow: auto;
}
#gray {
	background-color: #F4F4F4;
	width: 615px;
	margin-bottom: 4px;
	overflow: auto;
}
#ranking-box {
	padding: 0;
	margin: 10px;
}
#list-header {
	padding-bottom: 4px;
}
.number {
	width: 30px;
	margin: 0;
	padding-right: 10px;
	font-size: 12px;
	color: #C70F5C;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
}
.blog-name {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.blog-name a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.blog-access {
	font-size: 12px;
	color: #F30;
}
.blog-date {
	font-size: 12px;
	color: #666;
}
#article {
	border-top: 1px dotted #666;
	padding: 4px 0 0 0;
	font-size: 12px;
	line-height: 14px;
}
#article img {
	float: right;
	background-color: #FFF;
	margin-left: 5px;
	margin-bottom: 10px;
	_margin-bottom: 0;
	padding: 2px;
	width: 100px;
	border: 1px solid #CCC;
}



/*-------------------------------------------------------------
フルセンターボックス
-------------------------------------------------------------*/
#full-block {
	width: 820px;
	margin: 0;
	padding: 0;
}
#full-block-inner {
	padding: 10px 40px 10px 40px;
}



/*-------------------------------------------------------------
Google
-------------------------------------------------------------*/
#google {
	padding: 5px;
	text-align: center;
	background-color: #FFF0E3;
}
#google table {
	margin-left: auto;
	margin-right: auto;
}


/*-------------------------------------------------------------
共通フォント設定
-------------------------------------------------------------*/
.xx-middle {
	font-size: 10px;
	color: #666666;
	line-height: 12px;
}

.xx-middle_red {
	font-size: 10px;
	color: #FF3300;
}

.x-middle {
	line-height: 14px;
	font-size: 11px;
	color: #666666;
}

.x-middle_st {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	line-height: 14px;
}

.middle {
	line-height: 18px;
	font-size: 12px;
	color: #666666;
}

.middle_st {
	line-height: 18px;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

.middle_white_st {
	line-height: 18px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.x-middle_st_white {
	line-height: 18px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.middle_red {
	line-height: 18px;
	font-size: 12px;
	color: #FF3300;
}

.middle_blue {
	font-size: 12px;
	color: #3A89C9;
}

.x-middle_red {
	line-height: 14px;
	font-size: 11px;
	color: #FF3300;
}

.x-large {
	line-height: 18px;
	font-size: 14px;
	color: #333333;
}

.large {
	line-height: 18px;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}