/*タイトル装飾*/

#semi_content{
	margin: 0 20px;
}

#semi_content a{
	color: #06C;
}

h1 {
	font-family: FOT-マティス Pro DB;
	font-size: 18px;
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #C6C6C6;
	margin-bottom: 5px;
}

.txt_red {
	color: #F00;
}

table.s_table01 {
    width: 100%;
    border: 1px #999 solid;
}

table.s_table01 th {
	font-size: 12px;
    padding: 3px;
    border: #999 solid;
    border-width: 0 0 1px 1px;
    background: #FFFFCC;
    font-weight: bold;
    line-height: 200%;
    text-align: center;
}
table.s_table01 td {
	font-size: 12px;
    padding: 3px;
    border: 1px #999 solid;
    border-width: 0 0 1px 1px;
	line-height:1.5em;
}

.s_title01 {
	color: #666;
	border-top: #666 2px dotted;
	border-bottom: #666 2px dotted;
	line-height: 2.5em;
	margin: 0 0 5px 0;
}

.s_title02 {
	color: #666;
	line-height: 1.5em;
	padding-left: 14px;
}

.s_title03 {
	color: #666;
	border-top: 1px #666 dotted;
	margin-top: 20px;
	padding-top: 6px;
}

