@charset "utf-8";
/* CSS Document */

/*----- マーカー付リンクの設定（2行以上になるものには適していません。2行以上になる場合は、リスト表示を使用） -----*/
/*-- 赤矢印左配置（クラス名はblueになっていますが無視） --*/
a.a_blue {
	display: block;
	font-size: 14px;
	background: url(../img/arrow_red.gif) center left no-repeat;
	margin: 10px 6px 10px 6px;
	padding: 0px 0px 0px 15px;
	clear: both;
}
div.a_blue a {
	display: block;
	font-size: 14px;
	background: url(../img/arrow_red.gif) center left no-repeat;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 15px;
}

/*-- 金矢印左配置 --*/
a.a_gold {
	display: block;
	font-size: 14px;
	background: url(../img/arrow_gold.gif) center left no-repeat;
	margin: 10px 6px 10px 6px;
	padding: 0px 0px 0px 15px;
}

a.right {
	font-size: 14px;
	background: url(../img/arrow_red.gif) center left no-repeat;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 15px;
	float: right;
}

/*----------------------------------------------------------
フォントカラー設定（適用ページ共通）
----------------------------------------------------------*/
.blue {
	color: #115f83;
}
.red {
	color: #ff0000;
}
.gray {
	color: #666666;
}


/*----------------------------------------------------------
配置設定（適用ページ共通）
----------------------------------------------------------*/
.center_box {
	text-align: center;
}
.right_box {
	text-align: right;
}


/*----------------------------------------------------------
箇条書き設定（適用ページ共通）
----------------------------------------------------------*/

dl {
	text-align: left;
	margin: 2px 0px 0px 0px;
	clear: both;
	height: 1em;
}

*+html body dl {
	text-align: left;
	margin: 2px 0px 0px 0px;
	clear: both;
	height: auto;
	overflow: hidden;
}

dl dt {
	float: left;
}

dl dd {
	float: left;
	margin-left: 1px;
}

:root dl {
	height: auto;
	overflow: hidden;
	text-align: left;
	margin: 2px 0px 0px 0px;
	clear: both;
}

:root dl dt.itemize01 {
	float: left;
	width: 1em;
}

:root dl dd.itemize01 {
	float: inherit;
	margin-left: 1em;
}

:root dl dt.itemize02 {
	float: left;
	width: 2em;
}

:root dl dd.itemize02 {
	float: inherit;
	margin-left: 2em;
}

ol.number {
	margin: 0px;
	list-style-type: decimal;
	text-align:left;
	}
	
ol.number li {
	margin: 5px 5px 0px 30px;;
	}
	
/*----------------------------------------------------------
改行用（マージン）のbr設定（適用ページ共通）
----------------------------------------------------------*/
br.mar0 {
	line-height: 0px;
}
br.mar5 {
	line-height: 5px;
}
br.mar10 {
	line-height: 10px;
}
br.mar15 {
	line-height: 15px;
}
br.mar20 {
	line-height: 20px;
}
br.mar25 {
	line-height: 25px;
}
br.mar30 {
	line-height: 30px;
}

/*----------------------------------------------------------
フォントサイズのみの変更設定（適用ページ共通）
----------------------------------------------------------*/
.font-120 {
	font-size: 120%!important;
}


/*----------------------------------------------------------
メインエリア
----------------------------------------------------------*/
#contents_area {
	height: auto;
	overflow: hidden;
	margin: 5px 0px 30px 0px;
	clear: both;
}



/*-- タイトル --*/
.title {
	height: auto;
	overflow: hidden;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	color: #92a09f;
	clear: both;
}

/*-- 上部テキストエリア --*/
.upside_btext {
	height: auto;
	overflow: hidden;
	margin: 0px 10px 0px 10px;
	padding: 5px 10px 5px 10px;
	border: solid 1px #a1a76d;
	font-size: 90%;
	clear: both;
}

/*-- 登録・確認エリア --*/
.upside_text {
	height: auto;
	overflow: hidden;
	font-size: 90%;
	margin: 0px 5px 0px 5px;
	padding: 15px 5px 5px 5px;
	clear: both;
}
body#width860 div.upside_text table {
	width: 95%;
	font-size: 95%;
	line-height: 110%;
}
body#width860 div.upside_text th {
	background-color: #dde7e6;
	padding: 5px 10px 3px 10px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: normal;
}
body#width860 div.upside_text th.center {
	background-color: #dde7e6;
	padding: 5px 10px 3px 10px;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}
