html
{
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
body 
{
	font-family : 'メイリオ', 'ＭＳ Ｐゴシック', MS Sans Serif;
	font-size : 12px;
	background-color : #FFFFFF;
	text-align : center;
	padding : 0pt;
	margin : 0pt;
}

img
{
	border : solid 0px;
}

a
{
	color : #0000FF;
	text-decoration : none;
}

a:hover
{
	color : #FF0000;
	text-decoration : underline;
}

.fmfmsoft_logo
{
	width : 155px;
	height : 50px;
	border : 0px;
	vertical-align : middle;
	margin-right : 5px;
}

.recruit_logo
{
	margin-top : 10px;
}

.default_title
{
	color : #000000;
    font-weight: bold; 
    font-size:14px;
    line-height: 150%;
}

.default_text
{
    color : #000000;
    line-height: 150%;
}

.default_text_indent
{
	color : #000000;
	line-height: 180%;
	margin-left: 16px;
	margin-top : 8px;
}

.default_text_indent_2nd
{
	color : #000000;
	line-height: 180%;
	margin-left: 24px;
	margin-bottom: 8px;
}
/*メニュー用anchor*/
a.menu_text
{
	color:#000000;	
}
a.menu_text:hover
{
	color : #FF0000;
	text-decoration : underline;
}

/*メニューに戻るリンク*/
.back2menu
{
	text-align:right ;
}


/* 範囲選択色：赤 */
.font_c_red{
	color : #C83232;
	font-weight : bold;
}

/* 範囲選択色：緑 */
.font_c_green{
	color : #3f9b3f;
	font-weight : bold;
}



/*-- 使い方ガイド --*/
/*区切りタイトル*/
.text_title
{
	color : #FFFFFF;
    font-weight: bold; 
    font-size:14px;
    background:#000000;
    line-height: 150%;
    text-indent: 24px;
}

a.text_title
{
	color : #FFFFFF;
	font-size:14px;
	text-decoration : none;
}

/*段落1タイトル*/
.dan1_text_title
{
	color : #000000;
    font-weight: bold; 
    font-size:16px;
	line-height: 200%
}

a.anchor_name
{
	color : #000000;
	text-decoration : none;
}

/*段落1内文章*/
.dan1_text_indent
{
	color : #000000;
	line-height: 150%;
    margin-left: 16px;
	margin-top : 8px;
	margin-bottom : 8px;
}

.border_column{
	border: 1px solid #000000;
	padding : 5px 5px 5px 5px;
}

@media print
{
    /* 紙媒体向けスタイル定義 */
}
