a:visited {
	color: #336699;
	text-decoration: none;
}
a:link {
	color:#003399;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: underline;
}

.sub:visited {
	color: white;
	text-decoration: none;
}
.sub:link {
	color: white;
	text-decoration: none;
}

.sub:hover {
	color: orange;
	text-decoration: underline;
}
/*current*/
.sub-c:visited {
	color: orange;
	text-decoration: none;
}
.sub-c:link {
	color: orange;
	text-decoration: none;
}

.sub-c:hover {
	color: orange;
	text-decoration: underline;
}
.VorH{
	font-size:10px;
	line-height:15px;
	color:white;
	padding:3px 0px 2px 10px;
}
.m_space{
	padding:0px;
	padding-left:7px;
}
.border-side{
	border-width:0px 1px;
	border-style:solid;
	border-color:#888888;
}
.hd1 {
	background-color: #CCCCCC;
	/*background-image: url(/dev/dev114/images/bg_hd.gif);*/
	background-image: url(/images/bg_hd.gif);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-bottom: 3px;
	padding-left: 18px;
	font-size:16px;
	font-weight:bold;
}

.hd{
	border:solid 1px ; font-size:14px;padding:2px;font-weight:bold;width:590px;
	text-align:center;}

ul {
	/*list-style-image: url(/dev/dev114/images/list.gif);*/
	list-style-image: url(/images/list.gif);
}

.dot_uline{
	border-width:0px 0px 2px 0px;
	border-style:dotted;
	border-color:#EEEEEE;
}

body{
	background-color:#CCCCCC;
	font-family: "Osaka", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", "‚l‚r ƒSƒVƒbƒN";
}

.copy{
	font-weight: bold;
	font-size:16px;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:#CCCCCC;
	color:midnightblue;
	padding-top:1px;
	width:590px;
}

.copy-e{
	font-size:14px;
	font-family: "Century Gothic", Arial;
	font-weight: bold;
	padding-bottom:1em;
	padding-top:1px;
	color:#666666;
}

.small{
	font-size:70%;
}

.Lh{
	line-height:1.5em;
}

/*for Q and A*/
.leftQ{
	float: left; width: 2em;
	line-height:150%;
	color:sienna;
}

.rightQ{
	float: left; width:500px;
	line-height:150%;
	color:sienna;
}

.left{
	float: left; width: 2em;
	line-height:150%;
}

.right{
	float: left; width:550px;
	line-height:150%;
}

.bottom{
	clear: both;height:2em;
}

/*table*/
.thin-line-table {
	border-style:solid;
	border-width:0px 0px 1px 1px;
	border-color:#CCCCCC;
	border-collapse:collapse;
	border-spacing:0
}

.thin-line-cell {
	border-style:solid;
	border-width: 1px 1px 0px 0px;
	border-color:#CCCCCC;
}

.thin-line-th{
	border-style:solid;
	border-width: 1px 1px 0px 0px;
	border-color:#CCCCCC;
	background-color:#EEEEEE;
}

.btn{
	border:solid 2px;
	width:12em;
	text-align:center;
	padding:0.5em 0em;
	background-color:lightsteelblue;
}

.red{color:#880000;}

.blue{color:#0000ff;}

li{padding:0.1em 0em;}

.hd-lineup{
	text-align:normal;
	border-style:solid;
	border-width:0px 0px 2px 20px;
	border-color:midnightblue;
	padding:1px 0.5em;
	font-size:130%;
}

/*kinkyu*/
#kinkyu{
	border:3px solid #6699cc;
	background:#fff;
	padding:6px;
	margin-bottom:10px;
}

#kinkyu h1{
	font-size:1.1em;
	font-weight:600;
	margin:0;
	text-align:center;
	background:#ccc;
}

#kinkyu p{
	font-size:0.8em;
}

#kinkyu dl{
	font-size:0.8em;
}

#kinkyu dt{
}

#kinkyu dd{
	margin-left:10px;
	margin-bottom:10px;
}

