
/* ====== TXT ==================== */
body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", osaka, Arial, Helvetica;
	color: #666666;
}


h1 {
 font-size:1.25em;
	line-height:1.1em;
 margin:0px;
	padding:0px;
}


h2 {
 font-size:1.15em;
	line-height:1.1em;
 margin:0px;
	padding:0px;
}	

h3 {
 font-size:1em;
	line-height:1.1em;
 margin:0px;
	padding:0px;
}

p {
  font-size:1.15em;
	 line-height:1.5em;
		margin:0px;
	 padding:0px;
}	


.l_nav {
  font-size:0.75em;
	 line-height:1em;
}

.list {
 font-size:1em;
}

.small {
 font-size:0.55em;
	line-height:1.2em;
}

.green {
  color:#078E41;
	}
	
.pink {
  color:#FF6667;
}

.white {
  color:#ffffff;
	}
	
.gray {
  color:#666666;
}

/* ====== TXT[category] ==================== */
.txtoffice {
  color:#4274E4;
	}
.txtwork {
  color:#699D40;
	}
.txtservice {
  color:#EF9138;
	}
.txtmedical {
  color:#745DB5;
	}
.txtevent {
  color:#FB597A;
	}
.txtcasual {
  color:#BF902E;
	}
.txtt_shirt	 {
  color:#D66ABD;
	}
.txtapron	 {
  color:#CB6447;
	}
.txtarctic {
  color:#3887B7;
	}
	
/* ====== TXT[link] ==================== */
a:link {
	text-decoration: none;
	color: #3366CC;
}

a:visited {
	text-decoration: none;
	color: #3366CC;
}

a:hover {
	text-decoration: underline;
	color: #C71444;
}

a:active {
	text-decoration: underline;
	color: #C71444;
}

.stay {
 font-weight:bold;
	color: #C71444;
}

/* ====== Bg-COLOR[Basic] ==================== */
.green1	{	background-color: #078E41;	}
.green2	{	background-color: #E6FCD9;	}
.green3	{	background-color: #36BD70;	}

.white1	{	background-color: #ffffff;	}

.gray1	{	background-color: #cccccc;	}
.gray2	{	background-color: #F5F5F5;	}
.gray3	{	background-color: #7E7E7E;	}
.gray4	{	background-color: #E4DFDE;	}

.office	{	background-color: #437CFC;	}
.work	{	background-color: #8AC55B;	}
.service	{	background-color: #FF830E;	}
.medical	{	background-color: #9277E0;	}
.event	{	background-color: #FA3961;	}
.casual	{	background-color: #F4B93E;	}
.t_shirt	{	background-color: #EB74D0;	}
.apron	{	background-color: #E0613D;	}
.arctic	{	background-color: #43A2DB;	}

