/* ページ全体の基本的な設定と背景色 */
body {
    margin: 0px 0px 8px 0px;
        background-color: #EAEBD6;
        text-align: center;
	}

img{ border:0 }


/* 指定が無い時のリンクの下線の有無 */
a {	text-decoration: none;}

/* 指定が無い時の未読リンクの色 */
a:link     { color: #336699; }

/* 指定が無い時の既読リンクの色 */
a:visited { color: #336699; }

/* 指定無い時のリンク部分のクリック時 */
a:active { color: #cc0033;}

/* マウスカーソルがリンクにかさなった時 */
a:hover {  color: #cc0033;   text-decoration: underline;  }

/* 指定が無い時の見出しタグの設定 */
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}
h4{
	margin: 0px;
	padding: 0px;
	font-weight: 600;}


/* ブログを囲む枠の背景色や線、余白などの設定 */
#container {
	position: relative;
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 840px;
	
	background-color: #EAE7DA;
	border-right-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C0B78F;
	border-left-color: #C0B78F;
	}

/* バナー部分の文字や背景色、枠線、余白などの設定 */
#banner {
	font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
	color: #6d6863;
    background-image: url("http://www.galatabazaar.com/images/headbg.JPG");
	padding: 0px 0px 0px 0px;
	border-bottom: 2px solid #336699;
	height: 90px;
	margin-bottom: 0px;
	}

/* バナー部分の画像表示形式を指定するプロパティ */
#banner-img {
	display: none;
	}

/* バナー部分の未読リンクの色 */
#banner a {
	text-decoration: none;
	color: #5F5044; 
	font-weight: 600;
	}
#banner a:hover {
	color: #336699;
	text-decoration: none;
	font-weight: 600;
	}


/* バナー部分のh1に対する文字サイズの指定 */
#banner h1 {
	margin-top: 4px;
	margin-left: 6px;
	font-size: 12px;
}

/* バナー部分のh2に対する文字サイズの指定 */
#banner h2 {
	margin-top: 10px;
	font-size: 12px;
	}


/* エントリー全体を入れるＢＯＸの基本設定 */
#center  { float: right; width: 640px;
	overflow: hidden;
 	background-image: url(http://www.galatabazaar.com/images/design/c2.gif);
	background-repeat: repeat-y;
	margin: 0px;

}

/* centerの内側のＢＯＸの基本設定 */
.content  { 

	font-size: 85%;
	color: #494949;
	line-height: 130%;
	overflow: hidden;
	margin: 0px;}

/* 右側のメニューを入れるＢＯＸの基本設定 */
#right {
	float: left;
	width: 196px;
	height: 100%;
	background-image: url(/templates/default/images/design/cate1.JPG);
	background-color: #EAE7DA;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C0C0B6;
	border-bottom: 1px solid #C0C0B6;
	overflow: hidden;
        	}
#right a { color: #806B42; }
#right a:hover {  color: #336699;   text-decoration: underline;  }


#right li { list-style-type: none;
     margin-left: 6px;
	margin-bottom: 3px;
	padding-left: 0.5em;
	font-size:12px;
	line-height:140%; 
	border-left: .7em solid #A7988F;
	font-weight:600;}



/* contentで指定されているＢＯＸの中でPタグを使用した時の設定 */
.content p  { color: #6d6863; 
font-weight: normal; font-size: 90%; line-height: 150%; font-family: Verdana, Arial, sans-serif; text-align: left; margin-top: 2px; margin-bottom: 10px}

.warning  { color: #cc0033; font-weight: normal; font-size: 90%; line-height: 150%; font-family: Verdana, Arial, sans-serif; text-align: left; margin-top: 2px; margin-bottom: 10px}

.txt  { color: #494949; font-weight: normal; font-size: 85%; line-height: 120%; font-family: Verdana, Arial, sans-serif; text-align: left; margin-top: 2px; margin-bottom: 2px}

.date {	color: #9F988D;
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	text-align: right;
	font-weight: 600;
	margin-top: 4px;

padding-right: 15px;}

/* contentで指定されているＢＯＸの中でblockquoteタグを使用した時の設定 */
.content blockquote {
	line-height: 150%;
	}

/* contentで指定されているＢＯＸの中でliタグを使用した時の設定 */
.content li {
	line-height: 150%;
	}

/* contentで指定されているＢＯＸの中でh2タグを使用した時の設定（日付） */
.content h3 {
	font-size: 100%;
	color: #494949;
	line-height: 110%;
	margin-top: 1em;
	margin-bottom: 0em;
	margin-right: 15px;
	padding-top: 0.3em;
	padding-left: 0.3em;
	border-left: 0.5em solid #B09776;
	border-bottom: 1px solid #B09776;
	background: #E3E1DA;
	font-weight: bold;

	}

.content h4{
	color: #9F988D;
	font-family: Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 95%;
	font-weight: 600;}

/* contentで指定されているＢＯＸの中でh3タグを使用した時の設定（エントリータイトル） */
.content h2  { 
color: #9f988d; 
text-align: left;
font-family: Verdana, Arial, sans-serif;
font-weight: bold;
font-size: 108%; 
margin-right: 15px;
margin-bottom:15px; 
padding-top: 2px; 
padding-bottom: 2px; 
padding-left: 15px; 
border-style: solid solid dashed solid; 
border-width: 0px 0px 1px 3px; 
border-color: #9f988d }

/* contentで指定されているＢＯＸの中でh2タグを使用した時の設定（日付） */
.content h4  { 
color: #969696; 
font-family: Verdana, Arial, sans-serif;
font-size: 90%; 
padding-left: 20px; 
 }



/* contentで指定されているＢＯＸの中でp.postedを使用した時の設定（投稿者やコメント） */
.content p.posted {
	color: #9F988D;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	border-top: 1px dashed #E0E0E0;
	text-align: left;	
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

/* contentで指定されているＢＯＸの中でp.postedを使用した時の設定（投稿者やコメント） */
.content p.navi {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: left;
	line-height: normal;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}

/* right（メニュー枠）の内側のＢＯＸの余白の設定 */
.sidebar {
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;

	}


/* カレンダーの基本設定 */
#calendar {
  	line-height: 120%;
	color: #9F988D;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	padding: 2px;
	text-align: center;
	background-image: url(http://www.galatabazaar.com/images/design/cate1.JPG); list-style-type: none; padding-left: 1em; border-bottom: 1px dotted #b6ab9f; 
	}

/* カレンダーテーブルの基本設定 */
#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 96%;
	}

/* カレンダーのタイトル部分の設定（月、日） */
#calendar caption {
	color: #9F988D;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.85em;	
	text-align: center;
	font-weight: bold;	
	text-transform: uppercase;
	letter-spacing: .3em;
	}

/* カレンダーのセル(th)部分の設定 */
#calendar th {
	text-align: center;
	font-weight: normal;
	}

/* カレンダーのセル(td)部分の設定 */
#calendar td {
	text-align: center;
	}

