@charset "shift_jis";

/* =======================================

	Text Decorations CSS

 -----------------------------------------
	INDEX
 -----------------------------------------
 	1.Titles
	
	2.Prain Text Decorations
	
	3.Topicpath

========================================== */

/* 1.Titles
========================================== */
#contents h2 {
	margin: 0 0 10px;
	padding: 0;
	background: url(../../images/base/h2_bg_01.png) repeat-x 0 100%;
	font-weight: bold;
	font-size: 150%;
	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;
	z-index:30;
	margin:0 0 5px 40px;
}
#contents table{
	font color:#FFF;
	width:600px;
	margin-left:150px;
	z-index:30.0;
}



#contents li, #contents dt, #contents dd {
	font-size: 92.4%;
	line-height: 1.335;
}

/* Inner Reset  */
#contents th p, #contents th li, #contents th dt, #contents th dd,
#contents td p, #contents td li, #contents td dt, #contents td dd,
#contents li p, #contents li li, #contents li dt, #contents li dd,
#contents dt p, #contents dt li, #contents dt dt, #contents dt dd,
#contents dd p, #contents dd li, #contents dd dt, #contents dd dd {
	font-size: 100%;
}

#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 5px 50px;
}

#contents a {
	color:#8DE2E2;
	text-decoration: underline;
}

#contents a:hover {
	text-decoration: none;
}

p.okime{
	font-size:14px;
	line-height:1.5;
}


/* 3.Topicpath
========================================== */
#contents	p.topicpath {
	margin: 0 10px 17px;
	font-size: 92.4%;
	line-height: 1.335;
}

#contents	p.topicpath a {
}
