/*
Theme Name: ifukube2022修正版

/* --------------------------------------------*/
		

html{
 font-size: 85%;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	background-image: url(../images/body_bg.jpg);
	color: #000000;
	margin: 0px;
	padding: 0px;
}

#container {
	margin: 0px auto;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
	width: 980px;
	padding: 0px;
}

#header {
	width:100%;
	height:370px;
	background-image: url(../images/head_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px auto;
	padding: 0px;
}


a:link,a:active,a:visited{
	color: #990000;
	text-decoration: underline;
}
a:hover{
	color: #0066CC;
	text-decoration: none;
}






#infos-header {
}


h1 {
display:none;
}


#description {
   left:50px;
   bottom:20px;
   color:#EBF7FD;
}

#main {
	float:left;
	width:980px;
}

#main-content {
	float:left;
	margin:0px 0px 10px 0px;
	display:inline;
	padding:0px;
	width: 707px;
}

/* ARTICLES */

.post {
   margin:0px;
   text-align:justify;
   padding:0;
}

.post ul, .post ol {
   margin:0px;
}

.post h2 {
	margin:0px;
	width:677px;
	padding:42px 0px 0px 30px;
	background-image: url(../images/h3.jpg);
	background-repeat: no-repeat;
	height: 48px;
	font-size: 130%;
	color: #E3D9BE;
}

.post h2 a:link, .post h2 a:visited {
	text-decoration:none;
	color: #FFFFFF;
}

.post h2 a:hover {
	background:none;
	color: #CCCCCC;
}

.post a:link {
	color: #990000;
	text-decoration: underline;
}

.post a:hover, post a:visited {
 color: #FF5F00;
 text-decoration: none;
}

blockquote {
   background:#eee;
   padding:10px;
   margin:5px 0 5px;
   border-top:1px solid #ddd;
   border-bottom:1px solid #ddd;
}

.postmetadata {
	margin:10px 0px 10px 0px;
	text-align: center;
	padding: 0px;
}

.postmetadata a:link {
	text-decoration:none;
	color: #990000;
}

.postmetadata a:hover, .postmetadata a:visited {
	color:#FF6600;
}

#signature {
   margin:30px 0 0 0;
   font-size:0.8em;
   color:#999;
}

#signature a:link {
   color:#777;
   font-weight:bold;
   text-decoration:none;
}

/* SIDEBAR */

.sidebar-wrapper {
	float:left;
	margin:0px;
	padding:0px;
	width: 273px;
}

#abonnements {
	float:right;
}

#searchform {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#s {
	width:120px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	color: #333333;
}

#searchsubmit {
	border:1px solid #FFFFFF;
	color:#FFF;
	background-color: #720000;
}

img#rssfeed {
   border:none;
}

#sidebar {
	float:left;

	width: 250px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	text-align: center;
}

#sidebar ul {
	list-style-type:none;

	margin:0px 10px 0px 0px;
	text-align: left;
	padding: 0px;
}

#sidebar li {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

#sidebar li ul li {
	margin:0px 0px 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 0px 0px 5px 0px;
}

#sidebar h2 {
	font-weight:bold;
	background-image: url(../images/side_h3.jpg);
	background-repeat: no-repeat;
	height: 40px;
	font-size: 100%;
	text-align: center;
	margin: 0px;
	padding: 8px 0px 0px 0px;
	width: 273px;
	color: #E4D8BE;
}

#sidebar a, #sidebar a:visited {
	text-decoration:none;
	padding:5px;
	color: #FFFFFF;
}

#sidebar a:hover {
   color:#FF9900;
}



/* PIED DE PAGE */

#footer {
  width: 100%;
  height: 100px;
  text-align: center;
  background-image: url(../images/ftr_bg.jpg);
  background-repeat: repeat-x;
  clear: both;
  padding-top: 30px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  margin: 0px auto;
  color: #E3D6B4;
}

#footer a:link, #footer a:visited {
	text-decoration:underline;
	color: #FFFFFF;
}

