
@charset "utf-8";

/*------------------------ common ------------------------*/ 

html, body, div, span, applet, object, iframe, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;	
	vertical-align: baseline;
}

body {
	font-family:Georgia, "Times New Roman", Times, serif , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho";
	/font-family:Georgia, "Times New Roman", Times, serif ,"メイリオ", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;	/*forIE*/
	font-size:12px;
	/font-size:75%;	/*forIE*/
	line-height:1.6;
	color:#201000;
	letter-spacing:1px;
	text-align:left;
	background:url("http://earmimi.jp/images/bg.gif") #fff fixed;
	min-width:990px;
	z-index: 0;
}

h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}

br{
letter-spacing:0;
}

del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	background-color:#FFF;	
	border: none;	
	vertical-align:text-bottom;
}
a img {
	background-color:#FFF;
	border: none;	
	vertical-align:text-bottom;
}

/* CLEAR FIX*/
.clearfix {
	display: inline-table;
	overflow: hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* CLEAR FIX END*/

.clear {
	clear:both;
}

a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #CD853F;
	text-decoration: underline;
}

h2 {
	margin:0 0 40px 0;
	padding:5px 0 0 0;
	font-size:24px;
	letter-spacing:0.1em;
	background:url('../images/h2_dot.png') no-repeat;
	display:block;
}

/*------------------------ General Slides ------------------------*/ 

.slide{
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	padding:120px 0 0 0;
}


/*------------------------ image ------------------------*/ 

#image{
	width:100%;
	height:400px;
	margin:0;
	padding:0;
}
#image #pics{
	width:100%;
	height:400px;
	margin:0 auto;
	padding:0;
/*	background-repeat: no-repeat;*/
	display:block;
}
#image #pics #pics1{
	background :url('../images/main150731.jpg') center 0 fixed;
	width:100%;
	height:400px;
	display:block;
}



/*------------------------ menu ------------------------*/

#menu {
	top:0px;
	z-index:100;
	width:100%; 
	height:90px;
	margin:0;
	padding:0;
	background-color:#ffffff;
	border-top:dotted 1px #ccc;
	border-bottom:dotted 1px #ccc;
}
#menu #nav {
	width:990px; 
	height:auto; 
	margin:0 auto;
	padding:0;
	overflow:hidden;
}
#menu #logo {
	width:100px;
	height:55px;
	margin:20px 40px 20px 0;
	padding:0;
	background-image:url('../images/logo.png');
	text-indent:-9999px;
	float:left;
}


#menu .navigation{
	margin:35px 0 0 0;
	padding:0;
	letter-spacing: 0.1em;
	float: left;

}
/* nomal */

#menu .navigation li{
	float: left;
	margin:0 0 0 25px;
	padding:0;
}
#menu .navigation li#m_twitter{
}

/* hover */

#menu .navigation li:hover{
	cursor:pointer;
	color: #CD853F;
}

#menu .navigation li.nolink:hover{
	cursor:auto;
	color: #000;
}


/* active */

#menu .navigation li.active{
	cursor:pointer;
	border-bottom:solid 2px;
}

#menu #sns{
	margin:35px 0 0 0;
	padding:0;
	letter-spacing: 0.1em;
	float: left;
}
#menu #sns li{
	margin:0;
	padding:0 15px 0 25px;
	background:url("http://earmimi.jp/images/icon_outside.png") right no-repeat;
}
#menu #sns li a{
	text-decoration:none;
}



/*------------------------ wrapper ------------------------*/ 

#wrapper{
	width:990px;
	height:auto;
	margin:100px auto;
	padding:0;
}

/*------------------------ main ------------------------*/ 

#main{
	width:750px;
	height:auto;
	margin:0;
	padding:0;
	float:left;
}

/*------------------------ footer ------------------------*/ 

#pagetop a {
	width:100px;
	height:50px;
	margin:0 auto;
	padding:0;
	background:url('../images/pagetop.png');
	display:block;
	text-indent:-9999px;
}
#footer {
	background: #fff;
	border-top:dotted 1px #ccc;
	margin:0;
	padding:40px 0;
}

#footer #container {
	width: 990px;
	height: auto;
	margin: 0 auto;
	padding:0;
}

#footer ul {
	margin: 0;
	padding:0;
	float:left;
}
#footer li {
	margin: 0 20px 0 0 ;
	padding:0;
	float:left;
}
#footer #copyright {
	margin: 0;
	padding:0;
	float:right;
}