/**********************************************************************
* CSS for www.nardis.org/stupidgeek
*
* Maintainer: N0MURA <nomura@naridis.org>
* LastChange: $Date: 2007/02/09 00:33:00 $
/**********************************************************************/
/*** BASE ***/
HTML {
	border: medium none;
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}
BODY {
/*	font-family: 'Verdana', 'Microsoft Sans Serif', 'Osaka', sans-serif; */
	word-break: break-all;
	margin-left: 35px;
	margin-top: 35px;
}

/**********************************************************************/
/*** FONT ***/
/*
H1 {
	font-size: large;
}
H2 {
	font-size: medium;
}
H3 {
	font-size: small;
}
p {
	font-size: small;
}
*/
/*** HEADER ***********************************************************/
/*** WeblogX Header ***/
#header {
	font-size: x-small;
	width: 95%;
/*	border: red solid 1px; */
	font-family: Verdana, Arial, sans-serif;
	background: #ffffff;
	color: #000000;
	padding-bottom: 40px;
	position: relative;
}

/*** WeblogX Title ***/
#title h1 {
	margin: 0px;
}
#title a, #title a:active, #title a:visited {
	font-size: large;
	color: #000000;
	text-decoration: none;
}
#title a:hover {
	color: #FFFFFF;
	background-color: #7ba5ce;
}

/*** WeblogX byline ***/
#byline {
	margin: 0px;
}
/*** WeblogX sideTitle ***/
#sideTitle {
	position: absolute;
	right: 0;
	text-align: right;
	top: 48px;
}

.blogTitleSub, .blogTitleSubDisclaimer {
	display: block;
}

/*** BODY *************************************************************/
/*** Weblog entry ***/
#content {
/*	border: 1px solid pink; */
	width: 71%;
	padding: 0px;
	margin-right: 20px;
	margin-bottom: 0;
	float: left;
}
div.date {
/*	border: 1px solid blue; */
	margin-bottom: 35px;
}
/*** Entrise Date ***/
h2.dateHeader {
	font-size: small;
	margin-bottom: 0px;
	font-family: Verdana, Arial, sans-serif;
	/*font-family: 'Helvetica', 'Osaka', sans-serif;*/
	border-top: 0px solid #7ba5ce;
	text-align: right;
}
h2.dateHeader a, h2.dateHeader a:hover, h2.dateHeader a:visited {
	text-decoration: none;
}

/*** Entry ***/
/*** Entry Title ***/
h3.entryTitle {
/*	font-family: 'Trebuchet MS', 'Osaka', sans-serif; */
	/*font-size: 80%;*/
	font-size: x-small;
	color: #000000;
	margin: 0;
	padding: 8px;
	border-left: 12px solid #7ba5ce;
	border-top: 1px solid #7ba5ce;
}
h3.entryTitle a, h3.entryTitle a:visited, h3.entryTitle a:hover {
	text-decoration: none;
	color: #000000;
}

/*** Entry Body ***/
.entryBody {
	/* border: 1px solid red; */
	font-family: Verdana, Arial, sans-serif;
	margin-top: 16px;
	padding-left: 9px;
}
.entryBody p {
	font-size: x-small;
	margin: 0;
	padding-top: 0px;
	padding-left: 3px;
	padding-bottom: 10px; 
/* text-indent: 1em; */
	line-height: 150%;
}
div.entryBody a, div.entryBody a:visited, div.entryBody a:active {
	color: #7ba5ce;
	text-decoration: none;
}
div.entryBody a:hover {
	background: #7ba5ce;
	color: #ffffff;
	text-decoration: none;
}

/*** IMAGE Style ***/
IMG.photol {
	margin: 5;
	float: left;
	border: 0px;
}
IMG.photor {
	margin: 5;
	float: right;
	border: 0px;
}
IMG.photo {
	margin: 5;
	padding: 0;
	border: 0px;
	float: none;
}

/*** Entry Pre ***/
div.entryBody pre {
	font-size: x-small;
	margin: 0em 1em .5em .5em;
	padding: .5em .5em .5em 1em;
	font-family: Verdana, Arial, sans-serif;
	background: #eeeeee;
	line-height: 150%;
}

