/* CSS Document */

/* BODY ============================================================= */
body.Body{
	background-color : #eef0f7;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	}

/* image ============================================================= */
a img{
border:none;
}
/* A ================================================================ */
a.aNormal{
	text-decoration : none;
	color : black;
	}

a.aBlue{
	color : blue;
	}

a.aWhite{
	text-decoration : none;
	color : white;
	font-weight : bold;
	}

a.aBold{
	text-decoration : none;
	color : black;
	font-weight : bold;
	}

/* TABLE ============================================================ */

/* 基本枠(白部分) --------------------------*/
table.taKihon{
	width : 770px;
	height : 100%;
	border-collapse : collapse;
	background-color : #ffffff;
	font-size : 12px;
	}
td.tdKihonHeader{
	width : 730px;
	height : 60px;
	background-image : url(../img/image_grad_gray.gif);
	background-repeat : repeat-x;
	background-position : center bottom;
	}
td.tdKihonFlow{
	width : 730px;
	height : 30px;
	}
td.tdKihon{
	width : 730px;
	height : 40px;
	}
td.tdMenu{
	vertical-align : top;
	width : 730px;
	height : 20px;
	}
td.tdKihonFooter{
	vertical-align : bottom;
	text-align : center;
	width : 730px;
	height : 30px;
	}
td.tdKihonYohaku{
	width : 20px;
	}

/* メニュー枠 -------------------------------*/
table.taMenu{
	width : 100%;
	height : 25px;
	border-collapse : collapse;
	font-size : 12px;
	text-align : center;
	background-image : url(../img/menu_back.gif);
	background-repeat : repeat-x;
	background-position : center top;
	}
td.tdMenuLeft{
	width : 10px;
	background-image : url(../img/menu_left.gif);
	background-repeat : no-repeat;
	background-position : left top;
	}
td.tdMenuRight{
	width : 10px;
	background-image : url(../img/menu_right.gif);
	background-repeat : no-repeat;
	background-position : right top;
	}
td.tdMenuLine{
	width : 10px;
	background-image : url(../img/menu_line.gif);
	background-repeat : repeat-x;
	background-position : center top;
	}

/* 通常の表 ---------------------------------*/
table.tbFontsize{
	font-size : 12px;
	}

/* ポータル用 ============================================*/

/* ログインヘッダ ------------------------------*/
td.tdLoginHeader{
	height : 95px;
	width : 300px;
	background-image : url(../img/logo_l_clinic.jpg);
	background-repeat : no-repeat;
	background-position : left center;
	font-size : 12px;
	}

/* サービス案内 ------------------------*/
TABLE.taServiceIn{
	width : 60%;
	margin-left : 30px;
}

TD.tdService1{
	width : 100%;
	height : 150px;
	vertical-align : super;
	text-align : right;
	border-top:1px solid #999999;
	background-image : url(../img/image_service_1.gif);
	background-repeat : no-repeat;
	background-position : left top;
}

td.tdService2{
	width : 100%;
	height : 150px;
	text-align : left;
	vertical-align : super;
	border-top:1px solid #999999;
	background-image : url(../img/image_service_2.gif);
	background-repeat : no-repeat;
	background-position : left top;
}
td.tdService3{
	width : 100%;
	height : 150px;
	text-align : right;
	vertical-align : super;
	border-top:1px solid #999999;
	background-image : url(../img/image_service_3.gif);
	background-repeat : no-repeat;
	background-position : left top;
}
td.tdService4{
	width : 100%;
	height : 150px;
	text-align : left;
	vertical-align : super;
	border-top:1px solid #999999;
	background-image : url(../img/image_service_4.gif);
	background-repeat : no-repeat;
	background-position : left top;
}

/* ユーザ用 ============================================*/

/* タイトルロゴ */
td.tdLogoKan{
	width : 240px;
	background-image : url(../img/logo_l_mobile.gif);
	background-repeat : no-repeat;
	background-position : left center;
	}
/* ログインテーブル */
table.taLoginKan{
	width: 200px;
	border-collapse:collapse;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	font-size : 12px;
	}
/* ログインテーブル */
table.taLoginTest2{
	width: 200px;
	border-collapse:collapse;
	border-top:1px solid #ffb4b4;
	border-left:1px solid #ffb4b4;
	border-right:1px solid #ffb4b4;
	border-bottom:1px solid #ffb4b4;
	font-size : 12px;
	}

/* ログイン背景(イメージ)設定 */
td.tdLoginKan2{
	height : 300px;
	text-align : center;
	background-image : url(../img/patient_image2.jpg);
	background-repeat : no-repeat;
	background-position : center center;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	}

/* ログイン背景(イメージ)設定 */
td.tdLoginKan{
	height : 300px;
	text-align : center;
	background-image : url(../img/patient_image.jpg);
	background-repeat : no-repeat;
	background-position : center center;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	}

/* 会員登録背景(イメージ)設定 */
td.tdKanLink{
	height : 150px;
	text-align : center;
	vertical-align : bottom;
	background-image : url(../img/image_touroku_l.gif);
	background-repeat : no-repeat;
	background-position : center center;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	}

td.tdKanLogo{
	width : 130px;
	background-image : url(img/image01.gif);
	background-repeat : no-repeat;
	background-position : center center;
	}

/* ログイン後共通 ============================================*/

/* ヘッダ部 --------------------------------*/
table.taHeader{
	width : 100%;
	height : 40px;
	border-collapse : collapse;
	font-size : 12px;
	}
td.tdLogo{
	width : 130px;
	background-image : url(../img/logo_s_clinic.gif);
	background-repeat : no-repeat;
	background-position : center center;
	}

td.tdTopimg{
	width : 25px;
	background-image : url(../img/icon_top.gif);
	background-repeat : no-repeat;
	background-position : center center;
	}

td.tdIdimg{
	width : 25px;
	background-image : url(../img/icon_id.gif);
	background-repeat : no-repeat;
	background-position : right center;
	}

td.tdPenimg{
	width : 25px;
	background-image : url(../img/icon_pen.gif);
	background-repeat : no-repeat;
	background-position : center center;
	}

td.tdLogout{
	width : 128px;
	text-align : center;
	background-image : url(../img/btn_yellow.gif);
	background-repeat : no-repeat;
	background-position : center center;
	}

/* 大見出し枠 ------------------------------*/
table.taTitle1{
	width: 100%;
	border-collapse:collapse;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	}
td.tdTitle1{
	text-align:left;
	background-color:#ffffff;
	background-image : url(../img/image_grad_gray.gif);
	background-repeat : repeat-x;
	background-position : center bottom;
	padding : 5px 5px 5px 5px;
	font-size : 12px;
	}

/* 中見出し枠 -------------------------------*/
table.taTitle2{
	width: 100%;
	border-collapse:collapse;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	}
td.tdTitle2{
	background-color:#ffffff;
	background-image : url(../img/image_grad_blue.gif);
	border-bottom:1px solid #999999;
	background-repeat : repeat-x;
	background-position : center bottom;
	padding : 5px 5px 5px 5px;
	font-size : 12px;
	}


/* 中見出し枠内の詳細 ------------------------*/
td.tdSyosai{
	text-align : center;
	border-top:1px solid #999999;
	padding : 5px 5px 5px 5px;
	font-size : 12px;
	}
td.tdSyosaiTest{
	text-align : center;
	border-top:1px solid #ffb4b4;
	padding : 5px 5px 5px 5px;
	font-size : 12px;
	}
td.tdSyosaiLeft{
	text-align : left;
	border-top:1px solid #999999;
	padding : 5px 5px 5px 5px;
	font-size : 12px;
	}
/* 広告用 ----------------------------------*/
td.tdBannerLong{
	text-align : center;
	border-top:1px solid #999999;
	padding : 0px 0px 0px 0px;
	font-size : 12px;
	}

/* ヘッダより下の行の線設定 */
td.tdDetail{
	text-align : center;
	border-top:1px solid #999999;
	padding : 5px 5px 5px 5px;
	font-size : 12px;
	}

/* 下、右、左の線 */
td.tdLinebrl{
	text-align : center;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	font-size : 12px;
	}

/* 左部 -------------------------------*/
table.taLeft180{
	width: 180px;
	border-collapse:collapse;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	}

/* 右部 -------------------------------*/
table.taRight{
	width: 100%;
	border-collapse:collapse;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	}


/* 枠のみ -------------------------------*/
table.taWaku{
	border-collapse:collapse;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	}
td.tdWaku{
	background-image : url(../img/image_grad_pink.gif);
	background-repeat : repeat-x;
	background-position : center bottom;
	padding : 5px 5px 5px 5px;
	font-size : 12px;
	}

/* ヘッダタイトル色 ------------------------*/

/* 灰色 */
td.tdTitleGray{
	background-image : url(../img/image_grad_gray.gif);
	background-repeat : repeat-x;
	background-position : center bottom;
	padding : 5px 5px 5px 5px;
	font-size : 12px;
	}
/* 水色 */
td.tdTitleBlue{
	background-image : url(../img/image_grad_blue.gif);
	background-repeat : repeat-x;
	background-position : center bottom;
	padding : 5px 5px 5px 5px;
	font-size : 12px;
	}
/* 緑 */
td.tdTitleGreen{
	background-image : url(../img/image_grad_green.gif);
	background-repeat : repeat-x;
	background-position : center bottom;
	padding : 5px 5px 5px 5px;
	font-size : 12px;
	}
/* ピンク */
td.tdTitleRed{
	background-image : url(../img/image_grad_pink.gif);
	background-repeat : repeat-x;
	background-position : center bottom;
	padding : 5px 5px 5px 5px;
	font-size : 12px;
	}

/* 検索キーワード中身 -------------------------------*/
table.taSearch{
	width : 95%;
	background-color:#ffffff;
	border-collapse:collapse;
	}
td.tdSearch1{
	width : 100px;
	text-align : right;
	font-size : 12px;
	padding : 2px 2px 2px 2px;
	}
td.tdSearch2{
	text-align :left;
	font-size : 12px;
	padding : 2px 2px 2px 2px;
	}
td.tdSearch3{
	text-align :center;
	font-size : 12px;
	padding : 2px 2px 2px 2px;
	}

/* 入力項目 -------------------------------*/
table.taInput{
	width: 95%;
	border-collapse:collapse;
	padding : 5px 5px 5px 5px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	}
td.tdInput1{
	width:150px;
	background-color:#e4ecf3;
	text-align :left;
	padding : 3px 3px 3px 3px;
	border-top:1px solid #999999;
	border-right:1px solid #999999;
	font-size : 12px;
	}
td.tdInput2{
	text-align :left;
	padding : 3px 3px 3px 3px;
	border-top:1px solid #999999;
	font-size : 12px;
	}
td.tdInput3{
	text-align :center;
	padding : 3px 3px 3px 3px;
	border-top:1px solid #999999;
	font-size : 12px;
	}

/* 一覧タイトル -------------------------------*/
table.taListTitle{
	width: 96%;
	border-collapse:collapse;
	background-color:#ffffff;
	}
td.tdListTitle{
	background-color:#ffffff;
	text-align :left;
	font-weight:bold;
	font-size : 12px;
	}

/* 午前・午後 -------------------------------*/
table.taAmPm{
	width: 95%;
	border-collapse:collapse;
	background-color:#ffffff;
	}
td.tdAmPm{
	background-color:#ffffff;
	text-align :left;
	font-size : 12px;
	}

/* 一覧(ページング) -------------------------------*/
table.taList{
	width: 95%;
	border-collapse:collapse;
	padding : 4px 4px 4px 4px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	}
table.taListRes{
	border-collapse:collapse;
	padding : 4px 4px 4px 4px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	}
table.taListNon{
	width: 95%;
	border-collapse:collapse;
	padding : 4px 4px 4px 4px;
	}
th.thList{
	background-color:#d6e6f3;
	text-align :center;
	padding : 3px 3px 3px 3px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	font-size : 12px;
	}
td.tdList1{
	background-color:#ffffff;
	text-align :left;
	padding : 3px 3px 3px 3px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	font-size : 12px;
	}
td.tdList2{
	background-color:#ffffff;
	text-align :left;
	padding : 0px 3px 0px 3px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	font-size : 12px;
	}
td.tdListPaging{
	background-color:#ffffff;
	text-align :right;
	font-size : 12px;
	padding-right:20;
	}

/* フォントサイズ指定 -----------------------*/
table.taFontsize{
	font-size : 12px;
	}


/* 完了報告 -----------------------*/
table.taKanryo{
	width : 90%;
	border-collapse:collapse;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	padding : 100px 100px 100px 100px;
	text-align : center;
	font-size : 12px;
	}

/* ログイン枠 -----------------------*/
table.taLogin1{
	width:770px;
	height: 85%;
	border-collapse: collapse;
	background-color:#FFFFFF;
	font-size: 12px;
	}
table.taLogin2{
	width:770px;
	height: 15%;
	border-collapse: collapse;
	background-color:#FFFFFF;
	font-size: 12px;
	}
td.tdLogin{
	width: 50%;
	height: 40px;
	}
td.tdLoginFooter{
	width: 730px;
	height: 30px;
	text-align:center;
	vertical-align:text-bottom;
	}

/* エラー枠 -----------------------*/
table.taError{
	width: 60%;
	border-collapse:collapse;
	}
td.tdError{
	text-align :left;
	font-size : 12px;
	color:#FF0000;
	font-color : red;
	}
td.tdErrorCenter{
	text-align :center;
	font-size : 12px;
	color:#FF0000;
	font-color : red;
	}

/* 週ごとの時間設定 -----------------------*/
table.taTimeSetting{
	text-align :center;
	width : 93%;
	border-collapse:collapse;
	}
td.tdTimeSetting1{
	background-color:#ffffff;
	font-size : 12px;
	padding : 3px 3px 3px 3px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	}
td.tdTimeSetting2{
	background-color:#d3efff;
	font-size : 12px;
	padding : 3px 3px 3px 3px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	}
td.tdTimeSetting3{
	background-color:#dddddd;
	font-size : 12px;
	padding : 3px 3px 3px 3px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	}

/* 時間枠 -----------------------*/
table.taTimeTable{
	width : 220px;
	background-color:#ffffff;
	border-collapse:collapse;
	}
td.tdTimeTable1{
	width : 80px;
	background-color:#ffffc8;
	text-align : center;
	font-size : 12px;
	padding : 5px 5px 5px 5px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	}
td.tdTimeTable2{
	background-color:#d7f1d1;
	text-align :center;
	font-size : 12px;
	padding : 5px 5px 5px 5px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	}
td.tdTimeTable3{
	text-align :right;
	font-size : 12px;
	padding : 5px 5px 5px 5px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	}
td.tdTimeTable4{
	background-color:#d3efff;
	text-align :right;
	font-size : 12px;
	padding : 5px 5px 5px 5px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	}

/* スケジュール --------------------------------*/
table.taSchedule{
	width : 95%;
	background-color:#ffffff;
	border-collapse:collapse;
	padding : 3px 3px 3px 3px;
	}
td.tdSchedule1{
	background-color:#ffffc8;
	text-align : center;
	font-size : 12px;
	padding : 3px 3px 3px 3px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	}
td.tdSchedule2{
	background-color:#d7f1d1;
	text-align : center;
	font-size : 12px;
	padding : 3px 3px 3px 3px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	}
td.tdSchedule3{
	background-color:#d1d2f1;
	text-align : center;
	font-size : 12px;
	padding : 3px 3px 3px 3px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	}
td.tdSchedule4{
	background-color:#f2d5d0;
	text-align : center;
	font-size : 12px;
	padding : 3px 3px 3px 3px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	}
td.tdSchedule4Non{
	background-color:#f2d5d0;
	font-size : 12px;
	padding : 3px 3px 3px 3px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	}
td.tdSchedule5{
	text-align : center;
	font-size : 12px;
	padding : 3px 3px 3px 3px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	}
td.tdSchedule5Non{
	font-size : 12px;
	padding : 3px 3px 3px 3px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	}
td.tdSchedule6{
	text-align : center;
	background-color:#cccccc;
	font-size : 12px;
	padding : 3px 3px 3px 3px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	}
td.tdSchedule7{
	text-align : center;
	background-color:#66ccff;
	font-size : 12px;
	padding : 3px 3px 3px 3px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	}
td.tdScheduleDetail{
	text-align : left;
	font-size : 12px;
	padding : 3px 3px 3px 3px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}
td.tdScheduleDetail1{
	text-align : left;
	background-color:#cccccc;
	font-size : 12px;
	padding : 3px 3px 3px 3px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}
td.tdScheduleDetail2{
	text-align : left;
	background-color:#66ccff;
	font-size : 12px;
	padding : 3px 3px 3px 3px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}

/* 患者予約時間表示 --------------------------------*/
table.taReserveTime{
	font-size : 12px;
	width: 350px;
	border-collapse:collapse;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	}

td.tdReserveTime1{
	background-color : #ffffaa;
	padding : 3px 3px 3px 3px;
	font-weight : bold;
	font-size : 12px;
	width: 150px;
	text-align : center;
	border-collapse:collapse;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	}

td.tdReserveTime2{
	background-color : #ffffff;
	padding : 3px 3px 3px 3px;
	font-weight : bold;
	font-size : 14px;
	width: 200px;
	text-align : center;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	}

td.tdReserveTime3{
	background-color : #d7f1d1;
	padding : 3px 3px 3px 3px;
	font-size : 12px;
	width: 150px;
	text-align : center;
	border-collapse:collapse;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	}

td.tdReserveTime4{
	background-color : #ffffff;
	padding : 3px 3px 3px 3px;
	font-size : 12px;
	width: 200px;
	text-align : left;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	}

table.taReserveTimeNone{
	padding : 5px 5px 5px 5px;
	font-size : 12px;
	width: 350px;
	border-collapse:collapse;
	}

td.tdReserveTimeNone{
	background-color : #ffffff;
	font-size : 12px;
	text-align : left;
	}


/* 病院検索結果一覧 */

table.taSearchClinic1{
	font-size : 12px;
	width: 95%;
	border-collapse:collapse;
	border-top:1px solid #00cf00;
	border-left:1px solid #00cf00;
	border-right:1px solid #00cf00;
	border-bottom:1px solid #00cf00;
	}

table.taSearchClinic2{
	font-size : 12px;
	width: 95%;
	border-collapse:collapse;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	}

td.tdClinicName1{
/*	height : 300px;	*/
	font-size : 14px;
	font-weight : bold;
	background-image : url(../img/image_grad_green2.gif);
	background-repeat : repeat-x;
	background-position : center bottom;
	padding : 5px 5px 5px 5px;
	}

td.tdClinicName2{
/*	height : 300px;	*/
	font-size : 14px;
	font-weight : bold;
	background-image : url(../img/image_grad_gray2.gif);
	background-repeat : repeat-x;
	background-position : center bottom;
	padding : 5px 5px 5px 5px;
	}

td.tdClinicNameLine{
	height : 10px;
	font-weight : bold;
	background-image : url(../img/image_ten.gif);
	background-repeat : repeat-x;
	background-position : center center;
	padding : 5px 5px 5px 5px;
	}