body#width860 div.upside_text td {
	padding: 5px 10px 3px 10px;
	vertical-align: top;
}
body#width860 div.upside_text table.border {
	width: 95%;
	font-size: 95%;
	line-height: 110%;
	border-bottom: solid 1px #92a09f;
	border-right: solid 1px #92a09f;
}
body#width860 div.upside_text table.border th {
	background-color: #dde7e6;
	border-top: solid 1px #92a09f;
	border-left: solid 1px #92a09f;
	padding: 5px 10px 3px 10px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: normal;
}

body#width860 div.upside_text table.border th.new {
	background-color: #ff9999;
	border-top: solid 1px #92a09f;
	border-left: solid 1px #92a09f;
	padding: 5px 10px 3px 10px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: normal;
}



body#width860 div.upside_text table.border th.center {
	background-color: #dde7e6;
	border-top: solid 1px #92a09f;
	border-left: solid 1px #92a09f;
	padding: 5px 10px 3px 10px;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}
body#width860 div.upside_text table.border td {
	border-top: solid 1px #92a09f;
	border-left: solid 1px #92a09f;
	padding: 5px 10px 3px 10px;
	vertical-align: top;
}

body#width860 div.upside_text table.border table.movie td {
	border-top: solid 1px #92a09f;
	border-left: solid 1px #92a09f;
	padding: 5px 10px 3px 10px;
	vertical-align: top;
}

body#width860 div.upside_text table.border table.movie {
	border-right: solid 1px #92a09f;
	border-bottom: solid 1px #92a09f;
	margin-top:5px;
	width:80%;

}

body#width860 table.noborder {
	width: 95%;
	font-size: 95%;
	line-height: 110%;
}
body#width860 table.noborder th {
	background-color: #dde7e6;
	padding: 5px 10px 3px 10px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: normal;
}
body#width860 table.noborder th.center {
	background-color: #dde7e6;
	padding: 5px 10px 3px 10px;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}
body#width860 table.noborder td {
	padding: 5px 10px 3px 10px;
	vertical-align: top;
}

body#width860 div.upside_btext table {
	width: 95%;
	font-size: 95%;
	line-height: 110%;
}
body#width860 div.upside_btext th {
	background-color: #dde7e6;
	padding: 5px 10px 3px 10px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
body#width860 div.upside_btext th.center {
	background-color: #dde7e6;
	padding: 5px 10px 3px 10px;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}
body#width860 div.upside_btext td {
	padding: 5px 10px 3px 10px;
	vertical-align: middle;
}
body#width860 div.upside_btext td.vtop {
	padding: 5px 10px 3px 10px;
	vertical-align: top;
}

body#width860 div.upside_btext table.border {
	width: auto;
	font-size: 95%;
	line-height: 110%;
	border-bottom: solid 1px #92a09f;
	border-right: solid 1px #92a09f;
}
body#width860 div.upside_btext table.border th {
	background-color: #dde7e6;
	border-top: solid 1px #92a09f;
	border-left: solid 1px #92a09f;
	padding: 5px 10px 3px 10px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
body#width860 div.upside_btext table.border th.center {
	background-color: #dde7e6;
	border-top: solid 1px #92a09f;
	border-left: solid 1px #92a09f;
	padding: 5px 10px 3px 10px;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}
body#width860 div.upside_btext table.border td {
	border-top: solid 1px #92a09f;
	border-left: solid 1px #92a09f;
	padding: 5px 10px 3px 10px;
	vertical-align: top;
}

/*---*/

body#width800 div.upside_text table {
	width: 95%;
	font-size: 95%;
	line-height: 110%;
}
body#width800 div.upside_text th {
	background-color: #dde7e6;
	padding: 5px 10px 3px 10px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: normal;
}
body#width800 div.upside_text th.center {
	background-color: #dde7e6;
	padding: 5px 10px 3px 10px;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}
