@charset "UTF-8";
/**********************************************************************
* /css/component/service-information.css
* Copyright (C) 2007-2008 Kyoto University
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
* 
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
* Lesser General Public License for more details.
* 
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-
* 1301  USA
***********************************************************************/

div#service-information-form-area {
	font-family: Helvetica, sans-serif;
	overflow: auto;   
  	height:20px;
	color:#333333;
	width:926px;
	text-align:left;
	margin:0px 5px 5px 5px;
}

div#service-information-form-area dl {
	font-family: Helvetica, sans-serif;
	margin-bottom:10px;
	margin-left:10px;
	background:#E6E6E6;
	border: 2px outset #E6E6E6;
	padding: 0px;
}

div#service-information-form-area dd {
	font-family: Helvetica, sans-serif;
	padding:3px 3px 3px 25px;
}

div#service-information-form-area h3{
	font-family: Helvetica, sans-serif;
	margin:2px;
	padding-left:10px;
	text-align:left;
	font-weight:bold;
	color:firebrick;
	border-left: 5px solid ;
}

div#service-information-form-area p.access-time {
	font-style:italic;
	color:firebrick;
	float:right;
}
div#service-information-form-area p.top{

	text-align:right;
}

div#service-information-form-area p.top a{
	font-style:bold;
	color:firebrick;
}



div#service-information-form-area h4{
	font-family: Helvetica, sans-serif;
	margin-left:10px;
	text-align:left;
	font-weight:bold;
	color:#336699;
}

div#service-information-form-area dt{
	font-family: Helvetica, sans-serif;
	background:#E6E6E6;
	padding:4px 3px 4px 20px;
	margin:7px 0px 5px 0px;
	font-weight:bold;
	display:block;
	border:1px solid #CCCCCC;
	width:860px;
}

div#service-information-form-area div.service-element {
	border: 3px outset #F6F6FF;
	background:#F6F6FF;
	margin: 5px 0px;
	padding: 3px;
}