@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------------------------- */
/* 個人情報保護方針のみ */
/* ---------------------------------------------------------------- */
/* Smenu */
ul#Smenu {
	position: relative;
	list-style-type: none;
	width: 195px;
	height: 53px;
	background: url("../images/standard/smenu.gif") no-repeat;
}
ul#Smenu li a {
	display: block;
	overflow: hidden;
	width: 195px;
	height: 50px;
}
ul#Smenu li.sm1 a {
	position: absolute;
	background: url("../images/standard/smenu.gif") no-repeat 0 0;
	top: 0;
}
ul#Smenu li.sm1 a:hover,
ul#Smenu li.sm1s a {
	position: absolute;
	background: url("../images/standard/smenu.gif") no-repeat -196px 0;
	top: 0;
}

h2 {
	width: 639px;
	height: 35px;
	background: url("../images/standard/h2_title.gif") no-repeat;
}
h3.stand1 {
	width: 639px;
	height: 24px;
	background: url("../images/standard/h3_title1.gif") no-repeat;
}
h3.stand2 {
	width: 639px;
	height: 24px;
	background: url("../images/standard/h3_title2.gif") no-repeat;
}
ol.stand {
	padding-left: 33px;
}

/** none **/
h2 span,
h3 span,
ul#Smenu li a span {
	display: none;
}