@charset "UTF-8";

/* =======================================

	Text Decorations CSS

 -----------------------------------------
	INDEX
 -----------------------------------------
 	1.Titles
	
	2.Prain Text Decorations
	
	3.Topicpath

========================================== */

/* 1.Titles
========================================== */
#contents h1 {
	margin: 0 0 10px;
	padding: 10px 9px;
	border-bottom: 3px solid #666666;
	font-weight: bold;
	font-size: 138.5%;
	line-height: 1.224;
}

#contents h2 {
	margin: 0 0 10px;
	padding: 10px 9px;
	border-bottom: 3px solid #666666;
	font-weight: bold;
	font-size: 123.1%;
	line-height: 1.244;
}


#contents h2 {
	margin: 0 0 10px;
	padding: 10px 9px;
	border-bottom: 3px solid #666666;
	font-weight: bold;
	font-size: 123.1%;
	line-height: 1.244;
}

#contents h3 {
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 107.8%;
	line-height: 1.286;
}

#contents h4,
#contents h5,
#contents h6 {
	margin: 0 0 3px;
	font-weight: bold;
	font-size: 92.4%;
	line-height: 1.5;
}


/* 2.Prain Text Decorations
========================================== */
#contents p, #contents address, #contents th, #contents td {
	font-size: 92.4%;
	line-height: 1.5;
}

#contents li, #contents dt, #contents dd {
	font-size: 92.4%;
	line-height: 1.335;
}

#contents strong {
	font-weight: bold;
}

#contents em {
	font-style: italic;
}

#contents .section {
	margin: 0 0 20px;
}

#contents p, #contents ul, #contents dl, #contents table {
	margin: 0 0 10px;
}

#contents a:link{
	color: #191970;
	text-decoration: underline;
}
#contents a:visited{
	color: #191970;
}
#contents a:hover{
	color: #4682b4;
	text-decoration: underline;
}
#contents a:active{
	color: #4682b4;
}


/* 3.Topicpath
========================================== */
#contents	p.topicpath {
	margin: 0 10px 6px;
	font-size: 92.4%;
	line-height: 1.335;
}

#contents	p.topicpath a {
}
