/*
Title: vlayusuke
Revision: $Revision: 1.1 $
Author: Yusuke TOMIOKA
Access: vlayusuke@mac.com
License: GPL
Comment: default theme for rAntenna

validated by W3C.
*/

/*
ページ全体の基本的な設定。背景色や文字色など
*/
body {
	background-color: #FFFFFF;
	color: #333333;
}

/*
リンク文字列に関する設定
*/
a:link {
	text-decoration: none;
	color: #003366;
	font-weight: bolder;
}

a:visited {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	color: #0066CC;
	text-decoration: underline;
}

/*
ページトップにある操作ボタンの並ぶ行の設定
*/
div.adminmenu {
	text-align: right;
	font-size: 0.9em;
	padding: 3px;
}

/*
ページトップにある操作ボタン自体の設定
*/
span.adminmenu {
	background-color: #EEEEEE;
	border: solid 1px #CCCCCC;
	padding: 2px;
}

/*
日記タイトルの設定
*/
h1{
	text-align:left;
	font-size:2.2em;
	font-style:nomal;
	color:#6666FF;
	margin:2em 1em 1.5em 1em;
	border-color:#CCCCCC;
	border-width:0em 0em 2px 0em;
	border-style:solid;
}

/*
1日の日記全体を囲む枠の設定
*/
div.day {
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 2px 0em 2px 0em;
	margin-left: 1.5em;
	margin-right: 1.5em;
}

/*
タイトル行全体の設定
*/
h2 {
	margin: 0.1em 1em 0.1em 0.5em;
}

/*
日付の設定
*/
h2 span.date {
	font-size: medium;
	margin-right: 0.5em;
}

/*
タイトルを除いた1日の日記本文全体の設定
*/
div.body {
	background-color: #EEEEEE;
	color: #333333;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px 0em 1px 0em;
	padding: 4px;
	margin-bottom: 1.5em;
}

/*
罫線の設定
*/
hr {
	border-style: solid;
	border-width: 2px 0px 0px 0px;
	border-color: #EEEEEE;
}

/*
日々の日記のセパレータに使われる罫線の設定
*/
hr.sep {
	display: none;
}

/*
フッタの設定
*/
div.footer {
	font-size: 90%;
	text-align: right;
	margin-top: 3px;
	margin-right: 1.5em;
}

/*
箇条書きの設定
*/
div.section ul, div.section ol {
	margin-left: 5em;
	margin-right: 3em;
	padding-left: 0px;
}
div.section ul ul, div.section ol ol {
	margin-left: 1.7em;
	margin-right: 1em;
	margin-bottom: 0.5em;
}
ul.notice {
	font-size: 0.9em;
}
