@charset "UTF-8";
@page { margin-top: 1cm; margin-bottom: 1cm; }
@page:first { margin-right: 0.5cm; }*/
@page:right { margin-right: 0.5cm; }
@page:left { margin-left: 0.5cm; }

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */


/* ========BASIC======== */
(cssref.css)
body{
	background:white;
}


.font_MSG {
	font-family: 'ＭＳ ゴシック';
}

.font_topNavi {
	font-family: 'ＭＳ ゴシック';
	color: #000000;
    font-size :  +5;  
}



.f_Red {
	/* 文字色：赤 */
	color: #FF0000;
}

.f_pnk {
	/* 文字色：ピンク */
	color: #ff0080;
}
.f_gry {
	/* 文字色：灰色 */
	color: #B0C4DE;
}

.f_url {
	/* 文字色：あお */
	color: #000fff;
}

.f_bld {
	/* 太字 */
    font-weight: bold; 
}

.f_60ps {
	/* 細字60% */
    font-size:60%; 
}

.f_70ps {
	/* 細字70% */
    font-size:70%; 
}
.f_75ps {
	/* 細字75% */
    font-size:75%; 
}
.f_80ps {
	/* 細字80% */
    font-size:80%; 
}
.f_85ps {
	/* 細字85% */
    font-size:85%; 
}
.f_90ps {
	/* 細字90% */
    font-size:90%; 
}
.f_95ps {
	/* 細字95% */
    font-size:95%; 
}

.f_150ps {
	/* 細字150% */
    font-size:150%; 
}

.f_175ps {
	/* 細字175% */
    font-size:175%; 
}

.f_200ps {
	/* 細字200% */
    font-size:200%; 
}


.under_red {
   border-bottom: 1px solid red;
}

.under_blue {
   border-bottom: 1px solid blue;
}

.f_path {
	display:none;
}

.title{
     width : 100% ;
     font-size :  +5;  /*文字の大きさを指示する時に数値を記述*/
     line-height :  20px;  /*行の高さを指示する時に数値を記述*/
     padding-left : 5px ;
     margin : 0px 0px 0px 0px ;  /*上下に余白を作る場合１番目（上）３番目（下）の０ｐｘに数値を記述*/
     background : #ccccff ;
     border : solid 1px #6666ff ;
     border-left : solid 10px #6666ff ;
}

.pic_filter_non {
	filter: normal;
}

.pic_filter {
	filter: alpha(style=1, opacity=0, finishopacity=100, startx=63, starty=27, finishx=261, finishy=93);
}



/* topnavi photo test*/

/*--------*/
/* SYSTEM */
/*--------*/

a#photolink_system {
   display: block;
   width: 249px; /* 画像1枚分の横幅 */
   height:183px; /* 画像1枚分の高さ */
   text-indent: -1000px; /* 文字を見えなくする */
   background-image: url("../images2/w2h_new_sys.bmp"); /* 画像ファイル名 */
}

a#photolink_system:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}

a#photolink_system {
   float: left;
}

/*----------*/
/* BILLMEN */
/*----------*/

a#photolink_bill {
   display: block;
   width: 249px; /* 画像1枚分の横幅 */
   height:183px; /* 画像1枚分の高さ */
   text-indent: -1000px; /* 文字を見えなくする */
   background-image: url("../images2/w2h_new_bil.bmp"); /* 画像ファイル名 */
}

a#photolink_bill:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}

a#photolink_bill {
   float: left;
}


/*-------*/
/* KAIGO */
/*-------*/
a#photolink_kaigo {
   display: block;
   width: 249px; /* 画像1枚分の横幅 */
   height:183px; /* 画像1枚分の高さ */
   text-indent: -1000px; /* 文字を見えなくする */
   background-image: url("../images2/w2h_new_kai.bmp"); /* 画像ファイル名 */
}

a#photolink_kaigo:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}

a#photolink_kaigo {
   float: left;
}




/*------------*/
/* REC_SYSTEM */
/*------------*/

a#photolink_rec_system {
   display: block;
   width: 220px; /* 画像1枚分の横幅 */
   height: 56px; /* 画像1枚分の高さ */
   text-indent: -1000px; /* 文字を見えなくする */
   background-image: url("../images/w2_rec_system.jpg"); /* 画像ファイル名 */
}

a#photolink_rec_system:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}

a#photolink_rec_system {
   float: left;
}

/*-----------*/
/* REC_KAIGO */
/*-----------*/

a#photolink_rec_kaigo {
   display: block;
   width: 220px; /* 画像1枚分の横幅 */
   height: 56px; /* 画像1枚分の高さ */
   text-indent: -1000px; /* 文字を見えなくする */
   background-image: url("../images/w2_rec_kaigo.jpg"); /* 画像ファイル名 */
}

a#photolink_rec_kaigo:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}

a#photolink_rec_kaigo {
   float: left;
}
