@charset "shift_jis";
/*-------------------------------------------------------------------------*/
/*----コープエイシステキスト用CSS------------------------------------------*/
/*------------------------------------------------Created by tenpo 2006----*/
/*-------------------------------------------------------------------------*/

/* リンク */

a:link 		{
	text-decoration:underline;
	color: #0066CC;
}

a:visited	{
	text-decoration:underline;
	color: #01509f;
}

a:hover		{
	text-decoration:none;
	color: #FF6600;
}

a:active		{
	text-decoration:none;
	color: #FF6600;
}

/* テキスト位置 */

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

/* fontcolor */
.green { color: #669933; }
.blue { color: #2B4DB7; }
.violet { color: #B23434; }
.red { color: #FF0000; }


/* サイズ */

.size_ss {
	font-size: 10px;
	line-height: 15px;
}

.size_s {
	font-size: 12px;
	line-height: 18px;
}
.size_s2 {
	margin: 0 0 10px;
	font-size: 12px;
	line-height: 18px;
}

.size_m {
	font-size: 14px;
	line-height: 25px;
}

.size_s_topic {
	font-size: 11px;
	line-height: 18px;
}

.size_s_topic2 {
	font-size: 12px;
	line-height: 15px;
}


/* 太字 */
.strong { font-weight: bold; }
.strong_G { font-weight: bold; color: #669933; }
.strong_B { font-weight: bold; color: #2B4DB7; }
.strong_R { font-weight: bold; color: #B23434; }
.strong_JP { font-weight: bold; color: #660000; }
.strong_OS { font-weight: bold; color: #0033CC; }
.strong_OR { font-weight: bold; color: #CC6600; }

li { list-style:url(../images/dot.gif)}
