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


/* 全体 */

body {
	background: url(http://toooru.com/blog/archives/images/back1.png);
	margin: 0px;
	padding: 0px;
	z-index: 0;
}


/* リンク関連 */

a                { color: #3399CC; text-decoration: none; background: none;}
a:link           { color: #0099CC; border-bottom: 1px #0099CC dotted; background: none;}
a:link:hover     { color: #003366; border-bottom-style: solid; border-bottom: 1px #FF3300 solid; background: none;}
a:link:active    { color: #FFFFFF; text-decoration: none; background: #FF6666;}

a:visited        { color: #00CC99; border-bottom: 1px #00CC99 dotted; background: none;}
a:visited:hover  { color: #003366; border-bottom-style: solid; border-bottom: 1px #FF3300 solid; background: none;}
a:visited:active { color: #FFFFFF; text-decoration: none; background: #003366;}


/* 見出し */

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


/* 全体を囲う箱 */

#inbox {
	background: #fff url(http://toooru.com/images/back6.jpg) repeat-x;
	width: 750px;
	border: 2px #000000 solid;
	border-top: 0px #000000 solid;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}


/* バナー */

#banner {
	background: url(http://toooru.com/images/top_banner.jpg) center top no-repeat;
	width: 100%;
	height: 100px;
	color: #000000;
	font-size: 12px;
	font-family: Trebuchet MS, verdana, arial, sans-serif;
	font-weight: bold;
	margin-bottom: 0px;
/*	padding: 60px;*/
	border-bottom: 1px #6aa solid;
	border-bottom: 1px #e5e5e5 solid;
}


#banner a {
/*	font-size: none;*/
	color: #99CCFF;
	text-decoration: none;
	background: none;
	border: none;
	padding: 0 0 0 0;
}

#banner a:hover {
/*	font-size: none;*/
	color: #FF9966;
	text-decoration: none;
	background: none;
	border: none;
	padding: 0 0 0 2px;
}
/*
#banner a:active {
	color: #FF6633;
	border: none;
	padding: 0 0 0 4px;
}
*/

#logo {
	background:none;
	float:left;
	display:block;
	width:150px;
	height:50px;
	margin:50px 0 0 50px;
	text-indent:-10000px;
	border-width:0;
	text-decoration:none;
}

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



/* class */

.invisible {display:none;}

/* Navigation List */

.navigation {
	background:  url(http://toooru.com/images/nav_bar.jpg);
	border-bottom: 0px dashed #e5e5e5;
	border-top: 0px dashed #e5e5e5;
	margin-bottom: 10px;
}

ul#navlist {
	list-style-type:none;
	margin:0;
	margin-bottom: 0px;
	padding:0;
}

ul#navlist li {
	float: left;
	font-family: Verdana, Arial, Sans-serif;
	text-transform: lowercase;
	font-size:75%;
	font-weight:bold;
	margin:0;
	padding:4px 8px 12px 0;
	padding:4px 0px 4px 0px;
	border-right: 1px solid #6aa;
}

ul#navlist li a {border-bottom:none;}

ul#navlist a {
	background:url(http://toooru.com/images/nav_bar2.png2);
	color:#ccc;
	margin:0;
	padding:4px 8px 4px 8px;
	padding:4px 20px 4px 20px;
	text-decoration:none;
}

ul#navlist li a:hover {
	background:#699;
	color:#fff;
}

body#home li.home a, body#about li.about a, body#sound li.sound a, body#diary li.diary a, body#memories li.memories a, body#links li.links a, body#orison li.orison a, body#photo li.photo a {
	background:#6aa;
	color:#fff;
}



/* レイアウト */

#links {
	float: right;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	padding-left: 0px;
	padding-right: 0px;
	width: 400px;
	background: transparent;
	background: #fff url(http://toooru.com/images/back5.jpg) right repeat-y;
	border: 1px dashed #669999;
	border: 1px dashed #669999;
}


#content {
	background-color: transparent;
	border-right: 2px dotted #e5e5e5;
	margin: 0px 420px 0px 10px;
	padding: 0px 9px 0px 0px;
}


#container {
	background-color: transparent;
	border-right: 2px dotted #e5e5e5;
	margin: 0px 420px 0px 10px;
	padding: 0px 9px 0px 0px;
}

