/* ========== FONTS ========== */

.sw {
	font-size: 12px;
	line-height: 15px;
	color: #ffffff;
}



.sh {
	font-size: 12px;
	line-height: 19px;
}
.ssh {
	font-size: 11px;
	line-height: 17px;
}


.mh {
	font-size: 14px;
	line-height: 20px;
}


.lh {
	font-size: 16px;
	line-height: 22px;
}

.min16 {
	font-size: 16px;
	line-height: 20px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight: bold;
}

.min20 {
	font-size: 20px;
	line-height: 25px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight: bold;
}

.arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
}

.engtit {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 28px;
}

.eng20 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px; 
}


/* ========== TEXT CLLOR ========== */
.orage {
	color: #EA5810;
	font-size: 15px;
	line-height: 17px;
}
.orage2 {
	color: #EA5810;
	font-size: 12px;line-height: 16px;
}


/* ========== BODY ========== */

body {
	margin: 0px;
	background-color: #dcdddd;
	padding: 0px;
	font-family:  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #474c5b;
}

A:link {
	color: #006BB5; text-decoration: none
;}
A:visited {
	color: #13486d; text-decoration: none
;}
A:hover {
	color: #009999; text-decoration: underline
;}


/* ========== backgraund ========== */
.bg_navi {
	background-image: url(indexim/bgr.gif);
	background-repeat: repeat-x;
}

.bg_navi2 {
	background-image: url(indexim/sub_navi.gif);
	background-repeat: repeat-x;
}

.copy {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(indexim/bottom.gif);
	color: #333333;
	background-repeat: repeat-x;
}
.ten1 {
	background-image: url(indexim/ten.gif);
	background-repeat: repeat-x;
}
.red {
	color: #FF0000;
}