body#width800 div.upside_text td {
	padding: 5px 10px 3px 10px;
	vertical-align: top;
}
body#width800 div.upside_text table.border {
	width: 95%;
	font-size: 95%;
	line-height: 110%;
	border-bottom: solid 1px #92a09f;
	border-right: solid 1px #92a09f;
}
body#width800 div.upside_text table.border th {
	background-color: #dde7e6;
	border-top: solid 1px #92a09f;
	border-left: solid 1px #92a09f;
	padding: 5px 10px 3px 10px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: normal;
}
body#width800 div.upside_text table.border th.center {
	background-color: #dde7e6;
	border-top: solid 1px #92a09f;
	border-left: solid 1px #92a09f;
	padding: 5px 10px 3px 10px;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}
body#width800 div.upside_text table.border td {
	border-top: solid 1px #92a09f;
	border-left: solid 1px #92a09f;
	padding: 5px 10px 3px 10px;
	vertical-align: top;
}
body#width800 table.noborder {
	width: 95%;
	font-size: 95%;
	line-height: 110%;
}
body#width800 table.noborder th {
	background-color: #dde7e6;
	padding: 5px 10px 3px 10px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: normal;
}
body#width800 table.noborder th.center {
	background-color: #dde7e6;
	padding: 5px 10px 3px 10px;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}
body#width800 table.noborder td {
	padding: 5px 10px 3px 10px;
	vertical-align: top;
}

body#width800 div.upside_btext table {
	width: 95%;
	font-size: 95%;
	line-height: 110%;
}
body#width800 div.upside_btext th {
	background-color: #dde7e6;
	padding: 5px 10px 3px 10px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
body#width800 div.upside_btext th.center {
	background-color: #dde7e6;
	padding: 5px 10px 3px 10px;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}
body#width800 div.upside_btext td {
	padding: 5px 10px 3px 10px;
	vertical-align: middle;
}
body#width800 div.upside_btext td.vtop {
	padding: 5px 10px 3px 10px;
	vertical-align: top;
}

body#width800 div.upside_btext table.border {
	width: auto;
	font-size: 95%;
	line-height: 110%;
	border-bottom: solid 1px #92a09f;
	border-right: solid 1px #92a09f;
}
body#width800 div.upside_btext table.border th {
	background-color: #dde7e6;
	border-top: solid 1px #92a09f;
	border-left: solid 1px #92a09f;
	padding: 5px 10px 3px 10px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
body#width800 div.upside_btext table.border th.center {
	background-color: #dde7e6;
	border-top: solid 1px #92a09f;
	border-left: solid 1px #92a09f;
	padding: 5px 10px 3px 10px;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}
body#width800 div.upside_btext table.border td {
	border-top: solid 1px #92a09f;
	border-left: solid 1px #92a09f;
	padding: 5px 10px 3px 10px;
	vertical-align: top;
}

/*---*/
body#width640 div.upside_text table {
	width: 95%;
	font-size: 95%;
	line-height: 110%;
}
body#width640 div.upside_text th {
	background-color: #dde7e6;
	padding: 5px 5px 3px 7px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: normal;
}
body#width640 div.upside_text th.center {
	background-color: #dde7e6;
	padding: 5px 5px 3px 7px;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}
body#width640 div.upside_text td {
	padding: 5px 5px 3px 7px;
	vertical-align: top;
}
body#width640 div.upside_text table.border {
	width: 95%;
	font-size: 95%;
	line-height: 110%;
	border-bottom: solid 1px #92a09f;
	border-right: solid 1px #92a09f;
}
body#width640 div.upside_text table.border th {
	background-color: #dde7e6;
	border-top: solid 1px #92a09f;
	border-left: solid 1px #92a09f;
	padding: 5px 5px 3px 7px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
body#width640 div.upside_text table.border th.center {
	background-color: #dde7e6;
	border-top: solid 1px #92a09f;
	border-left: solid 1px #92a09f;
	padding: 5px 5px 3px 7px;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}
body#width640 div.upside_text table.border td {
	border-top: solid 1px #92a09f;
	border-left: solid 1px #92a09f;
	padding: 5px 5px 3px 7px;
	vertical-align: top;
}
body#width640 table.noborder {
	width: 95%;
	font-size: 95%;
	line-height: 110%;
}
body#width640 table.noborder th {
	background-color: #dde7e6;
	padding: 5px 5px 3px 7px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: normal;
}
body#width640 table.noborder th.center {
	background-color: #dde7e6;
	padding: 5px 5px 3px 7px;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}
