@charset "UTF-8";



/*//////////////////////////////////////////////////



Title : living.css

For   : Setting base styles of the site



Created	   : 2008-MM-DD

Last Modified : 2008-02-06
Last Modified : 2009-02-17





----------------------------------------



Content

	1.JAPAN_MAP

	2.EXAMPLE

//////////////////////////////////////////////////*/


/* ---------------------------------------

	1. JAPAN_MAP

   ---------------------------------------- */

#map p {
	padding: 0 0 20px 37px;
}
#map #mapContainer {
	position: relative;
}

div#japan_map{
	padding:0 47px;
}

#panel {
	display: block;
	position: absolute;
	top: 105px;
	left: 65px;
}
#panel p {
	padding: 0 0 3px 0;
}
#panel #panelContents {
	overflow: auto;
	width: 210px;
	height: 105px;
}
#panel ul {
	padding-right: 5px;
}
#panel ul li {
	line-height:120%;
	margin-bottom: 0.4em;
	padding-bottom: 0.4em;
	background: url(/images/line_top_tour.gif) repeat-x left bottom;
}
#panel ul li a {
	padding-left: 15px;
	background: url(/images/img_top_arrow.gif) no-repeat;
	background-position: 0px 3px;
}
#panel ul li a:link {
	text-decoration: none;
}
#panel ul li a:hover {
	text-decoration: underline;
}

/*div#panel {
   display:block;
   position: absolute;
   padding:0px;
   margin:0px;
   top: 470px;
   left: 450px;
   width:190px;
   height:120px;
   overflow:auto;
   background:#FFFFFF;
}*/

/* ---------------------------------------

	2. Example

   ---------------------------------------- */

#example {
	margin: -37px 0 20px;
	padding-bottom: 10px;
/*	padding: 0 35px 0 37px;*/
	background: url(/living/shared/images/line_living_example.gif) no-repeat left bottom;
}
#example .toMapBtn {
	margin-left: 363px;
}
#example dl {
	padding: 0 35px 0 37px;
}
#example dl dt {
	font-size:150%;
	font-weight:bolder;
	color:#238200;
}

#example dl dd.exampleDesc{
	margin-bottom:20px;
	color:#ef9120;
}

#example dl dd.exampleList ul.listUnit{
	padding-bottom: 30px;
}

#example dl dd.exampleList ul.listUnit li {
	float:left;
	width:180px;
	margin-right:45px;
}
#example dl dd.exampleList ul.listUnit li a {
	position: relative;
}
#example dl dd.exampleList ul.listUnit li a img.pngImg {
	position: absolute;
	top: 98px;
	left: 118px;
}

#example dl dd.exampleList ul.listUnit li.lastChild{
	margin:0;
}

#example dl dd.exampleList ul.listUnit li p{
	margin:0 6px;
	color:#238200;
}
