/* CSS Document */

/*テキストサイズ・色設定*/

.tsml { font-size: 97%; line-height: 180%;}
.tmin { font-size: 95%; line-height: 120%;}
.t10 { font-size: 10px; line-height: 130%;}
.t11 { font-size: 11px; line-height: 130%;}
.t12 { font-size: 12px; line-height: 140%;}
.t12_ { font-size: 12px; line-height: 150%;}
.t14 { font-size: 14px;}
.t16 { font-size: 16px;}
.t18 { font-size: 18px; font-weight: bold;}
.t8 { font-size: 8px;}
.t1 { font-size: 1px;}
.pink {
	color:#FF5933;
	font-weight: bold;
	margin-bottom: 5px;
}

.paragraph{
	padding-left: 10px;
}

.tab_t11{
	padding-left: 10px;
	font-size: 11px;
}

.tab_t12_R{
	padding-right: 10px;
	font-size: 12px;
}

.tab_t12{
	padding-left: 10px;
	color:#333333;
}


/*リンク*/
a {
	color:#333;
	text-decoration:none;
	font-size:12px;
}
a:hover,a:active {
	color:#333;
	text-decoration:underline;
}


#more {
	line-height: 130%;
	text-align: right;
	}
#more a {
	text-decoration: none;
	color: #FF3300;
	}
#more a:hover{
	text-decoration: underline;
	}
