@charset "utf-8";
/*
Theme Name: emu HAIR MAKE 
Theme URI: http://www.emu-h.com/
Description: emu HAIR MAKE用テーマ
Version: 1.0
Author: emu HAIR MAKE
Author URI: http://www.emu-h.com/
*/



/* Begin Typography & Colors */

/*		Reset
	--------------------*/
* {
	zoom:1;
}

html {
	overflow-y:scroll;
}

body,div,dl,dt,dd,ul,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

caption,th {
	text-align:left;
}

th,td {
	vertical-align:top;
}
th {
	font-weight:normal;
}

q:before,
q:after {
	content:'';
}

object,
embed {
	vertical-align:top;
}

hr,
legend {
	display:none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,
a img,
abbr,
acronym,
fieldset {
	border:0;
}

img {
	vertical-align:top;
}

textarea {
	overflow-y:auto;
}

ul,ol,li {
	list-style:none;
	margin:0;
	padding:0;
}



/*		LinkColor
	--------------------*/
a:link ,
a:visited {
	color:#36C;
	text-decoration:none;
}
a:hover ,
a:active {
	color:#36C;
	text-decoration:underline;
}


/*		body
	--------------------*/
body {
	background:#F1ECCD;
	color:#000;
	font-size:12px;
	font-family:Verdana,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka;
	line-height:1.5;
	text-align:center;
}
* html body {
	font-size:75%;	/* 10px:63% 12px:75% 14px:88% 	IE6 */
}
* + html body {
	font-family:"メイリオ","Meiryo";
	font-size:75%;	/* 10px:63% 12px:75% 14px:88% 	IE7 */
}


/*		#wrap
	--------------------*/
#wrap {
	background:url(images/bg_wrap.gif) center 0 no-repeat;
	text-align:center;
}
#wrap:after {
	content:".";
	height:0;
	font-size:0px;
	line-height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
/*		#container
	--------------------*/
#container {
	width:772px;
	margin:0 auto;
	text-align:left;
	border-bottom:#C93 1px solid;
	padding-bottom:1px;
	background:url(images/bg_container.gif) 0 0 repeat-y;
}
#container:after {
	content:".";
	height:0;
	font-size:0px;
	line-height:0;
	clear:both;
	display:block;
	visibility:hidden;
}

/*		#head
	--------------------*/
#head {
	height:67px;
}


/*		#content
	--------------------*/
#content {
	width:772px;
	padding:20px 0;
}
#content:after {
	content:".";
	height:0;
	font-size:0px;
	line-height:0;
	clear:both;
	display:block;
	visibility:hidden;
}

/*		#main
	--------------------*/
#main {
	width:578px;
	float:right;
	margin-right:10px;
	display:inline;
}
#main:after {
	content:".";
	height:0;
	font-size:0px;
	line-height:0;
	clear:both;
	display:block;
	visibility:hidden;
}

.post {
	background:#F1ECCD;
	border:#CEB67D 1px solid;
	margin-bottom:20px;
}
.post:after {
	content:".";
	height:0;
	font-size:0px;
	line-height:0;
	clear:both;
	display:block;
	visibility:hidden;
}

.post h2 {
	background:#CEB67D;
	font-size:150%;
	color:#FFF;
	padding:0 10px;
}
.post h2 a {
	color:#FFF;
}
.post h3 {
	background:#CEB67D;
	font-size:150%;
	color:#FFF;
	padding:0 10px;
}
.post h3 a {
	color:#FFF;
}

.entry {
	margin:10px;
}
.entry:after {
	content:".";
	height:0;
	font-size:0px;
	line-height:0;
	clear:both;
	display:block;
	visibility:hidden;
}

.postmetadata {
	margin:10px;
	border-top:#CEB67D 1px solid;
	padding-top:5px;
	font-size:83.3%;
	text-align:right;
}

.pagetitle {
	border:#CEB67D 1px solid;
	background:#F1ECCD;
	margin-bottom:10px;
	padding:5px;
	color:#8E7435;
}	
.navigation div {
	padding-bottom:10px;
}


/*		#side
	--------------------*/
#side {
	width:168px;
	float:left;
	margin-left:4px;
	display:inline;
	background:#F1ECCD;
}

#side h2 {
	background:#CEB67D;
	color:#FFF;
	padding:2px 10px;
}

#side ul ul {
	margin:5px 0 20px;
}
#side ul ul li {
	border-bottom:#CEB67D 1px solid;
	padding:0 10px;
}

#side #wp-calendar {
	margin:5px 10px 20px;
	width:148px;
}
#side #wp-calendar td {
}

#side .widget_search {
	margin:10px;
}
#side #s {
	width:144px;
	margin:5px 0;
}
#side .widget_search label {
	font-weight:bold;
}
#side #searchsubmit {
	padding:0 5px;
}
#side .widget_search div {
	text-align:center;
}
#side #next {
	text-align:right;
}


/*		#foot
	--------------------*/
#foot {
	clear:both;
	background:#CEB67D;
	margin:0 2px;
}
#foot p {
	text-align:right;
	font-weight:bold;
	color:#FFF;
	padding:2px 4px;
}
#foot a {
	color:#FFF;
}



/* 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 */

/* End captions */




