@charset "utf-8";
/* CSS Document */
/*
==========================TOC(Table Of Contents)==========================
Style Name Last Up 21 10 2009 Rina Saida

original.css
==========================================================================
*/

/* Font操作
----------------------------------------------------------------------------------------------------*/
.font90 {
	font-size: 90%;
}
.font80 {
	font-size: 80%;
}
.fontb {
	font-weight: bold;
}
.gr {
	color: #666633;
}
.red {
	color: #ff0000;
}

/* Text列操作
----------------------------------------------------------------------------------------------------*/
.txt_center {
	text-align: center;
}
.txt_left {
	text-align: left;
}
.lnh120 {
	line-height: 1.2;
}
.lnh130em {
	line-height: 1.3em;
}
.lnh140 {
	line-height: 1.4;
}
.lnh180 {
	line-height: 2;
}
/* 余白操作
----------------------------------------------------------------------------------------------------*/
.pd_top_5 {
	padding-top: 5px;
}
.pd_top_10 {
	padding-top: 10px;
}
.pd_top_15 {
	padding-top: 15px;
}
.pd_top_20 {
	padding-top: 20px;
}
.pd_top_40 {
	padding-top: 40px;
}
.pd_left_5 {
	padding-left: 5px;
}
.pd_left_10 {
	padding-left: 10px;
}
.pd_bottom_10 {
	padding-bottom: 10px;
}
.pd_bottom_2 {
	padding-bottom: 2px;
}
/* div操作
----------------------------------------------------------------------------------------------------*/
.hgt10 {
	height: 10px;
}
.hgt13 {
	height: 13px;
}
.hgt20 {
	height: 20px;
}
.mrg_5  {
	margin: 5px;
}
.bgefeded {
	background-color: #efeded;
}

