/*
	フォント用 共通css
*/

/* font
*********************************************/
.text_max {
	font-size: 100%;
	letter-spacing:0.03em;
	line-height:140%;
	color:#333;
}

.text_large {
	font-size: 90%;
	letter-spacing:0.1em;
	line-height:140%;
	color:#333;
}

.text_large_pix {
	font-size: 12px;
	letter-spacing:0.03em;
	color:#333;
}

.text_middle {
	font-size: 80%;
	letter-spacing:0.03em;
	line-height:140%;
	color:#333;
}


.text_middle_pix {
	font-size: 11px;
	letter-spacing:0.03em;
	color:#333;
}

.text_small {
	font-size: 71%;
	letter-spacing:0.03em;
	line-height:1.1em
	color:#333;
}

.text_small2 {
	font-size: 71%;
	letter-spacing:0.03em;
	line-height:1.4em
	color:#333;
}


.text_small_pix {
	font-size: 10px;
	letter-spacing:0.03em;
	color:#333;
}

.text_red {
	color:#f33;
}

.text_blue {
	color:#06c;
}

.text_link {
	color:#6680f0;
}

.cam_image {
	border-color:#ccc;
	border-style:solid;
	border-width:1px
}

#table_border { 
	border:1px #888888 solid;
	border-collapse:collapse;
}

.header_institution {
	padding-top:3px;
	font-weight:bold;
}

