@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-style:normal;
	text-align:left;
}

body {
	font-size: 12px;
	line-height: 1.5;
	color: #686868;

}

/*--------------------------------------------*/
/*link
----------------------------------------------*/
a:link {
	color: #538148;
	text-decoration: underline;
}

a:visited {
	color: #538148;
	text-decoration: underline;	
}

a:active {
	color: #538148;
	text-decoration: underline;
}

a:hover {
	color: #538148;
	text-decoration: none;
}


/*--------------------------------------------*/
/*reset
----------------------------------------------*/
a img {
	border: 0px none #fff;
}

img {
	border:0;
	vertical-align:bottom;
}

li {
	list-style-type: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}

table {
	border-collapse: collapse;
}

th, td {
	text-align: left;
	font-size: 12px;
}

th {
	vertical-align: text-top;
	font-weight: normal;
}

.txt-small {
	font-size: 10px;
}

.txt-default {
	color: #686868;
}

.point {
	font-size: 10px;
	color: #CC0000;
}

/*--------------------------------------------*/
/*pad
----------------------------------------------*/
.pad_top_5 {
	margin-top: 5px;
}
.pad_top_10 {
	margin-top: 10px;
}
.pad_r_10 {
	margin-right: 10px;
}
.pad_l_5 {
	margin-left: 5px;
}
.pad_l_10 {
	margin-left: 10px;
}
.pad_bottom_10 {
	margin-bottom: 10px;
}
.pad_all_10 {
	margin: 10px;
}



.top_border1px{
	border-top: solid 1px #d6d6d6;
}

/*--------------------------------------------*/
/*font
----------------------------------------------*/
.f10 {
	font-size: 10px;
}

/* else common
------------------------------------------------------------ */
#left_frame .date_nobg {
	font-size: 10px;
	text-align: right;
}

.pan {
	font-size: 10px;
	margin-bottom: 5px;
}

