/**
 * ----------------------------------------------------------------------------
 * toggleElements.css - Stylesheet for jQuery-Plugin toggleElements
 * ----------------------------------------------------------------------------
 */

/* Screen ------------------------------------------------------------------- */

@media projection, screen {

	/* Toggler - default style */
	.toggler {
	cursor:pointer;
	text-decoration: none;
	font-size: 1.2em;
	font-weight:bold;
	display: block;
	width: 755px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: 25px;
	background-image: url(../images/closeclose.gif);
	background-repeat: no-repeat;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-top: 10px;
	background-color: #003366;
	color: #FFFFFF;
	}
	.toggler-closed {
	color:#F6F6F6;
	padding-left:10px;
	height:25px;
	background-image: url(../images/bottan/cn.gif);
	background-repeat: no-repeat;
	background-position: right center;
	}
	.toggler-closed:hover {
	color: #F6F6F6;
	padding-left:10px;
	height:25px;
	background-image: url(../images/bottan/co.gif);
	background-repeat: no-repeat;
	background-position: right center;
	}
	.toggler-opened {
	color:#F6F6F6;
	padding-left:10px;
	height:40px;
	background-image: url(../images/bottan/on.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}
	.toggler-opened:hover {
	color: #F6F6F6;
	padding-left:10px;
	height:40px;
	background-image: url(../images/bottan/oo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}

	/* Container - default style */
	.toggler-c {

	}
	.toggler-c-closed {
	background:transparent;
	margin:25px 0px 25px 0px;
	padding:20px;
	}
	.toggler-c-opened {
	margin:-25px 20px 25px 10px;
	padding:0px;
	background-color: #FFFFCC;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	}

}

/* Print -------------------------------------------------------------------- */
@media print {

	.toggler-c {
	margin-bottom:50px;
}
	.toggler {
	display: none;
	width: 560px;
}

}
.toggler-c {
	width: 765px;
	padding-top: 10px;
	padding-bottom: 10px;
}