body#width640 table.noborder td {
	padding: 5px 5px 3px 7px;
	vertical-align: top;
}

body#width640 div.upside_btext table {
	width: 95%;
	font-size: 95%;
	line-height: 110%;
}
body#width640 div.upside_btext th {
	background-color: #dde7e6;
	padding: 5px 5px 3px 7px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
body#width640 div.upside_btext th.center {
	background-color: #dde7e6;
	padding: 5px 5px 3px 7px;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}
body#width640 div.upside_btext td {
	padding: 5px 5px 3px 7px;
	vertical-align: middle;
}
body#width640 div.upside_btext td.vtop {
	padding: 5px 5px 3px 7px;
	vertical-align: top;
}

body#width640 div.upside_btext table.border {
	width: auto;
	font-size: 95%;
	line-height: 110%;
	border-bottom: solid 1px #92a09f;
	border-right: solid 1px #92a09f;
}
body#width640 div.upside_btext table.border th {
	background-color: #dde7e6;
	border-top: solid 1px #92a09f;
	border-left: solid 1px #92a09f;
	padding: 5px 5px 3px 7px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
body#width640 div.upside_btext table.border th.center {
	background-color: #dde7e6;
	border-top: solid 1px #92a09f;
	border-left: solid 1px #92a09f;
	padding: 5px 5px 3px 7px;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}
body#width640 div.upside_btext table.border td {
	border-top: solid 1px #92a09f;
	border-left: solid 1px #92a09f;
	padding: 5px 5px 3px 7px;
	vertical-align: top;
}
tr.blue {
	background-color: #eff4fa;
	color: #000000;
}


/*----------------------------------------------------------
テンプレート“other.dwt”、“other_nl.dwt”で使用されるタイトル設定（h1, h2, h3）
----------------------------------------------------------*/
body#width800 h1 {
	 width: 780px;
	 height: auto;
	 overflow: hidden;
	 background: url(../img/h1_back780.jpg) bottom left no-repeat;
	 margin: 0px 0px 20px 0px;
	 padding: 0px 5px 10px 5px;
	 font-size: 110%;
	 color: #204255;
	 border: none;
	 clear: both;
}
html[xmlns] body#width800 h1 {
	 width: 770px;
	 height: auto;
	 overflow: hidden;
	 background: url(../img/h1_back780.jpg) bottom left no-repeat;
	 margin: 0px 0px 20px 0px;
	 padding: 0px 5px 10px 5px;
	 font-size: 110%;
	 color: #204255;
	 border: none;
	 clear: both;
}

body#width800 h2 {
	width: 780px;
	height: auto;
	overflow: hidden;
	margin: 25px 0px 15px 0px;
	padding: 0px 5px 0px 5px;
	font-size: 110%;
	border-bottom: solid 2px #cfd0c6;
	background-image: none;
	clear: both;
}
html[xmlns] body#width800 h2 {
	width: 770px;
	height: auto;
	overflow: hidden;
	margin: 25px 0px 15px 0px;
	padding: 0px 5px 0px 5px;
	font-size: 110%;
	border-bottom: solid 2px #cfd0c6;
	background-image: none;
	clear: both;
}
body#width800 h3 {
	height: auto;
	overflow: hidden;
	background: url(../img/fx-guide_h3.gif) center left no-repeat;
	margin: 25px 0px 10px 0px;
	padding: 0px 0px 0px 15px;
	font-size: 110%;
	border: none;
	clear: both;
}
html[xmlns] body#width800 h3 {
	height: auto;
	overflow: hidden;
	background: url(../img/fx-guide_h3.gif) center left no-repeat;
	margin: 25px 0px 10px 0px;
	padding: 0px 0px 0px 15px;
	font-size: 110%;
	border: none;
	clear: both;
}

