/* 全体 */

body {
	margin: 0px;
	padding: 0px;
	color: #666;
	font-family: Arial, sans-serif;
	font-size:12px;
} 


/* リンク関連 */

A                { color: #00f; text-decoration: none; background: none;}
A:link           { color: #00f; text-decoration: none; background: none;}
A:link:hover     { color: #00c; text-decoration: underline; background: none;}
A:link:active    { color: #00c; text-decoration: underline; background: none;}

A:visited        { color: #00f; text-decoration: none; background: none;}
A:visited:hover  { color: #00c; text-decoration: underline; background: none;}
A:visited:active { color: #00c; text-decoration: underline; background: none;}


/* 見出し */

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


/* 全体を囲う箱 */


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



/* バナー */

#banner {
	width:760px;
	height:113px;
	text-align:right;
	padding:0px;
	background-color: #fff;
}
	

.description {
	font-size: 0.9em;
	color: #003366;
}

.menubtn {
	float:right;
	margin:0px;
	padding:0px;
}

/* レイアウト */



/* 左サイドバー */

#links {
	margin-top: 0px;
	padding-left: 0px;
	margin-right: 0px;
	width: 182px;
}

#content {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	width: 523px;
}

.footer {
	clear:both;
	width:760px;
	text-align: center;
	vertical-align:middle;
	margin:0px;
	padding:10px 0px;
}

.footer1 {
	float:left;
	padding:4px 37px 10px 36px;
}

.footer2 {
	float:left;
	padding:4px 36px 10px 0px;
}

.footerline {
	float:left;
	width:1px;
	background-color:#ccc;
}

.footer3 {
	float:left;
	padding:4px 37px 10px 49px;
}

.footer_b {
	margin:0px;
	padding:0px;
	height:15px;
	background-image:url(./img/footer_b.gif);
	background-repeat:repeat-x;
}

.footercaption {
	text-align:center;
}

.footercomment {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px 20px 0px;
	text-align:right;
}

address {
	font-size: 12px;
	font-style:normal;
}



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


.excerptentry {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	line-height: 150%;
	padding: 0px;
	margin-bottom: 0px;
	background: none;
}


.excerptbody {
	font-size: 9px;
	font-weight: normal;
	color: #666;
	line-height: 130%;
	padding: 0px;
	margin-bottom: 0px;
	background: none;
}


.blogbody {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	line-height: 150%;
	padding: 0px;
	margin-bottom: 0px;
	background: none;
}


.date	{ 
	color: #000;
	font-size: 12px;
	font-weight: bold;
	padding-bottom:4px;
}


.title	{
	font-size:12px;
	font-weight: bold;
	color: #000;
	padding:0px 0px 5px 0px;
	border-bottom: 1px solid #999;
}

#content h2 {
            color: #FFF;
            font-family: Verdana, Arial, sans-serif;
            font-size: 14px;
            text-align: left;
            font-weight bold;
            margin-bottom: 10px;
            background-color: blue;
            border: 2px botted black;
            margin: 7px;
            padding: 5px;
}

.sign {
	font-size: 12px;
	color: #666;
	margin-bottom: 10px;
}

.posted {
	font-size: 11px;
	font-weight: normal;
	color: #666;
	clear: both;
	background: none;
	margin-bottom:40px;
}


.extended {
	color:#666;
	display:block;
	float:right;
	font-size:1em;
	font-style:normal;
}


#content .imageleft{
	padding-right: 10px;
	float: left;
}

#content .imageright{
	padding-left: 10px;
	float: right;
}

/* サイドバー */


#calendar {
  	line-height: 140%;
	color: #333;
	font-size: 10px;
  	padding: 2px;
	text-align: center;
	margin-bottom: 5px;
	}

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

#calendar caption {
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding:8px 0px 8px 6px;
	background-image:url(./img/menu-bg.gif);
	background-repeat:repeat-x;
	border: 1px solid #ccc;
	border-bottom:none;

	padding: 0.25em;
	margin-bottom: 5px;
	}

#calendar th {
	text-align: center;
	font-weight: bold;
	background-color: #eee;
	}

#calendar td {
	text-align: center;
	}



.sidebar h2 {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	padding:8px 0px 8px 0px;
	background-image:url(./img/menu-bg.gif);
	background-repeat:repeat-x;

	border: 1px solid #ccc;
	border-bottom:none;
}

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

	border:1px solid #ccc;
	}

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

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

.sidebar li {
	color: #333;
	font-size: 12px;
	text-align: left;
	line-height: 130%;
	list-style-type: none;
	padding:4px 0px;
	}

.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-size: 11px;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	color: #666;
	border:1px solid #ccc;
	}

.tb {
	font-size: 12px;
	font-weight:bold;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin:10px 0px;
	color: #666;
	}

.syndicate {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 150%;
	text-align: center;
	padding: 2px;
	color: #666;
	}

.addfavorite {
	font-size: 12px;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin:10px 0px;
	color: #666;
	}


#powered {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: left;
	line-height: 150%;
	margin-top: 30px;
	margin-bottom: 40px;
}



/* バックナンバーのページ関連 */

#menu {
	font-size: 12px;
	font-weight: normal;
	padding-bottom:10px;
	text-align:right;
}

#menu a{
	font-color:#00f;
}


.comments-body {
	background: none;
	color:#666;
	font-size: 0.9em;
	font-weight:normal;
	line-height:1.5em;
	margin:0.5em;
	padding:0.5em;
}


.comments-post {
	background: none;
	color:#666;
	font-size: 12px;
	font-weight:normal;
}


.comments-head	{
	border-bottom: 1px solid #e5e5e5;
	color: #666; 
	font-weight:bold;
}

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

.pagetop {
	text-align:right;
	margin:20px 0px;
}

.textlink {
	clear:both;
	font-size:12px;
	text-align:right;
	margin:0px 60px 10px 0px;
}

#mainimage {
	margin-bottom:15px;
}

#trackbacks, #comments, #commentsform {
	font-size:9px;
	font-weight:bold;
	color:#333;
	padding:5px;
	background-color:#eee;
}


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

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