/* CSS Document */

/* General mods*/
div.button{
	height: 16px;
	margin-right: 5px;
	margin-left: 5px;
}
div.button div{
	float: left;
}
div.buttonL, div.buttonR{
	background-repeat: no-repeat;
}
div.buttonMain{
	background-repeat: repeat-x;
}

div.button a, div.button a:link, div.button a:visited{
	text-decoration:none;
	color: #000000;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

div.button a:hover, div.button a:active{
	color: #F70;
}

div.type01_h30px,
div.type01_h30px div.buttonL, div.type01_h30px div.buttonMain, div.type01_h30px div.buttonR,
div.type02_h30px div.buttonL, div.type02_h30px div.buttonMain, div.type02_h30px div.buttonR,
div.type03_h30px div.buttonL, div.type03_h30px div.buttonMain, div.type03_h30px div.buttonR, 
div.type04_h30px div.buttonL, div.type04_h30px div.buttonMain, div.type04_h30px div.buttonR {
	height: 30px;
}

div.type01_h28px,
div.type01_h28px div.buttonL, div.type01_h28px div.buttonMain, div.type01_h28px div.buttonR,
div.type02_h28px div.buttonL, div.type02_h28px div.buttonMain, div.type02_h28px div.buttonR,
div.type03_h28px div.buttonL, div.type03_h28px div.buttonMain, div.type03_h28px div.buttonR, 
div.type04_h28px div.buttonL, div.type04_h28px div.buttonMain, div.type04_h28px div.buttonR {
	height: 28px;
}

div.type01_h24px,
div.type01_h24px div.buttonL, div.type01_h24px div.buttonMain, div.type01_h24px div.buttonR,
div.type02_h24px div.buttonL, div.type02_h24px div.buttonMain, div.type02_h24px div.buttonR,
div.type03_h24px div.buttonL, div.type03_h24px div.buttonMain, div.type03_h24px div.buttonR, 
div.type04_h24px div.buttonL, div.type04_h24px div.buttonMain, div.type04_h24px div.buttonR {
	height: 24px;
}

div.type01_h20px,
div.type01_h20px div.buttonL, div.type01_h20px div.buttonMain, div.type01_h20px div.buttonR,
div.type02_h20px div.buttonL, div.type02_h20px div.buttonMain, div.type02_h20px div.buttonR,
div.type03_h20px div.buttonL, div.type03_h20px div.buttonMain, div.type03_h20px div.buttonR, 
div.type04_h20px div.buttonL, div.type04_h20px div.buttonMain, div.type04_h20px div.buttonR {
	height: 20px;
}

div.type01_h18px,
div.type01_h18px div.buttonL, div.type01_h18px div.buttonMain, div.type01_h18px div.buttonR,
div.type02_h18px div.buttonL, div.type02_h18px div.buttonMain, div.type02_h18px div.buttonR,
div.type03_h18px div.buttonL, div.type03_h18px div.buttonMain, div.type03_h18px div.buttonR, 
div.type04_h18px div.buttonL, div.type04_h18px div.buttonMain, div.type04_h18px div.buttonR {
	height: 18px;
}

div.type01_h16px,
div.type01_h16px div.buttonL, div.type01_h16px div.buttonMain, div.type01_h16px div.buttonR,
div.type02_h16px div.buttonL, div.type02_h16px div.buttonMain, div.type02_h16px div.buttonR,
div.type03_h16px div.buttonL, div.type03_h16px div.buttonMain, div.type03_h16px div.buttonR, 
div.type04_h16px div.buttonL, div.type04_h16px div.buttonMain, div.type04_h16px div.buttonR {
	height: 16px;
}


/* type01_h30px */
div.type01_h30px div.buttonL {
	background-image: url(../_img/buttons/type01_30px_L.gif);
	width: 10px;
}
div.type01_h30px div.arrow div.buttonL {
	background-image: url(../_img/buttons/type01_30px_arrow_L.gif);
		width: 26px;
}

div.type01_h30px div.buttonMain {
	background-image: url(../_img/buttons/type01_30px_BG.gif);

}

div.type01_h30px a, div.type01_h30px a:link, div.type01_h30px a:hover, div.type01_h30px a:visited, div.type01_h30px a:active{
	line-height: 30px;
	font-size: 15px;
	font-weight: bold;
}

div.type01_h30px div.buttonR {
	background-image: url(../_img/buttons/type01_30px_R.gif);
	width: 10px;
}

/* type01_h24px */
div.type01_h24px div.buttonL {
	background-image: url(../_img/buttons/type01_24px_L.gif);
	width: 8px;
}
div.type01_h24px div.arrow div.buttonL {
	background-image: url(../_img/buttons/type01_24px_arrow_L.gif);
	width: 25px;
}

div.type01_h24px div.buttonMain {
	background-image: url(../_img/buttons/type01_24px_BG.gif);

}

div.type01_h24px a, div.type01_h24px a:link, div.type01_h24px a:hover, div.type01_h24px a:visited, div.type01_h24px a:active{
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
}

div.type01_h24px div.buttonR {
	background-image: url(../_img/buttons/type01_24px_R.gif);
	width: 8px;
}

/* type01_h20px */
div.type01_h20px div.buttonL {
	background-image: url(../_img/buttons/type01_20px_L.gif);
	width: 8px;
}
div.type01_h20px div.arrow div.buttonL {
	background-image: url(../_img/buttons/type01_20px_arrow_L.gif);
	width: 20px;
}

div.type01_h20px div.buttonMain {
	background-image: url(../_img/buttons/type01_20px_BG.gif);
}

div.type01_h20px a, div.type01_h20px a:link, div.type01_h20px a:hover, div.type01_h20px a:visited, div.type01_h20px a:active{
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
}

div.type01_h20px div.buttonR {
	background-image: url(../_img/buttons/type01_20px_R.gif);
	width: 8px;
}

/* type02_h28px */
div.type02_h28px div.buttonL {
	background-image: url(../_img/buttons/type02_28px_L.gif);
	width: 9px;
}

div.type02_h28px div.buttonMain {
	background-image: url(../_img/buttons/type02_28px_BG.gif);
}

div.type02_h28px a, div.type02_h28px a:link, div.type02_h28px a:hover, div.type02_h28px a:visited, div.type02_h28px a:active{
	line-height: 28px;
	font-size: 16px;
	font-weight: bold;
}

div.type02_h28px div.buttonR {
	background-image: url(../_img/buttons/type02_28px_R.gif);
	width: 9px;
}

/* type02_h24px */
div.type02_h24px div.buttonL {
	background-image: url(../_img/buttons/type02_24px_L.gif);
	width: 11px;
}

div.type02_h24px div.v div.buttonL {
	background-image: url(../_img/buttons/type02_24px_v_L.gif);
	width: 17px;
}

div.type02_h24px div.buttonMain {
	background-image: url(../_img/buttons/type02_24px_BG.gif);
}

div.type02_h24px a, div.type02_h24px a:link, div.type02_h24px a:hover, div.type02_h24px a:visited, div.type02_h24px a:active{
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
}

div.type02_h24px div.buttonR {
	background-image: url(../_img/buttons/type02_24px_R.gif);
	width: 11px;
}

div.type02_h24px div.ff div.buttonR {
	background-image: url(../_img/buttons/type02_24px_ff_R.gif);
	width: 19px;
}

/* type02_h16px */
div.type02_h16px div.buttonL {
	background-image: url(../_img/buttons/type02_16px_L.gif);
	width: 7px;
}

div.type02_h16px div.buttonMain {
	background-image: url(../_img/buttons/type02_16px_BG.gif);
}

div.type02_h16px a, div.type02_h16px a:link, div.type02_h16px a:hover, div.type02_h16px a:visited, div.type02_h16px a:active{
	line-height: 16px;
	font-size: 9px;
	font-weight: bold;
}

div.type02_h16px div.buttonR {
	background-image: url(../_img/buttons/type02_16px_R.gif);
	width: 7px;
}

div.type02_h16px div.ff div.buttonR {
	background-image: url(../_img/buttons/type02_16px_ff_R.gif);
	width: 18px;
}

/* type02_h16px green */
div.type02_h16px div.green div.buttonL {
	background-image: url(../_img/buttons/type02_16px_green_L.gif);
	width: 7px;
}

div.type02_h16px div.green div.buttonMain {
	background-image: url(../_img/buttons/type02_16px_green_BG.gif);
}


div.type02_h16px div.green div.buttonR {
	background-image: url(../_img/buttons/type02_16px_green_R.gif);
	width: 7px;
}

/* type03_h28px green */
div.type03_h28px div div.buttonL {
	background-image: url(../_img/buttons/type03_28px_L.gif);
	width: 8px;
}

div.type03_h28px div div.buttonMain {
	background-image: url(../_img/buttons/type03_28px_BG.gif);
}

div.type03_h28px a, div.type03_h28px a:link, div.type03_h28px a:hover, div.type03_h28px a:visited, div.type03_h28px a:active{
	line-height: 28px;
	font-size: 14px;
	font-weight: bold;
}

div.type03_h28px div div.buttonR {
	background-image: url(../_img/buttons/type03_28px_R.gif);
	width: 8px;
}

/* type03_h24px  */
div.type03_h24px div div.buttonL {
	background-image: url(../_img/buttons/type03_24px_L.gif);
	width: 10px;
}

div.type03_h24px div div.buttonMain {
	background-image: url(../_img/buttons/type03_24px_BG.gif);
}

div.type03_h24px a{
	line-height: 24px;
	font-size: 11px;
	font-weight: bold;
}

div.type03_h24px div div.buttonR {
	background-image: url(../_img/buttons/type03_24px_R.gif);
	width: 10px;
}

/* type04_h18px  */
div.type04_h18px div div.buttonL {
	background-image: url(../_img/buttons/type04_18px_L.gif);
	width: 6px;
}

div.type04_h18px div div.buttonMain {
	background-image: url(../_img/buttons/type04_18px_BG.gif);
}

div.type04_h18px a{
	line-height: 18px;
	font-size: 11px;
}

div.type04_h18px div div.buttonR {
	background-image: url(../_img/buttons/type04_18px_R.gif);
	width: 6px;
}

.paynow_button {
  float: right;
}