body#width640 h1 {
	 width: 620px;
	 height: auto;
	 overflow: hidden;
	 background: url(../img/h1_back780.jpg) bottom left no-repeat;
	 margin: 0px 0px 20px 0px;
	 padding: 0px 5px 10px 5px;
	 font-size: 110%;
	 color: #204255;
	 border: none;
	 clear: both;
}
html[xmlns] body#width640 h1 {
	 width: 610px;
	 height: auto;
	 overflow: hidden;
	 background: url(../img/h1_back780.jpg) bottom left no-repeat;
	 margin: 0px 0px 20px 0px;
	 padding: 0px 5px 10px 5px;
	 font-size: 110%;
	 color: #204255;
	 border: none;
	 clear: both;
}
body#width640 h2 {
	width: 620px;
	height: auto;
	overflow: hidden;
	margin: 25px 0px 15px 0px;
	padding: 0px 5px 0px 5px;
	font-size: 110%;
	border-bottom: solid 2px #cfd0c6;
	background-image: none;
	clear: both;
}
html[xmlns] body#width640 h2 {
	width: 610px;
	height: auto;
	overflow: hidden;
	margin: 25px 0px 15px 0px;
	padding: 0px 5px 0px 5px;
	font-size: 110%;
	border-bottom: solid 2px #cfd0c6;
	background-image: none;
	clear: both;
}
body#width640 h3 {
	height: auto;
	overflow: hidden;
	background: url(../img/fx-guide_h3.gif) center left no-repeat;
	margin: 25px 0px 10px 0px;
	padding: 0px 0px 0px 15px;
	font-size: 110%;
	border: none;
	clear: both;
}
html[xmlns] body#width640 h3 {
	height: auto;
	overflow: hidden;
	background: url(../img/fx-guide_h3.gif) center left no-repeat;
	margin: 25px 0px 10px 0px;
	padding: 0px 0px 0px 15px;
	font-size: 110%;
	border: none;
	clear: both;
}

div.section{
	width:100%;
}
div.section  div.item{
	width:50%;
	float:left;
}
div.section div.item2 {
	width: 45%;
	float: right;
}

/*-- PDFアイコン付リンクの設定 --*/
a.icon_pdf {
	display: block;
	font-size: 14px;
	background: url(../img/pdf_m.gif) center left no-repeat;
	margin: 12px 5px 12px 5px;
	padding: 2px 0px 0px 20px;
	clear: both;
}

/*-- トップページへ移動設定 --*/
div.go2top {
	height: auto;
	overflow: hidden;
	clear: both;
}
a.go2top {
	display: block;
	font-size: 14px;
	background: url(../img/arrow_topgold.gif) center left no-repeat;
	padding: 0px 0px 0px 15px;
	float: right;
}

/* ----------------------------------------------------------------
「お取引における注意事項」の修正後版（9月5日追加）宮下
---------------------------------------------------------------- */
#attention {
	height: auto;
	overflow: hidden;
	text-align: center;
	clear: bothl;
}
#attention #attention-area {
	width: 620px;
	margin: 0px;
	padding: 10px 0px 15px 0px;
	background-position: bottom;
	background-repeat: no-repeat;
	border:1px dotted #999999;
	text-align: left;
	color:#333333;
	font-size: 95%;
	line-height: 120%;
}

html[xmlns] #attention #attention-area {
	width: 620px;
	height: auto;
	overflow: hidden;
	margin: 0px auto 0px auto;
	padding: 10px 0px 15px 0px;
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: left;
	border:1px dotted #999999;
	font-size: 95%;
	line-height: 120%;
	text-align: left;
}

#attention #attention-area img{margin:0px 10px 10px 10px;}

#attention .attention-foot{
	widthfont-size: 90%; 
	text-align: right; 
	padding:10px 5px 0px 0px; 
	margin:0px auto 0px auto; 
	width:620px;}

:root #attention .attention-foot{
	font-size: 90%; 
	text-align: right; 
	padding:10px 5px 0px 0px; 
	margin:0px auto 0px auto; 
	width:620px;}

#attention #attention-area dl.list {
	width:560px;
	margin: 0px;
	padding: 0px;
	margin: 0px 0px 0px 30px;
	clear: both;
}

#attention #attention-area dl.list dt {
	float: left;
	text-align: left;
}

#attention #attention-area dl.list dd {
	float: left;
	text-align: left;
	margin-left: 2px;
	padding-bottom: 5px;
}

*:first-child+html #attention #attention-area dl.list {
	width:560px;
	margin: 0px;
	padding: 0px;
	margin: 0px 0px 0px 30px;
	clear: both;
}

