@charset "utf-8";
/* --------------------------------
	leftside 
-------------------------------- */

.text li {
	list-style: none;
	background-image: url(../img/main/arrow_news.gif);
	background-repeat: no-repeat;
	background-position: 2px 0.4em;
	padding-left: 15px;
	margin-left: -2px;
}
#leftside .title {
	margin-right: 10px;
	margin-left: 10px;
}
#leftside .text {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#leftside .news {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#leftside #title_space {
	height: 5px;
}
#leftside .subTitle {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#leftside .sample {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.sample .sampleImage {
	width: 250px;
	float: left;
}
.sample .sampleText {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 295px;
}
.sample li {
	list-style: none;
	background-image: url(../img/main/arrow_news.gif);
	background-repeat: no-repeat;
	background-position: 0.1em 0.25em;
	padding-left: 15px;
	font-size: medium;
	font-weight: bold;
	margin-left: -2px;
}
#leftside .image {
	margin: 10px;
}
#leftside .imageWide {
	padding-top: 10px;
	padding-bottom: 10px;
}
#privacypolicy li {
	list-style-type: disc;
	background-image: none;
	padding: 0px;
	font-weight: normal;
	font-size: small;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2em;
}
.flow {
	margin-bottom: 10px;
	width: 565px;
}
.flow .flowImage {
	float: left;
	width: 60px;
}
.flow .flowImage_arrow {
	float: left;
	width: 60px;
	padding-bottom: 40px;
	background-image: url(../img/service/arrow_flow.gif);
	background-repeat: no-repeat;
}
.flow .flowText {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	width: 485px;
}
.titleline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC33;
	margin-bottom: 5px;
	line-height: 120%;
	float: left;
	width: 485px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: medium;
	font-weight: bold;
}
#leftside .news dl {
	line-height: 150%;
}
#leftside .news dt {
	clear: left;
	float: left;
	width: 6em;
}
#leftside .news dd {
	background-image: url(../img/main/arrow_news.gif);
	background-repeat: no-repeat;
	background-position: 4px 0.35em;
	padding-left: 18px;
	margin-left: 6em;
	padding-bottom: 5px;
}
#leftside .compText {
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 100px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
	word-break: break-all;
	text-align: center;
}
#leftside .textBr {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
	word-break: break-all;
}

/* --------------------------------
	/leftside 
-------------------------------- */


/* --------------------------------
	table 
-------------------------------- */

.tableTypeA table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
}
.tableTypeA thead th {
	font-size: small;
	color: #FFFFFF;
	background-color: #5F5F5F;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.tableTypeA tbody th {
	font-size: small;
	color: #FFFFFF;
	background-color: #5F5F5F;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	font-weight: normal;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.tableTypeA tbody td {
	font-size: small;
	color: #333333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	font-weight: normal;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.tableTypeC table {
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: none;
}

.tableTypeC tbody td {
	font-size: small;
	color: #333333;
	font-weight: normal;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/* --------------------------------
	/table 
-------------------------------- */