#footer a:hover {
	color: #FFCC00;
}

/* COMMENTS */

h3#comments {
   margin:10px;
   font-size:0.9em;
}

textarea#comment {
	margin:0px;
	width:350px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	color: #000000;
}

#commentform input {
	margin:0px 0px;
	border: 1px solid #000000;
	color: #000000;
}

ol.commentlist {
	padding:0px;
	margin: 0px;
	list-style-type: none;
	line-height: 1.5em;
}

ol.commentlist a:link, ol.commentlist a:visited {
   text-decoration:none;
   font-weight:bold;
}

ol.commentlist a:hover {
}

ol.commentlist li {
	margin:0px 20px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C18178;
}

#commentform label {
   font-size:0.8em;
   color:#888;
}




.post-content img{
	margin: 0px 0px 10px 0px;
}


#header img{
	border: 0;
}

strong{
	color: #990000;
	font-weight: bold;
}


dl{
	margin: 0ox;
	padding: 0px;
}
dt{
	color: #FF9900;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}
dd{
	margin: 0px 0px 5px 0px;
	padding: 0px;
}


.post-content h4{
	color: #990000;
	font-weight: bold;
	font-size: 110%;
	padding: 3px 0px 3px 7px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #900;
}

.post-content h3{
	color: #990000;
	font-weight: bold;
	font-size: 120%;
	background-image: url(../images/h4.jpg);
	background-repeat: no-repeat;
	height: 45px;
	text-align: center;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	clear: both;
}

h5{
	color: #990000;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: normal;
	font-size: 110%;
	border-right-style: none;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #990000;
	padding-left: 3px;
}

small{

}

.post-content{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/waku_bg.jpg);
	background-repeat: repeat-y;
	width: 707px;
}


.alignleft{
	text-align: center;
	margin-bottom: 20px;
}



#pnavi{
	margin: 0px 10px 0px 20px;
	padding: 0px;
	clear: both;
}


#pnavi a:link,#pnavi a:visited,#pnavi a:active
{
	padding: 0px;
	margin: 0px 5px 10px 0px;
	text-decoration: underline;
	color: #900;
}
#pnavi a:hover
{
	color: #FF6600;
	text-decoration: none;
}

.current{

	color: #000000;
}



/*---------メニュ--------------------------*/

#head{
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	width: 980px;
	height: 296px;
	margin: 0px auto;
}

#menu_box{
	padding: 0px;
	margin: 0px;
	margin: 0px auto;
		width: 980px;
	height: 74px;
}

#menu_box ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#menu_box li{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	float: left;
}

.menu1{
	padding: 0px;
	margin: 0px;
	}

.menu2{
	padding: 0px;
	margin: 0px;
	}

.menu3{
	padding: 0px;
	margin: 0px;
	}

.menu4{
	padding: 0px;
	margin: 0px;
	}

.menu5{
	padding: 0px;
	margin: 0px;
	}


.menu1 a{
	padding: 0px;
	margin: 0px;
	background-image: url(../images/menu1_off.jpg);
	background-repeat: no-repeat;
	width: 193px;
	height: 74px;
		display: block;
	}

.menu2 a{
	padding: 0px;
	margin: 0px;
	background-image: url(../images/menu2_off.jpg);
	background-repeat: no-repeat;
	width: 202px;
	height: 74px;	display: block;
	}

.menu3 a{
	padding: 0px;
	margin: 0px;
	background-image: url(../images/menu3_off.jpg);
	background-repeat: no-repeat;
	width: 203px;
	height: 74px;	display: block;
	}

.menu4 a{
	padding: 0px;
	margin: 0px;
	background-image: url(../images/menu4_off.jpg);
	background-repeat: no-repeat;
	width: 203px;
	height: 74px;	display: block;
	}

.menu5 a{
	padding: 0px;
	margin: 0px;
	background-image: url(../images/menu5_off.jpg);
	background-repeat: no-repeat;
	width: 179px;
	height: 74px;	display: block;
	}






