@charset "utf-8";
@import url("unity.css");

body {
	margin: 0px;
	background-image: url(../images/main_bg_b.jpg);
}
a {
	text-decoration: none;
}

.textInput {
	background-image: url(../images/text_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #CCC;
}
.bg_day {
	background-image: url('../images/bg_d.jpg');
    text-align: left;
}

.bg_night {
	background-image: url(../images/bg_n.gif);
}
.bg_browser {
	background-image: url(../images/main_bg_b.jpg);
	background-repeat: repeat-x;
	background-color: #3399FE;
}


.font_s {
      /* font-size: 11px; */
      font-size: 70%;
      line-height: 18px;
}
.font_m {
      font-size: 80%;
      /* font-size: 13px; */
      line-height: 21px;
}

.font_l {
      font-size: 100%;
      /* font-size: 15px; */
      line-height: 23px;
}

.link_ver {
	font-size: 13px;
}
.link_black {
	color: #333;
	text-decoration: none;
}
.link_black:hover {
	color: #666;
	text-decoration: underline;
}

.fservice_index {
	/* font-size: x-small; */
	color: #F8A62A;
}

.more_o {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #d25542;
	text-align: right;
}
.sepline {
	font-size: 5px;
	color: #3399FE;
	line-height: 10px;
	display:none;
}

.guide_o
{
    font-size:x-small;
    color: Orange;
}

.guide_b
{
    font-size:x-small;
    color: paleturquoise;
}

.more_o:hover {
	color: #F90;
}
.more_g {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #36905f;
	text-align: right;
}
.more_g:hover {
	color: #3C0;
}
.more_p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF227A;
	text-align: right;
}
.more_p:hover {
	color: #F69;
}
.more_b {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #009;
	text-align: right;
}
.more_b:hover {
	color: #00F;
}
.seplinePink {
	font-size: 5px;
	color: #FFEDF3;
	line-height: 10px;
}
.date_green {
	color: #060;
	font-family: Arial, Helvetica, sans-serif;
}
