@charset "UTF-8";

/* CSS Document */


/*
PAGE LAYOUT
====================================================================================================================================================== */

#wrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FEF7ED;
	text-align: left;
	background-image: url(../images/bg_page.jpg);
	background-repeat: repeat-y;
}

#container {
	width: 840px;
	margin: 0px 5px 0px 5px;
}

/*
BREADCRUMB LIST
====================================================================================================================================================== */

#breadcrumb {
	width: 590px;
	margin: 0px 0px 10px 5px;
	padding: 0px;
}

#breadcrumb li {
	font-size: 0.84em;
	line-height: 1.5em;
	color: #B9C3C6;
	display: inline;
}

#breadcrumb li a {
	margin: 0px;
	padding: 0px 10px 0px 0px;
	color: #CC6666;
	text-decoration: none;
	background-image: url(../images/breadcrumb_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#breadcrumb li a:visited {
	color: #CC6666;
	text-decoration: none;
}

#breadcrumb li a:hover {
	color: #B9C3C6;
	text-decoration: underline;
}

#breadcrumb li a:active {
	color: #B9C3C6;
	text-decoration: underline;
}

/*
BACK TO PAGE TOP
====================================================================================================================================================== */

.pagetop {
	width: 600px;
	margin: 0px 0px 40px 0px;
	padding: 0px;
}

/* Internet Explorer 6 以下 */
* html .pagetop a {
	width: 125px;
	height: 15px;
	margin: 0px 2px 0px 0px;
	padding: 0px;
	font-size: 1em;
	line-height: 15px;
	text-indent: -9999px;
	background-image: url(../images/btn_pagetop.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	display: block;
	overflow: hidden;
}

/* Internet Explorer 6 以外 */
.pagetop a {
	width: 125px;
	height: 15px;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	font-size: 1em;
	line-height: 15px;
	text-indent: -9999px;
	background-image: url(../images/btn_pagetop.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	display: block;
	overflow: hidden;
}

.pagetop a:hover {
	background-image: url(../images/btn_pagetop.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#pagetop_lower {
	width: 840px;
	height: 15px;
	margin: 0px 0px 40px 0px;
	padding: 0px;
}

/* Internet Explorer 6 以下 */
* html #pagetop_lower a {
	width: 125px;
	height: 15px;
	margin: 0px 2px 0px 0px;
	padding: 0px;
	font-size: 1em;
	line-height: 15px;
	text-indent: -9999px;
	background-image: url(../images/btn_pagetop.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	display: block;
	overflow: hidden;
}

/* Internet Explorer 6 以外 */
#pagetop_lower a {
	width: 125px;
	height: 15px;
	margin: 0px 5px 40px 0px;
	padding: 0px;
	font-size: 1em;
	line-height: 15px;
	text-indent: -9999px;
	background-image: url(../images/btn_pagetop.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	display: block;
	overflow: hidden;
}

#pagetop_lower a:hover {
	background-image: url(../images/btn_pagetop.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*
GLOBAL NAVIGATION LAYOUT
====================================================================================================================================================== */

#globalnavi {
	width: 840px;
	height: 45px;
	margin: 0px 5px 30px 5px;
}

#globalnavi ul {
	margin: 0px;
	padding: 0px;
}

#globalnavi li {
	width: 140px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	float: left;
}

#globalnavi li#globalnavi_home {
	width: 140px;
	height: 45px;
	margin: 0px;
	padding: 0px;
	line-height: 45px;
	text-indent: -9999px;
	display: block;
	background-image: url(../images/btn_navigation.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#globalnavi li#globalnavi_nailist {
	width: 140px;
	height: 45px;
	margin: 0px;
	padding: 0px;
	line-height: 45px;
	text-indent: -9999px;
	display: block;
	background-image: url(../images/btn_navigation.gif);
	background-repeat: no-repeat;
	background-position: -140px bottom;
}

#globalnavi li#globalnavi_owner {
	width: 140px;
	height: 45px;
	margin: 0px;
	padding: 0px;
	line-height: 45px;
	text-indent: -9999px;
	display: block;
	background-image: url(../images/btn_navigation.gif);
	background-repeat: no-repeat;
	background-position: -280px bottom;
}

#globalnavi li#globalnavi_inquiry {
	width: 140px;
	height: 45px;
	margin: 0px;
	padding: 0px;
	line-height: 45px;
	text-indent: -9999px;
	display: block;
	background-image: url(../images/btn_navigation.gif);
	background-repeat: no-repeat;
	background-position: -420px bottom;
}

