/* CSS Document */

* {
	margin:0; padding:0;
}


/* mainのスタイル */

#maintable {
	margin: 0;
	padding: 0;
	border: none;
}

#ww_spec {
	display: block;
	width: 184px;
	height: 78px;
	
	background-image: url(../img/contents/main_spec.gif);
	background-repeat: no-repeat;
	
	text-align:left;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 8pt;
	font-weight: normal;
	line-height: 1.2;
	color: #0f218b;
	
	padding: 23px 0 0 30px;
	
	#width: 214px;
	#height: 91px;
	#padding: 10px 0 0 30px;
}

/* 説明文のclass */

strong {
	color: #ff0096;
	font-weight: bold;
}

.txt01 {
	width: 270px;
	height: 55px;

	text-align: center;
	vertical-align: top;
	padding: 0;
	
	font-size: 12pt;
	line-height: 1.2;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	
	background-image: url(../img/pass_contents_06.gif);
	background-repeat: no-repeat;
}

.txt02 {
	width: 220px;
	height: 55px;

	text-align: center;
	vertical-align: top;
	padding: 0;
	
	font-size: 12pt;
	line-height: 1.2;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	
	background-image: url(../img/pass_contents_07.gif);
	background-repeat: no-repeat;
}

.txt03 {
	width: 270px;
	height: 55px;

	text-align: center;
	vertical-align: top;
	padding: 0;
	
	font-size: 12pt;
	line-height: 1.2;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	
	background-image: url(../img/pass_contents_08.gif);
	background-repeat: no-repeat;
}

.txt04 {
	width: 380px;
	height: 90px;

	text-align: center;
	vertical-align: top;
	padding: 0;
	
	font-size: 12pt;
	line-height: 1.2;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	
	background-image: url(../img/pass_contents_11.gif);
	background-repeat: no-repeat;
}

.txt05 {
	width: 380px;
	height: 90px;

	text-align: center;
	vertical-align: top;
	padding: 0;
	
	font-size: 12pt;
	line-height: 1.2;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	
	background-image: url(../img/pass_contents_12.gif);
	background-repeat: no-repeat;
}

.txt06 {
	width: 760px;
	height: 30px;

	text-align: center;
	vertical-align: top;
	padding: 0;
	margin: 0 auto;
	
	font-size: 11pt;
	line-height: 1.6;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	
	background-image: url(../img/pass_contents_14.gif);
	background-repeat: no-repeat;
}

/* movBtnのclass */
.movBtn {
	display: block;
	width: 760px;
	height: 180px;
	text-indent: -9999px;
	background-image: url(../img/contents/movBtn.gif);
	background-repeat: no-repeat;
}

/* a:hover */
a.movBtn { background-position: 0px 0px;}
a:hover.movBtn { background-position: 0px -180px;}

/* passInfoのclass */
.passInfo {
	display: block;
	width: 760px;
	height: 150px;
	text-indent: -9999px;
	background-image: url(../img/contents/passBtn.gif);
	background-repeat: no-repeat;
}

/* a:hover */
a.passInfo { background-position: 0px 0px;}
a:hover.passInfo { background-position: 0px -150px;}