/* メニュー枠内でh2タグを使用した時の設定 */

#sidebar { width: 196;
height:100%}
.sidebar h2  { color: #ffffff; 
	font-weight: bold; 
	font-size: 12px; 
	font-family: Verdana, Arial, sans-serif; 
	background-image: url(category.GIF); 
	text-indent: 2em; 
	letter-spacing: 0.1em; 
	vertical-align: middle; 
	width: 100%; 
	height: 26px; }

/* メニュー枠内でulタグを使用した時の設定 */
.sidebar ul {
margin-left: 0px;
margin-bottom: 0px;
margin-top: 0px;
	}


/* メニュー枠内でul ulタグを使用した時の設定 */
.sidebar ul ul {
	margin-bottom: 0px;
	}

/* メニュー枠内でcategories ulタグを使用した時の設定 */
.sidebar #categories ul {
	padding: 0px;
width: 190;
	}

/* メニュー枠内でliタグを使用した時の設定 */




/* メニュー枠内で img(画像）タグを使用した時画像の周りに白い枠線がつく設定 */
.sidebar img {
	}

/* photo を使用した時の設定 */
.photo {
	text-align: left;
	margin-bottom: 20px;
	}

/* link-note ではさまれた範囲の文字の設定 */
.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.85em;
	line-height: 120%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}

/* Movable Typeの著作権表示部分Powered by に使われる設定 */
#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 5px 2px 2px 10px;
	}

/*  コメントされたデータを表示した時の設定 */
#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

/*  コメントのフォームのtextareaの幅の設定 */
textarea[id="comment-text"] {
	width: 80%;
	}

/*  commenter-profile imgを使用した時の設定 */
.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

/* 引用タグ（blockquote）を使用したときの設定 */
	blockquote {
		color: #494949;
		margin:10px 10px 0px 5px;
		font-size:96%;
		font-weight:normal;
		background:#F5F3EE;
		line-height:150%;
		padding: 12px; 
		border: 1px solid #C0B78F;
		width: auto ;
	}

.sidebar hr { border:1px dashed #999999;}

.content p.about {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: left;	
	line-height: normal;
	border: 2px dotted #8faebe;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 10px 0px;
	}

.toptitle	{ 
	padding: 5px 0px 5px 5px;	
	margin-bottom: 10px;
	border: 1px solid #9F988D;
	background-color: #EAE7DA;
	text-align: center;
	}

.content p.trackbacks-info {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	background:#EAE7DA;	
	padding: 5px 0px 5px 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px dashed #9F988D;
	}



#comments-experimental .comment .comment-footer,
#comments-experimental .comment .comment-content {
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 15px;
}

#comments-experimental .comment .comment-header {
    font-size: 16px;
    margin: 5px auto 5px 10px;
    text-shadow: #99A 2px 2px 1px #66F;
    color: #666;
}

#comments .comment-header { display: none; }
#comments .comment-footer-experimental { display: none; }
#comments-experimental .comment-footer { display: none; }

.module-tagcloud .module-content {text-align: left; }
.module-tagcloud .module-content .module-list { list-style: none; }
.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1 { font-size: 19px; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 17px; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 15px; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 13px; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 11px; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 9px; }

/* ◆ヘッダーメニュー部分の背景色や余白などの設定◆ */
#tophead {
	background-image: url("");
	background-color: #FBF4ED;
	text-align: left;
	color: #656565;
	font-family: Osaka, Tahoma, Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	margin : 0px 0px 0px 0px ;
	padding: 0px 15px 0px 0px;
	height:27px;
	
	}

/* ◆ヘッダーメニュー部分のリンクの設定◆ */
#tophead a {
	color: #8A1820;
	text-decoration: none;
	}

#tophead a:hover {
	color: #806B42;
	text-decoration: underline;
	}

#footer  { 	font-size: 80%;
margin-right: auto;
	margin-left: auto;
font-family: Verdana, Arial, sans-serif; background-color: #8d897c; text-align: center; 
margin-bottom: 4px; 
padding: 0px; 
height: 26px; 
width: 840px; 
	border-top: 2px solid #336699;
	border-right-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C0B78F;
	border-left-color: #C0B78F;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C0B78F;

}


.copyright  { color: #fff; font-size: 0.8em; line-height: 100%; font-family: Verdana, Arial, sans-serif; margin-top: 4pt; margin-bottom: 4pt }