/*
#container {
	border-right: 1px solid #e5e5e5;
	margin: 5px 415px 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: #fff;
	margin: 0px;
	margin-bottom: 0%;
	padding: 10px;
	border: 1px dashed #669999;
	border: 1px dashed #669999;
}


.blogbody {
	background: transparent;
	color: #333333;
	font-family: ＭＳ Ｐゴシック, ヒラギノ丸ゴ Pro W4, HiraMaruPro-W4, Osaka,Trebuchet MS, verdana, arial, sans-serif;
	font-size: small;
	font-weight:normal;
	line-height:150%;
	margin-bottom:0%;
	padding: 1.5%;
}


.date	{ 
 	background-color: #EEFFFF;
 	background: none;
	color: #00CCCC;
	font-family: verdana ,arial ,sans-serif;
	font-size: 80%;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 0 0 5px 5px;
}

.date2	{ 
 	background-color: #EEFFFF;
 	background: none;
	color: #00CCCC;
	font-family: verdana ,arial ,sans-serif;
	font-size: 90%;
	font-weight: bold;
	text-align: right;
	letter-spacing: 0.1em;
	padding: 0 5px 5px 0;
}


.title	{
	background-color: #E8FFE8;
	background: none;
	border-top: 0px dashed #66CC66;
	color: #335566;
	font-family: ＭＳ Ｐゴシック, ヒラギノ丸ゴ Pro W4, HiraMaruPro-W4, Osaka, verdana, arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-left: 5px; 
	padding-top: 10px; 
	margin-right: auto;
}


.posted {
	float: right;
	text-align: right;
	text-align: none;
	background: none;
	background-color: #CCDDCC;
	background: none;
	color:#667766;
	font-family: verdana, arial, sans-serif, ＭＳ Ｐゴシック, Osaka;
	font-size: xx-small;
	font-weight:normal;
	margin-top: 0px;
	padding-right: 10px;
	padding-top: 0px;
}
.posted a:link	{ border: none; }
.posted a:link:hover	{ border-bottom: 1px #FF3300 solid; }
.posted a:visited	{ border: none; }
.posted a:visited:hover	{ border-bottom: 1px #FF3300 solid; }

.extended {
	color:#000000;
/*	display:block;
	float:right;*/
	font-family: Trebuchet MS, verdana, arial, sans-serif, ＭＳ Ｐゴシック, Osaka;
	font-size:100%;
	font-style:normal;
}

/* サムネール画像の設定 */
.thumb	{
	float: left;
	width: 120px;
}
.thumb a:link	{ border: none; }
.thumb a:link:hover	{ border: none; }
.thumb a:visited	{ border: none; }
.thumb a:visited:hover	{ border: none; }


/*◆blockquote設定◆*/
	blockquote {
		color: #666666;
		background:#ffeee5;
		margin:5px 40px 5px 40px;
		font-size:small;
		font-weight:normal;
		line-height:150%;
		padding: 10px;
		border: 2px dotted #999999;
		width: auto;
		}
	blockquote a:link	{ border: none; }
	blockquote a:visited	{ border: none; }

