/*
// yasunori.css 
//	by Yasunori Kimura (yasunori@kimuralab.org)
*/

/*
// base style
*/

body {
	background: azure;
	text: black;
	background-image: url(/yasunori/backlogo.png);
	background-repeat: repeat-y;
	background-position: right;
}

a:link {
	color: green;
	text-decoration: none;
}

a:visited {
	color: olive;
	text-decoration: none;
}

a:active {
	color: red;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

table.navi {
	width: 100%;
}

td.top {
	text-align: right;
}

h1 {
	color: white;
	background-color: midnightblue;
	text-align: center;
	border-style: solid;
	border-color: blue;
	border-width: 2pt 0 2pt 0;
	padding: 2pt 2pt 2pt 2pt;
	margin: 0pt 10pt 10pt 10pt;
}

h2 {
	text-align: left;
	border-style: solid;
	border-color: blue;
	border-width: 0 0 thin 1ex;
	padding: 0 0 0 5pt;
}

h3.travel {
	text-align: left;
	border-style: solid;
	border-color: blue;
	border-width: 0 0 0 0.5ex;
	padding: 0 0 0 3pt;
}

.odd {
	margin: 3pt 30% 3pt 5%;
}

.even {
	margin: 3pt 5% 3pt 30%;
}

ul.odd {
	margin: 0pt 30% 0pt 10%;
}

ul.even {
	margin: 0pt 5% 0pt 35%;
}

.center {
	text-align: center;
}	

address {
	text-align: right;
	font-family: monospace;
	font-style: normal;
}

/*
// style for code list
*/

pre.codelist {
	background-color: yellow;
	border-style: solid;
	border-color: black;
	border-width: thin;
	padding: 5pt;
	whitespace: pre;
}

/*
// style for sento diary
*/

td.prevsento {
	text-align: left;
}

td.nextsento {
	text-align: right;
}

/*
// style for kunitachi lunch map
*/

table.shopdata {
	table-layout:		fixed;
}
td.shopdatahead {
	font-weight:		bold;
	background-color:	olivegreen;
	text-align:		center;
	text-width:		30%;
}

