/* Default Layout:  */
@import url(http://www.wise-hawk.com/cgi-local/mt/mt-static/themes-base/blog.css);
@import url(http://www.wise-hawk.com/cgi-local/mt/mt-static/themes/minimalist-red/screen.css);

/* ここからウィンドウズ・インフラ・メモより */
body {
	background-color : #ffffff;
	background-image : url('http://www.wise-hawk.com/img/bgimage180.jpg');
	background-repeat: repeat-y;
	text-align: left;
	font-family :Tahoma, Verdana, Arial, sans-serif;
	margin-left:0px; margin-right:0px; margin-top:20px; margin-bottom:0px
	}

a {
  text-decoration:none;
	}

a:hover {
	text-decoration:none;
	background-color : #ccff99;
	color : #b3b3b3;
	}

a:link {
	text-decoration:none;
	}

a:visited {
	color:blue;
	} 

/*最上位タイトル文字(Wise-Hawk.com)*/
.ti{
	font-size : 16px;
	font-weight:bold;
	letter-spacing :8p;
	color : blue;
	text-decoration:none;
}

/* .top = 上部メニュー */
A.top{
	text-decoration:none;
	display : block;
	padding : 2px 8px;
	color : darkgreen;
	background-color:#faebd7;
	font-size :12px;
	border:1px solid white;
	}

A.top:hover{
	text-decoration:none;
	background-color : #999999;
	color : #b3b3b3;
	}

A.top:visited {
	text-decoration:none;
	color : darkgreen;
	}

h1  {background-color : yellow; font-weight: bold;font-size: 17px;line-height:17px; padding: 5px;}

h1:first-letter { font-size: 24px;color : #FF0000 ; }

h2  {background-color : mistyrose; font-weight: bold;font-size: 13px;ine-height:18px;}

/* MovableType 専用ベース設定*/
#container2 {
	line-height: 140%;
	width: 100%;
	border: 0px solid #EE7948;
}

/* MovableType 本文ベース設定(#container2からも継承される) */
#container {
	padding-left: 15px;
	padding-right: 15px;
	font-size:14px;
	}

.content p {
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 5px;
	}

/*記事日付 または 記事タイトル*/
.content h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding: 5px 0px 5px 5px;
	margin-bottom: 10px;
	line-height: 17px;
	background-color: #;
	border-top: 1px dotted #EE7948;
	background-color: #F7E0D7;	
	border-bottom: 1px dotted #EE7948;
	}
	
/*記事のタイトル*/
.content h3 {
	color: #EE7948;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	padding: 8px 0px 0px 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 140%;
}

/*記事下のリンク(投稿者名／投稿日時など)*/
.content p.posted {
	color: #000000;
	font-size: 12px;
	text-align: right;
	padding: 3px 10px 3px 25px;
	margin-bottom: 20px;
	margin-top: 0px;
	line-height: normal;
	border-top: solid 1px #666666;
	}

/*サイドバー(左側メニュー)*/
.sidebar {
	/*width: 155px;*/
	width: 180px;
	padding: 3px 00px 0px 0px;
	}

/*サイドバーの見出し*/
.sidebar h2 {
	color: #666666;
	font-size:14px;
	text-align: left;
	font-weight: bold;
	line-height: 18px;
	background-color: #FFFFBB;
	background-image: url('http://www.wise-hawk.com/img/con_back.gif');
	background-repeat: no-repeat;
	background-position: left 50%;
	padding: 0px 0px 0px 22px;
	margin: 0px 0px 3px 0px 
	}

.sidebar ul {
	padding-left: 20px;
	margin: 0px;
	margin-bottom: 20px;
	list-style-type: square;
	}

/*アーカイブ・コメント*/
.sidebar li {
	color: #1B2C3B;
	font-size: 12px;
	line-height: 17px;	
	margin-top: 5px;
	padding: 0px 5px 0px 5px;
	font-weight: bold
	}

.sidebar img {
	border: 0px solid #FFFFFF;
	}

/*XML・検索のテキスト*/
.link-note {
	font-size: 12px;
	line-height: 140%;
	text-align: left;
	color: #1B2C3B;
	margin-top: 3px;
	margin-bottom: 30px;
	}

/*サイドメニュー・ツリー型カテゴリ表示*/
ul.tree {
    margin: 0px!important;
    padding: 0px!important;
    padding-left: 4px!important;
    font-size: 9px;
    list-style: none!important;
}
ul.tree ul {
    margin: 0px!important;
    padding: 0px!important;
}
ul.tree li {
    margin: 0px!important;
    background-image: url('http://www.wise-hawk.com/img/tree_lst_dotted.gif');
    background-repeat: no-repeat!important;
    list-style-type:none !important;
    padding: 3px 3px 0px 16px !important;
}
ul.tree li.end {
    background-image: url('http://www.wise-hawk.com/img/tree_end_dotted.gif');
    list-style-type:none
}


/*以下 Wise-Hawk.com 引継ぎ*/
table {
border-collapse : collapse;
}

tr, td {   /*全体のテーブル枠の太さと色、フォント*/
border : 1px solid black;
color : black;
}


/*互換性保持用*/
span.small {font-size : 10pt;}
span.kao   {font-family : serif;}

span.orange {color : orange; font-weight : bold;}
span.red    {color : red; font-weight : bold;}
span.teal   {color : teal; font-weight : bold;}
span.sienna {color : sienna ; font-weight : bold;}


.sidetitle a:link,
.sidetitle a:visited {
    display: block;
    padding: 2px;
    color:#696969;
    text-decoration: none;
}


