@charset "UTF-8";

/* ページ全体の基本的な設定と背景色 */
	body {
		margin:0px;
		background:#ffffff;
		color:#ffffff;
		background-repeat:repeat-y; 
		background-position:left;
		background-image: url("http://umezz.com/img/wall_machome.gif");
		}
/* リンク文字設定 */
	a:link		{ color: #333399; text-decoration:none; background: none;}
	a:visited	{ color: #9966cc; text-decoration:none; background: none;}
	a:active	{ color: #000099; background: none;}
	a:hover		{color: #003399;font-weight: normal;text-decoration: underline; background-color : #eeeeee;}

/* h1ホームタイトル、h2ブログ本文の日付、h3エントリーのタイトルの設定 */
	h1, h2, h3 {
		margin: 0px;
		padding: 0px;
	}

	#banner {
		color:#660033;
		background:#ffffff;
		background-position:top; 
		background-repeat:no-repeat;
		background-image: url("http://umezz.com/img/maintitle20091216.gif");
		font-size:large;
		font-weight:bold;
		padding-left:330px;
		padding-top:100px;
		padding-bottom:101px;
		position: relative; z-index:1;
		}

/* ブログタイトルの文字のリンク色 */
	#banner a {font-size:large; color: #660033;text-decoration: none; background: none;}
	#banner a:visited {color: #660033;text-decoration: none; background: none;}
	#banner a:visited {color: #660033;text-decoration: none; background: none;}
	#banner a:active {color: #bf7a7a;text-decoration: none; background: none;}
	#banner a:hover {font-size:large; color: #ffffff;text-decoration: underline;background-color : #cc9900;}

/* ブログタイトル下に入るコメント設定 */
	.description {
		color:#660033;
		background: none;
		font-size:small;
		text-transform:none;
		}

/* エントリーのある大段落（トップページ） */
	#content {
		margin-right:20px;
		margin-left:270px;
		margin-bottom:20px;
		border:1px solid #FFF;
		width: auto ;
		}

/*エントリーのある大段落（トップページ以外）*/
	#container {
		border:1px solid #FFF;		
		background: none;
		/*margin-top:220px;*/
		margin-right:20px;
		margin-left:270px;
		margin-bottom:20px;
		width: auto ;
		}


/*blockquote設定*/
	blockquote {
		color: #000000;
		background:#ffffcc;
		margin:5px 40px 5px 40px;
		font-size:small;
		font-weight:normal;
		line-height:150%;
		padding: 10px; 
		border: 2px dotted #666666; 
		width: auto 
		}

/*quotetitle設定*/
	.quotetitle{
		font-size:medium;
		font-weight:normal;
		border-bottom: 1px dotted #003399; 
		padding: 3px;
		}

/*カテゴリーリンクの設定*/
	.category {
		color:#660033;
		background: none;
		font-size:small;
		font-weight:normal;
		text-align: right;
		}

	.category a:link {color: #660033;text-decoration: none; background: none;}
	.category a:visited {color: #660033;text-decoration: none; background: none;}
	.category a:active {color: #bf7a7a;text-decoration: none; background: none;}
	.category a:hover {color: #003399;font-weight: normal;text-decoration: underline; background-color : #eeeeee;}

		
/* エントリーのある段落 */
	.blog {
		font-size:small;
		font-weight:bold;
		color:#ffffff;
		background: none;
		}

/* 各エントリー */
	.blogbody {
		color:#003399;
		background:#ffffff;
		background-image: url(http://umezz.com/img/blogbodyback.gif);
		background-position:right bottom;
		background-repeat:no-repeat;
		font-size: medium;
		font-weight:normal;
		line-height:150%;
		padding:15px;
		/*margin-top:5px;*/
		border: 1px solid #003399;
		width: auto;
		}

	.blogbody a:link {color: #666666;text-decoration: none; background: none;}
	.blogbody a:visited {color: #666666;text-decoration: none; background: none;}
	.blogbody a:active {color: #996699;text-decoration: none; background: none;}
	.blogbody a:hover {color: #003399;font-weight: normal;text-decoration: underline; background-color : #eeeeee;}

/* エントリータイトル */
	.title	{
		padding-top:15px;
		padding-left:60px;
		padding-bottom:15px;
		font-size: medium;
		color: #ccffff;
		background: #000000;
		font-weight:bold;
		background-position:left; 
		background-repeat:no-repeat;
		background-image: url("http://umezz.com/img/guwashi2.gif");
		}			

/*ページ移動リンクの設定*/
	#menu {
		margin-bottom:10px;
		font-size:medium;
		font-weight:normal;
		text-align:center;
		}

/* 日にち */
	.date	{ 
		font-size: medium;
		color: #003399;
		background: none;
		font-weight:bold;
		text-transform:uppercase;
		padding: 10px;
		margin-top:10px;
		}
		
/* エントリー投稿者の段落 */
	.posted {
		font-size: small;
		font-weight:normal;
		color: #003399;
		background: none;
		padding-top:10px;
		}
		
/*カテゴリやカレンダー枠の基本設定*/
	#links {
		color:#ffffff;
		position : absolute ;
		top: 201px ;
		width:230px;			
		margin-bottom : 20px ;
		background: #000000;
		background-repeat:repeat-y; 
		background-position:right;
		background-image: url("http://umezz.com/img/boundary.gif");
		padding-top:10px;
		padding-right:17px;
		padding-left:10px;
		padding-bottom:10px;
		}

	#links a:link {color: #ccffff;text-decoration: none; background: none;}
	#links a:visited {color: #3399cc;text-decoration: none; background: none;}
	#links a:active {color: #ccffff;text-decoration: none; background: none;}
	#links a:hover {color: #003399;font-weight: normal;text-decoration: underline; background-color : #eeeeee;}

/*カレンダー年月*/
	.calendarhead {
		font-size:small;
		font-weight:normal;
  		padding:2px;
		letter-spacing: .3em;
		color:#ffffff;
		background: none;
		padding:2px;
		text-align:center;
		/*padding-top:10px;*/
		}

/*カレンダー曜日数字*/
	.calendar {
		font-size:small;
		font-weight:normal;
		text-align: center;
		color:#ffffff;
		background: none;
  		line-height:140%;
  		padding:2px;
		}
	
/*エントリーやアーカイブ枠の文字などの設定*/
	.side {
		color:#3399cc;
		font-size:small;
		font-weight:normal;
		background: none;
		line-height:140%;
		padding-left:15px;
		}
		
/*エントリーやアーカイブなどのタイトル文字や枠の設定*/
	.sidetitle {
		color:#ffffff;
		background-position:left; 
		background-repeat:no-repeat;
		background-image: url("http://umezz.com/img/large_sabara.gif");
		font-size:medium;
		font-weight:bold;
		line-height:140%;
		padding-left:60px;
		padding-top:20px;
		padding-bottom:20px;
		margin-top:10px;
		text-transform:uppercase;
		text-align:left;
		line-height:140%;
		border: 2px dotted #ffffff;
		}

/*エントリーやアーカイブなどのタイトル文字や枠の設定*/
	.sidetitle2 {
		color:#ffffff;
		background-position:left; 
		background-repeat:no-repeat;
		background-image: url("http://umezz.com/img/guwashi_b.gif");
		font-size:medium;
		font-weight:bold;
		line-height:140%;
		padding-left:60px;
		padding-top:20px;
		padding-bottom:20px;
		margin-top:10px;
		text-transform:uppercase;
		text-align:left;
		line-height:140%;
		border: 2px dotted #ffffff;
		}
	
/*rss(xml)の設定*/
	.syndicate {
		color:#ffffff;
		font-size:x-small;
		font-weight:bold;
		line-height:140%;
		padding:2px;
		margin-top:10px;
		text-align:center;
		background: none;
		}

/*poweredの設定*/
	.powered {
		color:#ffffff;
		font-size:x-small;
		font-weight:bold;
		line-height:140%;
		padding:2px;
		margin-top:10px;
		margin-bottom:10px;
		text-align:center;
		background: none;
		}
		
	
/*コメント枠の設定*/
	.comments-body {
		color:#666;
		font-size:small;
		font-weight:normal;
		background:#ffffff;
		line-height:140%;
		padding-bottom:3px;
		padding-top:3px;
		padding-left:10px;
		padding-right:3px;
		margin:10px;
		}

/* コメント投稿者 */
	.comments-post {
		color:#003399;
		font-size:x-small;
		font-weight:normal;
		background: none;
		margin-top:0px;
		border-bottom: 1px solid #eeeeee;
		}
	
/*トラックバック小窓のurl枠の設定*/
	.trackback-url {
		font-size:small;
		font-weight:normal;
		color:#003399;
		background:#ffffff;
		border: 1px solid #666666;
		padding:10px;
		margin:10px;
		}

/*トラックバック小窓の設定*/
	.trackback-body {
		font-size:small;
		font-weight:normal;
		color:#003399;
		background:#ffffff;
		line-height:140%;
		padding:10px;
		margin:10px;
		border-bottom:1px dotted #660033;
		}

/*トラックバック小窓の概要枠の設定*/
	.trackback-post {
		color:#666666;
		font-size:small;
		font-weight:normal;
		background:#ffffff;
		margin:10px;
		}

/* 「コメント」「トラックバック」の見出し */
	.comments-head	{
		background:#eeeeee;
		font-size: small;
		color: #003399;
		font-weight:bold;
		padding:5px;
		margin:10px;
		}

/*トラックバック、コメント小窓のタイトル設定*/
	#banner-commentspop {
		font-size:large;
		font-weight:bold;
		color:#ffffff;
		background: #000000;
		background-position:left; 
		background-repeat:no-repeat;
		background-image: url("http://umezz.com/img/guwashi2.gif");
		padding:10px;
		margin:10px;
		}

/* 投稿者名、コメントの書き込み欄の文字化け防止 */
input {
font-family:"Osaka", "ＭＳ Ｐゴシック", trebuchet ms, trebuchet, verdana, arial, sans-serif;
}

textarea {
font-family:"Osaka", "ＭＳ Ｐゴシック", trebuchet ms, trebuchet, verdana, arial, sans-serif;
}

/* 告知 */
.notice {
	padding-bottom:16px;
	padding-top:16px;
	padding-left:5px;
	padding-right:5px;
	font-size: 14px;
	font-weight:normal;
	color: #003366;
	background:#ffffff;
	margin:0px;
	/*text-align:center;*/
	border:12px dashed #CC3333;
}

/* Google AdSense */
.adsense {
	padding:5px;
	background:#ffffff;
	margin:0px;
	text-align:center;
}

/* Amazon Associates */
.associates {
	padding:2px;
	margin-top:10px;
	text-align:center;
	background: none;
}

/* TOPボタン欄 */
.move_top {
	padding:5px;
	margin:0px;
	text-align:center;
}

/* AmazonSimilarity欄 */
.AmazonSimilarity {
	color:#666;
	font-size:small;
	font-weight:normal;
	background:#ffffff;
	line-height:140%;
	padding-bottom:3px;
	padding-top:3px;
	padding-left:10px;
	padding-right:3px;
	margin:10px;
	text-align:center;
}