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

* { font-family:"Osaka","\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF ",sans-serif; }

/* 全体 */

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


/* リンク関連 */

A                { color: #FF4500; text-decoration: none; background: none;}
A:link           { color: #155f6f; text-decoration: none; background: none;}
A:link:hover     { color: #badaf1; text-decoration: none; background: #155f6f;}
A:link:active    { color: #000000; text-decoration: none; background: none;}

A:visited        { color: #8a2600; text-decoration: none; background: none;}
A:visited:hover  { color: #badaf1; text-decoration: none; background: #155f6f;}
A:visited:active { color: #000000; text-decoration: none; background: none;}


/* 見出し */

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


/* 全体を囲う箱 */

#inbox {
	border: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 99%;

	background-attachment:fixed;
	background-color:#FFFFFF;

	background-image:url(http://ohne.net/imgs/background.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;}

}

/* 幅を固定するならこんな風にしてみてください */
/*
#inbox {
	background: #EAFAC9;
	border: 1px solid #000000;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
*/


/* バナー */

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

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

}


/* レイアウト */

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


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

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


#container {
	background: #EAFAC9;
	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: #F8FBF2;
	margin: 0px;
	padding: 0px;
}


.blogbody {
	border-top: 2px solid #6d716a;
	border-left: 2px solid #6d716a;

	border-bottom: 2px solid #bcbeba;
	border-right: 2px solid #bcbeba;

	/*background-color:#F8FBF2;*/
                      background-image:url(http://ohne.net/imgs/kiji_bg.gif);
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, Osaka,"Trebuchet MS", verdana, arial, sans-serif;
	font-weight:normal;
	line-height:1.5em;
	margin-bottom:0.5em;
	padding: 0.1em;
	font-size:small;
}


.date	{ 
	color: #000000;
	border-bottom: 2px solid #000000;
	font-family:'Trebuchet MS', verdana ,arial ,fantasy;
	font-size:large;
	font-weight: bold;
	font-stretch: wider;
	margin: 0.5em 0em 0.5em 0em;
                     background: #EAFAC9;
}


.title	{
	border-top: 2px solid #dedced;
	border-bottom: 2px solid #3f386d;
	border-right: 2px solid #3f386d;
	border-left: 2px solid #dedced;
	/*background-color: #7d80c6;*/
                     background-image:url(http://ohne.net/imgs/header_bg.gif);
	color: #dedced;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, Osaka,"Trebuchet MS", verdana, arial, sans-serif;
	font-size: large;
	font-weight: bold;
	padding-top: 5px; 
}


.posted {
	border-top: 2px solid #dedced;
	border-bottom: 2px solid #3f386d;
	border-right: 2px solid #3f386d;
	border-left: 2px solid #dedced;
	background-color: #7d80c6;

	background: #ffffff;
	color:#000000;
	font-family:'Trebuchet MS', verdana ,arial ,cursive;
	font-size: x-small;
	font-weight:normal;
}


.extended {
	background: #ffffff;

	color:#000000;
	display:block;
	float:right;
	font-family: "Trebuchet MS", verdana, arial, cursive;
	font-size:1em;
	font-style:normal;
}


/* サイドバー */

.sidetitle {
 	background: #EAFAC9;
	border-bottom: 1px solid #000000;
	color: #000000;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-weight: bold;
	padding: 0em 0em 0em 0.5em;
	text-align:center;
}


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


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


.powered {

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

/*カテゴリ(2004.02.12) */
.category { 
font-family: "ヒラギノ明朝 Pro W6", Osaka, "ＭＳ Ｐゴシック", trebuchet 
MS, trebuchet, verdana, arial, sans-serif; 
font-size: x-small; 
color: #999; 
text-align:right; 
}

/*blockquote設定*/
blockquote {
	color: #000000;
	background:#F0F1EF;
	margin:5px 40px 5px 40px;
	font-size:small;
	font-weight:normal;
	line-height:150%;
	padding: 10px; 
	border-style: double;
	border: 3px solid #EDEEF8; 
	width: auto;
	}

/*quotetitle設定*/
.quotetitle{
	background:#EDEEF8;
	border-top: 1px solid #C6CAC1;
	border-bottom: 1px solid #E1E3DF;
	border-right: 1px solid #E1E3DF;
	border-left: 1px solid #C6CAC1;
	background-color: #EDEEF8;

	font-size:small;
	font-weight:normal;
	padding: 3px;
	}

/* カレンダー */

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


.calendarhead {
	border-top: 2px solid #232667;
	border-bottom: 2px solid #8185d3;
	border-right: 2px solid #8185d3;
	border-left: 2px solid #232667;
	background-color: #353a9d;

	color: #d7dbff;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size: small;
	font-weight: bold;
	padding: 0em 0em 0em 0.5em;
	text-align:center;

}


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

#menu {
	background: #EAFAC9;
	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 {
	border-top: 2px solid #4D4E64;
	border-bottom: 2px solid #4D4E64;
	border-right: 2px solid #4D4E64;
	border-left: 2px solid #4D4E64;
	background-color: #bec0bf;

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


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


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


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

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


#banner-commentspop {
	background: #EAFAC9;
	color: #EAFAC9;
	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: #EAFAC9;
	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 {
	background: #EAFAC9;
	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 {
	background: #EAFAC9;
	color:#000000;
	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: "ＭＳ Ｐゴシック","ヒラギノ角ゴシック W3","Osaka",sans-serif;
}


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