/* まとめたぞ氏のシートの、要素名だけ小文字に直しました */
/*--HTML--*/
body{
	margin-top : 2% ;
	margin-bottom : 2%;
	margin-right : 2%;
	margin-left : 2%;
	font-size : 100%;
	color : #3c3c3c;
	font-family: Verdana, Geneva, Arial,sans-serif;
	background : #fefefe ;
}
img{
  border-width : 0px;
}
p{
  color : #3c3c3c;
  line-height : 160%;
  font-size : 90%;
  background-color : transparent;
  margin-left : 8%;
  margin-right : 3%;
}
h1{
  line-height : 100%;
  margin-left : 0%;
  text-align : left;
  background-color : transparent;
}
h2{
  font-size : 125%;
  font-weight : 600;
  margin-left : 4%;
  margin-right : 4%;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #3C3C3C;
}
h3{
  color : #3c3c3c;
  font-size : 120%;
  font-weight : 500;
  margin-left : 5%;
  margin-right : 5%;
  background-color : transparent;
}
h4{
  font-weight : 500;
  color : #3c3c3c;
  font-size : 115%;
  margin-left : 6%;
  margin-right : 6%;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-top-width : 1px;
  border-top-style : solid;
  background-color : transparent;
}
h5{
  font-size : 105%;
  font-weight : 500;
  margin-left : 6%;
  margin-right : 6%;
  background-color : transparent;
  border-bottom : 1px dotted;
}
a:LINK{
  color : #003366;
  background-color : transparent;
}
a:VISITED{
  color : #333333;
  background-color : transparent;
}
a:HOVER{
	color :#3c3c3c ;
	text-decoration : none;
	background : #E9E9E9;
}
a:ACTIVE{
  color : #3c3c3c;
  text-decoration : none;
  background : transparent;
}


table {
	width: 80%;
	margin: auto;
	padding: 0px;
}

tr.a {
	background-color: #ffffff ; 
}
tr.b {
	background-color: #cccccc ; 
}

/* 2002-03-20 by maeda i. */

a.external:after { content: " [" attr(href) "]" }

.navbar {
	font-size : 150%;
	margin-left: 40%;
}


.google {
	background-color: #00ccff;
}
.looksmart {
	background-color: #ffcc99;
}
.inktomi {
	background-color: #ffff66;
}
.odp {
	background-color: #66cc66;
}
.wisenut {
	background-color: #ff9999;
}
.overture {
	background-color: #ccccff;
}


.news {
	line-height : 100%;
}

div.contents {
	border-style: solid;
	border-width: 1px;
	background-color: #cccccc;
	margin-left: 4%;
	margin-right: 4%;
}

/* 2002-03-20 by maeda i. */


li{
  list-style-position : outside;
  line-height : 130%;
  margin-left : 7%;
  margin-right : 3%;
}
ol{
  font-size : 90%;
  list-style-type : decimal;
  margin-left : 7%;
  margin-right : 3%;
  line-height : 130%;
}
ul{
  font-size : 90%;
  margin-left : 7%;
  margin-right : 0%;
  line-height : 130%;
}
dd{
  font-size : 90%;
  line-height : 130%;
  margin-left : 11%;
  margin-right : 3%;
}
dt{
  font-size : 90%;
  line-height : 200%;
  font-weight : 600;
  margin-left : 7%;
  margin-right : 3%;
}
address{
  font-size : 80%;
  margin-left : 4%;
}
/*--HTMLここまで--*/

div.box-colmun {
	border: solid;
	border-width: 1px;
	border-color: #333333;
	background-color: #cccccc;
	width: 40%;
	float: right;
}
div.samplecode {
	margin-left : 10%;
	border: solid;
	border-width: 1px;
	border-color: #333333;
	background-color: #cccccc;
	width: 80%;
}
