/* HP全体の背景 */
body.bg1{
background-color: #ffffff;
background-image: url("bg.gif");
background-repeat : repeat-x ;
}



/* 上部画像 */
.topimg_home{
background-color: #ffffff;
background-image: url("topimg_home.jpg");
background-repeat: no-repeat ;
background-position: right bottom
}

.topimg_prof{
background-color: #ffffff;
background-image: url("topimg_prof.jpg");
background-repeat: no-repeat ;
background-position: right bottom
}

.topimg_shuccho{
background-color: #ffffff;
background-image: url("topimg_shuccho.jpg");
background-repeat: no-repeat ;
background-position: right bottom
}

.topimg_ryoukin{
background-color: #ffffff;
background-image: url("topimg_ryoukin.jpg");
background-repeat: no-repeat ;
background-position: right bottom
}

.topimg_jisseki{
background-color: #ffffff;
background-image: url("topimg_jisseki.jpg");
background-repeat: no-repeat ;
background-position: right bottom
}

.topimg_irai{
background-color: #ffffff;
background-image: url("topimg_irai.jpg");
background-repeat: no-repeat ;
background-position: right bottom
}

.topimg_area{
background-color: #ffffff;
background-image: url("topimg_area.jpg");
background-repeat: no-repeat ;
background-position: right bottom
}

.topimg_qa{
background-color: #ffffff;
background-image: url("topimg_qa.jpg");
background-repeat: no-repeat ;
background-position: right bottom
}



/* HP全体コピーライト背景 */
.end_bg{
background-color: #000000;
background-image: url("end_bg.gif");
background-repeat: repeat-x ;
}



/* HP全体フォントサイズ指定 */
.text9{font-size:9px; line-height:11px;}
.text10{font-size:10px; line-height:12px;}
.text11{font-size:11px; line-height:13px;}
.text12{font-size:12px; line-height:14px;}
.text13{font-size:13px; line-height:15px;}
.text14{font-size:14px; line-height:16px;}
.text15{font-size:15px; line-height:18px;}
.text16{font-size:16px; line-height:20px;}


