@charset "UTF-8";

@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

a:link {
	color: #1d3994;
  text-decoration: none;
}
a:visited {
	color: #1d3994;
  text-decoration: none;
}
a:hover {
	color: #fe6e2b;
  text-decoration: underline;
}
a:active {
	color: #1d3994;
  text-decoration: none;
}

ul.links li {
	background: url("images/linkPoint.gif") no-repeat 0 3px;
	padding-left: 20px;
}
table.prof {
	margin-bottom: 1em;
	width: 370px;
}
table.prof th,table.prof td {
	padding: 5px 7px;
	vertical-align: top;
}
table.prof th {
	width: 150px;
	border-bottom: #999 2px solid;
	text-align: right;
}
table.prof td {
	border-bottom: #a9a9a9 1px solid;
}
table.outline {
	width: 100%;
	margin-bottom: 1em;	
}
table.outline th,table.outline td {
	padding: 5px 7px;
	vertical-align: top;
}
table.outline th {
	width: 130px;
	border-bottom: #999 2px solid;
	text-align: right;	
}
table.outline td {
	border-bottom: #a9a9a9 1px solid;
}
table.outline02 {
}
table.outline02 th,table.outline02 td {
	padding: 5px 7px;
	vertical-align: top;
}
table.outline02 th {
	width: 70px;
	border-bottom: #999 2px solid;
	text-align: right;	
}
table.outline02 td {
	border-bottom: #a9a9a9 1px solid;
}
table.outline03 {
	width: 100%;
	margin-bottom: 1em;	
}
table.outline03 th,table.outline03 td {
	padding: 5px 7px;
	vertical-align: top;
}
table.outline03 th {
	width: 70px;
	border-bottom: #999 2px solid;
	text-align: right;	
}
table.outline03 td {
	border-bottom: #a9a9a9 1px solid;
}
ul.thumb li {
	display: inline;
	margin: 0 15px 1em 0;
}
ul.thumb li img {
	padding: 3px;
	border: #999 1px solid;
}
.must {
	padding:5px 10px;
	vertical-align:middle;
}
dl.policy dt {
	font-size: 108%;
	font-weight: bold;
	border-left:  #999 8px solid;
	padding: 2px 0 2px 18px;
}
dl.policy dd {
	padding: 5px 0 1em 18px;
}
dl.teltel dd {
	padding-left: 18px;
}
dl.teltel dd.dot {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: #999 1px dashed;
}
dl.teltel dt {
	background: url(images/point.gif) no-repeat 0 7px;
	padding-left: 18px;
}
