/* AdSense対応 Type６ */

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

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

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

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

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

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

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

/* ブログを囲む枠の背景色や線、余白などの設定 */
#container {
	line-height: 1.25;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 700px;
	
	background-color: #551100;
	border: 1px solid #ffffff;
	background-repeat:repeat-y;
	background-repeat:no-repeat;
	}




/* タイトル名の文字のリンク色 */
#banner a,
#banner a:link,
#banner a:visited {
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
}

/* バナー部分のh1に対する文字サイズの指定 */
#banner h1 {
	color: #ffffff;
   font-weight: bold;
    font-size: 18px;
	}

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


	#menu_box {
		padding: 10px 15px 0px 15px;
clear: both;
	}








/* エントリー全体を入れるＢＯＸの基本設定 */
#center {
	float: left;
	width: 700px;
	margin-top: 0px ;
	margin-bottom: 10px ;	
	border-bottom: 0px solid #999999;
	border-left: 0px solid #999999;
	overflow: hidden;
	}

/* centerの内側のＢＯＸの基本設定 */
.content {
	padding: 15px 15px 10px 15px;

	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	}

.blog {
	padding: 0px 5px 0px 5px;

	}



/* contentで指定されているＢＯＸの中でPタグを使用した時の設定 */
.content p {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
	margin: 8px 0px 5px 0px;
	padding: 0px;
	overflow: hidden;
	}

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

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

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

/* contentで指定されているＢＯＸの中でh2タグを使用した時の設定（日付） */
.content h3 {
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
	
	}

/* contentで指定されているＢＯＸの中でh3タグを使用した時の設定（エントリータイトル） */
.content h2 {
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
	
	}

.title	{ 

	background:#FFFFFF;	
	padding: 6px 0px 7px 15px;	
	margin-bottom: 10px;
	background-repeat:no-repeat;
	background-image: url("http://www.maria-jewel.com/images/blogtitle01.gif");
                width:480px;
	}

.title2	{ 

	background:#0080ff;	
	padding: 6px 0px 7px 15px;	
	margin-bottom: 10px;
	}

.title3	{ 
　　　　　　　color: #FFFFFF;
	background:#ffffff;	
	background-repeat:no-repeat;
	background-image: url("http://www.maria-jewel.com/images/blogtitle01.gif");
                text-align: left;
	}




















/* メニュー枠内でh2タグを使用した時の設定 */
.sidebar h2 {
	color: #5F7720;
	font-family: Verdana, Arial, sans-serif;
	font-size:10px;
	margin-top:3px;
	background:#DCEAB7;
	line-height:1.25;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align:center;
	border-right: 2px solid  #cccccc;
	border-bottom: 2px solid  #cccccc;
	}


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

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

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

/* メニュー枠内でliタグを使用した時の設定 */
.sidebar li {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: left;
	line-height: 130%;
	
	
	
	margin-top: 10px;
	list-style-type: none;
	}

/* メニュー枠内で categories li　を使用した時の設定 */
.sidebar #categories li {
	list-style-type: circle;
	}

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

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

/* link-note ではさまれた範囲の文字の設定 */

.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	}



.link-pr {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px solid #999999;
	}

/* Movable Typeの著作権表示部分Powered by に使われる設定 */
#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 1.25;
	text-align: center;
	color: #ffffff;
	margin-top: 10px;
	}





/* エントリーの画像 */
.phot {
margin-right: 8px;
margin-bottom: 5px;
}


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

/*.sidebar hr {
 /*margin:0x;*/
 /*padding: 0px;*/
{*/









td {
	font-size: 12px;
	line-height: 1.5;		
	}


#menu td {
width:180px;
}

#menu a {
	text-decoration: none;
	color:#ffffff;
	display:block;
	text-align:center;
	background-color:/*#DC143C;*/#580000;
	padding:3px;
	font-weight:nomal;
	width:96%;
	border: 1px solid #999999;
margin-bottom: 0px;
	}



	
#menu a:hover {
	background-color: #A27071;
	}
	
/* 説明を入れる中央画像を入れるＢＯＸ */
.box1 {
	margin:5px 5px 10px 5px;
	padding: 10px 15px 10px 15px;
	background:#FFFFFF;	
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #663300;
	overflow: hidden;
	}

footer{
          text-align: center;
          /*background-color: red;*/
          }


img {
    border-style:none;
      }
/*no_border {
   　　　 border-style: none;
          }*/








