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


/* 全体 */

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



/* リンク関連 */

A                { color: #999966; text-decoration: none; background: none;}
A:link           { color: #999966; text-decoration: none; background: none;}
A:link:hover     { color: #99cc66; text-decoration: none; background: none;}
A:link:active    { color: #996666; text-decoration: none; background: none;}

A:visited        { color: #999966; text-decoration: none; background: none;}
A:visited:hover  { color: #99cc66; text-decoration: none; background: none;}
A:visited:active { color: #996666; 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: 1px solid #000000;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
*/


/* バナー */

#banner {
	background-color: #336699;
	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;
}
	
#banner a,
#banner a:link,
#banner a:visited,
#banner a:active,
#banner a:hover {
font-family: georgia, verdana, arial,"Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐ ゴシック", sans-serif;
font-size:32px;
font-weight:bold;
color:#ffffff;
text-decoration: none;
}

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


/* レイアウト */

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


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

				
#content {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	margin: 5px 195px 0px 175px;
	padding: 0px 5px 0px 5px;
}


#container {
	border-right: 1px solid #e5e5e5;
	margin: 5px 195px 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;
}


.blogbody {
	background: #FFFFFF;
border-bottom: 2px solid #A9A9A9;
border-left: 2px solid #A9A9A9;
border-right: 2px solid #A9A9A9;
border-top: 2px solid #A9A9A9;
	color: #000000;
	font-family: "Trebuchet MS", verdana, arial, "ＭＳ Ｐゴシック", "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, Osaka, sans-serif;
	font-weight:normal;
	line-height:1.5em;
	margin-bottom:0.5em;
	padding: 0.5em;
}


.date	{ 
	color: #666666;
	font-family: georgia, 'Trebuchet MS', verdana ,arial ,sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0.5em 0em 0.5em 0em;
}


.title	{
	border-bottom: 1px solid #000000;
background: #cccccc;
color: #003366;
	font-family: "Trebuchet MS", verdana, arial, "ＭＳ Ｐゴシック", "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, Osaka, sans-serif;
	font-size:1.1em;
	font-weight: bold;
	padding-top: 5px; 
}


.posted {
	background: none;
	color:#003366;
	font-family:'Trebuchet MS', verdana ,arial ,sans-serif;
	font-size: 0.9em;
	font-weight:normal;
}


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

blockquote {
	margin-left:20px;
	border:dotted 2px #0000ff;
 	background-color:#f5f5dc;
	padding:10px;
width: auto;
}

/* サイドバー */

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


.side {
background: #ffffff;
	color:#333333;
	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-bottom:0.5em;
	padding:0.5em;
}


.syndicate {
background: #eeeeee;
	color:#666666;
	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 {
background: #cccccc;		
color:#003366;				
	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 {
background: #ffffff;
color: #666666;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, Osaka,"Trebuchet MS", verdana, arial, sans-serif;
	font-size:0.9em;
	font-weight:normal;
	margin-bottom:5px;
	text-align:center;
}


.calendarhead {
	background: #ffffff;
	border-bottom: 1px solid #000000;
	color: #003366;
	font-family: georgia, "Trebuchet MS", verdana, arial, sans-serif;
	font-size:1.0em;
	font-weight: bold;
	padding: 0em 0em 0em 0.5em;
}


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

#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: #FFFFFF;
border-bottom: 2px solid #A9A9A9;
border-left: 2px solid #A9A9A9;
border-right: 2px solid #A9A9A9;
border-top: 2px solid #A9A9A9;
color:#666666;
	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:0.5em;
	padding:0.5em;
}


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


.comments-head	{
background: #A9A9A9;
	border-bottom: 1px solid #000000;
	color: #FFFFFF; 
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-weight:bold;
}


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

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


#banner-commentspop {
	background-color: #FFFFFF;
	color: #696969;
	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 {
background: #FFFFFF;
border-bottom: 2px solid #A9A9A9;
border-left: 2px solid #A9A9A9;
border-right: 2px solid #A9A9A9;
border-top: 2px solid #A9A9A9;
color:#000000;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, Osaka,"Trebuchet MS", verdana, arial, sans-serif;
	font-weight:normal;
 	border:1px dotted #000000;
 	padding:5px;
  	background:#FFF;
  	line-height:140%;
}


.trackback-body {
border-bottom: 2px solid #A9A9A9;
border-left: 2px solid #A9A9A9;
border-right: 2px solid #A9A9A9;
border-top: 2px solid #A9A9A9;
	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:#FFFFFF;
 	padding: 5px;
}		


.trackback-post {
background: #FFFFFF;
color:#666666;
	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 3Column 1.0 */
/* 2004-01-29 */