@charset "UTF-8";

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

	Text Decorations CSS

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

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

/* 1.Titles
========================================== */
#contents h2 {
	margin: 10px 0 10px;
	font-weight: bold;
	font-size: 123.1%;
	line-height: 1.244;
}

#contents h3 {
	font-size: 107.8%;
	line-height: 1.286;
	color:#333333;
	text-align:left;
	
}


#contents h4 {
	clear:both;
	margin: 0 0 3px 0px;
	font-weight: bolder;
	font-size: 107.8%;
	line-height: 1.5;
}
#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.6;
}

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

/* 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 10px;
}

#contents a {
	text-decoration:none;
}

#contents a:hover {
	text-decoration:underline;
}


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

#contents	p.topicpath a {
}
.text_orange {
   color: #ff910f;
}
.text_blue {
	color:#023059;
}
.text_yellow {
	color:#daa813;
}
.text_pink {
   color: #dc3358;
}
/*========================================== */

/* 1.Titles
========================================== */
#sub_contents h2 {
	margin: 10px 0 10px;
	font-weight: bold;
	font-size: 123.1%;
	line-height: 1.244;
}

#sub_contents h3 {
	font-size: 107.8%;
	line-height: 1.286;
	color:#333333;
	text-align:left;
	
}


#sub_contents h4 {
	clear:both;
	margin: 0 0 3px 0px;
	font-weight:bolder;
	font-size: 104.6%;
	line-height: 1.5;
}
#sub_contents h5,
#sub_contents h6 {
	margin: 0 0 3px;
	font-weight: bold;
	font-size: 92.4%;
	line-height: 1.5;
}


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

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

/* Inner Reset  */
#sub_contents th p, #sub_contents th li, #sub_contents th dt, #sub_contents th dd,
#sub_contents td p, #sub_contents td li, #sub_contents td dt, #sub_contents td dd,
#sub_contents li p, #sub_contents li li, #sub_contents li dt, #sub_contents li dd,
#sub_contents dt p, #sub_contents dt li, #sub_contents dt dt, #sub_contents dt dd,
#sub_contents dd p, #sub_contents dd li, #sub_contents dd dt, #sub_contents dd dd {
	font-size: 100%;
}

#sub_contents strong {
	font-weight: bold;
}

#sub_contents em {
	font-style: italic;
}

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

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

#sub_contents a {
	text-decoration:none;
}

#sub_contents a:hover {
	text-decoration:underline;
}
#sub_contents .caption{
	font-size:77%;
	line-height:1;
	color:#333333;

}
#sub_contents .caption2{
	font-size:77%;
	line-height:1.4;
	color:#333333;
}
#sub_contents .caption3{
	font-size:84%;
	line-height:1.4;
	color:#333333;
}
#sub_contents .link a{
	font-size:87%;
	text-decoration:underline;
	color:#00a0ca;
	line-height:1.5em;
	
}
#sub_contents .link a:hover{
	font-size:87%;
	text-decoration:underline;
	color:#57b2ca;
	line-height:1.5em;
	
}
/*テキスト
------------------------------------------------------*/
.t_larger {
	font-size:107.8%;
	line-height:1.167;
	margin-bottom:5px;
}
.t_large {
	font-size:123.1%;
	line-height:1.335;
}
.t_largest {
	font-size:150%;
	line-height:1.5;
	color:#ff4c01;
	font-weight:bold;
}
.small {
	font-size:85%;
	font-weight:normal;
	color:#666666;
}

.t11 {
	font-size:11px !important;
	color:#666666;
}
.t_16 {
	font-size:18px !important;
}
.t_20 {
	font-size:24px !important;
	vertical-align:middle;
}
.t_24 {
	font-size:36px !important;
	vertical-align:middle;
}