@charset "EUC-JP";

/* すべて */
body {
	margin: 0px 0px 13px 0px;
		background-color: #EDE5D4;
        	text-align: center;
}

/* 見出し */
h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

/* リンク */
a {
	text-decoration: none;
	
	
	}

a:link {
	color: #4040FF;
	}

a:visited {
	color: #000040;
	}

a:active {
	color: #8FABBE;
	}

a:hover {
	color: #006699;
	}

a img {
    border: 0;
}


#container {
	line-height: 130%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 785px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}



#banner {
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
	background-color: #A0110B;
	text-align: left;
	padding: 5px 40px;
	border-bottom: 1px solid #FFFFFF;
	height: 85px;
	}

#navigation {
margin: 0px;
width: 785px;
padding: 0px;
background: #A0110B;
}

#navigation UL {
list-style: none;
margin: 0px;
padding: 0px;
font-size: 0.8em;
text-align: center;
background: #A0110B;
}

#navigation LI {
display: inline;
white-space: nowrap;
}

#navigation LI.big {
font-size: 1.4em;
display: inline;
white-space: nowrap;
}

#navigation A {
text-decoration: none;
color: #000000;
background-color: #EDE5D4;
padding : 1px 6px;
}

#navigation A:HOVER{
text-decoration: none;
color : white;
background-color : #3366cc;
}

#right {
		float: left;
	width: 208px;
	background-color: #FFFFFF;
	overflow: hidden;
}

/* 個別ページの本文・サイドバー構造をひっくり返すため、トップや他の部分で使っているDIV定義用rightのとは別に用意 */

#right2 {
		float: right;
	width: 208px;
	background-color: #FFFFFF;
	overflow: hidden;
}

/* トップページサイドバーを色分けするための試験的な定義。トップや他の部分で使っているDIV定義用rightのとは別に用意 */

#right3 {
		float: right;
	width: 208px;
	background-color: #FFFFFF;
	overflow: hidden;
	border-right: 1px #A0110B dotted;
}

#center {
	float: right;
	width: 575px;
	overflow: hidden;
	}

/* 個別ページの本文・サイドバー構造をひっくり返すため、トップや他の部分で使っているDIV定義用centerのとは別に用意 */

#center2 {
	float: left;
	width: 575px;
	overflow: hidden;
	}

#powered {
	clear:both;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
	line-height: 1.2em;
	text-align: center;
	color: #666666;
	margin-top: 20px;
	}

/* 個別ページのパン屑リストでタイトルをh2表記するため。そのままではH2部分が改行されるのでDIVで囲む際の定義 */

#topicpath {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	}

/* 個別ページ本文上部広告表示用 */
#adsense2 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #800000;
	border-bottom-color: #800000;
	padding-top: 5px;
	padding-bottom: 5px;
	}

.sidebar {
	padding: 5px;
}

.content {
	padding: 15px 15px 5px 15px;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.79em;
}

.clear {
    clear: both;
}

/* エントリー全体 */

.content pre {
	font-size: 1.1em;
}

/* アーカイブテンプレートの前後リンク */
.content-nav {
    margin: 5px 0 12px 5px;
    text-align: left;
    font-size: 10px;
}


/* カレンダー */
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #444444;
    font-size: 9px;
    background: none;
    letter-spacing: 0.1em;
}
.calbody {
    margin-bottom: 15px;
    text-align: center;
    color: #444444;
    background: none;
}
.calbody table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
    width: 155px;
}
.calbody td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}
.today {
    display: block;
    text-align: center;
    color: #444444;
    border: 1px solid #444444;
}
.red {
    color: #e50003;
}
.blue {
    color: blue;
}

/* 月別アーカイブ用 */

.kako {
     white-space: normal !important;
     }

.kakom {
     width:140px;
     position: relative;
     left:15px;
     }

.kakom a {
     margin-right: 4px;
     }


/* 段落 */
.content p {
	color: #000000;
	font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.5em;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 15px;
	}

/* トップページ上部お知らせ部分用 */
.content p.news {
	color: #000000;
	font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-weight: normal;
	line-height: 120%;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	}

/* トップページ上部最初の記事用 要らないかも? */
.content div.toptext {
	color: #000000;
	font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 120%;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	}

.content li {
	line-height: 150%;
	}

