@charset "utf-8";
@import "index_common.css";
/* background */
body {
	background-color: #5E0F23;
}
.blink {
	-webkit-animation: blink 1s ease infinite;
	animation: blink 1s ease infinite;
}
@-webkit-keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

/* header */
#header {
	height: 125px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CC5374;
	border-left-color: #CC5374;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC5374;
	padding: 0px;
}
#head_line {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #78142E;
	width: auto;
	text-align: center;
	height: auto;
	padding-top: 2px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC5374;
}
#header #show_room {
	background-image: url(winter/right_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	height: 125px;
	width: 260px;
	padding: 0px;
}

/* contents_all */
#container {
	background-color: #78142E;
	height: auto;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CC5374;
	border-bottom-color: #CC5374;
	border-left-color: #CC5374;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	clear: both;
}

/* gloval_nav */
#container #nav #global {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10pt;
	font-weight: bold;
	list-style-type: none;
}
#global .navi_header {
	background-image: url(winter/navi_title.png);
	background-repeat: no-repeat;
	text-indent: 24px;
	height: 24px;
	width: 180px;
	margin-bottom: 3px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10pt;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
#global a {
	text-indent: 10px;
	display: block;
	height: auto;
	width: 178px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #9D1A3A;
	border: 1px dotted #EA5375;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 3px;
}
#global a:hover {
	display: block;
	height: auto;
	width: 180px;
	color: #FFFFFF;
	background-color: #B81653;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* main_contents */

/* topics */
#main_contents #topics {
	text-align: center;
	height: 26px;
	width: 625px;
	clear: both;
	margin-top: 3px;
}
/* news */
#main_contents #news dt {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10pt;
	text-align: left;
	padding-top: 2px;
	color: #FEEFF3;
}
#news dd {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10pt;
	text-align: left;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F293A8;
	line-height: 12pt;
	padding-top: 1px;
	color: #FEEFF3;
}
#news dd a {
	color: #FDDFE8;
	text-decoration: none;
}
#news dd a:hover {
	color: #999999;
	text-decoration: underline;
}
#news #past_news {
	padding-top: 3pt;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 9pt;
	color: #FDDFE8;
	text-align: right;
}
#past_news a {
	color: #FEEFF3;
	text-decoration: underline;
}

/* exhibition */
#main_contents #exhibition #info {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10pt;
	color: #FFFFFF;
	line-height: 12pt;
}

/* example */
#container #example h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11pt;
	font-weight: bold;
	color: #FEEFF3;
	padding-bottom: 3px;
	background-color: #000000;
	text-align: center;
	padding-top: 3px;
	border: 1px solid #CC5374;
}
#example .lead {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11pt;
	line-height: 14pt;
	margin-top: 4px;
	color: #FEEFF3;
}
#example dl {
	height: auto;
	width: 128px;
	margin-top: 6px;
	float: left;
	border: 1px solid #CC5374;
	margin-left: 6px;
}
#example dt {
	height: 91px;
	width: 122px;
	margin-top: 3px;
	margin-right: auto;
	margin-left: auto;
}
#example dd {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 9pt;
	text-align: center;
	height: auto;
	width: 134px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #FEEFF3;
}
#example .caption {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10pt;
	color: #FFFFFF;
}
#example .change {
	text-align: center;
	margin-top: 8px;
	margin-bottom: 4px;	
}
#example .change .primary {
	text-align: right;
	float: left;
	width: 308px;
	margin-right: 18px;
}
#example .change .first {
	text-align: center;
	float: left;
	width: 168px;
}
#example .change .second {
	float: right;
	width: 308px;
	text-align: left;
	margin-left: 18px;
}
#example dt.stage_title {
	font-size: 13px;
	font-weight: bold;
	background-image: url(square_img.png);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 15px;
	height: 81px;
	width: 122px;
	padding-top: 10px;
}