/*---------追加その他--------------------------*/


.head_top{
	position: absolute;
	z-index: 5;
	margin: 0px 0px 0px 800px;
	padding: 0px;
}

.head_top a{
	position: absolute;
	z-index: 5;
	display:block;
	width: 165px;
	height: 40px;
	margin: 0pxpx;
	padding: 0px;
}

.head_cd{
	position: absolute;
	z-index: 5;
	margin: 20px 0px 0px 10px;
	padding: 0px;
}

.head_cd a{
	position: absolute;
	z-index: 5;
	display:block;
	width: 195px;
	height: 265px;
	margin: 0px;
	padding: 0px;
}


.none{display:none;}


.txt_box{
	margin: 0px 35px 0px 45px;
	padding: 0px;
	}
	
.txt_box img{
	margin: 0px 7px 0px 0px;
	padding: 0px;
	}


.waku_ftr{
	background-image: url(../images/waku_ftr.jpg);
	background-repeat: no-repeat;
	width: 707px;
	height: 34px;
	margin: 0px;
	padding: 0px;
}


.side_waku_head{
	background-image: url(../images/side_waku_head.jpg);
	background-repeat: no-repeat;
	width: 273px;
	height: 21px;
	margin: 0px;
	padding: 0px;
}

.side_waku_bg h3{
	background-image: url(../images/side_h3.jpg);
	background-repeat: no-repeat;
	width: 273px;
	margin: 0px;
	padding: 8px 0px 0px 0px;
	height: 35px;
	color: #5F0000;
	font-size: 100%;
	text-align: center;
}

.side_waku_ftr{
	background-image: url(../images/side_waku_ftr.jpg);
	background-repeat: no-repeat;
	width: 273px;
	height: 24px;
	margin: 0px;
	padding: 0px;
}

.side_waku_bg{
	background-image: url(../images/side_waku_bg.jpg);
	margin: 0px;
	padding: 0px;
}

.side_waku_bg ul{
	margin: 0px 22px 0px 20px;
	padding: 0px;
}

.side_waku_bg li{
	list-style-type: none;
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 0px 0px;
}

.side_waku_bg li a:link,.side_waku_bg li a:active,.side_waku_bg li a:visited{
	display: block;
	text-decoration: none;
	color: #E0D4BA;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #840003;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
}

.side_waku_bg li a:hover{
	color: #900;
	background-color: #F8F5EE;
}

.side_whats_all{
	margin: 0px 20px 0px 20px;
	padding: 0px;
	text-align: right;
}

.side_whats_all a:link,.side_whats_all a:active,.side_whats_all a:visited{
	display: block;
	text-decoration: none;
	color: #F5F2E9;
	margin: 0px 0px 0px 0px;
	padding: 5px;
}

.side_whats_all a:hover{
	color: #FC0;
}


.navigation{
	font-weight: bold;
	text-align: center;
	margin: 10px 0px 10px 0px;
	font-size: 120%;
}


.douga{
	margin: 10px 0px 0px 4px;
	padding: 0px 0px 0px 0px;
}

.bnr_box{
	margin: 3px 0px 0px 8px;
	padding: 0px 0px 0px 0px;
}

.fb-like{
	margin: 50px 0px 0px 810px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	z-index: 10;
	color: #FFF;
	}
	
.post-content ul{
	list-style-type: none;
		margin: 0px;
	padding: 0px;
}
	
.post-content li{
list-style-type: none;
margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
		}

.post-content li a:link,
.post-content li a:active,
.post-content li a:visited
{
	text-decoration: none;
	display:block;
	margin: 0px 0px 7px 0px;
	padding: 7px 10px 7px 10px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	color: #990000;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E6DAB4;
	border-bottom-color: #E6DAB4;
}

.post-content li a:hover{
	padding: 7px 10px 7px 10px;
	color: #990000;
	background-color: #DED7C2;
	font-weight: bold;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CFB496;
	border-bottom-color: #CFB496;
	}
	
	
