/*
################################################################################
	File: kunitaka.css
	Description: Kunitaka's Web Site Stylesheet
	Created: Kunitaka (Unicorn Staff) / Higurashi Creative Factory
	Copyright (C) 2004 Kunitaka / Unicorn Staff / Higurashi Creative Factory  All rights reserved.
	Update History:
	0.01 2004.12.27 作成開始
	0.10 2004.12.27 最初のリリース
################################################################################
*/

/*
** 共通定義
*/
BODY
{
	margin: 0px;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#2200994c, endColorstr=#aa00994c);
}
A
{
	text-decoration: none;
	color: red;
}
A:hover
{
	text-decoration: underline;
}

A.title, A.title:visited, A.title:hover
{
	color: black;
}

TABLE.header
{
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#2266ff66, endColorstr=#aa66ff66);
	width: 100%;
	border-bottom: 2px inset #ffffff;
	border-top: 2px outset #ffffff;
}
TD.title
{
	padding: 2px 5px 2px 5px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
}
.count
{
	padding: 2px 5px 2px 5px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

DIV.body
{
	margin: 10px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}

DIV.toppage
{
	margin: 10px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	display: inline;
	width: 500px;
}
DIV.poque
{
	margin: 10px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	display: inline;
	vertical-align: top;
	width: 200px;
}

.copyright
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 5px 4px 8px;
	border-top: 2px outset #ffffff;
	border-bottom: 2px inset #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#aa66ff66, endColorstr=#2266ff66);
	width: 100%;
}

/*
** トップページ用
*/
.under
{
	font-size: 24px;
	font-weight: bold;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, Direction=135, Strength=15);
	width: 400px;
}

.archives
{
	margin-top: 20px;
	margin-bottom: 20px;
}

.link
{
	margin-top: 20px;
	margin-bottom: 20px;
}

/*
** 画像ページ用
*/

DIV.close
{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}
BUTTON.close
{
	width: 100%;
	border: 2px outset #CCF0A8;
	background-color: #CCF0A8;
}
IMG.image
{
}
SPAN.title
{
	font-weight: bold;
	text-decoration: underline;
	color: red;
}
FONT.error
{
	font-weight: bold;
	color: red;
}


/*
** ニュースタイル用
*/

TABLE.contents
{
}
TD.links
{
	font-size: 12px;
	vertical-align: top;
	width: 200px;
}
TD.contents
{
	font-size: 12px;
	vertical-align: top;
	width: 540px;
}

SPAN.date
{
	text-align: center;
	font-weight: bold;
	width: 100%;
}

SPAN.header
{
	width: 50px;
	vertical-align: top;
	text-align: center;
}
SPAN.space
{
	width: 5px;
}
SPAN.value
{
	width: 120px;
}

DIV.list
{
	height: 500px;
	overflow-y: scroll;
}
DIV.listarea
{
	margin-right: 5px;
}

/*
** End of Stylesheet
*/

