@charset "utf-8";

/***********************************************/
/* 日本環境化学会（ポップアップ）
/***********************************************/
body {
    background:url("../img/body_pop.png") repeat-x left top;
}

/*****************************/
/*基本の外枠
/*****************************/
.container {
    width:960px;
    margin:0 auto;
}

/*****************************/
/* ヘッダー
/*****************************/
#header {
    height:55px;
    margin:0 auto;
    background:url("../img/header_pop.png") no-repeat left top;
}

#header:lang(en)  {
    background:url("../img/header_pop_e.png") no-repeat left top;
}

#header div.title {
    position:absolute;
    top:20px;
    left:120px;
    font-family: Georgia , serif;
	font-size:1.3em;
	font-weight:bold;
}

/*****************************/
/* コンテンツ
/*****************************/
#contents {
    float:none;
    width:900px;
    margin:20px auto;
    padding:0 30px;
    border:1px #ddd solid;
    background-color:#fff;
}

/*****************************/
/* フッター
/*****************************/
#footer {
    margin:0;
    padding-bottom:40px;
}

.copyright {   
    margin:0;
    padding:0;
    border-width:0;
    background-color:transparent;
    text-align:left;
}