/*◆blockquote1設定◆*/
	.blockquote1 {
		color: #666666;
		background: #fff9f1;
		background-image: url(http://toooru.com/memory/archives/images/kiku.jpg);
		margin:5px 40px 5px 40px;
		font-size:small;
		font-weight:normal;
		line-height:150%;
		padding: 10px;
		border: 2px solid  #999999;
		width: auto;
		text-align:center;
		}

/*◆blockquote2設定◆*/
	.blockquote2 {
		color: #666666;
		background: #fff9f1;
		background-image: url(http://toooru.com/memory/archives/images/kiku.jpg);
		margin:5px 40px 5px 40px;
		font-size:medium;
		font-weight:normal;
		line-height:150%;
		padding: 10px;
		border: 2px solid  #999999;
		width: auto;
		text-align:left;
		}

/*◆右寄せ設定◆*/
	.right {
		text-align:right;
		}

/*◆quotetitle設定◆*/
	.quotetitle{
		font-size:medium;
		font-weight:normal;
		border-bottom: 1px solid #666666;
		padding: 3px;
		text-align:center;
		}


/* 画像回りの余白 */
	.image{
		padding: 5px;
		background: #FFE;
		border: 1px solid #999;
		border-right: 1px solid #666;
		border-bottom: 1px solid #666;
}


/* サイドバー */

.sidetitle {
	background: none;
	background-color: #EEFFEE;
	background-image: url(http://toooru.com/memory/archives/images/paper.jpg);
	color: #336677;
	font-family: skia, verdana, arial, sans-serif;
	font-size: large;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 5px;
	margin-top: 0px;
	border: 0px solid #CCCCCC;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
}


.side {
	color: #666666;
	font-family: skia, ＭＳ Ｐゴシック, ヒラギノ丸ゴ Pro W4, HiraMaruPro-W4, Osaka,Trebuchet MS, verdana, arial, sans-serif;
	font-size: 90%;
	font-weight: normal;
	line-height: 150%;
	margin-bottom: 0.5em;
	padding: 0.5em;
	padding-left: 20px;
	padding-right: 20px;
	color: #666;
	background: none;
	border-bottom: 1px dashed #669999;
	border-bottom: 0px dashed #669999;
}

/* .side のリンク設定 */

.side .title a:link	{
	color: #356;
	border: none;
}

.side .title a:link:hover	{
	color: #036;
	border-bottom: 1px solid #F30;
}

.side .title a:link:active	{
	color: #fff;
	background: #f66;
	border-bottom: 1px solid #F30;
}

.side .title a:visited	{
	color: #356;
	border: none;
}

.side .title a:visited:hover	{
	color: #036;
	border-bottom: 1px solid #F30;
}

.side .title a:visited:active	{
	color: #fff;
	background: #036;
	border-bottom: 1px solid #F30;
}



/*
.side a:link	{
	color: #369;
	background: none;
	border: none;
}
.side a:link:hover	{
	color: #C30;
	background: none;
	border-left: 0px #FF6666 double;
	border-bottom: 0px #FF6666 dotted;
	padding-left: 0px;
}
.side a:link:active    {
	color: #369;
	text-decoration: none;
	background: #FF6666;
	border-bottom: none;
}
.side a:visited	{
	color: #356;
	background: none;
	border-bottom: none;
}
.side a:visited:hover	{
	color: #C30;
	background: none;
	border-left: 0px #FF6666 double;
	border-bottom: 0px #00CC99 dotted;
	padding-left: 0px;
}
.side a:visited:active {
	color: #369;
	text-decoration: none;
	background: #00CC99;
	border-left: 0px #00CC99 solid;
	border-bottom: none;
}
*/

/* 検索窓・ボタンの設定 */
#searchbox	{
	background-color: #ded;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-left: 10px;
}

#searchbutton	{
	font-family: skia, century gothic, verdana, arial, sans-serif;
	font-family: century gothic, verdana, arial, sans-serif;
	letter-spacing: 0.1em;
	background-color: #dde;
	border: 2px dotted #369;
	padding-left: 10px;
}

/* input, textarea の設定 */
input, textarea	{
	color: #367;
}

/*
input, textarea	{
	color: #367;
	background-color: #DDEEDD;
}
*/

.syndicate {
	color:#666666;
	font-family: Trebuchet MS, verdana, arial, sans-serif;
	font-size: 90%;
	font-weight:normal;
	line-height:150%;
	margin-bottom:0.5em;
	padding:0.5em;
	text-align: center;
}
.syndicate a:link           { color: #33CCFF; border-bottom: 1px #0099CC dotted; background: none;}
.syndicate a:link:hover     { color: #369; border-bottom-style: solid; border-bottom: 1px #FF3300 solid; background: none;}
.syndicate a:link:active    { color: #369; text-decoration: none; background: #FF6666;}

.syndicate a:visited        { color: #00CC99; border-bottom: 1px #00CC99 dotted; background: none;}
.syndicate a:visited:hover  { color: #369; border-bottom-style: solid; border-bottom: 1px #FF3300 solid; background: none;}
.syndicate a:visited:active { color: #369; text-decoration: none; background: #003366;}


.powered {
	color:#666;
	font-family: Trebuchet MS, verdana, arial, sans-serif;
	font-size: 90%;
	font-weight:normal;
	line-height:150%;
	margin-bottom:0.5em;
	padding:0.5em;
	text-align: center;
	letter-spacing: 0.1em;
}
.powered a:link           { color: #33CCFF; border-bottom: 1px #0099CC dotted; background: none;}
.powered a:link:hover     { color: #369; border-bottom-style: solid; border-bottom: 1px #FF3300 solid; background: none;}
.powered a:link:active    { color: #369; text-decoration: none; background: #FF6666;}

.powered a:visited        { color: #00CC99; border-bottom: 1px #00CC99 dotted; background: none;}
.powered a:visited:hover  { color: #369; border-bottom-style: solid; border-bottom: 1px #FF3300 solid; background: none;}
.powered a:visited:active { color: #369; text-decoration: none; background: #003366;}


/* カレンダー */

.calendarhead {
	background: none;
	background-color: #EEFFEE;
	background-image: url(http://toooru.com/memory/archives/images/paper.jpg);
	padding: 5px;
	margin-top: 0px;
	border: 1px solid #CCCCCC;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	color: #336677;
	font-family: Trebuchet MS, verdana, arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
}

.calendar {
	background: none;
	font-family: ＭＳ Ｐゴシック, ヒラギノ丸ゴ Pro W4, HiraMaruPro-W4, Osaka,Trebuchet MS, verdana, arial, sans-serif;
	font-size: 90%;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 0 0 0.5em 0;
	text-align: center;
	border-bottom: 1px dashed #669999;
}

.calendardate {
	background: none;
	color: #666;
	font-family: ＭＳ Ｐゴシック, ヒラギノ丸ゴ Pro W4, HiraMaruPro-W4, Osaka,Trebuchet MS, verdana, arial, sans-serif;
	font-size: 90%;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 0 0 0.5em 0;
	text-align: center;
}

.calendardate a:link	{
	color: #FF6666;
	background: none;
	border: none;
}
.calendardate a:link:hover	{
	color: #FFF;
	background: #F66;
	border-bottom: none;
}
.calendardate a:link:active	{
	color: #FFF;
	background: #F66;
	border-bottom: none;
}
.calendardate a:visited	{
	color: #00FFCC;
	background: none;
	border-bottom: 1px #000000 solid;
}
.calendardate a:visited:hover	{
	color: #FFF;
	background: #F66;
	border-bottom: none;
}
.calendardate a:visited:active	{
	color: #FFF;
	background: #F66;
	border-bottom: none;
}


.sunday {
	background: none;
	color: #FF6666;
	font-family: ＭＳ Ｐゴシック, ヒラギノ丸ゴ Pro W4, HiraMaruPro-W4, Osaka,Trebuchet MS, verdana, arial, sans-serif;
	font-size: 90%;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 0 0 0.5em 0;
	text-align: center;
}

.weekday {
	background: none;
	color: #6C6;
	font-family: ＭＳ Ｐゴシック, ヒラギノ丸ゴ Pro W4, HiraMaruPro-W4, Osaka,Trebuchet MS, verdana, arial, sans-serif;
	font-size: 90%;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 0 0 0.5em 0;
	text-align: center;
}

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

#menu {
	background: #FFFFFF;
	font-family: ＭＳ Ｐゴシック, ヒラギノ丸ゴ Pro W4, HiraMaruPro-W4, Osaka,Trebuchet MS, verdana, arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	padding: 0.5px;
	text-align:center;
	border: 1px dashed #336633;
	border-bottom: none;
}


.comments-body {
	background: none;
	color: #333333;
	font-family: ＭＳ Ｐゴシック, ヒラギノ丸ゴ Pro W4, HiraMaruPro-W4, Osaka,Trebuchet MS, verdana, arial, sans-serif;
	font-size: 90%;
	font-weight: normal;
	line-height: 150%;
	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: 80%;
	font-weight: normal;
}


.comments-head	{
	border-bottom: 1px dashed #669999;
	color: #333333; 
	font-family: Trebuchet MS, verdana, arial, sans-serif;
	font-weight: bold;
	padding: 0.5em 0 0 0.5em;
}


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

#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: #335566;
	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 #FF9999;
 	padding:5px;
  	background:#FFF;
  	line-height:140%;
}


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


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


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

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


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

/*
Title: simpleblue
Author: ななせ♪
Access: http://www.sucharaka.jp/
CSSLicense: 【すちゃらか素材集】
*/