*:first-child+html #attention #attention-area dl.list dt {
	float: left;
	text-align: left;
	margin-right: -12px;
}

*:first-child+html #attention #attention-area dl.list dd {
	float: left;
	text-align: left;
	margin-left: 2px;
	padding-bottom: 5px;
}

html[xmlns] #attention #attention-area dl.list {
	width: 560px;
	text-align: left;
	margin: 5px 0px 0px 30px;
	clear: both;
}

html[xmlns] #attention #attention-area dl.list dt.itemize {
	float: left;
	width: 1em;
}

html[xmlns] #attention #attention-area dl.list dd.itemize {
	float: inherit;
	margin-left: 1em;
}

#attention #attention-area p {
	margin: 0px 30px 0px 30px;
}

#attention #attention-area b {
	margin: 0px 30px 0px 30px;
}

/*--------------------------------------
sts/tradesignal/novelty.html用設定
--------------------------------------*/
.novelty {
margin:0px 35px 0px 45px;
font-size:100%;
}
.novelty .left{
width:380px;
float:left;
margin:0px 10px 0px 0px;
}
.novelty .right{
width:380px;
float:left;
margin:0px 0px 0px 0px;
}
.novelty .left h2 {
	width: 380px;
	height: auto;
	overflow: hidden;
	margin: 25px 0px 15px 0px;
	padding: 0px 5px 0px 5px;
	border-bottom: solid 2px #cfd0c6;
	background-image: none;
}
.novelty .right h2 {
	width: 380px;
	height: auto;
	overflow: hidden;
	margin: 25px 0px 15px 0px;
	padding: 0px 5px 0px 5px;
	border-bottom: solid 2px #cfd0c6;
	background-image: none;
}

:root .novelty .left h2 {
	width: 370px;
	height: auto;
	overflow: hidden;
	margin: 25px 0px 15px 0px;
	padding: 0px 5px 0px 5px;
	border-bottom: solid 2px #cfd0c6;
	background-image: none;
}
:root .novelty .right h2 {
	width: 370px;
	height: auto;
	overflow: hidden;
	margin: 25px 0px 15px 0px;
	padding: 0px 5px 0px 5px;
	border-bottom: solid 2px #cfd0c6;
	background-image: none;
}
.novelty h2 {
	width: 770px;
	height: auto;
	overflow: hidden;
	margin: 25px 0px 15px 0px;
	padding: 0px 5px 0px 5px;
	border-bottom: solid 2px #cfd0c6;
	background-image: none;
}
:root .novelty h2 {
	width: 760px;
	height: auto;
	overflow: hidden;
	margin: 25px 0px 15px 0px;
	padding: 0px 5px 0px 5px;
	border-bottom: solid 2px #cfd0c6;
	background-image: none;
}

/*----- 画像への回り込み設定 -----*/
.novelty .wraparound {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	clear: both;
	height: 1em;
	font-size:90%;
}
html[xmlns] .novelty .wraparound {
	margin: 0px 5px 0px 5px;
	padding: 0px;
	height: auto;
	overflow: hidden;
	clear: both;
	font-size:90%;
}
.novelty img.left-wrap {
	margin: 0px 10px 5px 0px;
	float: left;
}
.novelty img.right-wrap {
	float: right;
	margin: 0px 0px 5px 10px;
}

/*-- PDFマーカーつきリンク設定（テキスト画像回り込みで使用する） --*/
.novelty .wraparound ul{
	text-decoration: none;
	margin: 0px;
}

.novelty .wraparound ul li {
	list-style-type: none;
}

:root .novelty .wraparound ul {
	text-decoration: none;
	margin: 0px;
}

:root .novelty .wraparound ul li {
	list-style-type: none;
	margin-left: -10px;
}

.novelty .wraparound ul li .pdf{
	background: url(../img/pdf_m.gif) left no-repeat;
	padding: 3px 0px 0px 20px;
	height: 16px;
}
.novelty .wraparound ul li .icon{
	background: url(../img/arrow_red.gif) left no-repeat;
	padding: 2px 0px 0px 12px;
	height: 16px;
}
:root .novelty .wraparound ul li .icon{
	background: url(../img/arrow_red.gif) left no-repeat;
	padding: 2px 0px 0px 12px;
	height: 16px;
}

