@charset "utf-8";
/* CSS Document */

#main h2,
#main h3 {
	margin-bottom:10px;
}

#main h3 {
	background: url(../common/images/sttl_bg.gif) no-repeat left top;
	padding-left:15px;
	height:30px;
	line-height:30px;
	color:#0e0d97;
	font-size:117%;
	font-weight:bold;
}
#main .section p {
	margin-bottom:20px;
}

#main table.guidelines {
	border:#b6b6e0 5px solid;
	width:100%;
	font-size:109%;
}
#main table.guidelines th {
	background:#f3f3fa;
	width:160px;
	padding:0 15px;
	vertical-align:middle;
	border-bottom:#e4e3f3 2px dotted;
}
#main table.guidelines td {
	padding:5px 15px;
	border-bottom:#e4e3f3 2px dotted;
}
#main table.guidelines td .contact dt {
	width:5em;
	float:left;
}
#main table.guidelines td .contact dd {
	margin-left:5em;
}
#main table.guidelines .photo {
	padding:12px;
}
#main table.guidelines .photo .leftImg {
	width:520px;
	float:left;
	margin-right:-8px;
	margin-bottom:-8px;
}
#main table.guidelines .photo .leftImg img {
	border:#ececec 2px solid;
	padding:2px;
}
#main table.guidelines .photo .leftImg ul {
	float:left;
}

#main table.guidelines .photo .leftImg li {
	display:block;
	margin-bottom:8px;
	margin-right:8px;
}


#main table.guidelines tr .photo .rightTxt {
	width:180px;
	float:right;
	font-size:84%;
	line-height:1.2;
}