#globalnavi li#globalnavi_outline {
	width: 140px;
	height: 45px;
	margin: 0px;
	padding: 0px;
	line-height: 45px;
	text-indent: -9999px;
	display: block;
	background-image: url(../images/btn_navigation.gif);
	background-repeat: no-repeat;
	background-position: -560px bottom;
}

#globalnavi li#globalnavi_ms {
	width: 140px;
	height: 45px;
	margin: 0px;
	padding: 0px;
	line-height: 45px;
	text-indent: -9999px;
	display: block;
	background-image: url(../images/btn_navigation.gif);
	background-repeat: no-repeat;
	background-position: -700px bottom;
}

#globalnavi li#globalnavi_home a {
	width: 140px;
	height: 45px;
	margin: 0px;
	padding: 0px;
	line-height: 45px;
	text-indent: -9999px;
	display: block;
	background-image: url(../images/btn_navigation.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#globalnavi li#globalnavi_nailist a {
	width: 140px;
	height: 45px;
	margin: 0px;
	padding: 0px;
	line-height: 45px;
	text-indent: -9999px;
	display: block;
	background-image: url(../images/btn_navigation.gif);
	background-repeat: no-repeat;
	background-position: -140px top;
}

#globalnavi li#globalnavi_owner a {
	width: 140px;
	height: 45px;
	margin: 0px;
	padding: 0px;
	line-height: 45px;
	text-indent: -9999px;
	display: block;
	background-image: url(../images/btn_navigation.gif);
	background-repeat: no-repeat;
	background-position: -280px top;
}

#globalnavi li#globalnavi_inquiry a {
	width: 140px;
	height: 45px;
	margin: 0px;
	padding: 0px;
	line-height: 45px;
	text-indent: -9999px;
	display: block;
	background-image: url(../images/btn_navigation.gif);
	background-repeat: no-repeat;
	background-position: -420px top;
}

#globalnavi li#globalnavi_outline a {
	width: 140px;
	height: 45px;
	margin: 0px;
	padding: 0px;
	line-height: 45px;
	text-indent: -9999px;
	display: block;
	background-image: url(../images/btn_navigation.gif);
	background-repeat: no-repeat;
	background-position: -560px top;
}

#globalnavi li#globalnavi_ms a {
	width: 140px;
	height: 45px;
	margin: 0px;
	padding: 0px;
	line-height: 45px;
	text-indent: -9999px;
	display: block;
	background-image: url(../images/btn_navigation.gif);
	background-repeat: no-repeat;
	background-position: -700px top;
}

#globalnavi li#globalnavi_home a:hover {
	background-image: url(../images/btn_navigation.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#globalnavi li#globalnavi_nailist a:hover {
	background-image: url(../images/btn_navigation.gif);
	background-repeat: no-repeat;
	background-position: -140px bottom;
}

#globalnavi li#globalnavi_owner a:hover {
	background-image: url(../images/btn_navigation.gif);
	background-repeat: no-repeat;
	background-position: -280px bottom;
}

#globalnavi li#globalnavi_inquiry a:hover {
	background-image: url(../images/btn_navigation.gif);
	background-repeat: no-repeat;
	background-position: -420px bottom;
}

#globalnavi li#globalnavi_outline a:hover {
	background-image: url(../images/btn_navigation.gif);
	background-repeat: no-repeat;
	background-position: -560px bottom;
}

#globalnavi #globalnavi_ms a:hover {
	background-image: url(../images/btn_navigation.gif);
	background-repeat: no-repeat;
	background-position: -700px bottom;
}

/*
FOOTER LAYOUT
====================================================================================================================================================== */

#footer {
	width: 840px;
	height: 50px;
	margin: 0px 5px 0px 5px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
}

#footermenu {
	width: 840px;
	padding: 5px 0px 5px 0px;
	text-align: center;
}

#footermenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footermenu li {
	margin: 0;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 0.85em;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EEC68F;
	display: inline;
}

#footermenu li.last {
	border-right: none;
}

/*
FOOTER COPYRIGHT LAYOUT
====================================================================================================================================================== */

#copyright {
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 0.85em;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #666666;
	text-align: center;
}

/*
PAGE BOTTOM LAYOUT
====================================================================================================================================================== */

#area_bottom {
	height: 20px;
	width: 840px;
}