/*** Entry blockquote ***/
div.entryBody blockquote {
	font-size: x-small;
	font-family: Verdana, Arial, sans-serif;
	border-width: 3pt;
	border-style: double;
	border-color: #cccccc;
	padding: .5em;
	margin: 0em 1em .5em .5em;
	line-height: 150%;
}
div.entryBody blockquote a, div.entryBody blockquote i {
	margin-top: 14px;
	font-style: italic;
	color: #7ba5ce;
	text-align: right;
}

div.entryBody blockquote a:hover {
	margin-top: 14px;
	color: #FFFFFF;
	background-color: #7ba5ce;
}

/*** Entry list ***/
/*
div.entryBody li {
	font-size: 80%;
	padding: 0;
	margin: 0 0 .5em 0;
}
*/
div.entryBody ol {
	font-size: x-small;
	padding: 0;
	margin: 0 0 .5em 2.5em;
}
div.entryBody ul {
	font-size: x-small;
	padding: 0;
	margin: 0 0 .5em 2.5em;
}

div.entryBody #.chap {
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 3px 5px;
	border-left: #7ba5ce 8px solid;
	border-bottom: #ffffff 1px solid;
	list-style: none;
}

/*** format for table ***/
div.entryBody table {
	margin-left: 10pt;
	margin-bottom: 6px;
	font-size: x-small;
}
div.entryBody th {
	font-weight: bold;
	color: white;
	margin: 0;
	padding: 4px;
	background-color: #7ba5ce;
}
div.entryBody td {
	margin: 0;
	padding: 6px;
	background-color: #FFFFA2;
}
/*** format for DL ***/
div.entryBody DL {
	margin-left: 10pt;
	margin-top: 0pt;
	padding-top: 0px;
	font-size: x-small;
}

/*** format for DL ***/


/*** entry footer view ***/
.entryFooter {
/*	border: red 1px solid; */
	font-family: Verdana, Arial, sans-serif;
	color: #7ba5ce;
	font-size: xx-small;
	text-align: right;
	margin: 0;
	padding-top: 12;
	padding-bottom: 12;
}
span.time {
	color: #7ba5ce;
}

.entryFooter a,
.entryFooter a:link,
.entryFooter a:visited,
.entryFooter a:active,
{
	color: #7ba5ce;
	text-decoration: none;
}
.entryFooter a:hover {
	color: #ffffff;
	background-color: #7ba5ce;
	text-decoration: none;
}

/*********************************************/
/*** AMAZLET BOX ***/
div.amazlet-box {
	padding-bottom: 7px;
	padding-top: 7px;
	margin-left: 15px;
	width: 100%;
}
div.amazlet-image {
	float: left;
}
div.amazlet-image IMG {
	margin-top: 0.5em;
	border: none;
}
div.amazlet-powered-date {
	text-align: left;
	font-size: 60%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 2em;
	line-height: 120%;
	font-family: "verdana";
}
div.amazlet-info {
	float: left;
	margin-left: 15px;
	font-size: 70%;
	line-height: 120%;
}
div.amazlet-name {
	margin-top: 0.5em;
	line-height: 120%;
}
div.amazlet-link {
	margin-top: 5px;
}
div.amazlet-end {
	clear: both;
}



/*** Maintain formatting in tags which don't inherit normally ***/
input, select, textarea {
	vertical-align: bottom;
	font-size: 8pt;
}

/*** comment view ***/
div.comment {
	margin-top: 3px;
	margin-left: 20px;
}
h3.commentTitle {
	font-size: small;
	margin: 0;
	margin-bottom: 3pt;
	color: #999;
	border-bottom: 1px solid #7ba5ce;
}
span.commentBody {
	font-size: x-small;
	padding: 0;
	line-height: 150%;
}
p.commentFooter {
	font-size: 70%;
	text-align: right;
	padding: 0;
	margin-top: 3pt;
}
/*** comment Form ***/
div.commentBody p {
	padding-top: 1;
	margin-top: 0;
}
div.commentBody form p {
	margin: 0em;
	line-height: 1em;
}
div.commentBody form textarea {
	width: 85%;
	height: 7em;
}

