@charset "utf-8";

/************************ 基本データ ************************/
body {
 width: 822px;
 font-family: "ＭＳ Ｐゴシック", "Osaka";
 font-size : small;
 letter-spacing: 1px;
 margin: 0;
 background: url(lib_img/sub_temp/back.gif) #F6F1D4;
}

#body_back {
 width: 818px;
 padding-right: 4px;
 background: url(lib_img/sub_temp/right_line.gif) repeat-y right #F6F1D4;
}

/*見出し*/
#body_back h1,h2,h3,h4,h5,h6 {
 margin: 0;
 padding: 0;
}

/*リスト*/
#body_back ul,ol,li,dl,dt,dd,p,table,form {
 list-style: none;
 line-height: 1.2em;
 margin: 0;
 padding: 0;
}

/*ライン*/
#body_back hr {
 border: 3px dotted #999999;
}

/*リンク*/
#body_back a {
 color: #CC6666;
 text-decoration: none;
}

#body_back a:hover {
 text-decoration: underline;
}

/* float */
#body_back .float_left { float: left; }
#body_back .float_right { float: right; }
#body_back .clear { clear: both; }

/*その他*/
#body_back .margintop05em { margin-top: 0.5em; }
#body_back .margintop1em { margin-top: 1em!important; }
#body_back .marginleft50 { margin-left: 50px; }
#body_back .text_center { text-align: center; }
#body_back .text_right { text-align: right; }
#body_back .p_tyuui { text-indent: -1em; padding-left: 1em; }


/************************ p ************************/
#body_back p {
 text-align: justify;
}

#body_back .p_indent {
 text-indent: 1em;
}


/************************ タイトル＆アドレス ************************/
#body_back #title {
 background: url(lib_img/sub_temp/head_r1_c2.jpg) repeat-x;
}


/************************ コピーライト ************************/
#body_back #copyright {
 height: 35px;
 line-height: 35px;
 text-align: center;
 margin: 0;
 background: url(lib_img/sub_temp/foot.jpg) repeat-x;
}






