/* ************************************************************
	mobile.css  ver 1.01  (2005-03-25)
	written by IKEDA Yuriko
   ************************************************************ */

/* ********** General Style ********** */

h1,h2,h3 {
	margin:0.5em;
	padding:0;
}

h4 {
	margin-right:25%;
}

ul {
	list-style:circle inside;
}

.top {
	margin-left:50%;
}

hr {
	width:95%;
}

hr.section {
	display:none;
}


/* ********** Page layout ********** */

#head {
	background:url(logo-small.gif) no-repeat;
	height:49px;
}

#head img {
	display:none;
}

#menu a {
	line-height:1.5em;
}

/* ********** home.html & history.html********** */

.moddate {
	text-decoration:underline;
	padding:0 6%;
}

/* ********** report/ ********** */

.story {
	margin:1em;
	padding:1em;
}

.title {
	margin:0;
}

#indexbar ul {
	margin:0 0 1em;
	padding:0 0 0 2em;
	list-style:square inside;
}

#indexbar ul ul {
	margin:0;
	padding:0 0 0 1em;
	list-style:none inside none;
}

/* ********** mailinfo.html & request.html ********** */

table.form th.label label {
	width:8em;
}
table.form td.field input, table.form td.field textarea {
	width:100%;
}


/* ******************** end ******************** */
