@charset 'UTF-8';
@import url(./font.css);
@import url(./navigation.css);


* {
	margin: 0;
	padding: 0;
}


body {
	margin: 0;
	text-align: center;
	background: url(http://minazuki.pacheco.jp/images/common/background.jpg);
	background-color: #FFF7EE;
}

img {
	border: none;
}


#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 30px;
	text-align: left;
}


#header {
	width: 900px;
	height: 76px;
	padding: 12px 0;
}


#logo {
	float: left;
	width: 60px;
	padding-top: 8px;
}

#logo h1 {
	width: 60px;
	height: 61px;
}


#navigations {
	float: left;
	width: 840px;
}


#navigationsTop {
	width: 840px;
	height: 30px;
}

#title {
	float: left;
	width: 596px;
	padding: 0 22px;
}

#title h2 {
	width: 238px;
	height: 30px;
	display: block;
	text-indent: -99999px;
	font-size: 100%;
	background-image: url(http://minazuki.pacheco.jp/images/common/title.png);
	_background-image: url(http://minazuki.pacheco.jp/images/common/title.gif);
}


.sub-navigation {
	float: left;
	width: 200px;
	height: 22px;
}


#sub-navigation-top {
	padding-top: 8px;
}


#navigationsBottom {
	clear: left;
	width: 840px;
	height: 46px;
}


#navigation {
	width: 830px;
	height: 46px;
	padding-left: 10px;
}


#body {
	clear: left;
	width: 900px;
}


#content {
	width: 900px;
	min-height: 480px;
	padding-bottom: 22px;
}


#footer {
	clear: left;
	width: 900px;
	background: url(http://minazuki.pacheco.jp/images/common/footersepline.gif) no-repeat top left ;
}

#footercontent {
	width: 900px;
	height: 22px;
	padding: 14px 0 16px;
}

#copyright {
	float: left;
	width: 700px;
}

#copyright p {
	width: 154px;
	height: 22px;
	display: block;
	text-indent: -99999px;
	background-image: url(http://minazuki.pacheco.jp/images/common/copyright.png);
	_background-image: url(http://minazuki.pacheco.jp/images/common/copyright.gif);
}

#sub-navigation-bottom {}
