@charset "utf-8";
/* CSS Document */



/* -------------------------------------------------------
				Pagetitle
------------------------------------------------------- */

div.pagetitle {
	background-image: url(../images/lower/pagetitle_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	
	height: 190px;
}

div.pagetitle h2 {
	width: 1036px;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 80px;
	
	margin-bottom: 30px;

	font-size: 2.0em;
	line-height: 1.8em;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	/*color: #33631A;
	
	text-shadow: 2px 2px 2px #CCCCCC;*/
	/*filter: DropShadow(Color=#AAAAAA, OffX=2, OffY=2, Positive=true);*/
	color: #FFFFFF;
	text-align: right;
	
	/*background-color: #000000;
	opacity: 0.5;*/
}



/* -------------------------------------------------------
				Topics Path
------------------------------------------------------- */

p.topicspath {
	margin-left: 15px;
	margin-right: 15px;
	
	font-size: 0.9em;
	color: #666666;
	
	text-align: right;
}

p.topicspath a {
	color: #999999 !important;
	text-decoration: none !important;
}

p.topicspath a:hover {
	color: #92BA34 !important;
}

p.topicspath span {
	color: #999999;
}



/* -------------------------------------------------------
				Links (Related Page)
------------------------------------------------------- */

div.lnk-related h3 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 1.2em;
	font-weight: bold;
	color: #326E12;
	letter-spacing: 0.05em;
	
	padding-left: 10px;
	padding-right: 10px;
	
	padding-bottom: 5px;
	border-bottom: solid 1px #D5CEBB;
	margin-bottom: 15px;
}

div.lnk-related ul {
}

div.lnk-related ul li {
	background-position: 10px center;
	
	padding-left: 25px;
	padding-right: 10px;

	padding-bottom: 0.4em;
	border-bottom: dotted 1px #D5CEBB;
	margin-bottom: 0.4em;
}

div.lnk-related ul li a {
	display: block;
}



/* -------------------------------------------------------
				Contact (Below)
------------------------------------------------------- */

div.contact-below {
	clear: both;
	
	position: relative;
	
	margin-top: 150px;
}

body#program-ready div.contact-below,
body#program-gathering div.contact-below,
body#program-order div.contact-below {
	margin-top: 0;
}

div.contact-below ul {
	position: absolute;
	left: 360px;
	top: 145px;
}

* html div.contact-below ul li {
	background-image: url(../images/sidebar/contact_btn.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
* html div.contact-below ul li a {
	background-image: url(../images/sidebar/contact_btn.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
* html div.contact-below ul li a:hover {
	background-image: url(../images/sidebar/contact_btn_r.gif);
}