﻿/*
--------------------------------------------------------
Class:		Common CSS Importer
--------------------------------------------------------
*/

/*
 デフォルトスタイル指定
*/
@import url(../common/css/default.css);

/*
 共通レイアウト指定
*/
@import url(../common/css/common.css);



/*--------------------------------------------------------
　個別スタイル
--------------------------------------------------------*/

dl#sitetree	{
}

dl#sitetree dt#toppage	{
	font-size: 1.1em;
}

dl#sitetree dt	{
	clear: both;
	margin: 1.2em 0 0.5em;
	border-bottom: 1px solid #16A8CF;
	padding-bottom: 0.5em;
	font-weight: bold;
	text-indent: 1.0em;
}

dl#sitetree dt#toppage	{
	border-bottom-width: 3px;
}

dl#sitetree dd	{
	width: 9.0em;
	float: left;
	margin: 0.5em 0;
	padding-left: 2.0em;
}
dl#sitetree dd.lsize	{
	width: 16.0em;
}

dl#sitetree dd a	{
	color: #333;
}
