/* フォントのスタイルシート.
フォント種類、サイズ等. カラーはtmt.cssで指定 */

* {
	font-family: helvetica;
	font-size: 12px;
}

/*
 * リンク
 */
a:link {/*未訪問のリンク*/
	color:#FF0033;
    font-style:normal;
	font-weight:bold;
}
a:visited {/*訪問後のリンク*/
    color:#6699FF;
	font-weight:bold;
}

a:hover {/*マウスをのせたとき*/
    color:#333333;
    font-style:normal;
	font-weight:800;
}





/*
 * 各タイトル
 */
.feature_title {
	font-size:18px;
	color:#333333;
}

/*---------------------------------------------------------*/
/*                                                         */
/*              left　                */
/*                                                         */
/*---------------------------------------------------------*/



/*-------------------------*/
/*    現ページのタイトル   */
/*-------------------------*/
#now_page p{
	font-size:22px;
	font-weight:bold;
	color:#CCCCCC;
}

/*-------------------------*/
/*  　　　  メニュー　　   */
/*-------------------------*/
 .menue_content {
 	font-size:18px;
	font-weight:bold;
	color:#666666;
}
 
/*---------------------------------------------------------*/
/*                                                         */
/*              main　                */
/*                                                         */
/*---------------------------------------------------------*/



/*---------------------------------------------------------*/
/*                                                         */
/*              right　                */
/*                                                         */
/*---------------------------------------------------------*/

/*
 * 現在のバージョン情報
 */
#area_version p {
	font-size:12px;

}

/*
 * Newbaバージョン内容
 */
#new_features p {
	font-size:12px;

}

/*
 *  New Features  タイトル
 */
.new_features_title {
	font-size:14px;
	color:#000000;
}

/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
/*                                                         */
/*                         FAQ    　                       */
/*                                                         */
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/

.faq_menue_title_operations {
	font-size:16px;
}

