/*
┌─────────────────────────────────
│  anotherone.css
│  Copyright(C) ANOTHER ONE 1998-2004
│  http://anotherone.s8.xrea.com/
└─────────────────────────────────
*/

body {
       color:#111111;
       background-color:#ffffff;
	font-family:Osaka;
	font-size:8pt;
}


a { 
	color:#111111;
	font-family:Osaka;
	font-size:8pt;
	text-decoration:none;
}
a:hover {
	color:#111111;
	text-decoration:none;
}
a:active {
	color:#111111;
	text-decoration:none;
}

textarea {
	font-family:Osaka;
	font-size:8pt;
}
/*タイトル*/
.title {
	color:#000000;
	font-family:Osaka;
	font-size:9pt;
	letter-spacing:3px;
}

td{
       font-family:Osaka;
       font-size:8pt;
}

.line{background-image:url("images/line.gif");
background-position:left;
background-repeat:repeat-y;}

.line2{background-image:url("images/line2.gif");
background-position:bottom;
background-repeat:repeat-x;}

.box{border-style:solid solid none dotted;border-width:1px;
border-color:#ffffff;}

.box2{border-style:solid solid solid dotted;border-width:1px;
border-color:#ffffff;}

.box3{border-style:solid solid none none;border-width:1px;
border-color:#ffffff;}

.box4{border-style:solid solid solid none;border-width:1px;
border-color:#ffffff;}

.box5{border-style:none none none dotted;border-width:1px;
border-color:#ffffff;}

.frame {
       color:#111111;
       background-color:#930000;
	font-family:Osaka;
	font-size:8pt;}


