#sitelogo {
	width:130px;
	height:120px;
	text-indent:-9999px;
	background:url(/common/img/community/logo.gif) no-repeat;
	margin:10px;
	float:left;

}






h1 {
	margin-bottom: 1.5em;
	color: #333322;
	font-weight: bold;
	font-size: 120%;
	line-height: 120%;
	letter-spacing: -0.05em;
	}


h2,.caption {
	margin-bottom: 1em;
	padding-bottom: 0.05em;
	border-bottom: 2px dotted #b36b00;
	color: #333322;
	font-size: 100%;
	font-weight: bold;
	line-height: 150%;
	}

h3{
	margin-bottom: 1em;
	padding-bottom: 0.1em;
	color: #666666;
	font-weight: bold;
	line-height: 150%;
	}

a img {
	border:none;
}
a:link {
	color: #3161B5;
	text-decoration: none;
	}
a:visited {
	color: #6b56a4;
	text-decoration: none;
	}
a:hover {
	color: #ff2f56;
	text-decoration: underline;
	}

a.keyword, a.category {
	color:#434;
	text-decoration:none ;
	border-bottom:dashed 1px #999 ;
}


em a.keyword, em a.category {
	border-bottom:none;
}

em {
	font-style:normal;
	font-weight:bold;
	border-bottom: 2px dashed #b36b00;
	color: #553e1c;
	}



p {
	margin-top: 0.5em;
	margin-bottom: 2em;
	color: #333322;
	line-height: 220%;
	letter-spacing: 0.05em;
}

ol,ul {
	margin-bottom: 0.5em;
	margin-left: 2em;
	_margin-left: 2.2em;
	color: #333322;
	letter-spacing: 0.05em;
	}
ol li,ul li {
	line-height: 220%;
	}





p.attribute {
	color: #333322;
	font-size: 90%;
	line-height: 220%;
	text-align: right;
	letter-spacing: 0.05em;
	}

p.category {
	margin-bottom: 0.2em;
	color: #666666;
	font-size: 80%;
	}

p.crumb {
	margin-bottom: 1em;
	color: #666666;
	font-size: 80%;
	line-height: 120%;
	background:#FFF3CE;
	}

p.publish {
	color: #666666;
	font-size: 80%;
	text-align: right;
	}


dl {
	color: #333322;
	line-height: 220%;
	letter-spacing: 0.05em;
	}

dt {
	margin-bottom: 0em;
	font-weight: bold;
	}

dd {
	margin-bottom: 2em;
	margin-left: 1em;
	}




/* Forms */

#sendFORM {
	margin: 0 15px;
}
#sendFORM fieldset {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px solid #bbb;
	background-color: #f7f7f7;
}
#sendFORM legend {
	padding: 0.3em 0.4em;
	border: 1px solid #bbb;
	border-right-color: #888;
	border-bottom-color: #888;
	background-color: #fff;
	color: #555;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#sendFORM dt {
	margin-top: 0.5em;
	margin-bottom: 0.8em;
	padding: 0 0.3em 0.05em;
	border-bottom: 1px dotted #5a4c3e;
	line-height: 130%;
}
#sendFORM dt span {
	margin-left: 0.2em;
	font-weight: normal;
}
#sendFORM dd {
	margin-left: 0;
	margin-bottom: 1em;
	padding-left: 13px;
	padding-bottom: 0;
	border-left: 9px solid #e5e5e5;
}
#sendFORM dd.error {
	border-left-color: #e5372e;
}
#sendFORM p.chapter {
	margin: 0;
	margin-bottom: 0.7em;
	padding: 0.3em 0.4em;
	border-bottom: 3px double #002499;
	font-size: 100%;
	font-weight: bold;
	line-height: 100%;
}
#sendFORM p.explain {
	margin-right: 1em;
	margin-left: 1em;
	color: #333;
	line-height: 150%;
}
#sendFORM ul {
	list-style-type: none;
	margin-left: 1em;
	font-size: 100%;
	line-height: 180%;
}
#sendFORM ul.liststyle {
	list-style-type: square;
}
#sendFORM ul.categoryList li {
	margin-bottom: 0.7em;
}
#sendFORM ul.categoryList p {
	margin: 0.2em 1.5em 0 1em;
	padding: 0.3em 0.5em;
	border: 1px dotted #ccc;
	background-color: #fff;
	color: #666;
	line-height: 150%;
}
#sendFORM input, select, textarea {
	padding: 2px;
}
#sendFORM .inputform {
	width:95%;
}
#sendFORM textarea.inputform {
	height:10em;
}
input.btn {
	text-align: center;
	letter-spacing: 0.1em;
	cursor: pointer;
}
#submit {
	cursor: pointer;
}



/*****************************

　　　　ブロック要素

*****************************/

table {
	margin-top: 0.5em;
	border-top: 1px solid #838383;
	border-left: 1px solid #838383;
	background-color: #f7f7f7;
	border-collapse: collapse;	/* for IE */
	border-spacing: 0;
	empty-cells: show;
	}

table .nowrap{
	white-space:nowrap;
	}

html>body table {
	border-collapse: separate;	/* for non-IE */
	}

th {
	padding: 0.2em 0.5em;
	border-right: 1px solid #838383;
	border-bottom: 1px solid #838383;
	font-weight: bold;
	background: #999 url(/professional/common/img/th_background.gif) no-repeat top left;
	text-align: center;
	color: #fff;
	}

td {
	padding: 0.2em 0.5em;
	border-right: 1px solid #838383;
	border-bottom: 1px solid #838383;
	background-color: #f7f7f7;
	}



blockquote {
	margin-bottom: 2em;
	margin-left: 0.5em;
	padding: 0.5em;
	padding-left: 10px;
	border-left: 10px solid #ffe6bf;
	background-color: #fff3e0;
	color: #333322;
	font-size: 90%;
	line-height: 220%;
	letter-spacing: 0.05em;
	}


.notice {
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding: 0.5em;
	padding-left: 10px;
	background-color: #fff3e0;
	font-size: 90%;
	}

.notice p{
	margin: 0.5em 0;
	color: #333322;
	font-size: 85%;
	line-height: 170%;
	letter-spacing: 0.05em;
	}




.consult span.title,
.answer span.title{
	display:block;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	border: 0;
	color: #553e1c;
	font-family: Verdana, Ariel, Helvetica, sans-selif;
	font-weight: bold;
	font-size: 250%;
	line-height: 130%;
	letter-spacing: -0.05em;
	}


.cate1,
.cate4,
.consult {
	padding: 7px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #ffcc80;
	border-bottom: 1px solid #ffcc80;
	background-color: #ffe6bf;
	text-align: justify;
	text-justify: inter-ideograph;
	}

.note {
	margin-bottom: 1em;
	padding: 1em;
	padding-bottom: 0;
	border: 1px solid #bbb;
	background-color: #f7f7f7;
	font-size: 90%;
}

