/* レイアウトの設定*/
body{
    text-align: center;
    margin: 0px;
    padding: 0px;
    background-image: url('../img/haikei.gif');
    background-repeat: repeat;
}


/* ラッパーの設定*/
#wrap{
    position:relative;
    width:700px;
    background-color:#FFFFFF;
    margin:0px auto;
    text-align:left;
}


/* ヘッダーの設定*/
#head{
    width:700px;
    height:112px;
    background-color:#FFFFFF;
        text-align: center;
}


/*メニューの部分*/
#menu{    
width:700px;
background-color:#FFFFFF;
text-align: center;
}


/* TOP以外のページ */
#page{    
width:650px;
height:900px;
background-color:#FFFFFF;
text-align: left;
margin:0em 1em 0em 1em;/*上、右、下、左*/
font-size:small;
}

/*  */
#page1{    
width:650px;
height:1100px;
background-color:#FFFFFF;
text-align: left;
margin:0em 1em 0em 1em;/*上、右、下、左*/
font-size:small;
}


/* 更新情報 */
#page7{    
width:650px;
height:1070px;
background-color:#FFFFFF;
text-align: left;
margin:0em 1em 0em 1em;/*上、右、下、左*/
font-size:small;
}


/* 採用情報 */
#page3{    
width:650px;
height:1900px;
background-color:#FFFFFF;
text-align: left;
margin:0em 1em 0em 1em;/*上、右、下、左*/
font-size:small;
}

/* 作品情報 ２*/
#page4{    
width:650px;
height:1650px;
background-color:#FFFFFF;
text-align: left;
margin:0em 1em 0em 1em;/*上、右、下、左*/
font-size:small;
}


/* 作品情報１ */
#page5{    
width:650px;
height:780px;
background-color:#FFFFFF;
text-align: left;
margin:0em 1em 0em 1em;/*上、右、下、左*/
font-size:small;
}


/* 代表紹介 */
#page6{    
width:650px;
height:670px;
background-color:#FFFFFF;
text-align: left;
margin:0em 1em 0em 1em;/*上、右、下、左*/
font-size:small;
}


/*更新履歴の設定*/
#new{
    width:250px;
    height:200px;
    margin-top:2px;
    border-color:#9999CC;
    border-width:1px;
    border-style:solid;
    overflow:auto;
    font-size:small;
    text-align: left;
    margin:0.3em 0.3em 0em 0.3em;/*上、右、下、左*/
}


/* 左側の設定*/
#left{
    width:280px;
    height:650px;
    float:left;
background-color:#FFFFFF;
text-align: center;
}


/* 右側の設定*/
#right{
    width:420px;
    height:1200
px;
    float:right;
background-color:#FFFFFF;
text-align: center;
}


/* フッターの設定*/
#foot{
    position:relative;
    width:100%;
    height:50px;
background-color:#FFFFFF;
    clear:both;
    text-align: center;
}


