@charset "utf-8";

/* text style
-----------------------*/
#information {
	background-color: #F7F7F7;
	padding: 12px 15px 15px;
	vertical-align: top;
	font-family: Verdana, "MS Pゴシック", sans-serif;
}
#info_table {
	padding: 0px;
	text-align: left;
}
#info_table th {
	background-image: url(../img/common/point02.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	vertical-align: top;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-align: left;
}
#info_table td {
	color: #666666;
	font-size: 10px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	line-height: 16px;
}

/* link style
-----------------------*/
a:link {
	color: #0E3193;
	text-decoration: none;
	font-size: 10px;
	text-decoration: underline;
}
a:visited {
	color: #0E3193;
	text-decoration: none;
	font-size: 10px;
	text-decoration: underline;
}


a:hover {
	color: #941D55;
	text-decoration: none;
	font-size: 10px;
	text-decoration: underline;
}
