@charset "utf-8"; /* Weblogで使用している文字コードに変更してください。 */


/* 全体 */

body {
	background-color: #ffffff;
	margin: 0px;
	padding: 20px;
} 


/* リンク関連 */

A                {
	color: #FF8800;
	text-decoration: none;
	background: none;
}
A:link           {
	color: #669999;
	text-decoration: none;
	background: none;
}
A:link:hover     {
	color: #336666;
	text-decoration: none;
	background: none;
}
A:link:active    { color: #000000; text-decoration: none; background: none;}

A:visited        { color: #669999; text-decoration: none; background: none;}
A:visited:hover  { color: #336666; 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;
	border: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 99%;
}
*/

/* 全体の幅を固定するならこんな風にしてみてください */
#inbox {
	background: #ffffff;
	border: 0px solid #ffff00;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}


/* バナー */

#banner {
	background-color: #669999;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, Osaka,"Trebuchet MS", verdana, arial, sans-serif;
	font-weight: bold;
	margin-bottom: 1em;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 15px;
}
	

.description {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, Osaka,"Trebuchet MS", verdana, arial, sans-serif;
}


/* レイアウト */

#links {
	float: right;
	margin-left: 5px;
	padding-right: 5px;
	width: 180px;
}

				
#content {
	border-right: 1px solid #e5e5e5;
	margin: 5px 200px 0px 5px;
	padding: 0px 10px 0px 5px;
}


#container {
	border-right: 1px solid #e5e5e5;
	margin: 5px 200px 0px 5px;
	padding: 0px 10px 0px 5px;
}


#footer {
	clear: both;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, Osaka,"Trebuchet MS", verdana, arial, sans-serif;
	font-size: 0.8em;
	margin-top: 5px;
	padding: 5px 5px 0px 5px;
	text-align: right;
}


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


.blogbody {
	background: none;
	font-size: 0.8em;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, Osaka,"Trebuchet MS", verdana, arial, sans-serif;
	font-weight: normal;
	line-height: 1.0em;
	margin-bottom: 0.5em;
}


.date	{
	color: #669999;
	font-family: 'Trebuchet MS', verdana ,arial ,sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0em 0em 0em 0em;
	border-bottom: 1px solid #dddddd;
}


.title	{
	color: #336666;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, Osaka,"Trebuchet MS", verdana, arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
}


.posted {
	background: none;
	color: #999999;
	font-family: 'Trebuchet MS', verdana ,arial ,sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	margin-bottom: 3em;
	text-align: right;
	padding-right: 5px;
}


.extended {
	color:#333333;
	display:block;
	float:right;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size:0.8em;
	font-style:normal;
}


/* サイドバー */

.sidetitle {
	background: none;
	border-bottom: 1px solid #dddddd;
	color: #336666;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, Osaka,"Trebuchet MS", verdana, arial, sans-serif;
	font-weight: bold;
	margin-top: 0.9em;
	padding: 0em 0em 0em 0em;
	font-size: 0.9em;
}


.side {
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, Osaka,"Trebuchet MS", verdana, arial, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}


.syndicate {
	color:#333333;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size: 0.9em;
	font-weight:normal;
	line-height:1.5em;
	margin-bottom:0.5em;
	padding:0.5em;
	text-align: center;
}


.powered {
	color:#000000;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size: 0.9em;
	font-weight:normal;
	line-height:1.5em;
	margin-bottom:0.5em;
	padding:0.5em;
	text-align: center;
}


/* カレンダー */

.calendar {
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, Osaka,"Trebuchet MS", verdana, arial, sans-serif;
	font-size:0.8em;
	font-weight:normal;
	margin-bottom:5px;
	text-align:center;
}


.calendarhead {
	background: none;
	border-bottom: 1px solid #dddddd;
	color: #336666;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding: 0em 0em 0em 0em;
	text-align: left;
}


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

#menu {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, Osaka,"Trebuchet MS", verdana, arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	padding: 0.5px;
	text-align:center;
}


.comments-body {
	background: none;
	color:#333333;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, Osaka,"Trebuchet MS", verdana, arial, sans-serif;
	font-size: 0.8em;
	font-weight:normal;
	line-height:1.5em;
	margin:0.5em;
	padding:0.5em;
}


.comments-post {
	background: none;
	color:#333333;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, Osaka,"Trebuchet MS", verdana, arial, sans-serif;
	font-size: 0.7em;
	font-weight:normal;
}


.comments-head	{
	border-bottom: 1px solid #cccccc;
	color: #336666; 
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-weight:bold;
		font-size: 0.9em;
}


/* ポップアップ関連 */

#popbox {
	background: #FFFFFF;
	border: 1px solid #cccccc;
	margin-bottom: 15px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 15px;
	padding: 5px;
	width: 90%;
}


#banner-commentspop {
	background-color: #88bbbb;
	color: #FFFFFF;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-weight: bold;
	margin-bottom: 1em;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
}


.trackback-url {
	color:#333333;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, Osaka,"Trebuchet MS", verdana, arial, sans-serif;
	font-weight:normal;
 	border:1px dotted #999999;
 	padding:5px;
  	background:#FFF;
  	line-height:140%;
}


.trackback-body {
	color:#000000;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, Osaka,"Trebuchet MS", verdana, arial, sans-serif;
	font-size:0.9em;
	font-weight:normal;
	line-height:1.5em;
	margin-top: 5px;
 	background:#CCCCCC;
 	padding: 5px;
}		


.trackback-post {
	color:#333333;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, Osaka,"Trebuchet MS", verdana, arial, sans-serif;
	font-size:0.8em;
	font-weight:normal;
	padding: 5px;
}


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

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


/* HINAGATA 2Column 1.0 */
/* 2004-01-29 */

