/*
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";


/* レイアウト設定 */

html {
	height: 100%;
	overflow: hidden;
}

body {
	height:100%;
	overflow:hidden;
	background-color: #E5E5E5;
	margin: 0 auto auto 0 ;

}


#page {
	width:860px;
	height:100%;
	margin-left:auto; 
	margin-right:auto;

	background-color: #FFFFFF;
}





#content { 

/*	margin-right : 320px ; */

height: 82%;
 overflow:auto; 
	padding: 0 80px 0 80px;

	margin:auto; 


}







#header{
	margin:0px;
	padding:0px;
}

#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のみ */
}
#content .entry p {
/*	text-indent: 1em;*/
}



#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;
padding: 0px;
		font-size:10pt;
line-height:180%;
}

ul#HeaderMenu li {

    list-style-type: none;
    display: inline;


}


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

   text-decoration: none; /* 下線を消す */

   padding:  2px 2px 2px 2px; /* 内部の余白 */

	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 */
