﻿@charset "utf-8";

/* Bookmarks =============== */

html {
	width: 100%;
	height: 100%;
	background: #000 url(../../img/bg_sky2.jpg) left top no-repeat;}

#main {
	padding-bottom: 25px;
	background: url(../img/bg_main.jpg) right top no-repeat;}

.linkbox {
	padding: 25px 0 0 5px;}

.linkbox dl {
	float: left;
	width: 242px;
	margin-right: 25px;
	}

.linkbox dl dt {
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px solid #999;}

.linkbox dl dd {
	padding-top: 0.5em;
	line-height: 1.8em;}
