@charset "utf-8";

/* @group Div */

#rightcolumn #tabContents {
	height: 100%;
	min-height: 240px;
	background: transparent url("../images/share/bg_tab_contents.gif") no-repeat bottom left;
}

#rightcolumn #tabContents div {
	padding: 0 25px 25px;
	background: transparent none;
}

#rightcolumn #tabContents .wrap {
	margin: 0;
	padding: 20px 0 0;
}

/* @end */

/* @group H2 */

#rightcolumn h2 {
	position: relative;
	z-index: 5;
	margin-top: 30px;
	padding: 0 0 10px 30px;
	background: transparent url("../images/share/bg_headline_l.png") no-repeat 0	0;
	color: #630;
	font-size: 20px;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',sans-serif;
	line-height: 50px;
	letter-spacing: 0.06em;
}

/* @end */

/* @group H3 */

#rightcolumn ul#tabMenu li h3 {
	height: 30px;
	line-height: 30px;
}

/* @end */

/* @group H4 */

#rightcolumn div#tabContents h4 {
	margin: 20px 0 10px;
	color: #e3b03c;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',sans-serif;
	font-size: 18px;
}

#rightcolumn div#tabContents .wrap h4 {
	margin: 0;
	font-size: 14px;
}

/* @end */

/* @group Ul */

#rightcolumn ul#tabMenu {
	padding: 0 20px;
	height: 50px;
	background: url("../images/share/bg_menu.gif") no-repeat;
}

#rightcolumn ul#tabMenu li {
	float: left;
	margin: 20px 3px 0 0;
	height: 30px;
	width: 140px;
}

#rightcolumn ul#tabMenu li#lasttab {
	margin-right: 0;
}

/* @end */

/* @group Dl */

#rightcolumn dl {
	overflow: hidden;
	margin-top: 20px;
	padding-top: 20px;
	width: 100%;
	border-top: 1px dotted #ccc;
}

#rightcolumn dt {
	float: left;
	width: 20em;
	color: #630;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.08em;
}

#rightcolumn dd {
	clear: right;
	width: 560px;
	text-align: left;
}

#rightcolumn dd.description {
	clear: right;
	padding: 10px;
	width: 538px;
	border: 1px solid #ccc;
	background-color: #fefefe;
	text-align: left;
}

#rightcolumn dt+dd {
	float: right;
	padding-bottom: 0.5em;
	width: 15em;
	color: #630;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.08em;
	text-align: right;
}

/* @end */

/* @group Img */

#rightcolumn #tabContents .wrap img {
	float: left;
	margin: 0 20px 5px 0;
}

/* @end */

/* @group A */

/* ↓↓↓追記・変更（ul.tab.css用）↓↓↓ */

ul#tabMenu a {
	display: block;
    background-image: url("../images/share/bg_tab_140.gif");
}

/* @end */

/* @group Span */

#rightcolumn dd span {
	margin-right: 0.6em;
	font-size: 12px;
	font-weight: normal;
}

/* @end */

/* @group Strong */

#rightcolumn #tabContents strong {
	display: block;
	margin-top: 20px;
	color: #e3b03c;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',sans-serif;
	font-size: 14px;
	font-weight: normal;
}

/* @end */

/* @group IE6 Hack */

*html #rightcolumn dd.description {
	width: 560px;
}

/* @end */