/* 引用 */
.content blockquote {
margin-right: 2em;
margin-left: 2em;
padding-left: 1em;
padding-right: 1em;
padding-top: 0.5em;
padding-bottom: 0.5em;
border: 2px dashed #CC6633;
width: auto;
background-color: #FFFFCC;
	}

/* 個別ページのみ記事題目をh3からh1へ変更するため */
.content h1.kobetu {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.15em;
	border-bottom: solid 2px #3F0000;
	border-left: solid 10px #3F0000;
	text-align: left;
	font-weight: bold;
	padding-left: 5px;
	}

.content h2 {
	background-color: #A0110B;
	color: #FFFFFF;
	border: outset 2px #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.2em;
	padding-left: 10px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

/* 個別ページのパン屑リストでタイトルをh2表記するため */
.content h2.kobetu2 {
	background-color: #ffffff;
	color: #000000;
	border: outset 0px #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.0em;
	padding-left: 0px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 0px;
	display:inline;
	}

/* 日付表示h2からの変更用 */
.content p.changeh2 {
	background-color: #A0110B;
	color: #FFFFFF;
	border: outset 2px #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.2em;
	padding-left: 10px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	}

.content h3 {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	border-bottom: solid 2px #3F0000;
	border-left: solid 10px #3F0000;
	text-align: left;
	font-weight: bold;
	padding-left: 5px;
	}

/* 日付表示h3からの変更用 */
.content p.changeh3 {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	border-bottom: solid 2px #3F0000;
	border-left: solid 10px #3F0000;
	text-align: left;
	font-weight: bold;
	padding-left: 5px;
	}

.content h4 {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.0em;
	border-top: solid 1px #3F0000;
	border-bottom: solid 1px #3F0000;
	border-left: solid 8px #3F0000;
	border-right: solid 8px #3F0000;
	text-align: left;
	font-weight: bold;
	padding-left: 5px;
	
	}


.content p.posted {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	text-align: right;
	margin-top: 3px;
	margin-bottom: 3px;
	line-height: normal;
	padding: 1px;
	}

.content p.posted2 {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	border-top: 1px solid #999999;
	text-align: right;
	margin-bottom: 15px;
	line-height: normal;
	padding: 3px;
	}

#banner-img {
	display: none;
	}

#banner a {
	color: #FFFFFF;
	text-decoration: none;
	}

#banner h1 {
	font-size: 0.75em;
	color: #FFFFFF;	
	}

/* 個別ページのみサイトサブタイトルをh1から外すため */
#banner p.k-h1 {
	font-size: 0.75em;
	color: #FFFFFF;	
	margin:0px;
	}

#banner h2 {
	font-size: 0.75em;
	}

.sidebar h2 {
	color: #000000;
	font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 0.80em;
	border-bottom: solid 1px #F88A20;
	border-left: solid 10px #F88A20;
	border-right: solid 1px #F88A20;
	border-top: solid 1px #F88A20;
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 1px;
	padding-top: 1px;	
	letter-spacing: .3em;
	line-height: normal;
	}

/* 左メニュー部分タイトル枠用h2からの変更用 */
.sidebar p.changeh2 {
	color: #000000;
	font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 0.80em;
	border-bottom: solid 1px #F88A20;
	border-left: solid 10px #F88A20;
	border-right: solid 1px #F88A20;
	border-top: solid 1px #F88A20;
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 1px;
	padding-top: 1px;	
	letter-spacing: .2em;
	line-height: normal;
	margin: 0px;
	}

/* 左メニュー部分タイトル枠用h2からの変更用 */
.sidebar p.mtxt {
	font-size:0.75em;
	margin-top:5px;
	margin-bottom:5px;
	line-height:normal;
	}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 15px;
	}

.sidebar ul ul {
	margin-bottom: 0px;
	}

.sidebar li {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
	text-align: left;
	line-height: 110%;
	
	
	
	margin-top: 5px;
	list-style-type: none;
	}

.sidebar img {
	border: 3px solid #FFFFFF;
	}

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

/* アーカイブナビ用 */
.archivenavi {
	font-size: 1.25em;
}

/* Op.H1H2-P1(2010-0420) */
.content div.kobem2 {
	background-color: #ffffff;
	color: #000000;
	border: outset 0px #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.0em;
	padding-left: 0px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 0px;
	display:inline;
	}

.content div.kobeh3 {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	border-bottom: solid 2px #3F0000;
	border-left: solid 10px #3F0000;
	text-align: left;
	font-weight: bold;
	padding-left: 5px;
	}
