@charset "UTF-8"; /* PublishCharset into mt-config.cgi */
















/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}
body {
	font-size: 100%;
	border-top: 5px solid #630;
}
html>body {
    font-size: 12pt;
}
















/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
















/* リンク */
a,
a:link,
a:visited {
    color: #630;
    text-decoration: none;
}
a:hover {
    color: #630;
    text-decoration: underline;
}
a:active {}
















/* リンクつき画像 */
a img {
    border: none;
}
















/* フォーム */
form {
    margin: 0px;
}
#search-options,
input,
textarea {
    padding: 1px;
}
















html > body #search {
    height: 15px;
}
















/* ヘッダ */
#header {
	position: relative;
	height: 355px;
	padding: 0 15px;
	color: #999;
	text-align: left;
	background-image: url("common/images/header.png");
}
#header h1 {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 370px;
	height: 310px;
	font-size: 0px;
	text-indent: -9999px;
}
#header h1 a {
	display: block;
	width: 370px;
	height: 310px;
	font-size: 0px;
	text-indent: -9999px;
}
















/* タイトルバナー下の説明 */
.blog-description {
	font-size: 1px;
	text-indent: -9999px;
}
















/* ヘッダトップメニュー */
#header #top-menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 950px;
	text-align: right;
}
#header #top-menu li {
	display: inline;
	list-style: none;
	margin: 0 0 0 5px;
	font-size: 75%;
	font-weight: bold;
	color: #fff;
}
















#header #top-menu li a {
	display: inline;
	list-style: none;
	padding: 5px;
	color: #fff;
}
#header #top-menu li a:hover {
	background-image: url("common/images/alpha.png");
	color: #fff;
}
















#header #top-search {
	position: absolute;
	top: 141px;
	left: 395px;
	font-size: 100%;
}
#header #searchform {
	position: relative;
}
#header #search {
	position: absolute;
	top: 1px;
	left: 0px;
	width: 409px;
	height: 19px;
	border: 1px solid #CCC;
	padding: 2px;
}
#header #searchBtn {
	position: absolute;
	top: 0px;
	left: 420px;
}
















/* ヘッダメニュー */
#header #header-menu {
















}
#header #header-menu li {
	position: absolute;
	top: 240px;
	display: block;
	width: 156px;
	height: 57px;
	font-size: 0px;
	text-indent: -9999px;
	list-style: none;
}
#header #header-menu li.cook {
	left: 471px;
}
#header #header-menu li.food {
	left: 635px;
}
#header #header-menu li.genre {
	left: 800px;
}
#header #header-menu li a {
	display: block;
	width: 156px;
	height: 57px;
	font-size: 0px;
	text-indent: -9999px;
	list-style: none;
}
















































/* カテゴリヘッダ */
.cont-header {
	color: #fff;
	background: #630;
	padding: 10px 15px;
}
.cont-title {
	float: left;
	font-size: 75%;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0 15px 0 0;
}
.cont-title-main {
	font-size: 200%;
	line-height: 1em;
	font-weight: bold;
}
.cont-header-txt {
	float: left;
	font-size: 75%;
	line-height: 1.2em;
	font-weight: normal;
	margin: 10px 0 0 0;
}
















/* ブログ記事日付 */
.date {
    margin: 8px 0;
}
















/* ブログ記事日付・各タイトル */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header,
.search-header {
    padding-left: 8px;
    color: #fff;
    background: #630;
    font-size: 83.3%;
    font-weight: bold;
    line-height: 2.0;
}
















/* ブログ記事タイトル */
.entry-header {
    margin: 15px 0 0;
    padding-left: 5px;
    border-left: 3px solid #630;
    font-size: 100%;
    font-weight: bold;
    color: #630;
}
















/* ブログ記事 */
.entry {
    width: auto;
    margin: 0 3px 15px;
    color: #333;
    background: #fff;
    font-size: 83.3%;
    line-height:1.5;
    word-break: break-all;
}
















/* 段落 */
.entry p {
    margin: 15px 0;
}
















/* 順序なしリスト */
.entry ul,
.entry ol {
    padding-left: 16px;
}
.entry ul li {
    list-style-type: circle;
}
















/* 定義リスト */
.entry dl {}
.entry dt {}
.entry dd {
    padding-left: 8px;
}
















/* テキストエリア */
.entry textarea {
    width: 97%;
}
















/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0;
    padding: 10px;
    border: 1px solid #666;
    background: #f6f6f6;
    font-size: 83.3%;
    line-height: 1.5;
}
.quotetitle { /* 引用文タイトル */
    font-size: 83.3%;
    border-bottom: 1px solid #666;
    padding: 3px;
}
















pre {
    margin: 15px 20px 0px;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #999;
    font-size: 83.3%;
    line-height: 1.5;
    width: 100%;
    overflow: scroll;
}
html>body pre {
    width: 87%;
}
















/* 追記 */
.entry.extended {}
















.go-entry-more {
    width: 100%;
    text-align: right;
}
















/* 投稿者 */
.entry-footer {
    margin: 10px 0 0;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 83.3%;
    text-align: right;
}
















/* タグ */
.entry-tags {
    margin-bottom: 5px;
}
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 100%;
}
.entry-tags-list { 
    list-style:none;
    padding-left: 5px;
}
















/* ウェブページ */
div.page {
    margin-top: -5px;
}
















/* アーカイブページ本文 */
.archive-list {
    margin: 10px 0;
}
















