@charset "utf-8";
@media all{
/*====================================
固有スタイル
====================================*/

#contents{height:auto; background:url(../img/bg_main.png) repeat-y;}

#box_home{width:780px; background:url(../img/bg_contents_2.png) no-repeat left bottom;}
#main { width: 700px; padding: 10px 40px;}


.fl {width: 370px; float:left;}
.fr {width: 310px; float:right; text-align: right;}

.emp2 { color: #fff; font-size: 1.2em; font-weight: bold;}

.mbc { margin-bottom: 85px;}

h2 { color: #FFE600; font-size:1.2em; font-weight: bold; background:url(../../elcero/img/line.png) no-repeat bottom; padding-bottom: 5px; margin-bottom: 10px;}

h3 { margin-bottom: 10px;}


}
@media print{
#contents{height:auto; background:url(../img/bg_main.png) repeat-y -70px 0px;}
#box_home{width:780px; background:none;}
}