@charset "shift_jis";

/* フォントに関する指定 */

/* フォントサイズ調整ここから */
body {
	color:#333333;
	letter-spacing:0.03em;
	}
	
/* Mac IE 5以外に適用 \*/
body {font-size:62.5%}
/**/
/* Mac IE 5のみに適用 \*//*/
body {font-size:80%}
/**/

h1 {
	margin:0em 0 0.5em;
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: bold;
	padding:0px;
	}

h2 {
	clear:both;
	margin:30px 0 20px;
	font-size: 1.6em;
	line-height: 1.6em;
	font-weight: bold;
	}

h3 {
	clear:both;
	color:#9933FF;
	margin:20px 0 1em;
	font-size: 1.2em;
	line-height: 1.7em;
	font-weight: bold;
	}

h4 {
	clear:both;
	margin:1.2em 0 0.5em;
	font-size: 1.2em;
	line-height: 1.7em;
	font-weight: bold;
	color:#5FC3DB;
	background-image:url(../images/border_h4.gif);
	background-position:bottom;
	background-repeat: repeat-x;
	}
h5{
	font-size:1.2em;
	color:#003399;
	margin:1em 0px;
}
#search_top h4{
	margin:1.2em 0 0.35em;
	color:#003399;
	background-image:url(../images/icon_h4.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
	padding-left:20px;
	margin:0px;
}
.ltx {font-size:1.4em;line-height:1.7em;}
.mtx {font-size:1.2em;line-height:1.7em;}
.stx {font-size:1em;line-height:1.7em;}
.l {font-size:1.4em;line-height:1.4em;}
.m {font-size:1.2em;line-height:1.4em;}
.s {font-size:1em;line-height:1.4em;}


/* リンク */
a:link{color:#448AC9;text-decoration:underline;}
a:visited{color:#448AC9;text-decoration:underline;}
a:hover{color:#432DB2;text-decoration:underline;}
a:active{color:#448AC9;text-decoration:underline;}


/* 文章 */
#contents {
	line-height:1.7em;
}

em {
	font-style:italic;
	}

strong {
	font-weight:bold;
	}

.large {font-size:140%;}
.small {font-size:85%;}

.red{
	color: #CC0000;
}