/*** FOOTER ***********************************************************/
/*** Footer and Copyright messages ***/
div#footer {
	width: 746;
	margin-top: -16px;
	padding: 0;
	padding-bottom: 6px;
	clear: both
}
div#footer p {
	font-size: 70%;
	text-indent: 0;
	line-height: 100%;
	margin: 0;
}
a.standardsButton, a.standardsButton:hover, a.standardsButton:visited {
	  border: 1px solid;
	  border-color: #ffc8a4 #7d3302 #3f1a01 #ff9a57;
	  padding: 0px 3px 0px 3px;
	  font: bold 10px verdana,sans-serif; 
	  color: #FFFFFF;
	  background-color: #ff6600;
	  text-decoration: none;
	  margin: 0px;
}

/*** SIDE BAR *********************************************************/
/*** Side bar ***/
div.sidebar {
	width: 204px;
/*	border: 1px solid red; */
	font-family: Verdana, Arial, sans-serif;
	/*font-family: 'Helvetica', 'Osaka', sans-serif;*/
	margin-left: 5pt;
	padding: 1px;
	float: left;
}

/*** section ***/
div.section {
	margin: 0;
	border: 1px solid #7ba5ce;
}
div.section a, div.section a:visited, div.section a:active {
	color: #7ba5ce;
	text-decoration: none;
}
div.section a:hover {
	color: #FFFFFF;
	background-color: #7ba5ce;
}

/*** sidebar h3 ***/
div#rightbar h3{
	font-size: x-small;
	color: #ffffff;
	background: #7ba5ce;
	margin: 0;
	padding: .2em;
	text-transform: uppercase;
	text-align: center;
}
div#rightbar h3 a, div#rightbar h3 a:hover, div#rightbar h3 a:visited {
	color: #ffffff;
}

/*** sidebar ul ***/
div#rightbar ul {
	font-size: 70%;
	list-style: none;
	padding: 0;
	margin-left: 4px;
	margin-top: 2;
	margin-bottom: 2;
	line-height: 1.3em;
}
div#rightbar P {
	font-size: 70%;
	text-indent: 0em;
	margin-left: 0em;
	line-height: 100%;
}
div#login p {
	margin: 0;
	padding: 0;
}
/*** for SANKEI NEWS ***/
div.section iframe {
	font-family: Verdana, Arial, sans-serif;
	/*font-family: 'Lucida Console','Courier New', 'Osaka' monospace;*/
	font-size: 70%;
	width: 200px;
	margin-top: 1px;
}

/*** for banner ***/
div.ban_img img{
	width: 100%;
	border-top: solid 1px #7ba5ce;
	margin: 0px;
	padding: 0px;
}

/*** MAIL ***/
div.email {
	margin: 0;
	padding: 0;
}
div.email p {
	padding: 0;
	padding-left: 2;
	margin: 0;
	text-line-height: 2;
}

/*** Calendar ***/
table.navCalendar {
	font-size: 70%;
	line-height: 120%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid #7ba5ce;
}

/*** Calendar stuff ***/
table#blogCal a, table#blogCal a:hover, table#blogCal a:visited {
	color: blue;
	text-decoration: none;
}

/*** Title ***/
.navTitleStyle, .navTitleStyle a, .navTitleStyle td {
	font-size: x-small;
	width: 100%;
	margin: 0;
	padding: 3;
	color: #ffffff;
	font-weight: bold;
	background-color: #7ba5ce;
	border: 0;
	text-transform: uppercase;
}
/*** "<",">" ***/
.navNextPrevStyle, navNextPrevStyle a {
	font-size: x-small;
	color: #ffffff;
	font-weight: bold;
}

/*** Day Header ***/
.navDayHeader {
	padding-top: 5;
	padding-bottom: 3;
}

