@charset "utf-8";

/* Masterpieces of UrumaDelvi /works/
---------------------------------------- */
a,
a:visited {
    color: #0066ff;
}

a:hover {
    color: #ff6600;
}

.smallfont {
    font-size: 10px;
    font-weight: normal;
}



/* コンテンツ
------------------------------ */
#container {
    width: 900px;
    background: transparent url(../works/images/bg_container.png) ;
    margin: 0 auto;
    overflow: auto;
}

#wrapper {
    clear: both;
    width: 900px;
    margin: 0;    
    overflow: auto;
}

#content_title {
    width: 900px;
    height: 210px;
    margin: 0;
    background: #transparent;
}

#content_title h1 {
    margin: 0;
    padding: 0;
    color: #ffffff;
}

#content {
    width: 900px;
    height: 1070px;
    margin: 0px;
    background: transparent url(../works/images/bg_content.png) left top no-repeat;
    overflow:auto;
    color: #444444;
    text-align: left;
}

/* コンテンツ メイン
----------------------*/
#content_section {
    width: 424px;
    height: 1070px;
    margin: 0 238px;
    background: #transparent;
    overflow:auto;
    position: relative;
}

/* サンプル表示
------------------*/
#demo_movie {
    position: absolute;
    left: 0; 
    top: 255px;
/*    margin: 245px 0 0 0; */
    width: 424px;
    height: 355px;
    overflow: hidden;
}

#demo_movie img {
    margin: 0;
    padding: 0;
}

/* 入会案内、ログインボタン
------------------*/
#go_signup a {
	display: block;
	overflow: hidden;
    width: 213px;
    position: absolute;
    left: 106px;
    top: 733px;
/*    margin: 145px 0 0 106px; */
	height: 0 !important;
	height /**/: 64px;
	padding-top: 64px;
	background: #ffffff url(../works/images/go_signup.png) no-repeat left top;
    background-position:  0    0;
	color: #ffffff;
}

#go_login a {
	display: block;
	overflow: hidden;
    width: 213px;
    position: absolute;
/*    left: 106px;
    top: 872px; */
    left: 106px;
    top: 782px;
/*    margin: 43px 0 0 106px; */
	height: 0 !important;
	height /**/: 64px;
	padding-top: 64px;
	background: #ffffff url(../works/images/go_login.png) no-repeat left top;
    background-position:  0    0;
	color: #ffffff;
}

#go_signup a:hover,
#go_login a:hover {
    background-position:  0     -64px;
}

#go_signup a:active,
#go_login a:active {
    background-position:  0     -128px;
}


