@charset "utf-8";

/* ****************************************************
Title: information.css
Created: 2010-03-15
Last Modified: 2010-03-15
Editor(s): nishio
Last Editor: nishio
***************************************************** */


/* Table Of Contents
----------------------------------------

# gNav
# content
# clearfix
# common classes

----------------------------------------*/


/* # gNav
---------------------------------------------------------------------------- */

div#gNav ul li#gNavInformation a img {
	visibility: hidden;
}


/* # content
---------------------------------------------------------------------------- */

div#content div.section div.section {
	margin: 10px 0 0;
	padding: 0 15px;
}

div#content div.section div.section .sectionTitle {
	background: url(../images/common/bg_sh.gif) no-repeat left bottom;
	font-size: 125%;
	margin-left: -15px;
	margin-right: -15px;
	padding: 0 15px 7px;
}

div#content div.section div.section dl.period {
	margin: 0 0 15px;
}

div#content div.section div.section dl.period dt,
div#content div.section div.section dl.period dd {
	display: inline;
}

div#content div.section div.section dl.period dt img {
	vertical-align: middle;
}

div#content div.section div.section dl.period dd {
	font-weight: bold;
}

/* saleEntry */
div#content div#sale div.saleEntry div.textBody {
	float: left;
	width: 434px;
}

div#content div#sale div.saleEntry div.textBody div.feature {
	background: url(../images/information/bg_feature.gif) repeat-y left top;
	margin: 15px 0 15px -15px;
	padding: 15px;
	position: relative;
	zoom: 1;
}

div#content div#sale div.saleEntry div.textBody div.feature h4 {
	background: url(../images/common/bg_border_double.gif) repeat-x left bottom;
	font-weight: bold;
	margin-bottom: 7px;
}

div#content div#sale div.saleEntry div.textBody div.feature h4 span {
	background: url(../images/information/ico_circle01.gif) no-repeat 3px 0;
	display: block;
	padding: 0 0 5px 24px;
	zoom: 1;
}

div#content div#sale div.saleEntry .thumbRight {
	float: right;
	margin: 0;
	width: 256px;
}

div#content div#sale div.saleEntry .thumbRight p.thumb {
	border: 1px solid #cfcfcf;
	padding: 7px;
}

div#content div#sale div.saleEntry .thumbRight p.thumb span {
	display: block;
	overflow: hidden;
	width: 240px;
}

div#content div#sale div.saleEntry .thumbRight p.button {
	margin: 8px 0 0;
}

div#content div#sale div.saleEntry .thumbRight p.button .reverse {
	display: none;
}


/* # clearfix
---------------------------------------------------------------------------- */


/* # common classes
---------------------------------------------------------------------------- */

.focusTxt {
	font-size: 116%;
	font-weight: bold;
}

