/*   Stylesheet for <br/> web by Maeda I.   */

/* 	
 *	default.css (for all the browsers including NN4.x)
 */

h1, h2, h3, h4 {
	font-family: sans-serif;
}

h1 { font-size: 2em; font-family: Verdana, Courier New, sans-serif }
h2 { font-size: 1.6em; line-height: 140%; font-family: Verdana, Courier New, sans-serif }
h3 { font-size: 1.4em; line-height: 140%; font-family: Verdana, Courier New, sans-serif }
h4 { font-size: 1.1em; line-height: 140%; font-family: Verdana, Courier New, sans-serif }

p {
	line-height: 150%;
	margin: 3%;
}

body {  
	color: black;
	background-color: white;
	font-size: 1em;
	margin-left: 0%;
	margin-right: 0%; 
}

address { 
	float: left;
	font-family: sans-serif;
	margin-left:  2%;
	margin-right: 2%; 
}

dt {
	font-weight: bold;
	line-height: 200%;
}
dd {
	font-weight: normal;
	line-height: 140%;
}

img {  
	border-width: 0px; 
}

.logo { 
	color: gray;
	text-decoration : none;
}

.title { 
	text-align: right; 
	margin: 2%;
}

.linkheader { 
	color: #666666;
	font-weight: normal;
}

.uri { 
	color: #666666;
	font-size: 0.8em;
	font-weight: normal;
}

a { 
	text-decoration: none;
	color: #003366;
	text-decoration: underline;
}

a:visited { 
	color: #333333;
}

a:hover { 
	color: maroon;
	text-decoration: underline;
	background : #E9E9E9;
}


/* 
 * 以下は N4避けのため、最初メディアタイプ SCREENのために書いたもの
 */ 

/* content: left of 2 colmuns */

.content { 
	float: left; 
	width: 58%; 
	padding: 2%;
	margin-top: 2%; 
	margin-bottom: 2%; 
	margin-left: 2%; 
	margin-right: 0%;
	border: medium gray dotted ;
	background-color: white;
}

/* navigation: right of 2 colmuns */

.navigation { 
	padding: 2%;
	margin-top: 4%;
	margin-bottom: 2%; 
	margin-left: 70%;
	margin-right: 2%;
	border: thin gray dotted ; 
	background-color: white;
}


body {  
	color: #333333;
	background-color: white;
	background-image: url(../images/pine.gif);
	background-repeat: repeat-y;
	font-size: 0.8em;
	margin-left: 0%;
	margin-right: 0%; 
}

p {
	font-size: 1em;
	line-height: 140%;
	margin-left: 0%;
	margin-right: 0%; 
}


