/*       main     */
td,body {font-size:14px;color:#555555;}
h4 {font-size:14px;}


/*        link-navi        */

A:link	{text-decoration:none;color:#005FC6;}
A:active{text-decoration:underline;color:#FF0000;}
A:visited{text-decoration:none;color:#800080;}
A:hover	{text-decoration:underline;color:#FF0000;}



/*        link-navi      */
A.school:link {color:#3589db;text-decoration:none;font-weight:bold;font-size:14px;}
A.school:active {color:#3589db;text-decoration:underline;font-weight:bold;font-size:14px;}
A.school:visited {color:#800080;text-decoration:none;font-weight:bold;font-size:14px;}
A.school:hover {color:#FF0000;text-decoration:underline;font-weight:bold;font-size:14px;}




/*        （パンくずリスト用）link-navi        */
A.pan:link {text-decoration:none;font-size:xx-small;}
A.pan:active {text-decoration:underline;font-size:xx-small;}
A.pan:visited {text-decoration:none;font-size:xx-small;}
A.pan:hover {text-decoration: underline;font-size:xx-small;}



/*        caption      */
.cap {font-size:12px;line-height:120%;}
.capwhite {font-size:12px;line-height:120%;color: #FFFFFF;}


/*        lead      */
.lead01 {font-size:12px;color:#555555;line-height:120%}
.midashi{font-size:14px;font-weight:bold;color:#0066ff}




/*        line-height      */
.line14{line-height:140%;}
.line15{line-height:150%;}
.line16{line-height:160%;}


/*        font（相対指定）      */
.xxs {font-size:xx-small;}
.xs {font-size:x-small;}
.s {font-size:small;}
.m {font-size:medium;}
.l {font-size:large;}
.xl {font-size:x-large;}
.xxl {font-size:xx-large;}


/*        font（絶対指定）      */
.textmini {font-size:10px;}
.textmini2{font-size:11px;}
.fxxs {font-size:10px;}
.fxs {font-size:12px;}
.fs {font-size:14px;}
.fm {font-size:16px;}
.fl {font-size:24px;}
.fxl {font-size:32px;}
.fxxl {font-size:48px;}


/*        font-color（絶対指定）      */
.whtie {color: #FFFFFF;}


/*        font-weight（絶対指定）      */
.bold {font-weight: bold;}



.lead02 {
	font-size: 14px;
	font-weight: bold;
	color: #8B2600;
}

.red { color: #FF0000; }