/* CSS Document */

/* ====================================
  File        : common.css
  Date        : 2006.08.07
  Last Update : 2006.11.30
===================================== */



/* ------------------------------
 Basic-element
------------------------------ */
body {
	margin: 0;
	padding: 0;
	color: #333333;
}

body#haken {
	background: url(../misc/bg_green.gif) repeat-x;
}

body#career {
	background: url(../misc/bg_orange.gif) repeat-x;
}

body#client {
	background: url(../misc/bg_blue.gif) repeat-x;
}

body#company {
	background: url(../misc/bg_gray.gif) repeat-x;
}

td, p { 
	font-size: 12px;
	line-height: 16px;
}

img {
	border: 0;
}



/* ------------------------------
 Font
------------------------------ */
.t0h12	{font-size: 10px; line-height: 12px;}
.t0h14	{font-size: 10px; line-height: 14px;}
.t0h16	{font-size: 10px; line-height: 16px;}
.t0h18	{font-size: 10px; line-height: 18px;}
.t1h16	{font-size: 12px; line-height: 16px;}
.t1h18	{font-size: 12px; line-height: 18px;}
.t1h20	{font-size: 12px; line-height: 20px;}
.t1h22	{font-size: 12px; line-height: 22px;}
.t2h18	{font-size: 14px; line-height: 18px;}
.t2h18	{font-size: 14px; line-height: 20px;}
.t2h18	{font-size: 14px; line-height: 22px;}


.green {color: #3A8786;}
.orange {color: #DE6800;}
.blue {color: #308BE1;}
.white {color: #FFFFFF;}

a:link		{color: #336699; text-decoration: underline;}
a:visited	{color: #336699; text-decoration: underline;}
a:hover		{color: #336699; text-decoration: none;}
a:active	{color: #336699; text-decoration: none;}

a.green:link	{color: #3A8786; text-decoration: underline;}
a.green:visited	{color: #3A8786; text-decoration: underline;}
a.green:hover	{color: #3A8786; text-decoration: none;}
a.green:active	{color: #3A8786; text-decoration: none;}

a.green02:link	{color: #6695A6; text-decoration: none;}
a.green02:visited	{color: #6695A6; text-decoration: none;}
a.green02:hover	{color: #6695A6; text-decoration: underline;}
a.green02:active	{color: #6695A6; text-decoration: underline;}

a.orange02:link	{color: #DE6800; text-decoration: none;}
a.orange02:visited	{color: #DE6800; text-decoration: none;}
a.orange02:hover	{color: #DE6800; text-decoration: underline;}
a.orange02:active	{color: #DE6800; text-decoration: underline;}

a.orange:link	{color: #DE6800; text-decoration: underline;}
a.orange:visited	{color: #DE6800; text-decoration: underline;}
a.orange:hover	{color: #DE6800; text-decoration: none;}
a.orange:active	{color: #DE6800; text-decoration: none;}

a.blue:link	{color: #308BE1; text-decoration: underline;}
a.blue:visited	{color: #308BE1; text-decoration: underline;}
a.blue:hover	{color: #308BE1; text-decoration: none;}
a.blue:active	{color: #308BE1; text-decoration: none;}

a.footer:link		{color: #6695A6; text-decoration: none;}
a.footer:visited	{color: #6695A6; text-decoration: none;}
a.footer:hover		{color: #6695A6; text-decoration: underline;}
a.footer:active		{color: #6695A6; text-decoration: underline;}
