/*　ページ共通　スタイル　*/body     {  	background-color: #ffffff;  	color: #333333;        font-family: "MS UI Gothic";         font-size: 10pt;        line-height: 110%;	padding: 0;        }td {        font-family: "MS UI Gothic";         font-size: 10pt;        color:#000000;        line-height: 110%;        }a	{        color:#0033cc;        text-decoration:none;        }		a:hover {        color:#cccccc;        text-decoration:none ;        }/*　段落　*/        div	{	margin-top: 0px;	margin-bottom: 0px;	margin-left:auto;	margin-right:auto;	padding: 0px;	}/*　ボーダースタイル　*//* ソリッド　（上下　左右　紺）*/.border01 {	border: 1px solid #000066;}/* テキストスタイル　*//* テキストサイズ　*/.text11 {	font-size: 11pt;        line-height: 115%;	}.text9 {	font-size: 9pt;        line-height: 110%;	}/* テキストカラー　*//* ブルー　*/.col_blu10 {        color:#0033cc;	font-size: 10pt;        line-height: 115%;	}/* グレー　*/.col_gra10 {        color:#cccccc;	font-size: 10pt;        line-height: 115%;	}/* レッド　*/.col_red10 {        color:#990000;	font-size: 10pt;        line-height: 115%;	}/* 背景画像　設定*//* リフォームコンセプト　reform1 */.bk01	{	background-image: url(img/reform1_bk.gif);	background-position: 9px 9px;	background-repeat: no-repeat;	}	