/* 全体 */

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 10px;
} 


/* リンク関連 */

A                { color: #385161; text-decoration: none; background: none;}
A:link           { color: #000066; text-decoration: none; background: none;}
A:link:hover     { color: #006600; text-decoration: none; background: none;}
A:link:active    { color: #000000; text-decoration: none; background: none;}

A:visited        { color: #000066; text-decoration: none; background: none;}
A:visited:hover  { color: #006600; text-decoration: none; background: none;}
A:visited:active {
	color: #000000;
	text-decoration: none;
	background: none;
}


/* 見出し */

h1,h2,h3 {
	margin: 0px;
	padding: 0px;
}


/* 全体を囲う箱 */


#inbox {
	background: #FFFFFF;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}



/* バナー */

#banner {
	color: #666666;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-left: 5px;
	margin-bottom: 1em;
	padding-bottom: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #0071BF;
}
	

.description {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	color: #999999;
}


/* レイアウト */



/* 右サイドバーの場合(現在の設定はこちらです) */

#links {
	margin-top: 5px;
	padding-left: 5px;
	margin-right: 5px;
	float: right;
	width: 200px;
	background-color: #FFFFFF;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}

#content {
	margin: 5px 0px 0px 5px;
	padding: 0px 5px 0px 3px;
	width: 510px;
	float: right;
}



/* 左サイドバーの場合、#links #contentの指定を以下のようしてください */
/*
#links {
	margin-top: 5px;
	padding-left: 5px;
	margin-right: 10px;
	width: 175px;
	float: left;
}

#content {
	margin: 5px 0px 0px 5px;
	padding: 0px 5px 0px 5px;
	width: 480px;
	float: left;
}
*/



#footer {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 0.8em;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 8px;
	padding-bottom: 5px;
	clear: both;
	padding-left: 10px;
	color: #999999;
}

address {
	font-size: 0.8em;
	color: #666666;
}



/* 記事まわり */
	
.blog {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background: none;
}


.blogbody {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	padding: 0.5em;
	margin-bottom: 0.5em;
	background: none;
}


.date	{ 
	color: #999999;
	font-family:Verdana, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0.5em 0em 0.5em 0em;
}


.title	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	border-top: 1px solid #e5e5e5;
}


#content h2 {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
	text-align: left;
	margin-bottom: 5px;
	background-color: #F3F3F3;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
}

.sign {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color: #666666;
	margin-bottom: 10px;
}

.posted {
	background: none;
	color:#666666;
	font-family:Verdana, Arial, sans-serif;
	font-size: 0.7em;
	font-weight:normal;
}


.extended {
	color:#333333;
	display:block;
	float:right;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size:1em;
	font-style:normal;
}


/* サイドバー */


#calendar {
  	line-height: 140%;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
  	padding: 2px;
	text-align: center;
	margin-bottom: 5px;
	}

#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	}

#calendar caption {font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #999999;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #e5e5e5;
	padding: 0.3em;
	background: none;
	}

#calendar th {
	text-align: center;
	font-weight: normal;
	}

#calendar td {
	text-align: center;
	}



.sidebar h2 {font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #999999;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #e5e5e5;
	padding: 0.25em;
	background: none;
	}

.sidebar ul {
	padding-left: 5px;
	margin: 0px;
	margin-bottom: 20px;
	}

.sidebar ul ul {
	margin-bottom: 0px;
	}

.sidebar #categories ul {
	padding-left: 5px;
	}
	

.sidebar li {
	color: #333333;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: small;
	text-align: left;
	line-height: 150%;
	margin-top: 3px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E1DAFE;
	}

.sidebar #categories li {
	list-style-type: none;
	}

.sidebar {
	padding-left: 0px;
	padding-right: 0px;
}

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

.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	color: #666666;
	}

#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 50px;
	}



/* アーカイブのページ関連 */

#menu {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	padding: 0.5px;
}


.comments-body {
	background: none;
	color:#666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	font-weight:normal;
	line-height:1.5em;
	margin:0.5em;
	padding:0.5em;
}


.comments-post {
	background: none;
	color:#666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	font-weight:normal;
}


.comments-head	{
	border-bottom: 1px solid #e5e5e5;
	color: #666666; 
	font-family: Verdana, Arial, sans-serif;
	font-weight:bold;
}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}


/* Mac IE テキストエリア文字化け対策 */

select,input,textarea {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}


.style2 {font-size: 10pt}.tensenwaku {
	border: 1px solid #CCCCCC;
	}
