@charset "utf-8";


/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Last Updated: Dec 12, 2008
	Edited by Kazuya Ono
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


/* **********************************************************************
1 : common
********************************************************************** */
/* ---------- ul#lNav ----------*/
ul#lNav {
	height: 48px;
}
ul#lNav li {
	width: 220px;
	margin-right: 30px;
	float: left;
}
/* ---------- div#content ----------*/
div#content {
	color: #000;
	width: 880px;
	margin-top: 30px;
	padding: 20px;
	background: url(../images/bg_paper920.gif) left top repeat-y;
}
/* textLink */
div#content a,
div#content a:visited {
	color: #630;
	text-decoration: underline;
}
div#content a:hover {
	text-decoration: none;
}
/* ---------- div.summary ----------*/
div.summary {
	width: 100%;
	overflow: hidden;
}
div.summary div.primary {
	width: 560px;
	float: left;
}
div.summary div.secondary {
	width: 300px;
	float: right;
}
div.summary h3 {
	margin-top: 20px;
}
div.summary p.caption {
	margin-top: 10px;
}
div.summary p.place {
	font-size: 10px;
	margin-top: 30px;
}
div#content div.summary p.place a.gmap,
div#content div.summary p.place a.gmap:visited {
	text-decoration: none;
}
div#content div.summary p.place a.gmap:hover {
	text-decoration: underline;
}
div.summary p.place img {
	padding-bottom: 5px;
}
div.summary div.intro {
	margin-top: 30px;
}
div.summary div.intro p {
	margin-top: 1em;
}
/* ---------- div.block ----------*/
div.block {
	margin-top: 30px;
	padding-top: 30px;
	background: url(../images/bdr_dot000.gif) left top repeat-x;
	overflow: hidden;
}
div.block h4 {
	margin-bottom: 20px;
}
div.block p {
	margin-top: 1em;
}
/* ---------- div.block [equip] ----------*/
div.block p.equipImage {
	width: 160px;
	margin-top: 0;
	float: left;
}
div.block dl.equip {
	width: 700px;
	float: right;
}
div.block dl.equip dt {
}
div.block dl.equip dt.first {
	margin: 0;
	padding: 0;
}
div.block dl.equip dd {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url(../images/bdr_dot666.gif) left bottom repeat-x;
}


/* --------------------------------------------------
Tones Spring Tour 2010
-------------------------------------------------- */
div.tour2010 {
	width: 100%;
}
div.tour2010 p.image {
	width: 240px;
	margin-top: 0;
	float: left;
}
div.tour2010 div.text {
	width: 610px;
	float: right;
}
div.tour2010 div.text h4 {
	margin: 10px 0;
}
div.tour2010 div.text p.lead {
	margin-bottom: 30px;
}
div.tour2010 div.text h5 {
	margin-bottom: 10px;
}
div.tour2010 div.text dl {
	font-size: 13px;
	position: relative;
}
div.tour2010 div.text dl span {
	font-weight: bold;
}
div.tour2010 div.text dt {
	position: absolute;
	left: 0;
	width: 5em;
}
div.tour2010 div.text dt {
	font-size: 11px;
}
div.tour2010 div.text dl dt span {
	font-size: 13px;
}
div.tour2010 div.text dd {
	padding: 0 0 5px 5em;
}
div.tour2010 div.text p.link {
	padding-top: 15px;
}
