@charset "utf-8";

/* =======================================

	Text Decorations CSS

 -----------------------------------------
	INDEX
 -----------------------------------------
 	1.Titles

========================================== */


/* 1.Titles
========================================== */


#contents h2 {
	font-weight: bold;
	font-size: 153.9%;
	line-height: 1.494;
}

#contents h3 {
	font-weight: bold;
	font-size: 107.8%;
	line-height: 1.429;
}

#contents h4 {
	font-size: 92.4%;
	line-height: 1.5;
}

#contents h5 {
	font-weight: bold;
	font-size: 92.4%;
	line-height: 1.5;
}

#contents h6 {
	font-weight: bold;
	font-size: 92.4%;
	line-height: 1.5;
}


/* Font Size
========================================== */
#contents p, #contents address, #contents th, #contents td, #contents li, #contents dt, #contents dd,
.nyroModalCont p, .nyroModalCont address, .nyroModalCont th, .nyroModalCont td, .nyroModalCont li, .nyroModalCont dt, .nyroModalCont dd {
	font-size: 92.4%;
	line-height: 1.335;
}

#contents strong {
	font-weight: bold;
}

#contents em {
	font-style: italic;
}

#contents a {
	color: #362112;
	text-decoration: underline;
	vertical-align:baseline;
}

#contents a:hover {
	color: #633;

}


/* Margin
========================================== */
#contents h2 {
	margin:0;
}

#contents h3 {
	margin: 0;
}

#contents h4,
#contents h5,
#contents h6 {
	margin: 0;
}

#contents p, #contents ul, #contents ol, #contents dl, #contents table {
	margin: 0;
}

#clear{
	clear:both;
}

#center{
	text-align:center;
}