/*** TODAY ***/
.navTodayStyle {
	color: black;
}
.navTodayStyle a, .navTodayStyle a:hover, .navTodayStyle a:visited {
	font-weight: bold;
	color: white;
}

/*** SELECTOR ***/
.navSelectorStyle {
	color: black;
}
/*** Selected Day ***/
.navSelectedDayStyle a, .navSelectedDayStyle a:visited, .navSelectedDayStyle a:hover {
	font-weight: bold;
	color: blue;
}

/*** WeekDay ***/
.navDayStyle {
	padding-top: 3;
	padding-bottom: 3;
}
.navDayStyle a, .navDayStyle a:visited, .navDayStyle a:hover {
	font-weight: bold;
	color: blue;
}

/*** WeekendDay ***/
.navWeekendDayStyle {
	padding-top: 3;
	padding-bottom: 3;
}
.navWeekendDayStyle a, .navWeekendDayStyle a:visited, .navWeekendDayStyle a:hover {
	font-weight: bold;
	color: blue;
}
/*** Other Month Day ***/
.navOtherMonthDayStyle {
	color: #afafaf;
	padding-top: 3;
	padding-bottom: 3;
	background: #f3f3f3;
}
.navOtherMonthDayStyle a, .navOtherMonthDayStyle a:visited, .navOtherMonthDayStyle a:hover {
	color: Blue;
}

/**********************************************************************/
div.section form {
	margin: .5em;
}

/**********************************************************************/
/*** Edit Page ***/
div.Edit {
}
div.Edit p {
	text-indent: 0;
	line-height: 120%;
	margin: 0;
	padding: 0;
}

/**********************************************************************/
/*** Referrer Page ***/
div.Referrer table {
	WIDTH = 730px;
}

div.referrer td {
/*	border: 1px solid blue; */
	font-size: x-small;
}


/**********************************************************************/
/*** Amazon ECS ***/
div.awsecs_box {
	border-top: solid 1px #7ba5ce;
}
div.awsecs_box a, div.awsecs_box a:hover, div.awsecs_box a:visited {
	color: #7ba5ce;
	text-decoration: none;
}
div.awsecs_box a:hover {
	color: #FFFFFF;
	background-color: #7ba5ce;
	text-decoration: none;
}
div.awsecs_body {
	padding: 3px;
	font-size: 9pt;
}
div.awsecs_img img {
	margin: 3px 2px 2px 3px;
	float: left;
	border: none;
}
div.awsecs_title {
	margin-top: 2px;
}
div.awsecs_pub {
	font-size: 7pt;
	text-align: right;
	margin-top: 5px;
}
div.awsecs_price {
	font-size: 7pt;
	color: Red;
	text-align: right;
	margin-bottom: 3px;
}

/*** for Freeoffice ***/
DIV.freeoffice A {
	BORDER-RIGHT: black 2px solid;
	PADDING-RIGHT: 3px;
	BORDER-TOP: black 2px solid;
	PADDING-LEFT: 3px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 16px;
	BACKGROUND: #f90;
	PADDING-BOTTOM: 15px;
	MARGIN-BOTTOM: 1px;
	BORDER-LEFT: black 2px solid;
	WIDTH: 178px;
	COLOR: black;
	PADDING-TOP: 15px;
	BORDER-BOTTOM: black 2px solid;
	FONT-FAMILY: 'Helvetica' , 'Arial' , 'Verdana' , 'Geneva' , 'Chicago', sans-serif;
	TEXT-DECORATION: none
}
DIV.freeoffice A:hover {
	BACKGROUND: black;
	COLOR: white
}
DIV.freeoffice A SPAN.firsthalf {
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 2px;
	PADDING-BOTTOM: 2px;
	PADDING-TOP: 2px
}
DIV.freeoffice A SPAN.secondhalf {
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 2px;
	BACKGROUND: white;
	PADDING-BOTTOM: 2px;
	COLOR: #d1130a;
	PADDING-TOP: 2px
}
DIV.freeoffice A:hover SPAN.secondhalf {
	BACKGROUND: #ccc;
	COLOR: black;
}
DIV.freeoffice {
	CLEAR: both;
}

