/*
Theme Name: sleep-environment.org
Theme URI: http://sleep-environment.org/
Description: 
Version: 1.0
Author: 
Author URI: http://sleep-environment.org/


/*=-=-=-=-=-=-=-=-=-=-= BEGIN CUSTOMIZATION =-=-=-=-=-=-=-=-=-=-=*/


@import "/css/iconize/iconize.css";



#header h1 {display: none; }
#header .description {
	font-size: 70%;
    color: #666666;
    text-align: right;
}


#content .entry {/* 記事部分 */
	margin : 20px;
	line-height: 180%;
	min-height: 200px;   /* Firefoxのみ */
}



#footer {
	text-align: center;
	font-size: 70%;
}





/* タグ 一般定義 */
h1, h2 {font-size: 150%;}
h3, h4 {font-size: 130%;}
h5 {font-size: 110%;}
h1, h2, h3, h4, h5, h6, strong {color: #5E3B35;}

img {border: 0;}

 a{
	color:#000099;
	text-decoration: none;
}
 a:hover{

	text-decoration: underline;
}




ul#HeaderMenu {
   margin: 0px; /* ul内部の左端余白を消す(IE) */
   padding: 0px; /* ul内部の左端余白を消す(Fx,Op) */
   background-color: #000;
}
ul#HeaderMenu li {
   list-style-type: none; /* 先頭記号を消す */
   float: left; /* リスト項目を横方向に並べる */
   margin: 0.3em 0.1em; /* 各項目周囲の余白 */
   border: 1px gray solid; /* 項目の枠線 */
   padding: 0px; /* 枠線と内容の距離をゼロに */
	font-size:8pt;
}


/* メニュー項目のリンクを装飾 */
ul#HeaderMenu li a {

   text-decoration: none; /* 下線を消す */
   display: block; /* ブロックレベルに */
   padding: 0.2em; /* 内部の余白 */
	color: #FFF;
	background-color: #5E3B35;

}
ul#HeaderMenu li a:hover {
	color: #333;
	background-color: #EED5B7;
}



/* パンくず */
.BreadcrumbNav{
	font-size: 80%;
}


/* leaf_pagination */

.leaf_pagination .on {
	background-color: #FFFFFF;
	font-weight: bold;
}
.leaf_pagination a {
	border: solid 1px #ccc; background-color: #EED5B7; color: #333; padding: 5px 8px; line-height: 28px; }

}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */






/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
