@charset "utf-8";

/*=========================================================
	[ common.css ]
	content page base design
	date - creation:2010-06-08 // update:2010-06-09
=========================================================*/

/*=========================================================
	index
		1. content
=========================================================*/

/* for all */

/* 1. content
=========================================================*/
/* 1. content list
=========================================================*/
h1.hLv1{margin-top:10px;}
/* contact
---------------------------------------------------------*/
#content #contact{
	margin-top:30px;
	border:1px solid #BBBBBB;
}
#content #contact h2{
	clear:both;
	margin:0;
	padding:4px 0 4px 8px;
	background:#EBEBEB url(/koho/format/images/heading_bk1.jpg) repeat-x left top;
	border:0;
	border-bottom:1px solid #BBBBBB;
}
#content #contact p,
#content #contact div{
	margin:10px;
	font-size:85%;
	line-height:1.5;
}
#content #contact strong{
	margin:0;
	padding:0;
	font-weight:bold;
	background-color:transparent;
}
/* in other elements */
#content #contact div p{
	margin:0;
	font-size:100%;
}
/* Receptionist time */
#contact div.time{margin:10px;}
#contact .time p{font-weight:bold;}
.time dl{
	width:auot;
	line-height:1.5;
}
.time dt{
	float:left;
	width:5em;
}
.time dd{
}

.numType-n{
	padding-left:0;
	list-style:none;
}