@charset "UTF-8";

#choiceArea {
	width:550px;
	margin:0 18px 40px 20px;
	padding: 0;
	}
#choiceBtnArea {
	margin: 0 0 180px;;
	padding: 0 10px 20px 0;
	background: #fff;
}
#choiceBtnArea h3 {
	margin: 16px 0 18px;
	padding: 4px 0 4px 10px;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	background: rgb(100,100,180);
}
#choiceBtnArea p.chc {
	margin: 20px 0 0;
	font-size: 110%;
	font-weight: bold;
	color: red;
}
#choiceBtnArea p.chcBtn {
	margin: 10px 0 0 60px;
	font-size: 110%;
	font-weight: bold;
}
div#choiceBtnArea ul {
	margin: 24px 0 24px 60px;
	padding: 0;
}
div#choiceBtnArea ul li {
	margin: 0;
	padding: 0;
	width: 401px;
	height: 67px;
	text-indent: -9999px;
}
div#choiceBtnArea ul li a {
	text-decoration: none;
	display: block;
	width: 401px;
	height: 67px;
	outline: 0;
}
div#choiceBtnArea ul#choiceBtnOsaka li#crsOsaka a{
	background: url(../img/shin_btn01.jpg) no-repeat 0 0;
}
div#choiceBtnArea ul#choiceBtnOsaka li#crsOsaka a:hover {
	background: url(../img/shin_btn01.jpg) no-repeat -401px 0;
}
div#choiceBtnArea ul#choiceBtnSuper li#crsSuper a{
	background: url(../img/shin_btn02.jpg) no-repeat 0 0;
}
div#choiceBtnArea ul#choiceBtnSuper li#crsSuper a:hover {
	background: url(../img/shin_btn02.jpg) no-repeat -401px 0;
}
div#choiceBtnArea ul#choiceBtnExpress li#crsExpress a{
	background: url(../img/shin_btn03.jpg) no-repeat 0 0;
}
div#choiceBtnArea ul#choiceBtnExpress li#crsExpress a:hover {
	background: url(../img/shin_btn03.jpg) no-repeat -401px 0;
}
div#choiceBtnArea ul#choiceBtnRegular li#crsRegular a{
	background: url(../img/shin_btn04.jpg) no-repeat 0 0;
}
div#choiceBtnArea ul#choiceBtnRegular li#crsRegular a:hover {
	background: url(../img/shin_btn04.jpg) no-repeat -401px 0;
}
