﻿
/* ---- 本文中のテキストの大きさの指定 ---- */

.mid{font-size:14pt;line-height:130%}
.mdef{font-size:12pt;line-height:130%}
.sdef{font-size:11pt;line-height:130%}
.def{font-size:10pt;line-height:130%}
.small{font-size:9pt;line-height:130%}
.vsmall{font-size:8.5pt;line-height:130%}
.tiny{font-size:6pt;line-height:130%}

/* ---- リンク時のテキストの指定 ---- */

a:link{
	text-decoration:none;
	color: #006666;
}
a:visited{
	text-decoration:none;
	color: #006666;
}
a:hover {
	text-decoration:underline;
}
a:active{
	text-decoration:underline;
}

/* ---- 画像リンクの時、枠線を消す ---- */

a img {
	border: none;
} 

/* ---- clear の属性 ---- */

.clear {
	clear:both;
} 

/* ---- left/right の属性 ---- */

.left {
	float:left;
}

.right {
	float:right;
}

.active {ime-mode: active;} /*日本語入力モード*/
.inactive {ime-mode: inactive;}/*半角英数入力モード変更可*/