@charset "EUC-JP";


/* --- ボディ（主に背景色）--- */
body {
	color: #fff;
	background-color: #000;

	font: normal normal normal 100%/1.5 "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, verdana ,arial ,sans-serif;

	text-align:center;
	margin: 0px; padding: 0px;
} 

/* 全体を囲う箱（実際のblogカラーリング） */

#inbox {
	width: 750px;
	margin-left: auto;margin-right: auto;
	text-align:left;padding: 0px;
font-size: 80%;
}

/* リンク関連（標準では左メニューのリンクにも影響されます） */

A                { text-decoration: none; background: none; }
A:link           { color: #FF9900; }
A:link:hover     { color: #FF9900; text-decoration: underline; }
A:link:active    { color: #FF9900; text-decoration: underline; }
A:visited       { color: #FF9900; }
A:visited:hover  { color: #FF9900; text-decoration: underline; }



/* ----------------- HTMLタグの表現定義 ----------------- */
pre		{ display: block; }

em {
	color: #993333;
	font-style: normal;
	font-weight: bold;
	font-size: 80%;
}

strong		{ font-weight: bold; }

blockquote {
	color: #9D7A55;
	font-size: 90%;
	border: 1px solid #E2C19E;
	margin: 10px;
	padding: 5px 7px;
}

blockquote p {
	padding: 0px;
	margin: 0px;
	font-style: italic;
}

p.source {
	margin: 0px 20px 1em 20px;
	padding: 0px;
	font-size: 90%;
	text-align: right;
}

q {
	color: #669;
	font-style: italic;
}

cite		{ font-style: normal; }
ul		{ padding-left: 2em; }
ol		{ padding-left: 2em; }
dl dd		{ padding-left: 2em; }
del		{ color:#aaa;text-decoration: line-through; }
ins		{ text-decoration:none;border-bottom: 1px dashed #993333; }

textarea,
input {
	background: #FFEEDD;
	font: normal normal normal 100%/100% "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, verdana ,arial ,sans-serif;

	border:1px solid #333;
	padding: 2px 3px 0px;
	margin: 2px 0px;
}

/* --- クッキーのフォームだけ背景と枠を外す --- */ 
#set_cookie {
	background: none;
	border: 0px;
	margin-left: 5px;
}


/* sbからイメージを投稿した場合に自動的に割り当てられるclass */
img.pict	{ }





/* h2h3h4はCommentsやTrackBackのタイトルにも使用 */
h2,h3,h4 {
	color: #333;
	font-size: 95%;
	font-weight: bold;
	border-bottom: 1px solid  #035A8F;
	border-left: 5px solid  #035A8F;
	margin: 0px;
	padding: 2px 0 2px 5px;
	text-align: left;
}


/* ---------------- ここからBlogの表示設定 ---------------- */

/* --- blogそのもののタイトル（一番上） --- */
div.title {
background-image:url(http://www.kakusyo.com/blog_img/logo.gif);
background-repeat: no-repeat;
background-position: right;
width: 95%;
height: 60px;
margin:0 auto;
}

div.title h1 {
display: block;
text-indent: -9999px;
}

div.title h1 a {
display: block;
text-indent: -9999px;
text-decoration: none;
}




/* h2(Blogタイトルの表現方法) */
h2 a		{ text-decoration: none; }
h2 a:link	{ color: #333; }
h2 a:visited { color: #333; }



/* --- 著作権と「上に戻る」(一番下) --- */
div.footer {
	clear: both;
	text-align:center;
	margin: 10px 20px 0px;
	padding-bottom:10px;
}

div.footer a		{ text-decoration: none; }
div.footer address	{
	color: #fff;
	font: normal normal normal 80%/130% "Verdana",sans-serif;
	margin-top: 3px;
	padding-top: 8px;
}

p#link2top {
width: 730px;
	font-size: 85%;
	text-align: right;
}

p#link2top:before	{ content: "[ "; }
p#link2top:after	{ content: " ]"; }


/* --- 左ウィンドウ（logを表示する場所）の比率 --- */
div.contents {
	width: 490px;
	float: left;
	clear: left;
margin-top: 10px;
color: #333;
}






div.page {
	font-size : 90%;
	text-align: center;
}

div.page a { text-decoration: none; }

div.body hr {
	color: #fff;
	border-style: none;
	border-top: 1px solid #666;
	clear: both;
	height: 1px;
	margin: 0px auto;
	padding: 0px;
}




/* --- ここから個別のエントリー --- */
div.entry {
	margin: 0px  0px 10px 0px;
	padding: 10px;
background-image: url(http://www.kakusyo.com/blog_img/entry_bg.jpg);
background-repeat: repeat-y;
}


div.entry h2  {	margin-top: 10px;}





/* 書いた人 */
div.entry div.entry_author {
	font-size: 90%;
	text-align: right;
	margin: 0px;
	padding: 1px 5px;
}

div.entry div.entry_author a {
	text-decoration: none;
}

/* 本文 */
div.entry div.entry_body {
	font-size: 95%;
	padding: 15px 10px 5px;

}
div.entry div.entry_body A    { text-decoration: underline; }

/* 続きを読む */
div.entry div.entry_more {
	margin: 0px 10px;
	padding: 5px 0px 15px;
	font-size: 90%;
}

/* 続きを読む　をクリックした後の表示  */
div.continue {
	margin-top:10px;
	padding-top: 3px;
	font-weight:bold;
	border-top:1px dashed #333;
}

div.entry div.entry_more A    { text-decoration: underline; }

/* コメントとトラックバックを貰った回数を表示 */
div.entry div.entry_state {
	font-size: 90%;
	text-align: right;
	margin: 0px;
	padding: 2px 10px 2px 10px;
}

div.entry div.entry_state a { text-decoration: underline; }

div.entry div.entry_navi {
	font-size: 90%;
	text-align: center;
	margin: 0px;
	padding: 0px 10px 10px 10px;
}
div.entry div.entry_navi a {
	text-decoration: none;
}


/* --- コメント --- */
div.comment {
	font-family: "Verdana",sans-serif;
	margin: 10px 0px 10px 0px;
	padding: 10px;
background-image: url(http://www.kakusyo.com/blog_img/entry_bg.jpg);
background-repeat: repeat-y;
}

div.comment h3 {
	color: #333;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding-left: 5px;
}

/* h4は「Comment Form（下線付き）」の部分です */
div.comment h4 {
	color: #333;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 5px;
}

div.comment form {
	margin: 10px 0px;
	padding: 0px;
}

div.comment form dl { font-size: 90%; }
div.comment form dl dt {
	text-align: right;
	display: block;
	clear: left;
	float: left;
	width: 8em;
	margin: 0px;
	padding: 0px;
}
div.comment textarea { line-height:140%; }
div.comment form dl dt label#labelsubmit { display: none; }

div.comment form dl dd {
	margin: 0px 0px 0px 8.5em;
	padding: 0px;
}

div.comment dl.body {
	font-size: 90%;
	line-height: 1.3em;
	border:1px solid #666;

	margin: 10px 0px;
	padding: 5px 10px 0px;
}

div.comment dl.body dt {
	border-top: 1px dashed #666; 
	margin: 3px 0px;
	padding: 0px;
	font-size: 90%;
	text-align: right;
}

div.comment dl.body dd {
	margin: 0px;
	padding: 0px;
}


/* トラックバック */
div.trackback {
	margin: 10px 0px 10px 0px;
	padding: 10px;
background-image: url(http://www.kakusyo.com/blog_img/entry_bg.jpg);
background-repeat: repeat-y;
}

div.trackback h3 {
	color: #333;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding-left: 5px;
}

div.trackback p.link {
	font-size: 90%;
	text-align: right;
	padding: 2px 5px;
}

div.trackback dl.body {
	font-size: 90%;
	line-height: 1.3em;
	margin: 10px 0px;
	padding: 0px;
}

div.trackback dl.body dt {
	text-align: right;
	border-top: 1px dashed #666; 
	margin: 2px 3px 2px 10px;
	padding: 0px;
}

div.trackback dl.body dd {
	margin: 0px;
	padding: 0px 10px 0px 20px;
}

/* --- プロフィール --- */
div.profile {
	margin: 10px 0px 10px 0px;
	padding: 10px;
background-image: url(http://www.kakusyo.com/blog_img/entry_bg.jpg);
background-repeat: repeat-y;
}

div.profile div.profile_body {
	color: #333;
	font-size: 100%;
	line-height: 1.4em;
	margin: 0px;
	padding: 15px 20px 5px 20px;
}



/* ----------------- ここからメニュー部分 ----------------- */

div.navigation {
	color: #ccc;
	font-size: 95%;
	font-family: "Verdana",sans-serif;
	margin-left: 70%;
	padding: 8px;
}

/* メニュー部分にあるBLOGタイトル */
div.navigation dl.title dd#description {
	font-size:90%;
	padding: 2px 3px 0px;
}


/* リスト表示の表現 */
div.navigation dl {
	margin: 10px 0px;
	padding: 0px;
}

div.navigation dl dt {
	color: #fff;
margin: 0 0 3px 0;
padding: 1px 0 1px 1em;
height: 25px;
background-image: url(http://www.kakusyo.com/blog_img/title_bg.gif);
background-repeat: no-repeat;
}

div.navigation dl dd {
	margin: 0px;
	padding: 0px;
}

div.navigation dl dd ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div.navigation dl dd ul li {
	color: #999;
	font-size: 95%;
	display: block;
	margin: 0px;
	padding: 2px 0px 2px 5px;
}

div.navigation dl dd ul li li {
	border-top: 1px dashed #ccd;
	border-bottom: 0px none #fafaff;
}

div.navigation dl dd ul li a	{ text-decoration: none; }
div.navigation dl.extra dt	{  }
div.navigation dl.extra ul {
	list-style: none;
	text-align: center;
	margin: 0px;
	padding: 3px 0px;
}

div.navigation dl.extra a {
	text-decoration: none;
}

div.navigation dl.extra li {
	color: #999;
	line-height: 1.3em;
	padding: 0px;
}

div.navigation dl.search {
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

div.navigation dl.search dt { }



/* カレンダー */
div.navigation dl.calendar { }

div.navigation dl.calendar dd {
margin: 0px;
padding: 0px;
text-align: center;
}
div.navigation dl.calendar dd table {
width: 180px;
margin: 0px;
margin-left: auto;
margin-right: auto;
padding: 0px;
border: 0px none;
border-color: #ccc #333 #333 #ccc;
}
div.navigation dl.calendar dd table td.cell {
padding: 1px;
font-size: 10px;
line-height: 170%;
color: #999;
text-align: center;
}
div.navigation dl.calendar dd table td.weekday {
padding: 1px;
font-family: mono-space;
font-size: 10px;
line-height: 170%;
color: #666;
text-align: center;
}
div.navigation dl.calendar dd table td.cell a {
margin: -1px;
padding: 1px;
text-decoration: none;
font-weight: bold;
display: block;
}
div.navigation div.calendar table td.cell span.today {
color: #b99;
}
div.navigation div.calendar table td.cell a span.today {
font-weight: bold;
}
div.navigation dl.calendar dd td.calendar_month {
font-size: 10px;
text-align: center;
}
div.navigation dl.calendar dd td.calendar_month a {
text-decoration: none;
}

div.description {
color:#000000
background:#cccccc
font-size: 90%;
padding: 3px 12px 3px 10px;
}


/* 汎用メニューボックスの表示 */
div.navigation dl.linktext dt {
	font-size: 95%;
	font-weight: bold;
	border-bottom: 1px solid #000;
	margin: 10px 0px 0px;
	padding: 2px 3px 0px;
}

div.navigation dl.linktext dd {
	color: #556;
	font-size: 90%;
	line-height: 140%;
	border-bottom: 1px dashed #999;
	list-style: none;
	padding: 4px 2px 3px;
}


/* ----------------- ナビゲーション ----------------- */

p#home {
width: 95%;
height: 15px;
margin: 5px auto;
text-align: left;
}
p#home a  {
width: 150px;
height: 15px;
display: block;
text-indent: -9999px;
text-decoration: none;
background-image: url(http://www.kakusyo.com/img/b-5.gif); 
background-repeat: no-repeat;
}


#navi {
width: 100%;
height: 25px;
margin: 0;
clear:both;
background-color: #666;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}
#navi ul {
width: 750px;
height: 25px;
margin: 1px auto;
}
 
#navi li {
width: 100px;
height: 23px;
float: left;
margin: 0;
display: block;
}
#navi li a {
width: 100px;
height: 23px;
float: left;
margin: 0;
display: block;
text-indent: -9999px;
text-decoration: none;
}

#navi li#meal a {background-image: url(http://www.kakusyo.com/img/m_1.gif); background-repeat: no-repeat;}
#navi li#space a {background-image: url(http://www.kakusyo.com/img/m_2.gif); background-repeat: no-repeat;}
#navi li#time a {background-image: url(http://www.kakusyo.com/img/m_3.gif); background-repeat: no-repeat;}
#navi li#aisatsu a {background-image: url(http://www.kakusyo.com/img/m_4.gif); background-repeat: no-repeat;}
#navi li#access a {background-image: url(http://www.kakusyo.com/img/m_5.gif); background-repeat: no-repeat;}
#navi li#link a {background-image: url(http://www.kakusyo.com/img/m_6.gif); background-repeat: no-repeat;}
#navi li#site_map a {background-image: url(http://www.kakusyo.com/img/m_8.gif); background-repeat: no-repeat;}

#navi li#meal a:hover {background-image: url(http://www.kakusyo.com/img/m_12.gif); background-repeat: no-repeat;}
#navi li#space a:hover  {background-image: url(http://www.kakusyo.com/img/m_22.gif); background-repeat: no-repeat;}
#navi li#time a:hover  {background-image: url(http://www.kakusyo.com/img/m_32.gif); background-repeat: no-repeat;}
#navi li#aisatsu a:hover  {background-image: url(http://www.kakusyo.com/img/m_42.gif); background-repeat: no-repeat;}
#navi li#access a:hover  {background-image: url(http://www.kakusyo.com/img/m_52.gif); background-repeat: no-repeat;}
#navi li#link a:hover  {background-image: url(http://www.kakusyo.com/img/m_62.gif); background-repeat: no-repeat;}
#navi li#site_map a:hover  {background-image: url(http://www.kakusyo.com/img/m_82.gif); background-repeat: no-repeat;}


#text_navi {
width: 100%;
height: 25px;
margin: 0;
clear:both;
background-color: #666;
font-size: 75%; 
color: #ccc;
}

#text_navi p {vertical-align: middle; padding-top: 5px}

#text_navi a {color: #fff; }
#text_navi a:link {color: #fff; }
#text_navi a: hover {color: #ff9900; text-decoration: underline;}
#text_navi a: visited {color: #fff; }
#text_navi a: visited:hover {color: #ff9900; text-decoration: underline;}
