/* 基本設定 */
BODY{
    margin:0px;
    padding:0px;
    background-color:#ffffff;
    color:#350C11;
}
img{				
	border:0px;
}
a:hover {
    color:#ff0000;
}

/****** ヘッド ******/
#head {
    width:800px;
    height:50px;
    position:absolute;
    background-color:#7F2D00;
    overflow:hidden;
}
#head img{
    float:left;
}

/****** レフト ******/
#left{
    width:150px;
    background-color:#ffffff;
    top:60px;
    position:absolute;
}
/* 更新履歴 */
DIV#new{
    width:150px;
    height:145px;
    background-color:#ffffff;
    overflow:hidden;
}
#new ul{
    list-style:none;
    font-size:small;
    margin-top:5px;
    margin-left:0px;
    padding:0px 10px;
    line-height:1.2em;
}
#new li{
    list-style:none;
    padding-left:15px;
    background:url(img/point-s.gif) no-repeat center left;
    text-align:left;
}
/* アフリエイト */
#adver{
    width:150px;
    height:150px;
    background-color:#BF6000;
    display:block;
}

/****** メイン *******/
#main{
    position:absolute;
    top:55px;
    left:150px;
    background-color:#FFFFFF;
    background-image:url(img/back.gif);
    width:650px;
    font-size:small;
}

/* イントロ */
#intro{
    width:650px;
    height:150px;
}
#photo{
    float:left;
    background-color:#DDDDDD;
    width:290px;
    height:150px;
    display:block;
}
#mes{
    float:left;
    background-color:#DDDDDD;
    width:360px;
    height:150px;
    display:block;
    overflow:auto;
}
#mes h2{
    margin:0.3em 3em;
}
#mes p{
    margin:0.3em 1em;
}

/* コンテンツ用ID */
#beginer,#design,#csstec,#gallery{
    position:relative;
    width:250px;
    border:#7F2D00 2px solid;
    margin-top:30px;
    background-color:#FFFFFF;
    float:left;
}

DIV.box{
    position:relative;
    clear:both;
    margin-left:60px;
}

#design,#gallery{
    margin-left:50px;
}

#content h2{
    position:relative;
    border:solid 2px #663300;
    width:150px;
    background-image:url(img/head-menu-back.gif);
    text-align:center;
    font-size:large;
    margin:-15px 0px 10px -30px;
    padding:0.3em 0em;
}
#content p{
    margin:0.3em 1em;
}
#content ul{
    position:relative;
    width:95%;
    padding:5px;
    border-top:#7F2D00 1px solid;
    list-style:none;
    margin:0px;
    line-height:1.2em;
}
#content li{
    list-style:none;
    background:url('img/point-s.gif') no-repeat center left;
    padding-left:20px;
}