@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {margin:0;padding:0;}

fieldset, img{border:0;}

h1, h2, h3, h4, h5, h6, address, caption, cite, code, dfn, em, strong, th, var {font-style:normal;font-weight:normal;}

* {
  font-size: 100.01%;
}

html {
  font-size: 10px;
}

* + html {
  font-size: 62.5%;
}

* html {
  font-size: 62.5%;
}

a:focus { 
	outline:none;
	}

body{
	background: #2D1E1E;
	font: 1.0em Georgia, "Times New Roman", Times, serif;
	color: #96A576;
	}

#main{
	margin: auto;
	width: 718px;
	height: auto;
	padding: 0;
	}

#bg{
	background: url(/wp-content/themes/roast/images/bg.jpg) top center no-repeat;
	width: 718px;
	height: 524px;
	position: relative;
	}

#logo{
	width: 256px;
	height: 118px;
	position: relative;
	margin:0 auto;
	background: url(/wp-content/themes/roast/images/logo_home.png) top center no-repeat;
	top: 255px;
	padding: 0;
	}
	
#logo .hide{
	display: none;
	}
	
#navi{
	width: 300px;
	margin: auto;
	position: relative;
	text-align: center;
	top: 300px;
	}
	
#navi ul{
	float:left;
	padding:0;
	margin:0;
	list-style-type:none;
	}

#navi li{
	float:left;
	padding:0 5px;
	margin:0;
	display:inline;
	color: #96A576;
	font-size: 1.1em;
	}
	
#navi li a{
	display:block;
	text-decoration: none;
	color: #96A576;
	border-left: solid 3px;
	padding:0 5px;
	margin:0 5px;
	}

#navi a:hover{
	text-decoration: none;
	color: #FFFFFF;
	border-left: solid 3px;
	}

#cr{
	text-align: center;
	padding: 5px;
	color: #4B3C37;
	}

#cr:hover{
	color: #96A576;
	}