@charset "EUC-JP";

/*
Copyright (C) 2008 webdesign maf http://webdesign-maf.com/
*/

* {
margin : 0;
padding : 0;
}

body {
font-family: Tahoma, Verdana, Arial, sans-serif;
color :#030;
background: #cdb288;
font-size : 75%;
text-align: center;
}

html>body {
font-size : 80%;
}

a {
text-decoration : none;
}

a:link{
color : #377006;
}

a:visited{
color:#976449;
}

a:hover{
background: url(http://blog-imgs-23.fc2.com/m/a/f/mafmafnet/brown_dot.gif)  repeat-x bottom;
}

.entry_title a:hover{
background: none;
}

h3 {
color:#976449;
background-color: #fff;
}


/* 画像の枠を表示しない */
img { 
border: 0;
}

ul {
line-height: 150%;
padding-left: 5px;
}

li {
padding-bottom: 5px;
list-style-type:none;
}

blockquote {
padding: 10px;
margin: 10px 5px 10px 40px;
background-color: #fff;
clear: both;
border: 1px dotted #67982f;
}

h3, h4{
font-size:  1em;
}


/* 位置
------------------------------------------------------------*/

/* 全体囲み */
#all {
margin: 0 auto;
text-align : left;
width: 800px;
background: url(http://blog-imgs-23.fc2.com/m/a/f/mafmafnet/cafe2008_02_bg.gif)  repeat-y;
}

/* ヘッダー */
#header {
height: 164px;
background : url(http://blog-imgs-23.fc2.com/m/a/f/mafmafnet/cafe_header.jpg) 510px top no-repeat;
}

/* カレンダー */
#calendar {
background-color : #cdb288;
text-align : center;
padding : 5px 0px;
font-size : .8em;
font-weight: bold;
margin: 0 14px;
}


/* 記事カラム*/
#main {
float : right;
width : 550px;
padding-right: 30px
}

html>body #main {
width: 520px;
}

/* 左側のメニューカラム */
#left {
float : left;
padding: 20px 0 15px 30px;
width : 220px;
}

html>body #left {
width: 190px;
}


/* フッター */
#footer {
clear : both;
font-size: .9em;
text-align: right;
border-top: 1px solid #976449;
line-height: 150%;
padding: 5px 7px 5px 0px;
margin: 0 25px;
}


/* タイトル部分
------------------------------------------------------------*/

/*サイトタイトル*/
#header h1 {
text-align: left;
font-family: Verdana,Osaka,'MS Pゴシック',sans-serif;
padding: 20px 350px 5px 35px;
font-size: 1.4em;     
}

/*サイト説明文*/

#header h2 {
font-weight: normal;
padding : 0 350px 0 37px;
font-size: 1em;
}


/* カレンダー設定
------------------------------------------------------------*/

#calendar ul {
margin : 4px 0px 0px 5px;
list-style-position : inside;
}

#calendar li {
display : inline;
list-style-type : none;
color: #976449;
}

#calendar li a{
color: #fff;
}

li.day {
padding: 0px 3px 0px 3px;
font-weight: bold;
}

/* プラグインカレンダー設定 */
table.calender{
margin: 10px auto 5px;
text-align: center;
font-size: .9em;
}

html>body table.calender{
font-size: 1em;
}

table.calender caption {
margin: 0 auto;
text-align: center;
}


/* 記事カラム設定
------------------------------------------------------------*/

.entry {
text-align: left;
margin: 20px 0 50px 5px;
padding: 0 5px;
line-height: 1.6;
border: 1px solid #457606;
background : #fff url(http://blog-imgs-23.fc2.com/m/a/f/mafmafnet/entry_cafe_2008.gif) bottom repeat-x;
}

.entry_title {
margin: 5px 50px 10px 5px;
padding: 8px 5px 8px 65px;
border-bottom: 1px dotted #976449;
background : url(http://blog-imgs-23.fc2.com/m/a/f/mafmafnet/small_cafe_2008.jpg) no-repeat left bottom;
}

.entry_body {
margin-bottom: 20px;
padding: 5px 10px;
}

.entry_body p.title{
padding-bottom: 10px;
}

.entry_more {
font-size: .9em;
margin: 20px 5px;
}

.entry_state {
font-size: .9em;
background: url(http://blog-imgs-23.fc2.com/m/a/f/mafmafnet/brown_dot.gif) repeat-x top;
margin:5px 0px 10px 50px;
padding:5px;
clear: both;
text-align: right;
}

.pageselect {
background: url(http://blog-imgs-23.fc2.com/m/a/f/mafmafnet/entry_cafe_2008.gif) repeat;
border: 1px solid #89573d;
margin: 20px 0 30px 5px;
padding: 5px;
text-align: center;
font-size: .9em;
font-weight: bold;
color: #381100;
}

.pageselect a:link{
color: #381100;
}

.pageselect a:visited{
color: #381100;
}


/* メニューカラム設定
------------------------------------------------------------*/

.menu_title {
background : url(http://blog-imgs-23.fc2.com/m/a/f/mafmafnet/tag_brown.gif) right repeat-y;
border: 1px solid #b49b7f;
font-weight: bold;
margin-bottom: 5px;
padding: 5px 8px 5px;
font-variant: small-caps;
font-size: 1.1em;
letter-spacing: .1em;
}
.menu_contents {
padding: 0 5px 20px;
}

#menu input {
border: 1px solid #976449;
margin-bottom: 3px;
}

#copyright{
margin-top:5px;
}

textarea,select,input { 
font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku GothicPro","Osaka","Helvetica","Arial","Verdana","ＭＳ Ｐゴシック",sans-serif;
font-size: 1em;
padding: .1em;
margin-bottom: 3px;
}