@charset "Shift_JIS";
body {
	margin:0px;
	background:#FFF;
}
A 			{ color: #003366; text-decoration: underline; }
A:link		{ color: #003366; text-decoration: underline; }
A:visited	{ color: #003366; text-decoration: underline; }
A:active	{ color: #999999; text-decoration: underline; }
A:hover		{ color: #999999; text-decoration: underline; }

h1 {
	margin: 0px;
	padding: 15px 15px 0px 15px;
	font-family:helvetica, sans-serif;
	color:#370;
	font-size:xx-large;
	font-weight:bold;	
	border-top:4px double #666;
}
h1 a:link,
h1 a:visited,
h1 a:active,
h1 a:hover {
	text-decoration: none;
}

h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family:palatino, georgia, times new roman, serif; 
	font-size: large; 
	color: #370; 
	border-bottom:1px solid #999;
	font-weight:bold;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-family: palatino, georgia, times new roman, serif;
	font-size: medium;
	font-style: bold;
	border-style : dashed;
	border-width : 0px 0px 1px 0px;
	border-color : #370;
}

.description {
	font-family:palatino,  georgia, times new roman, serif;
	color:#333;
	font-size:small;
	text-transform:none;
	margin: 0px 20px 5px 20px;
}

.entry {
	margin: 5px 2px 2px;
	border-color : #7d4;
	border-width : 0px 0px 1px 1px;
	border-style : solid;
	padding: 5px;
}

.meta{ 
	font-family:verdana, arial, sans-serif; 
	font-size: x-small; 
	color: #000000; 
}

#main {
	position:absolute;
	margin-right:20px;
	margin-left:225px;
	margin-bottom:20px;
	padding:7px;
}

#menu {
	margin: 10px;
	padding:5px;
	border-width: 1px;
	border-style: solid;
	border-color: #7d4;
	width:200px;
}

.side {
	font-family: sans-serif;
	color:#333;
	font-size:x-small;
	font-weight:normal;
	background:#FFF;
	line-height:140%;
	padding:2px;
	margin: 0px;
}
.side dd{
	margin-left: 2em;
}

.sidetitle {
	font-family:serif;
	color:#370;
	font-size:small;
	font-weight:normal;
	padding:2px;
	margin-top:10px;
	letter-spacing: .3em;
}

.power {
	text-align: center;
}

em {
	font-weight: bold;
}

