* {
	margin: 0px;
	padding: 0px;
}

/* Tag */

html	{
	overflow: scroll;
}
body	{
	font: 10px Verdana, Arial, sans-serif;
	color: #333333;
	_font-size: 62.5%;
}

/* Wrapper */

#Wrapper {
	width: 770px;
	margin: 0 auto;
	background: url(../../img/contents-bg.jpg);
	position: relative;
	font-size: 1.4em;
}

/* Header */

#Header { 
	background: url(../../img/header.jpg) no-repeat;
	height: 220px;
	position: relative;
}
#Header h1 {
	position: absolute;
	height: 110px;
	width: 500px;
	top: 18px;
	left: 35px;
	text-indent: -9999px;
}
#Header h1 a {
	display: block;
	height: 100%;
}

/* Container */

#Container {
	width: 100%;
	_height: 480px;
	min-height: 471px;
}

/* Main */

#Main {
	width: 510px;
	float: right;
}
#Main a {
	color: #CC0000;
}
#Main p {
	margin: 0px 55px 15px 40px;
	line-height: 1.6em;
	letter-spacing: 1px;
}
#Main h2 {
	text-indent: -9999px;
	height: 60px;
	width: 500px;
	margin-top: 30px;
}
#Main h3 {
	font-size: 0.9em;
	line-height: 24px;
	letter-spacing: 0.5em;
	height: 24px;
	text-indent: 10px;
	margin: 0px 10px 8px 26px;
	border-bottom: 1px solid #C8B08A;
	border-left: 4px solid #866A28;
	color: #4F1C00;
	border-top: 1px solid #C8B08A;
	background: #EEE1CA;
}
#Main h4 {
	line-height: 24px;
	height: 24px;
	margin-left: 40px;
	font-size: 0.9em;
}

#Main dl {
	margin: 0px 55px 20px 40px;
}
#Main dd {
	line-height: 1.5em;
	letter-spacing: 1px;
	margin-bottom: 8px;
}
#Main p strong {
	color: #933C3E;
}
#Main address {
	font-size: 0.8em;
	text-align: center;
	font-style: normal;
}
#Main address a {
	text-decoration: none;
}
#Main img.float-r {
	float: right;
	margin-left: 5px;
}
#Main img.center {
	display: block;
	margin: 10px auto;
}


/* Side */

#Side { 
	width: 230px; 
	float: left;
	_height: 410px;
	min-height: 410px;
}

/* Global-Navi */

#Global-Navi {
	background: url(../../img/global-navi.jpg) no-repeat left;
	height: 392px;
}
#Global-Navi h2 {
	display: none;
}
#Global-Navi ul {
	margin-left: 80px;
	list-style: none;
	padding-top: 20px;
}
#Global-Navi li {
	height: 40px;
	margin-bottom: 16px;
	text-indent: -9999px;
	overflow: hidden;
}
#Global-Navi a {
	display: block;
	height: 100%;
	background-image: url(../../img/global-navi.jpg);
}
#Global-Navi .navi_01 a {
	background-position: -80px -20px;
}
#Global-Navi .navi_02 a {
	background-position: -80px -76px;
}
#Global-Navi .navi_03 a {
	background-position: -80px -132px;
}
#Global-Navi .navi_04 a {
	background-position: -80px -188px;
}
#Global-Navi .navi_05 a {
	background-position: -80px -244px;
}
#Global-Navi .navi_01 a:hover {
	background-position: right -20px;
}
#Global-Navi .navi_02 a:hover {
	background-position: right -76px;
}
#Global-Navi .navi_03 a:hover {
	background-position: right -132px;
}
#Global-Navi .navi_04 a:hover {
	background-position: right -188px;
}
#Global-Navi .navi_05 a:hover {
	background-position: right -244px;
}

/* Bottom */

#Bottom {
	background: url(../../img/contents-btm.jpg) no-repeat bottom;
	height: 79px;
	clear: both;
}
#Bottom h2 {
	display: none;
}
#Bottom dl {
	height: 100%;
	position: relative;
}
#Bottom dt {
	display: none;
}
#Bottom dd {
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
}
#Bottom .Page-top dd {
	left: 586px;
	top: 55px;
	height: 20px;
	width: 100px;
}
#Bottom .Page-top a {
	display: block;
	height: 100%;
}

/* Footer */

#Footer {
	background: url(../../img/footer.jpg) no-repeat top;
	height: 95px;
}
#Footer h2 {
	display: none;
}
#Footer .contents ul {
	text-align: right;
	margin-right: 90px;
}
#Footer .contents li {
	display: inline;
	line-height: 32px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 15px;
	font-size: 12px;
}
#Footer .contents a {
	color: #FFFFFF;
	text-decoration: none;
}
#Footer .contents a:hover {
	text-decoration: underline;
}
#Footer .copy {
	text-indent: -9999px;
}
