@charset "utf-8";

*{margin:0; padding:0;}
html{margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,p,div,dl,dt,dd,ul,li,ol,li{margin:0; padding:0;}
table{border:0; padding:0;}
table td{padding:0; margin:0; border:0;}
table th{padding:0; margin:0; border:0; font-weight:normal; text-align:left;}
a img{border:0;}
img{border:0;}
ul,li{list-style-type:none;}
br{letter-spacing:0px;}


body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#555555;
	background:url("../img/ouchi_top.jpg") 70% -100px no-repeat #ede6d7;
	line-height:120%;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}
a:link {text-decoration:none;color:#000078;border-bottom:#498fb0 solid 1px;}
a:visited {text-decoration:none;color:#000078;border-bottom:#498fb0 solid 1px;}
a:hover {text-decoration:none;color:#000078;}


#page_title{
	position:absolute;
	z-index:22;
	left: 2px;
	top: -141px;
	color:#fff;
	font-family: Helvetica,Arial, sans-serif;
}
#page_title h1{
	margin-bottom:10px;

}

#logo a{
	background:url(../img/ouchi_logo.png) no-repeat 50% 50%;
	width:170px;
	height:226px;
	margin:10px auto;
	display: block;
	border:none;
	text-indent:-9999px;
}

#content{
	margin:0 auto;
	width:720px;
	position:relative;
}

#content #menu dt{
	float:left;
	margin:0 10px 30px 10px;
	font-size:0.8em;
	height:137px;
}


#menu dt a{
	float:left;
	width:215px;
	padding-top:140px;
	background:url(../img/menu_bana.png) 0 -167px no-repeat;
}
#menu dt a:link {border-bottom:none;}
#menu dt a:visited {border-bottom:none;}
#menu dt a:hover {border-bottom:none;}

#menu dt#about 		a{		background-position:0 -167px;}
#menu dt#about 		a:hover{background-position:0 0;}
#menu dt#gallery	a{		background-position:-215px -167px;}
#menu dt#gallery	a:hover{background-position:-215px 0 ;}
#menu dt#blog		a{		background-position:-430px -167px;}
#menu dt#blog		a:hover{background-position:-430px 0;}
#menu dt#link		a{		background-position:-645px -167px;}
#menu dt#link		a:hover{background-position:-645px 0;}
#menu dt#contact	a{		background-position:-860px -167px;}
#menu dt#contact	a:hover{background-position:-860px 0;}


#content #menu_gal dt{
	float:left;
	margin:0 10px 30px 10px;
	font-size:0.8em;
	height:137px;
}


#menu_gal dt a{
	float:left;
	width:215px;
}
#menu_gal dt a:link {border-bottom:none;}
#menu_gal dt a:visited {border-bottom:none;}
#menu_gal dt a:hover {border-bottom:none;}


#copy{font-size:0.6em; letter-spacing:1px; margin-left:10px;}

.clear{clear:both;}
