/* CSS SETTING for West Japan Railway Company --- Basic CSS */

body {
	font-size: 10pt;
	background-color: #FFFFFF;
	background-image: url(images/bg01.gif);
	margin: 0px;
	padding: 10px;
}
.small {  font-size: 9pt;}
.xsmall {  font-size: 8pt;}

a.white {
	text-decoration : none;
	color: #FFFFFF;
	cursor: hand;
	font-weight: bold;
}
a.white:visited {
	color: #EEEEEE;
	text-decoration: none;
}
a.white:active {
	color: #FFFF00;
	text-decoration: underline;
}
a.white:hover {
	color: #FFFF00;
	text-decoration: underline;
}

a {
	text-decoration : underline;
	color: #330099;
	cursor: hand;
	font-weight: normal;
}
a:visited {
	color: #993366;
	text-decoration: none;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}

input {
	font-size:10pt;
	background-color:#FFFFFF;
	color: #000000;
}
select {
	font-size:10pt;
	background-color:#FFFFFF;
	color: #000000;
}
textarea {
	font-size:10pt;
	background-color:#FFFFFF;
	color: #000000;
}

.line120 { line-height: 120%;}
.read {
	font-size: 11pt;
	line-height: 140%;
}
.blue {  color: #003366;}
.red {  color: #CC0000;}
.white {  color: #FFFFFF;}
.black {  color: #000000;}

.smallwhite {
	color: #FFFFFF;
	font-size: 10pt;
}
.xsmallwhite {
	color: #FFFFFF;
	font-size: 9pt;
}

.smallblue {
	color: #003366;
	font-size: 10pt;
}
.smallred {
	color: #CC0000;
	font-size: 10pt;
}

/*  Copyright (C) Copyright 2003 West Japan Railway Company. All right reserved.
Preparation: West Japan Railway Company. http://www.santo-monogatari.com/  */
.px18 { font-size: 18px}
.px14 { font-size: 14px}
.px12b { font-size: 12px; font-weight: bold}
.px12 { font-size: 12px}
.px10 { font-size: 10px}
.px09 { font-size: 9px}
