@charset "utf-8";


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

hr {
	display: none;
}

div.primary {
	width: 700px;
	float: left;
}
div.secondary {
	width: 180px;
	float: right;
}
/* **********************************************************************
div.primary
********************************************************************** */
div.primary div.block {
	margin-bottom: 50px;
}

div.primary div.block p {
	margin-top: 20px;
}


div.primary div.block div.head {
	width: 100%;
	margin-bottom: 20px;
	padding: 10px 0 7px;
	border-top: #fff 1px solid;
	border-bottom: #fff 1px solid;
	overflow: hidden;
}
div.primary div.block div.head h3 {
	font-size: 16px;
	font-weight: bold;
	width: 500px;
	float: left;
}
div.primary div.block div.head h3 span {
	font-size: 12px;
	padding-left: 30px;
}
div.primary div.block div.head p.icon {
	text-align: right;
	width: 200px;
	margin: 0;
	padding-top: 5px;
	float: right;
}


div.primary div.block p.title,
div.primary div.block p.place {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}


div.primary div.block p.caption {
	color: #999;
	font-size: 11px;
}

div.primary div.block strong {
	color: #c96;
}

/* **********************************************************************
div.secondary
********************************************************************** */
div.secondary dl {
	width: 160px;
	margin-bottom: 30px;
}
div.secondary dl dt {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 3px 10px 1px;
	background: #1c1c1c;
}
div.secondary dl dd {
	padding: 0 10px 0 20px;
	background: url(../images/list_arrowfff.gif) 10px 0.55em no-repeat;
}

div.secondary dl dd a,
div.secondary dl dd a:visited,
div.secondary dl dd a:hover {
	text-decoration: none;
}

div.secondary dl dd.about {
	padding: 0;
	background: none;
}
div.secondary dl dd.about p {
	margin-bottom: 10px;
}
div.secondary dl dd.about p.sTex {
	font-size: 10px;
}