/* アーカイブテンプレートの前後リンク */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: 83.3%;
}
















# dl,
#links-right-box dl {
    margin: 0;
    padding: 0;
}
#links-left-box dd,
#links-right-box dd {
    font-size: 75%;
}
















.side dt,
.side dd {
    margin: 0;
    padding: 0;
}
















/* サイドメニュータイトル */
.sidetitle1,
.sidetitle2,
.sidetitle3,
.sidetitle4 {
	display: block;
	width: 315px;
	height: 86px;
	padding-top: 10px;
	padding-left: 15px;
	font-size: 0px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}
.sidetitle1 {
	background-image: url("common/images/side-t1.png");
}
.sidetitle2 {
	background-image: url("common/images/side-t2.png");
}
.sidetitle3 {
	background-image: url("common/images/side-t3.png");
}
.sidetitle4 {
	background-image: url("common/images/side-t4.png");
}
.sidetitle1 a,
.sidetitle2 a,
.sidetitle3 a,
.sidetitle4 a {
	display: block;
	width: 300px;
	height: 86px;
	font-size: 0px;
	text-indent: -9999px;
}
.sidetitle5 {
	display: block;
	width: 315px;
	height: 100px;
	padding-top: 10px;
	padding-left: 15px;
	background-image: url("common/images/side-t5.png");
	font-size: 0px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}
.sidetitle5 a {
	display: block;
	width: 300px;
	height: 90px;
	font-size: 0px;
	text-indent: -9999px;
}
.sidetitle6 {	display: block;
	width: 315px;
	height: 85px;
	padding-top: 10px;
	padding-left: 15px;
	background-image: url("common/images/side-t6.jpg");
	font-size: 0px;
	text-indent: -9999px;
	background-repeat: no-repeat;}
.sidetitle6 a {	display: block;
	width: 300px;
	height: 75px;
	font-size: 0px;
	text-indent: -9999px;}
.sidetitle7 {	display: block;
	width: 315px;
	height: 85px;
	padding-top: 10px;
	padding-left: 15px;
	background-image: url("common/images/side-t7.jpg");
	font-size: 0px;
	text-indent: -9999px;
	background-repeat: no-repeat;}
.sidetitle7 a {	display: block;
	width: 300px;
	height: 75px;
	font-size: 0px;
	text-indent: -9999px;}





/* サイドメニュー */
.side {
	margin: 0;
	padding: 0 35px 19px;
	background-image: url("common/images/side-l.png");
	background-position: center bottom;
	background-repeat: no-repeat;
}
.side ul,
.side ol {
    padding-left: 0px;
}
.side ul li {
    list-style-type: none;
}
.side ul li ul {
    padding-left: 0px;
}
.side li li {
    list-style-type: none;
}
















/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
}
.side #categories ul ul {
    padding-left: 10px;
}
.side #categories1 li,
.side #categories2 li,
.side #categories3 li,
.side #categories4 li {
	display: block;
	white-space: nowrap;
	height: 31px;
	float: left;
	padding: 9px 0 0 25px;
	list-style: none;
	font-size: 146.5%;
	color: #630;
	font-weight: bold;
}
.side #categories1 li,
.side #categories2 li,
.side #categories3 li {
	min-width: 105px;
	width: auto !important;
	width: 105px;
	max-width: 235px;
}
.side #categories4 li {
	width: 260px;
}
.side #categories1 li {
	background: url("common/images/list1.png") no-repeat 0 10px;
}
.side #categories2 li {
	background: url("common/images/list2.png") no-repeat 0 10px;
}
.side #categories3 li {
	background: url("common/images/list3.png") no-repeat 0 10px;
}
.side #categories4 li {
	background: url("common/images/list4.png") no-repeat 0 10px;
}
/* 検索 */
fieldset {
    border: none;
}
















/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.syndicate img {
    border: none;
}
















/* 検索結果画面 */
#search-form {
    font-size: 83.3%;
}
.search-header {
    margin: 15px 0;
}
.search-result-header {
    margin: 15px 0 0;
}
















/* カラム切り替え */
body.layout-two-column-left {
    text-align: center;
    background: #fff;
    margin: 0;
    background-image: url("common/images/back.jpg");
}
.layout-two-column-left #container {
}
















/* 固定レイアウト共通 */
.layout-two-column-left #box {
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    width: 970px;
    text-align: left;
    background-color: #fff;
    background-image: url("common/images/back.jpg");
}
















/* 2カラム固定レイアウト(左サイドバー) */
.layout-two-column-left #content {
    position:relative;
    float: left;
    width: 640px;
    background-color: #fff;
    margin: 10px 0 0 0;
    padding: 0 0 450px 0;
}
.layout-two-column-left #links-left-box {
    float: left;
    width: 330px;
}
.layout-two-column-left #links-left {
    padding: 0;
}
















/* 2カラム固定レイアウト(左サイドバー:ブログ記事全体) */
.layout-two-column-left .blog {
    padding: 10px;
    background-color: #fff;
}
















/* フッタ */
.layout-two-column-left #footer {
    position:absolute;
    bottom: 0px;
    left: 0px;
    width: 640px;
    height: 450px;
    color: #630;
    background-image: url("common/images/footer.png");
}
















#footer #copyright {
    position:absolute;
    bottom: 28px;
    left: 30px;
    width: 580px;
    font-size: 12px;
    text-align: right;
}
















input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}
















.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
















.clearfix {display: inline-table;}
















/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
















