@charset "UTF-8";

/*
 *  guest.css
 *  http://reroom.jp/
 *
 *  Description:
 *  ゲストページ共通のスタイル
 *
 *  Copyright 2010, reroom
*/ 

/*======================================================================
    elements
======================================================================*/

h1 {
    padding: 25px;
    border-bottom: 1px solid #dbdbdb;
}

h1 img {
    margin-right: 10px;
    border: 1px solid #dedede;
    vertical-align: middle;
}

/*======================================================================
    functions
======================================================================*/

ul.functions {
    position: absolute;
    top: 0;
    right: 0;
}

ul.functions li {
    margin: 4px 16px 0 0;
    padding: 0;
    float: left;
    width: 80px;
    height: 80px;
    text-indent: -9999px;
    background-image: none;
}

ul.functions li a {
    display: block;
    height: 80px;
}

ul.functions li a:hover {
    background-color: transparent;
    background-position: 0 -80px;
}

ul.functions li.current a,
ul.functions li.current a:hover {
    background-position: 0 -160px;
}

/*----------------------------------------------------------------------
    image replacement
----------------------------------------------------------------------*/

ul.functions li.follow a {
    background-image: url("../images/button/functions/follow.6d1fc354e7b7.png");
}

ul.functions li.message a {
    background-image: url("../images/button/functions/message.c5a658f32294.png");
}

ul.functions li.clip a {
    background-image: url("../images/button/functions/clip.183b71cbe250.png");
}

ul.functions li.edit a {
    background-image: url("../images/button/functions/edit.aaff46c6f5fb.png");
}

/*======================================================================
	layout
======================================================================*/

#main {
	position: relative;
}
