@charset "utf-8";
/* CSS Document for LowerPage */



/* -------------------------------------------------------
			Visual (Common)
------------------------------------------------------- */

div.visual {
}
* html div.visual {
	text-align: center;
}

div.visual h2 {
	width: 800px;
	height: 140px;
	margin: 0 auto 30px;
	background-position: left top;
	background-repeat: repeat-x;
	text-indent: -80000px;
}
* html div.visual h2 {
	text-align: left;
}



/* -------------------------------------------------------
			Topics Path
------------------------------------------------------- */

p#topicspath {
	width: 960px;
	margin: 0 auto 40px;
	padding-top: 5px;
	font-size: 0.8em;
	line-height: 1.0em;
	/*margin-bottom: 30px;*/
}

p#topicspath a {
	text-decoration: none;
}

p#topicspath a:hover {
	text-decoration: underline;
}



/* -------------------------------------------------------
			Head (h3)
------------------------------------------------------- */

h3.h3-lower {
	width: 760px;
	height: 30px;
	margin: 0 0 20px;
	background-position: left top;
	background-repeat: repeat-x;
	text-indent: -76000px;
}



/* -------------------------------------------------------
			Text Box
------------------------------------------------------- */

div.txtbox {
	margin: 0 20px 40px;
}

div.txtbox p {
	margin-bottom: 0.4em;
}



/* -------------------------------------------------------
			Text
------------------------------------------------------- */

.txt-orange {
	color: #CC6600;
}



/* -------------------------------------------------------
			List
------------------------------------------------------- */

ul.list-lower {
	padding-top: 10px;
	margin-bottom: 10px;
}

ul.list-lower li {
	margin-left: 30px;
	list-style: disc outside;
	margin-bottom: 0.4em;
}



/* -------------------------------------------------------
			Hidden (CSS Off)
------------------------------------------------------- */

.cssoff {
	display: none;
}



/* -------------------------------------------------------
			Contact
------------------------------------------------------- */

div#contact-lower {
	width: 760px;
	height: 105px;
	margin: 0 auto 50px;
	background: url(../images/lower/contact_lower.gif) left top no-repeat;
	position: relative;
}
* html div#contact-lower {
	text-align: left;
}

/* Contact (Phone) */
ul#contact-lower-phone,
ul#contact-lower-phone li {
	width: 400px;
}
ul#contact-lower-phone li {
	height: 35px;
	text-indent: -40000px;
}

/* Contact (Web) */
ul#btn-contact-lower,
ul#btn-contact-lower li,
ul#btn-contact-lower li a {
	width: 360px;
	height: 92px;
}
ul#btn-contact-lower {
	position: absolute;
	right: 5px;
	top: 0;
}
ul#btn-contact-lower li,
ul#btn-contact-lower li a {
	background-image: url(../images/lower/btn_contact_lower.png);
	background-position: left top;
}
ul#btn-contact-lower li {
	background-repeat: no-repeat;
}
ul#btn-contact-lower li a {
	display: block;
	background-repeat: repeat-x;
	text-indent: -10000px;
	text-decoration: none;
}
ul#btn-contact-lower li a:hover {
	background-image: url(../images/lower/btn_contact_lower_r.png);
}