@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#gNavi li.navi05 a img {
	opacity: 0;
	filter: alpha(opacity=0);
}

#conts .mailForm table {
	margin-bottom: 30px;
}

#conts table th {
	width: 23%;
	text-align: left;
	vertical-align: top;
}

#conts p.note {
	margin-bottom: 5px;
	text-align: right;
}

#conts p.note img {
	margin-right: 5px;
	vertical-align: -2px;
}

#conts table th img.required {
	margin-left: 5px;
	vertical-align: -2px;
}

#conts table td input#fName01,
#conts table td input#fName02,
#conts table td input#fEmail {
	width: 290px;
}

#conts table td input#fName03,
#conts table td input#fName04 {
	width: 210px;
}

#conts table td input#fTel,
#conts table td input#fFax {
	width: 100px;
}

#conts table td #fBody {
	width: 390px;
	height: 110px;
	font-size: 1.4em;
}

#conts ul.submit {
	text-align: center;
}

#conts ul.submit li {
	margin: 0 10px;
	display: inline;
}

#conts ul.errorMsg {
	margin-bottom: 15px;
}

#conts ul.errorMsg li {
	font-size: 1.4em;
	color: #f00;
}

#conts p.thanks {
	padding-bottom: 300px;
}
#conts dl.topics {
    font-size: 1.4em;
    margin: 0 10px;
}
#conts dl.topics dt {
    background: url("../img/common/icon/icon04.gif") no-repeat scroll left 3px transparent;
    color: #83C700;
    font-weight: bold;
    margin-bottom: 2px;
    padding-left: 20px;
}
#conts dl.topics dd {
    background: url("../img/common/line01.png") repeat-x scroll left bottom transparent;
    margin-bottom: 14px;
    padding-bottom: 8px;
}
#conts p.atitle{
	text-align:center;
	font-size:16px;
	margin-bottom:5px;
	font-weight:bold;
}
#conts p.adate{
	margin-top:10px;
	text-align:right;
	margin-bottom:10px;
}
#conts #articlecontent p,
#conts #articlecontent a,
#conts #articlecontent span,
#conts #articlecontent div,
#conts #articlecontent strong,
#conts #articlecontent center,
#conts #articlecontent table,
#conts #articlecontent tr,
#conts #articlecontent th,
#conts #articlecontent td{
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
}
