/* sample14 */

.main {
	border: 1px solid #CCCCCC;
}
.line_gray {
	border-bottom: 1px solid #CCCCCC;
	font-size: 12px;
}
address {
	font-size: 12px;
	color: #333333;
	font-style: normal;
	margin-top: 10px;
	padding-top: 15px;
	border-top-: 1px dashed #D7D7D7;
	text-align: right;
	margin-left: 5px;
}
.font_style {
	font-size: 12px;
	color: #333333;
}
.fonts {
	margin-left: 30px;
	margin-top: 5px;
	font-size: 12px;
	line-height: 20px;
	margin-right: 15px;
	color: #333333;
}
/* sample14 */

/* sample11 */
.title-colors {
	padding: 2px;
	margin-left: 7px;
	border-top: 1px solid #0066CC;
	border-right: 2px solid #0066CC;
	border-bottom: 2px solid #0066CC;
	border-left: 6px solid #0066CC;
	margin-right: 10px;
	margin-top: 15px;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.titles {
	padding: 2px;
	margin-left: 7px;
	margin-right: 10px;
	margin-top: 15px;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.line-colors {
	background-color: #FF6600;
	height: 6px;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	text-decoration: none;
}

.link_fonts {
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	letter-spacing: 2px;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
p.secondmenu{
	font-size:12px;
	padding-top: 15px;
	width: 100%;
	margin-left: 5px;
	margin-right: 5px;
}

p.secondmenu span{
	color:#633000;
	padding-right: 8px;
	padding-left: 8px;
}
a:hover {
	text-decoration: underline;
}
a:link {
	color: #333333;
	text-decoration: none;
}
