/* design common -----------------------*/

body {margin-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;
	background-image: url(img/out_bg.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	background-position: 1000px;}

td#main{
	padding-left: 70px;
	padding-right: 67px;
	padding-top: 0px;
	padding-bottom: 0px;
	height:100%;
				 }

.right-bg {background-color: #FFFFFF;background-image: url(img/right_bg.gif);background-repeat: no-repeat;}

.space-xs {font-size: 4px;}
.space-s {font-size: 10px;}
.space-sm {font-size: 15px;}
.space-m {font-size: 20px;}
.space-l {font-size: 30px;}
.space-xl {font-size: 50px;}

/* txt color -----------------------*/

.green-t {color: #00862B;}
.blue-t {color: #0A50FF;}
.orange-t {color: #FF6800;}
/* link -----------------------*/

a:link {text-decoration:none}
a:active {text-decoration:none}
a:hover {text-decoration:none}
a:visited {text-decoration:none}