@charset "UTF-8";
@import "standard.jquery-ui.css";

/* ############################################################################################# */
/* 標準スタイル初期化 */
/* ############################################################################################# */
html {
	color: #333333;
	background-color: #FFFFFF;
	height: 100%;
	line-height: 1;
	font-size: 10px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	font-size: 160%;
}
h1, h2, h3, h4, h5, h6, form, dl, dt, dd, p {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
p {
	margin: 0 0 0.8em;
}
img {
	border-style: none;
}
em {
	font-style: normal;
}
button, input, select, textarea {
	vertical-align: bottom;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size: 75%;
}
label {
	cursor: pointer;
}
ul, ol { /* [ifie.css] override */
	margin: 0 0 5px;
	padding: 0 0 0 1.5em;
}
hr {
	display: block;
	margin: 20px 0;
	padding: 0;
	height: 0;
	line-height: 0;
	border-top: #AAAAAA 1px solid;
	border-bottom: #E5E5E5 1px solid;
}
a:link {
	color: #113366;
	text-decoration: none;
}
a:visited {
	color: #6A3884;
	text-decoration: none;
}
a:active,
a:hover {
	color: #458CDD;
	text-decoration: underline;
}

/* ############################################################################################# */
/* 共用スタイル */
/* ############################################################################################# */

/* プレビュー用 ============================== */
.cmn-preview {
	background-image: url(/parts/ds/images/common/bg_preview.gif) !important;
	background-color: #EBFFFF !important;
}
/* 非表示 ============================== */
.cmn-hide,
.cmn-simple-hide {
	display: none;
}
/* ClearFix ============================== */
.cmn-clearfix:after { /* [ifie.css] override */
	content: "";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
/* 送信ボタン無効 ============================== */
.cmn-disabled {
	cursor: default;
}
/* IME無効 ============================== */
.cmn-ime_disabled {
	ime-mode: disabled;
}
/* 引用 ============================== */
.cmn-quote1 {
	border: #787878 1px dotted;
	margin: 0 0 10px;
	padding: 10px;
	overflow: auto;
}
.cmn-quote2 {
	background-color:#EBEBEB;
	padding:10px;
	overflow: auto;
}
/* 双柱 ============================== */
.cmn-column1 {
	border:#787878 1px dotted;
	padding:12px 15px;
	overflow: auto;
}
/* 記事編成用 ============================== */
.cmn-editable_small {
	font-size:87.5% !important;
}
.cmn-editable_large {
	font-size:125% !important;
}
.cmn-editable_bold {
	font-weight:bold !important;
}
.cmn-editable_headline {
	font-weight:bold !important;
	margin:0 0 0.0em !important;
	text-indent:0 !important;
}
.cmn-editable_center {
	text-align:center !important;
}
/* 回り込みクリア ============================== */
.cmn-new_line {
	clear:both !important;
}
/* 見本 ============================== */
input.cmn-default,
textarea.cmn-default {
	color: #8E8E8E;
}
/* 注記 ============================== */
.cmn-notes {
	font-size: 75%;
	font-weight: normal;
	line-height: 1.3;
}
/* 警告 ============================== */
.cmn-attention { /* [ifie.css] override */
	background-image: url(/parts/ds/images/common/mark_notice.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0 5px 28px;
	font-size: 75%;
	min-height:16px;
	line-height: 1.4;
}
/* テキストフォーム ============================== */
.cmn-input_text {
	border: #B5B5B5 1px solid;
	background: #FFFFFF url(/parts/ds/images/common/bg_input_text.gif) repeat-x top;
}
/* アイコン ============================== */
img.cmn-icon {
	margin: 0 0 0 3px;
	vertical-align: middle;
}
/* 続きリンク ============================== */
.cmn-continue {
	background-image: url(/parts/ds/images/common/mark_continue.png);
	background-repeat: no-repeat;
	background-position: 3px 50%;
	padding-left: 19px;
	white-space: nowrap;
	text-indent: 0;
	margin-left: 7px;
	min-height: 14px;
}
div.cmn-continue {
	margin: 10px 0;
	font-size: 87.5%;
}
/* 続きリンクリスト ============================== */
div.cmn-continue_list {
	margin: 0 0 25px;
	padding: 1px 0 0;
	border-top: 1px #9F9F9F dotted;
}
div.cmn-continue_list ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 10px 0;
	border-top: 1px #9F9F9F dotted;
}
div.cmn-continue_list ul li {
	background-image: url(/parts/ds/images/common/mark_continue.png);
	background-repeat: no-repeat;
	background-position: 3px 50%;
	padding-left: 19px;
	white-space: nowrap;
	text-indent: 0;
	margin-bottom: 0.8em;
	font-size: 87.5%;
}
div.cmn-dottedline {
	border-top: #9F9F9F 1px dotted;
	margin: 0 0 15px;
	height: 0;
}
div.cmn-dottedline hr {
	display: none;
}
div.cmn-dashedline {
	display:block;
	margin:15px 0;
	padding:0;
	height:1px;
	line-height:0;
	border-top:#aaaaaa 1px dotted;
	border-bottom:#aaaaaa 1px dotted;
	clear:both;
}
div.cmn-dashedline hr {
	display: none;
}

/* ワッペン（テキスト） ============================== */
.cmn-wappen {
	padding: 3px 0 0;
}
.cmn-wappen a:link span.cmnc-name,
.cmn-wappen a:visited span.cmnc-name {
	text-decoration: none;
	cursor: pointer;
}
.cmn-wappen span.cmnc-name {
	background-image: url(/parts/ds/images/common/bg_wappen_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	display: block;
	float: left;
	height: 18px;
	margin: -1px 4px 0px 0;
	padding: 0 20px 0 0;
	overflow: visible;
	font-size: 87.5%;
}
.cmn-wappen span.cmnc-name span {
	background-image: url(/parts/ds/images/common/bg_wappen_left.gif);
	background-repeat: no-repeat;
	display: block;
	line-height: 12px;
	min-height: 12px;
	padding: 3px 0 3px 20px;
	text-align: center;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.cmn-wappen span.cmnc-fix {
	width: 5em;
}
/* ワッペン（画像） ============================== */
img.cmn-wappen {
	padding: 0;
	margin: 0 10px 0 0;
	vertical-align: text-bottom;
}
/* ボタンスタイル1 ============================== */
.cmn-button_style1 {
	border: 1px solid #ADADAD;
	background-image: url("/parts/ds/images/common/bg_buttonstyle1.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
	display: inline-block;
	font-weight: normal;
	vertical-align: middle;
}
.cmn-button_style1 a { /* [ifie.css] override */
	display: inline-block;
	padding: 3px 5px;
}
.cmn-button_style1 .cmnc-down {
	background-image: url("/parts/ds/images/common/mark_buttonstyle1_down.gif");
	background-repeat: no-repeat;
	background-position: 3px 50%;
	padding-left: 15px;
}
.cmn-button_style1 .cmnc-up {
	background-image: url("/parts/ds/images/common/mark_buttonstyle1_up.gif");
	background-repeat: no-repeat;
	background-position: 3px 50%;
	padding-left: 15px;
}
/* セクション ============================== */
.cmn-section { /* [ifie.css] override */
	clear: both;
	margin: 0 0 20px;
	padding: 0;
}
/* インデント追加 ============================== */
.cmn-indent {
	padding-left: 10px !important;
}
/* ページ先頭へ戻る ============================== */
div.cmn-gototop {
	display: none;
}
/* 開くボタン ============================== */
.cmn-expand_open { /* [ifie.css] override */
	background-image: url(/parts/ds/images/common/mark_down.gif) !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;
	margin-left: 5px !important;
	padding-left: 17px !important;
	min-height: 14px !important;
}
/* 閉じるボタン ============================== */
.cmn-expand_close { /* [ifie.css] override */
	background-image: url(/parts/ds/images/common/mark_up.gif) !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;
	margin-left: 5px !important;
	padding-left: 17px !important;
	min-height: 14px !important;
}
/* パンくず ============================== */
div.cmn-topic_path {
	font-size: 75%;
	margin: 0 0 8px;
	line-height: 1.2;
}
div.cmn-topic_path span.cmnc-here {
	color: #1054AF;
}
/* ツリー構造 ============================== */
.cmn-tree {
	list-style-type: none;
	background-image: url(/parts/ds/images/common/bg_tree.gif);
	background-repeat: no-repeat;
	background-position: 9px 0;
	padding: 0;
	margin: 0;
}
.cmn-tree_noline {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.cmn-tree .cmnc-tree_branch {
	padding-left: 40px !important;
	background-image: url(/parts/ds/images/common/bg_tree_branch.gif);
	background-repeat: no-repeat;
	background-position: 9px 0.5em;
}
.cmn-tree .cmnc-tree_branch_noline,
.cmn-tree_noline .cmnc-tree_branch_noline {
	padding-left: 40px !important;
}
.cmn-tree .cmnc-tree_branch .cmn-tree_noline .cmnc-tree_branch_noline,
.cmn-tree .cmnc-tree_branch .cmn-tree_noline .cmnc-tree_branch_last_noline,
.cmn-tree .cmnc-tree_branch_last .cmn-tree_noline .cmnc-tree_branch_noline,
.cmn-tree .cmnc-tree_branch_last .cmn-tree_noline .cmnc-tree_branch_last_noline {
	padding-left: 20px !important;
}
.cmn-tree .cmnc-tree_branch_last {
	padding-left: 40px !important;
	padding-bottom: 1px !important;
	background-image: url(/parts/ds/images/common/bg_tree_branch_last.gif);
	background-repeat: no-repeat;
	background-position: 9px 0.5em;
}
.cmn-tree .cmnc-tree_branch_last_noline,
.cmn-tree_noline .cmnc-tree_branch_last_noline {
	padding-left: 40px !important;
	background-color: #FFFFFF;
}
.cmn-tree .cmnc-tree_branch_last_noline .cmn-article_text,
.cmn-tree_noline .cmnc-tree_branch_last_noline .cmn-article_text {
	margin: 0;
}
.cmn-tree .cmnc-tree_branch_last_noline .cmn-article_text p,
.cmn-tree_noline .cmnc-tree_branch_last_noline .cmn-article_text p {
	margin: 0;
}
.cmn-tree .cmn-tree,
.cmn-tree_noline .cmn-tree_noline {
	margin-left: -20px;
}
.cmn-tree div.cmn-tree,
.cmn-tree_noline div.cmn-tree_noline {
	padding-left: 20px;
	padding-bottom: 1px;
}

.cmn-tree .cmn-tree_branch {
	margin-left: -15px;
	padding-left: 20px !important;
	background-image: url(/parts/ds/images/common/bg_tree_branch.gif) !important;
	background-repeat: no-repeat;
	background-position: 9px 0.5em;
}
.cmn-tree .cmn-tree_last {
	margin-left: -15px !important;
	padding-left: 20px !important;
	padding-bottom: 1px !important;
	background-image: url(/parts/ds/images/common/bg_tree_branch_last.gif) !important;
	background-repeat: no-repeat;
	background-position: 9px 0.5em;
}
.cmn-tree_set .cmn-tree .cmn-indent {
	padding-left: 20px !important;
}
.cmn-tree_set .cmn-tree .cmn-section {
	margin: 0;
}
.cmn-tree_set .cmn-tree .cmn-article_text,
.cmn-tree_set .cmn-tree .cmn-article_text p {
	margin: 0;
}

/* 大見出し ============================== */
.cmn-large_headline {
	background-image: url(/parts/ds/images/common/bg_large_headline.gif);
	background-repeat: no-repeat;
	margin: 0 0 15px;
	line-height: 1.2;
	height: 30px;
}
.cmn-large_headline .cmnc-title {
	padding: 5px 0 5px 15px;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
}
.cmn-large_headline .cmnc-title a:link ,
.cmn-large_headline .cmnc-title a:visited {
	color: #ffffff;
	text-decoration: none;
}
.cmn-large_headline .cmnc-title a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.cmn-large_headline div.cmnc-index {
	float: right;
	margin: 4px 7px 4px 0;
}
.cmn-large_headline div.cmnc-index a {
	margin: 0 0 0 3px;
}
/* 中見出し ============================== */
.cmn-medium_headline {
	clear:both;
	color:#333333;
	background-image: url(/parts/ds/images/common/bg_medium_headline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0 0 10px;
	padding:5px 5px 5px 20px;
	border-bottom: #CACDD2 1px solid;
}
.cmn-medium_headline .cmnc-title {
	display: block;
	padding: 0;
	float:left;
	font-size:87.5%;
	line-height: 1.2;
}
.cmn-medium_headline .cmnc-link {
	padding:4px 0 4px 4px;
	margin:2px 0;
	float:left;
	font-size:75%;
}
.cmn-medium_headline .cmnc-link a {
	background-image:url(/parts/ds/images/common/mark_nextlink_m_ct1.gif);
	background-repeat:no-repeat;
	background-position:left center;
	margin-left:5px;
	padding-left:13px;
}
.cmn-medium_headline div.cmnc-index {
	float:right;
}
.cmn-medium_headline div.cmnc-index a {
	background-image:url(/parts/ds/images/common/mark_index_ct1.gif);
	background-repeat:no-repeat;
	background-position:left center;
	margin-left:5px;
	padding-left:10px;
}
/* 特集用オーバーライド ============================== */
.cmn-medium_headline_special {
	background-image: url(/parts/ds/images/common/bg_medium_headline_sp.gif);
}
/* 中中見出し ============================== */
.cmn-medium_subheadline {
	clear:both;
	color:#333333;
	background-image: url(/parts/ds/images/common/bg_medium_subheadline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0 0 10px;
	padding:5px 5px 5px 15px;
}
.cmn-medium_subheadline .cmnc-title {
	display: block;
	padding: 0;
	float:left;
	font-size:87.5%;
	line-height: 1.2;
}
/* 小見出し ============================== */
.cmn-small_headline {
	padding: 0 0 15px;
}
.cmn-small_headline .cmnc-title {
	clear: both;
	float: left;
	background-image: url(/parts/ds/images/common/bg_small_headline.gif);
	background-repeat: no-repeat;
	background-position: 2px 0;
	padding: 0 0 0 20px;
	font-weight: bold;
	line-height: 1.2;
}
.cmn-small_headline .cmnc-subtitle {
	font-weight: normal;
}
.cmn-small_headline .cmnc-link {
	padding: 0 0 0 4px;
	margin: 2px 0;
	float: left;
	font-size: 75%;
	line-height: 1.2;
}
.cmn-small_headline .cmnc-link a { /* [ifie.css] override */
	background-image: url(/parts/ds/images/common/mark_disc_02.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0 0 0 5px;
	padding: 0 0 0 13px;
	min-height: 9px;
	display: inline-block;
}
/* 検索結果見出し ============================== */
.cmn-result_headline {
	background-image: url(/parts/ds/images/common/bg_result_headline.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 3px 0 3px 20px;
	margin: 0 0 15px;
	font-weight: bold;
	line-height: 1.2;
}
.cmn-result_headline .cmnc-title {
	clear: both;
	float: left;
}
/* ランキング見出し ============================== */
.cmn-ranking_headline {
	border: #A3B5C8 1px solid;
}
.cmn-ranking_headline .cmnc-title {
	position: relative;
	background: #48C0F0 url(/parts/ds/images/common/bg_ranking_headline.gif) no-repeat left bottom;
	border-width: 1px;
	border-style: solid;
	color: #FFFFFF;
	border-color: #A4E0F8 #71C3EA #71C3EA #A4E0F8;
	padding: 5px;
}
.cmn-ranking_headline .cmnc-title .cmnc-time {
	position: absolute;
	right: 5px;
	top: 5px;
	font-weight: normal;
	font-size: 75%;
	line-height: 1.2;
}

/* 記事タイトル ============================== */
.cmn-article_title {
	line-height: 1.2;
	margin: 0 0 5px;
}
.cmn-article_title a { /* [ifie.css] override */
	vertical-align: middle;
}
.cmn-article_title a:hover {
	text-decoration: none;
}
.cmn-article_title span.cmnc-time {
	color: #7C7C7C;
	font-size: 75%;
	font-weight: normal;
	white-space: nowrap;
	vertical-align: middle;
}
.cmn-article_title span.cmnc-large {
	font-size:162.5%;
}
.cmn-article_title span.cmnc-middle {
	font-size:125%;
}
.cmn-article_title span.cmnc-small {
	font-size:100%;
}
.cmn-article_title span.cmnc-xsmall {
	font-size:87.5%;
}
.cmn-article_title span.cmnc-subtitle,
.cmn-article_title span.cmnc-normal {
	font-weight:normal;
}
.cmn-article_title a:hover span.cmnc-large,
.cmn-article_title a:hover span.cmnc-middle,
.cmn-article_title a:hover span.cmnc-small,
.cmn-article_title a:hover span.cmnc-xsmall {
	text-decoration: underline;
}
.cmn-article_title span.cmnc-image {
}

/* 関連記事バルーン ============================== */
div.cmn-article_balloon {
	background-image: url(/parts/ds/images/common/bg_balloon_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 4px 0 0;
	width: 660px;
}
div.cmn-article_balloon div.cmnc-article_balloon_body {
	background: #E3E5E9 url(/parts/ds/images/common/bg_balloon_02.gif) no-repeat left bottom;
	padding: 0 0 13px;
}
div.cmn-article_balloon div.cmnc-article_balloon_body p {
	font-weight: bold;
	margin-bottom: 0;
	padding: 5px 9px 5px 22px;
	background-image: url(/parts/ds/images/common/mark_disc_01.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

/* 記事本文（サマリ） ============================== */
.cmn-article_summary {
	font-size: 87.5%;
	line-height: 1.4;
	margin: 0 0 10px;
}
.cmn-article_summary span.cmnc-time {
	color: #7C7C7C;
	white-space: nowrap;
	font-size: 83%;
}
/* 記事本文 ============================== */
.cmn-article_text {
	margin: 0 0 10px;
	line-height: 1.6;
}
.cmn-article_text span.cmnc-time {
	color: #7c7c7c;
	font-size: 75%;
	font-weight: normal;
	white-space: nowrap;
}
.cmn-article_text a:link,
.cmn-article_text a:visited {
	text-decoration: underline;
}
.cmn-article_text a.cmnc-continue:link,
.cmn-article_text a.cmnc-continue:visited {
	text-decoration: none;
}
.cmn-article_text a.cmnc-continue:hover {
	text-decoration: underline;
}
/* 記事情報 ============================== */
dl.cmn-article_status {
	margin: 0 0 5px;
	color: #333333;
	line-height: 1.2;
	font-size: 75%;
	clear: both;
}
dl.cmn-article_status dt {
	float: left;
	white-space: nowrap;
}
dl.cmn-article_status dd {
	white-space: nowrap;
	float: left;
}
dl.cmn-article_status dd.cmnc-page {
	float: right;
}
dl.cmn-article_status .cmnc-publish {
	padding-right: 0.3em;
}
dl.cmn-article_status .cmnc-source,
dl.cmn-article_status .cmnc-letter {
	padding: 0 0.3em;
	border-left: #555555 1px solid;
}

/* ニュース便利道具 ============================== */
div.cmn-useful_tools {
	clear: both;
	margin: 5px 0 10px;
	position: relative;
}
div.cmn-useful_tools .cmnc-comment {
	float: left;
	font-size: 75%;
	line-height: 1.2;
	margin: 3px 0;
}
div.cmn-useful_tools .cmnc-comment a {
	background-image: url(/parts/ds/images/common/mark_shortcut_down.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 15px;
	
}
div.cmn-useful_tools dl {
	float: right;
	margin: 0;
	padding: 0;
}
div.cmn-useful_tools dl dd {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 75%;
}
div.cmn-useful_tools dl dd img {
	vertical-align: text-bottom;
}
div.cmn-useful_tools dl dd.cmnc-save {
	margin-left: 13px;
}
div.cmn-useful_tools dl dd.cmnc-print {
	margin-left: 10px;
}
div.cmn-useful_tools dl dd.cmnc-save a ,
div.cmn-useful_tools dl dd.cmnc-print a {
	display: block;
	height: 20px;
	line-height: 20px;
	float: left;
}
div.cmn-useful_tools dl dd.cmnc-save a img ,
div.cmn-useful_tools dl dd.cmnc-print a img {
	margin-right: 2px;
}
/* 記事訂正文 ============================== */
div.cmn-article_correct {
	padding: 0;
	margin: 0 0 0.8em
}
div.cmn-article_correct p {
	margin: 0;
	font-size: 75%;
	line-height: 1.5;
}
div.cmn-article_correct p img.cmn-wappen {
	vertical-align: middle;
	margin: 0 2px 1px 0;
}

/* 関連キーワード一覧 ============================== */
div.cmn-article_keyword {
	margin: 20px 0;
	font-size: 75%;
}
div.cmn-article_keyword .cmnc-headline {
	float: left;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(/parts/ds/images/common/bg_article_keyword_headline.gif);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #1C57A7;
	padding: 2px 0.8em 2px 4px;
	line-height: 1.1;
}
div.cmn-article_keyword .cmnc-words {
	margin-left: 8.5em;
	line-height: 1.6;
}
/* 記事内遷移 ============================== */
div.cmn-article_nation {
	clear: both;
}
div.cmn-article_nation ul {
	list-style-type: none;
	margin: 20px 10px;
	padding: 0;
	text-align: center;
}
div.cmn-article_nation li {
	display: inline;
}
/* 記事遷移 ============================== */
div.cmn-article_move ul {
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
	text-align: center;
}
div.cmn-article_move ul li {
	display: inline;
	margin-right: 2px;
}
/* 関連記事一覧 ============================== */
div.cmn-related_article {
	margin: 0 0 10px;
}
div.cmn-related_article ul.cmnc-link_list {
	font-size: 87.5%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}
div.cmn-related_article ul.cmnc-link_list li {
	line-height: 1.3;
	margin: 0 0 4px;
	padding: 0 0 0 25px;
	background-image: url(/parts/ds/images/common/mark_related_article.gif);
	background-repeat: no-repeat;
	background-position: 8px 0.2em;
}
div.cmn-related_article ul.cmnc-half li {
	width: 305px;
	float: left;
}
/* アンケート ============================== */
div.cmn-article_enquete {
	border:  #DDDDDD 1px solid;
	background-color: #F7F7F7;
	padding: 10px 15px 5px;
	margin: 0 0 15px;
	clear: both;
}
div.cmn-article_enquete .cmnc-heading {
	margin: 0 0 5px;
	font-size: 87.5%;
	font-weight: bold;
	line-height: 1.3;
}
div.cmn-article_enquete ul.cmnc-item_list {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px;
	font-size: 87.5%;
}
div.cmn-article_enquete ul.cmnc-item_list li { /* [ifie.css] override */
	display: inline-block;
	margin: 0 0 5px;
	padding: 0 0 0 15px;
	vertical-align: top;
	width: 175px;
}
div.cmn-article_enquete ul.cmnc-item_list li input {
	margin: 0 3px 0 -15px;
}
div.cmn-article_enquete div.cmnc-comment {
	margin: 0 0 10px;
}
div.cmn-article_enquete div.cmnc-comment textarea {
	width: 100%;
}
div.cmn-article_enquete p {
	margin: 0 0 5px;
	font-size: 87.5%;
	line-height: 1.3;
}
div.cmn-article_enquete p.cmnc-complete {
	text-align: center;
	font-weight: bold;
	color: #D83300;
}
div.cmn-article_enquete_vote {
	clear:both;
	margin: 0 0 15px;
	padding: 10px 15px 5px;
} 
div.cmn-article_enquete_vote p {
	font-size: 87.5%;
	line-height: 1.3;
	margin: 0 0 5px;
}

/* 記事リスト ============================== */
ul.cmn-article_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.cmn-article_list li.cmnc-article { /* [ifie.css] override */
	padding-left: 20px;
}
ul.cmn-article_list li.cmnc-horizon {
	border-bottom: #9F9F9F 1px dotted;
	margin-bottom: 15px;
}
ul.cmn-article_list li.cmnc-article .cmn-article_title {
/*	background-image: url(/parts/ds/images/common/mark_disc_01.png);*/
	background-repeat: no-repeat;
	background-position: 3px 0.2em;
	margin-left: -20px;
	margin-bottom: 8px;
	padding-left: 20px;
	padding-bottom: 0;
}
ul.cmn-article_list li.cmnc-article .cmn-small_headline {
	margin-left: -20px;
}



ul.cmn-article_list li.cmnc-article div.cmn-tree { /* ツリー表示 override */
	padding: 0 0 1px 20px !important;
	margin-left: -20px !important;
}
ul.cmn-article_list li.cmnc-article ul.cmn-tree { /* ツリー表示 override */
	margin-left: -20px !important;
}
/* コメントリスト ============================== */
ul.cmn-comment_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.cmn-comment_list li {
	border-bottom: 1px dotted #9F9F9F;
	margin: 0 0 15px;
	padding: 0 0 19px;
}
ul.cmn-comment_list li .cmn-article_title {
	line-height: 1.7;
}
ul.cmn-comment_list li div.cmnc-comment_vote {
	margin: 10px 0 0;
}
ul.cmn-comment_list li div.cmnc-comment_vote img {
	vertical-align: middle;
}
ul.cmn-comment_list li div.cmnc-comment_vote span.cmnc-number { /* [ifie.css] orverride */
	color: #D93301;
	border: #D93301 1px solid;
	vertical-align: middle;
	margin-left: 15px;
	padding: 3px 5px;
	font-size: 87.5%;
	font-weight: bold;
	white-space: nowrap;
}
ul.cmn-comment_list li .cmn-article_text {
	margin: 0;
}
ul.cmn-comment_list li .cmn-article_text p {
	margin: 0;
}

/* その他一覧 ============================== */
ul.cmn-other_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.cmn-other_list li { /* [ifie.css] override */
	display: inline-block;
	font-size: 87.5%;
	background-image: url(/parts/ds/images/common/mark_continue.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	padding: 0 0 0 30px;
	margin: 0 0 8px 0;
	width: 285px;
	line-height: 1.2;
	vertical-align: top;
}
ul.cmn-other_list li.cmnc-wide {
	padding: 0 0 0 30px;
	margin: 0 0 8px 0;
	width: 600px;
}
/* 外部リンク一覧 ============================== */
ul.cmn-outerlink_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.cmn-outerlink_list li { /* [ifie.css] override */
	display: inline-block;
	font-size: 87.5%;
	background-image: url(/parts/ds/images/common/mark_blank.gif);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	padding: 0 0 0 30px;
	margin: 0 0 8px 0;
	width: 285px;
	line-height: 1.2;
	vertical-align: top;
}
/* カレンダーリスト ============================== */
dl.cmn-calendar_list dt {
	position: absolute;
	padding: 8px 7px;
	line-height: 1.2;
}
dl.cmn-calendar_list dd {
	padding: 8px 0 0;
	border-bottom: #9F9F9F 1px dotted;
	line-height: 1.2;
}
dl.cmn-calendar_list dd ul.cmn-article_list li {
	padding-left: 170px;
	margin-bottom: 8px;
	
}

/* ポジション ============================== */
.cmn-position_left {
	float:left;
	margin: 0 15px 10px 0;
}
.cmn-position_right {
	float:right;
	margin: 0 0 10px 15px;
}
.cmn-position_center {
	margin:0 auto 10px;
	padding:0;
	width:auto;
	text-align:center;
	clear:both;
}
/*
.cmn-position_left .cmn-position_left,
.cmn-position_right .cmn-position_left,
.cmn-position_center .cmn-position_left {
	margin-bottom: 0;
}
*/
/* 読者アンケート ============================== */
div.cmn-user_enquete {
	border: 1px solid #3c3c3c;
	padding: 1px;
	width: 187px;
	clear: right !important;
}
div.cmn-user_enquete dt {
	margin: 0 0 -8px;
}
div.cmn-user_enquete p.cmnc-questionnaire {
	margin: 0 5px 5px;
	padding: 10px 0 0;
	font-weight: bold;
	font-size: 75%;
	line-height: 1.3;
	border-top: #CCCCCC 1px solid;;
}
div.cmn-user_enquete ul.cmnc-item_list {
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0 5px;
}
div.cmn-user_enquete ul.cmnc-item_list {
	font-size: 75%;
	line-height: 1.5;
}
div.cmn-user_enquete div.cmnc-questionnaire_vote {
	text-align: center;
}
div.cmn-user_enquete div.cmnc-result {
	padding: 10px 0;
}
div.cmn-user_enquete div.cmnc-result a {
	background-image: url(/parts/ds/images/common/mark_continue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-size: 75%;
}
div.cmn-user_enquete p.cmnc-notice {
	color: #D83300;
	font-size: 75%;
	line-height: 1.3;
}
div.cmn-user_enquete dl.cmnc-voted {
	color: #87939B;
}
div.cmn-user_enquete dl.cmnc-voted {
	color: #87939B;
}
div.cmn-user_enquete dl.cmnc-voted label {
	cursor: default;
}

/* 写真（スタイル1） ============================== */
div.cmn-photo_style1 {
	margin-bottom: 10px;
}
div.cmn-photo_style1 img {
	border: #143A65 1px solid;
	margin: 0 0 3px;
	display: block;
}
div.cmn-photo_style1 p.cmnc-caption {
	font-size: 75%;
	margin: 3px 0;
	line-height: 1.2;
	text-align: left;
}
div.cmn-photo_style1 div.cmnc-property { /* [ifie.css] override */
	border-top: #CCCCCC 1px solid;
	position: relative;
	text-align: left;
	font-size: 63%;
	line-height: 1.2;
	min-height: 1.2em;
}
div.cmn-photo_style1 div.cmnc-property div.cmnc-credit {
	color: #999999;
	margin: 0 6.5em 0 0;
	text-align: left;
}
div.cmn-photo_style1 div.cmnc-property div.cmnc-index {
	position: absolute;
	top: -1px;
	right: 0;
	background-image: url(/parts/ds/images/common/bg_photostyle1_index.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0;
	padding: 2px 0 2px 33px;
}
div.cmn-photo_style1 div.cmnc-property div.cmnc-index a { /* [ifie.css] override */
	display: block;
	background-image: url(/parts/ds/images/common/mark_link_list_02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 13px;
	min-height: 11px;
}
/* 写真（スタイル2） ============================== */
div.cmn-photo_style2 {
	position: relative;
	margin-bottom: 10px;
/*
	background-color: #FFFFFF;
	padding: 1px;
	border: #3C3C3C 1px solid;
*/
}
div.cmn-photo_style2 div.cmnc-title {
	font-weight: bold;
	font-size: 75%;
	line-height: 1.2;
	margin: 1px 1px 2px;
}
div.cmn-photo_style2 p {
	color: #3C3C3C;
	margin: 4px 0 0;
	font-size: 75%;
	line-height: 1.2;
	text-align: left;
}
div.cmn-photo_style2 div.cmnc-zoom {
	text-align: right;
	margin: 1px 0 0 0;
}
/* 連動企画 ============================== */
div.cmn-synchronous_plan {
	clear: right;
	width: 187px;
	border: 1px solid #3C3C3C;
	padding: 1px;
	margin-bottom: 20px;
}
div.cmn-synchronous_plan dl {
	padding: 0 0 8px 0;
}
div.cmn-synchronous_plan dl dt {
	margin: 0 0 8px 0;
}
div.cmn-synchronous_plan dl dt img {
	display: block;
	margin: 0 0 8px 0;
}
div.cmn-synchronous_plan dl dd {
	background-image: url(/parts/ds/images/common/mark_continue.gif);
	background-position: 0 0.4em;
	background-repeat: no-repeat;
	font-size: 75%;
	line-height: 1.2;
	padding: 2px 0 2px 15px;
	margin: 0 0 0 8px;
}

/* グラフ表示 ============================== */
div.cmn-graph_area {
	border: #DDDDDD 1px solid;
	background-color: #F2F2F2;
	text-align: left;
	margin: auto;
	position: relative;
}
div.cmn-graph_area .cmnc-continue {
	font-size: 75%;
	line-height: 1.2;
	position: absolute;
	left: 10px;
	bottom: 10px;
	padding: 0 0 0 8px;
	background-image: url(/parts/ds/images/common/mark_continue.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* テキスト一列リスト ============================== */
ul.cmn-flat_list {
	list-style-type: none !important;
	margin: 0 0 0.8em !important;
	padding: 0 !important;
}
ul.cmn-flat_list li { /* [ifie.css] orverride */
	display: inline-block !important;
	border-right: solid 1px #3C3C3C !important;
	padding-right: 0.5em !important;
	margin-right: 0.5em !important;
	line-height: 1.2 !important;
	width: auto !important;
	float: none !important;
	vertical-align: middle !important;
	position: relative !important;
}
ul.cmn-flat_list li * {
	white-space:nowrap !important;
}
ul.cmn-flat_list li.cmnc-headline,
ul.cmn-flat_list li.cmnc-last {
	border-right: none !important;
	padding-right: 0 !important;
}
ul.cmn-flat_list li span.cmnc-here {
	font-weight: bold;
	color: #454C55;
}
/* 企業情報 ============================== */
.cmn-company {
	margin: 20px 0;
}
.cmn-company table {
	border: #BDBFC1 1px solid;
	border-spacing: 0;
	border-collapse: collapse;
}
.cmn-company table tbody th {
	background-color: #DEDEDE;
	padding: 3px 10px;
	border-right: #BDBFC1 1px solid;
	border-bottom: #BDBFC1 1px solid;
	font-weight: normal;
	line-height: 1.2;
	font-size: 87.5%;
	text-align: left;
}
.cmn-company table tbody td {
	background-color: #FAFAFA;
	padding:3px 5px;
	border-bottom:#AAAAAA 1px solid;
	line-height:1.2;
	font-size:87.5%;
}
.cmn-company ul.cmn-flat_list {
	margin-bottom: 0 !important;
}
/* トップ記事 ============================== */
div.cmn-top_news {
	border-bottom: #9F9F9F 1px dotted;
	margin: 0 0 15px;
	padding: 0 0 0 20px;
}
div.cmn-top_news div.cmnc-wrapper {
	padding-bottom: 1px;
}
div.cmn-top_news div.cmn-tree {
	padding-top: 1px !important;
	padding-bottom: 1px !important;
}
div.cmn-top_news .cmn-tree { /* [ifie.css] orverride */
	padding-left: 20px !important;
	margin-left: -20px !important;
}
div.cmn-top_news .cmn-tree .cmnc-tree_branch,
div.cmn-top_news .cmn-tree .cmnc-tree_branch_noline,
div.cmn-top_news .cmn-tree_noline .cmnc-tree_branch_noline,
div.cmn-top_news .cmn-tree .cmnc-tree_branch_last,
div.cmn-top_news .cmn-tree .cmnc-tree_branch_last_noline,
div.cmn-top_news .cmn-tree_noline .cmnc-tree_branch_last_noline {
	margin-left: -20px !important;
}
div.cmn-top_news .cmn-article_title { /* [ifie.css] orverride */
	background-repeat: no-repeat;
	background-position: 3px 0.2em;
	margin-left: -20px;
	margin-bottom: 0;
	padding-left: 20px;
	padding-bottom: 8px;
}
div.cmn-top_news .cmn-article_list {
	margin-left: -20px !important;
}
div.cmn-top_news .cmn-indent .cmn-article_list {
	margin-left: 0 !important;
}
div.cmn-top_news .cmn-emphasis_area {
	margin-left: 0;
}
div.cmn-top_news_no_border {
	border-bottom-style: none;
	margin: 0;
}

/* 記事マーク位置調整 ============================== */
.cmn-large_mark {
	background-position: 9px 0.8em !important;
}
.cmn-large_mark .cmn-article_title {
	background-image: url(/parts/ds/images/common/mark_disc_01.png);
	background-position: 3px 0.5em !important;
}
.cmn-middle_mark {
	background-position: 9px 0.6em !important;
}
.cmn-middle_mark .cmn-article_title {
	background-image: url(/parts/ds/images/common/mark_disc_01.png);
	background-position: 3px 0.3em !important;
}
.cmn-small_mark {
	background-position: 9px 0.5em !important;
}
.cmn-small_mark .cmn-article_title {
	background-image: url(/parts/ds/images/common/mark_disc_01.png);
	background-position: 3px 0.2em !important;
}
.cmn-no_mark {
	background-image: none !important;
}

/* ランキングリスト ============================== */
div.cmn-ranking_list .cmn-page_nation {
	margin: 0;
}
div.cmn-ranking_list table.cmn-article_pickup th.cmnc-article .cmn-article_title a { /* [ifie.css] override */
	display: block;
	margin: 0;
	padding-left: 50px !important;
}

/* ランキングカテゴリリスト ============================== */
div.cmn-ranking_category_list {
	border-bottom: 1px dotted #9F9F9F;
	margin: 15px 0;
	padding: 0 0 10px;
}
div.cmn-ranking_category_list ul {
	list-style-type: none;
	margin: 0 -5px;
	padding: 0;
}
div.cmn-ranking_category_list ul li {
	float: left;
	padding: 0 5px 5px;
}
div.cmn-ranking_category_list ul li.cmnc-last {
}
div.cmn-ranking_category_list ul li img {
	display: block;
	float: left;
}
/* 調査・統計テーブル ============================== */
table.cmn-statistics {
	border-color: #9F9F9F;
	border-style: solid;
	border-width: 1px 0 0 1px;
	border-spacing: 0;
	width: 100%;
	text-align: left;
	margin: 0 0 20px;
	font-size: 87.5%;
}
table.cmn-statistics th {
	border-color: #9F9F9F;
	border-style: solid;
	border-width: 0 1px 1px 0;
	vertical-align: top;
	padding:6px 3px;
	background:  #485C7E url(/parts/ds/images/common/bg_statistics_heading.gif) repeat-x left top;
}
table.cmn-statistics th .cmnc-title {
	background-image:  url(/parts/ds/images/common/mark_continue_02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 18px;
}
table.cmn-statistics th a:link,
table.cmn-statistics th a:visited {
	color: #FFFFFF;
}
table.cmn-statistics .cmnc-null {
	border-width: 0;
	background-color: transparent;
	background-image: none;
}

table.cmn-statistics td {
	vertical-align: top;
	border-color: #9F9F9F;
	border-style: solid;
	border-width: 0 1px 1px 0;
	width: 33.3%;
}
table.cmn-statistics th.cmnc-selection a:link,
table.cmn-statistics th.cmnc-selection a:visited {
	color: #3399CC;
}
table.cmn-statistics td.cmnc-selection {
	background-color: #EDF8FD;
}
table.cmn-statistics  ul {
	list-style-type: none;
	padding: 0 0 0 10px;
	margin: 7px 0;
}
table.cmn-statistics  ul li {
	line-height: 1.3;
	clear: both;
}
table.cmn-statistics .cmnc-hidden {
	visibility: hidden;
}
/* 記事抽出リスト ============================== */
table.cmn-article_pickup {
	width: 100%;
	border-color: #A3B5C8;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-spacing: 0;
}
table.cmn-article_pickup p.cmnc-loading {
	background-image: url(/parts/ds/images/common/mark_loading_ani.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 23px;
	margin: 0.5em 0; 
}
table.cmn-article_pickup th,
table.cmn-article_pickup td {
	border-color: #A3B5C8;
	border-style: dotted solid;
	border-width: 1px 0 0 1px;
	padding: 5px;
}
table.cmn-article_pickup tr.cmnc-first th,
table.cmn-article_pickup tr.cmnc-first td {
	border-top-style: solid;
}
table.cmn-article_pickup tr.cmnc-all_select_top th {
	border-top-style: none;
	border-bottom: #A3B5C8 1px solid;
	font-size: 87.5%;
	font-weight: normal;
	text-align: right;
}
table.cmn-article_pickup tr.cmnc-all_select_top td {
	border-top-style: none;
	border-bottom: #A3B5C8 1px solid;
}
table.cmn-article_pickup tr.cmnc-all_select_bottom th {
	border-top: #A3B5C8 2px solid;
	font-size: 87.5%;
	font-weight: normal;
	text-align: right;
}
table.cmn-article_pickup tr.cmnc-all_select_bottom td {
	border-top: #A3B5C8 2px solid;
}
table.cmn-article_pickup tr.cmnc-partition td {
	border-top: #929292 2px solid;
	border-left: #929292 1px solid;
	width: 100%;
}
table.cmn-article_pickup tr.cmnc-partition td.cmnc-select {
	border-left: none;
	width: auto;
}
table.cmn-article_pickup tr.cmnc-partition td p.cmnc-status {
	margin: 0;
	padding: 3px;
	font-size: 75%;
}
table.cmn-article_pickup tr.cmnc-partition td p.cmnc-loading {
	padding-left: 23px;
}
table.cmn-article_pickup th a.cmnc-sort_desc:link,
table.cmn-article_pickup th a.cmnc-sort_desc:visited {
	color:#333333;
	white-space: nowrap;
	background-image: url(/parts/ds/images/common/mark_tablesort_desc_off.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 12px;
	min-height: 6px;
	white-space: nowrap;
}
table.cmn-article_pickup th a.cmnc-sort_desc:hover {
	color: #FFFF33;
	text-decoration: none;
	background-image: url(/parts/ds/images/common/mark_tablesort_desc_on.gif);
	white-space: nowrap;
}
table.cmn-article_pickup th a.cmnc-sort_asc:link,
table.cmn-article_pickup th a.cmnc-sort_asc:visited {
	color:#333333;
	white-space: nowrap;
	background-image: url(/parts/ds/images/common/mark_tablesort_asc_off.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 12px;
	min-height: 6px;
	white-space: nowrap;
}
table.cmn-article_pickup th a.cmnc-sort_asc:hover {
	color: #FFFF33;
	text-decoration: none;
	background-image: url(/parts/ds/images/common/mark_tablesort_asc_on.gif);
	white-space: nowrap;
}

table.cmn-article_pickup tbody th.cmnc-article,
table.cmn-article_pickup tbody td.cmnc-article {
	width: 100%;
	font-weight: normal;
	text-align: left;
	padding: 0;
}
table.cmn-article_pickup thead th.cmnc-article,
table.cmn-article_pickup thead td.cmnc-article {
	width: 100%;
	text-align: left;
}
table.cmn-article_pickup tbody.cmnc-profile tr.cmnc-category th {
	background: #E7E8E8 url(/parts/ds/images/common/bg_command_area.gif) repeat-x left bottom;
	font-size: 75%;
	font-weight: normal;
	line-height: 1.2;
	text-align: right;
	width: 50%;
	border-top-style: none;
}
table.cmn-article_pickup tbody.cmnc-profile tr.cmnc-category th .cmn-pulldown,
table.cmn-article_pickup tbody.cmnc-profile tr.cmnc-category th .cmn-select_style {
	float:left;
}
table.cmn-article_pickup tbody.cmnc-profile tr.cmnc-category th .cmn-pulldown button,
table.cmn-article_pickup tbody.cmnc-profile tr.cmnc-category th .cmn-pulldown input,
table.cmn-article_pickup tbody.cmnc-profile tr.cmnc-category th .cmn-pulldown select,
table.cmn-article_pickup tbody.cmnc-profile tr.cmnc-category th .cmn-pulldown textarea,
table.cmn-article_pickup tbody.cmnc-profile tr.cmnc-category th .cmn-select_style button,
table.cmn-article_pickup tbody.cmnc-profile tr.cmnc-category th .cmn-select_style input,
table.cmn-article_pickup tbody.cmnc-profile tr.cmnc-category th .cmn-select_style select,
table.cmn-article_pickup tbody.cmnc-profile tr.cmnc-category th .cmn-select_style textarea {
	font-size: 100%;
}

table.cmn-article_pickup tbody.cmnc-profile tr.cmnc-category th span.cmnc-time {
	display: block;
	margin: 3px 0 0;
}
table.cmn-article_pickup tbody.cmnc-profile th.cmnc-article {
	width: 50%;
}
table.cmn-article_pickup th.cmnc-article .cmn-article_title {
	position: relative;
	margin: 0;
	padding: 0;
}
table.cmn-article_pickup th.cmnc-article .cmn-article_title a { /* [ifie.css] override */
	display: block;
	margin: 0;
	padding: 5px 10px;
}
table.cmn-article_pickup th.cmnc-article .cmn-article_title a:active,
table.cmn-article_pickup th.cmnc-article .cmn-article_title a:hover {
	color: #033FA8;
	text-decoration: underline !important;
	background: #EDF2FC url(/parts/ds/images/common/bg_article_pickup_ranking_on.gif) repeat-x left top;
}
table.cmn-article_pickup .cmnc-article .cmnc-notfound {
	padding: 5px 10px;
	font-size: 87.5%;
}
table.cmn-article_pickup th.cmnc-article img.cmnc-rank {
	position: absolute;
	left: 5px;
	top: 50%;
	margin: -8px 0 0;
}
/*
table.cmn-article_pickup th.cmnc-article img.cmnc-saved {
	position: absolute;
	right: 5px;
	top: 50%;
	margin: -9px 0 0;
}
*/
table.cmn-article_pickup td.cmnc-time {
	color: #7C7C7C;
	font-size: 75%;
	white-space: nowrap;
	vertical-align: middle;
}
table.cmn-article_pickup td.cmnc-point {
	white-space: nowrap;
}
table.cmn-article_pickup td.cmnc-select {
	text-align: center;
	padding: 3px 10px;
}
table.cmn-article_pickup .cmnc-pr {
	border-left: none;
	padding: 0;
}
table.cmn-article_pickup .cmnc-pr div.cmnc-pr_area {
	position: relative;
	left: 1px;
	padding: 1px 0;
	border-right: #FFFFFF 1px solid;
}
table.cmn-article_pickup .cmnc-pr div.cmnc-pr_area div.cmn-pr_list {
	margin-top: 15px;
}
table.cmn-article_pickup tr.cmnc-no_result td {
	border-color: #A3B5C8;
	border-style: solid;
	border-width: 1px;
	color: #666666;
	font-weight: bold;
	padding: 25px 15px;
	font-size: 87.5%;
}
table.cmn-article_pickup tr.cmnc-delete *,
table.cmn-article_pickup tr.cmnc-delete a:link,
table.cmn-article_pickup tr.cmnc-delete a:visited,
table.cmn-article_pickup tr.cmnc-delete a:hover {
	color: #CCCCCC;
}

/* 強調領域 ============================== */
.cmn-emphasis_area {
	background-color: #FFFFFF;
	border: #AAAAAA 1px solid;
	margin: 0 10px 0.8em;
	padding: 2px;
}
.cmn-emphasis_area .cmnc-emphasis_wrapper {
	background-color: #E8F0F6;
	padding: 5px 10px;
	margin: 0;
	font-size: 87.5%;
	line-height: 1.6;
}
.cmn-emphasis_area .cmn-flat_list {
	margin-bottom: 0 !important;
}
/* タブメニュー ============================== */
ul.cmn-tab_menu {
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0;
	background: #E1E2E2 url(/parts/ds/images/common/bg_tab_menu.gif) repeat-x top;
	border-top: #B7B7B7 1px solid;
	border-left: #B7B7B7 1px solid;
	font-size: 87.5%;
	width: 659px;
}
ul.cmn-tab_menu li {
	float: left;
	margin: 0;
	padding: 0;
	background-image: url(/parts/ds/images/common/bg_tab_menu.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-weight: bold;
}
ul.cmn-tab_menu li a,
ul.cmn-tab_menu li span { /* [ifie.css] override */
	display: block;
	border-right: #B7B7B7 1px solid;
	border-left: #FAFAFA 1px solid;
	border-bottom: #929292 1px solid;
	margin: 0;
	padding: 5px 10px;
	text-align: center;
	white-space: nowrap;
	outline-style: none;
	color: #333333;
}
ul.cmn-tab_menu li a:link {
	color: #5A5A5A;
}
ul.cmn-tab_menu li a:hover {
	color: #D83300;
}
ul.cmn-tab_menu li span.cmnc-disabled {
	color: #999999;
}
ul.cmn-tab_menu li.cmnc-here {
	background-image: url(/parts/ds/images/common/bg_tab_menu_here.gif);
	background-color: #FFFFFF;
}
ul.cmn-tab_menu li.cmnc-here a,
ul.cmn-tab_menu li.cmnc-here span.cmnc-active {
	display: block;
	color: #D83300;
	border-bottom-style: none;
	padding-bottom: 6px;
}

/* タブエリア ============================== */
div.cmn-tab_area {
	border-color: #B7B7B7;
	border-width: 0 1px 1px;
	border-style: solid;
	margin: 0 0 20px;
	padding: 0;
	background-color: #FFFFFF;
}
div.cmn-tab_area ul.cmn-tab_menu {
	margin: 0 -1px;
}
div.cmn-tab_area div.cmnc-panel {
	margin: 20px 20px 10px;
	padding: 0;
}
div.cmn-tab_area div.cmnc-panel div.cmnc-command_area ul.cmnc-help {
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
	text-align:left;
	font-size:75%;
}
div.cmn-tab_area div.cmnc-panel div.cmnc-command_area ul.cmnc-help li {
	background-image:url(/parts/ds/images/common/icon_help.png);
	background-repeat:no-repeat;
	height:10px;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:30px;
	margin-right:15px;
	float:left;
}
/* 入力フォーム ============================== */
.cmn-form_area table.cmnc-form_list {
	background-color: #EDEDED;
	border-style: none;
	width: 100%;
}
.cmn-form_area table.cmnc-form_list th ,
.cmn-form_area table.cmnc-form_list td {
	border: #FFFFFF 2px solid;
	border-width: 0 2px 2px 0;
	padding: 5px 7px;
	line-height: 1.2;
	font-size: 75%;
	line-height: 1.3;
}
.cmn-form_area table.cmnc-form_list button,
.cmn-form_area table.cmnc-form_list input,
.cmn-form_area table.cmnc-form_list select,
.cmn-form_area table.cmnc-form_list textarea {
	font-size: 100%;
}

.cmn-form_area table.cmnc-form_list th {
	color: #FFFFFF;
	background-color: #929AA3;
	white-space: nowrap;
	text-align: left;
}
.cmn-form_area table.cmnc-form_list td {
	border-right: none;
}
.cmn-form_area table.cmnc-form_list td ul.cmn-pulldown,
.cmn-form_area table.cmnc-form_list td ul.cmn-select_style{
	font-size: inherit !important;
}
.cmn-form_area table.cmnc-form_list td pre {
	overflow: auto;
	width: 560px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: sans-serif;
	white-space: pre-wrap;
	word-wrap: break-word;
}
.cmn-form_area .cmnc-button_area {
	margin: 10px 0;
	padding: 0 0 1px;
	text-align: right;
}
.cmn-form_area .cmnc-button_area label {
	font-size: 75%;
}
.cmn-form_area .cmnc-button_area div.cmnc-help {
	font-size: 75%;
	float: left;
}
.cmn-form_area .cmnc-button_area div.cmnc-help a { /* [ifie.css] orverride */
	display: block;
	float: left;
	background-image: url(/parts/ds/images/common/mark_help.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 6px 0 2px 20px;
	min-height: 14px;
}
.cmn-form_area .cmnc-button_area div.cmnc-link {
	font-size: 75%;
	float: left;
}
.cmn-form_area .cmnc-button_area div.cmnc-link a { /* [ifie.css] orverride */
	display: block;
	float: left;
	background-image: url(/parts/ds/images/common/mark_continue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 5px 0 0;
	padding: 2px 0 2px 10px;
	min-height: 14px;
}
.cmn-form_area .cmnc-button_area img,
.cmn-form_area .cmnc-button_area input {
	margin: 0 0 0 5px;
	vertical-align: middle;
}

/* ソートリンク ============================== */
div.cmn-sort_link,
div.cmn-sort_link_disabled { /* ifIE overridden */
	margin:0 0 5px;
	position: relative;
}
div.cmn-sort_link ul.cmn-flat_list,
div.cmn-sort_link_disabled ul.cmn-flat_list {
	font-size:75%;
	float:right;
	margin-bottom: 0 !important;
}
div.cmn-sort_link ul.cmn-flat_list button,
div.cmn-sort_link ul.cmn-flat_list input,
div.cmn-sort_link ul.cmn-flat_list select,
div.cmn-sort_link ul.cmn-flat_list textarea,
div.cmn-sort_link_disabled ul.cmn-flat_list button,
div.cmn-sort_link_disabled ul.cmn-flat_list input,
div.cmn-sort_link_disabled ul.cmn-flat_list select,
div.cmn-sort_link_disabled ul.cmn-flat_list textarea {
	font-size: 100%;
}


div.cmn-sort_link ul.cmn-flat_list li.cmnc-select {
	display: block !important;
	padding: 0 !important;
	margin: 0 !important;
	position: absolute !important;
	width: 100% !important;
	left: 0;
	bottom: 0;
	border-right: none !important;

}
div.cmn-sort_link ul.cmn-flat_list li.cmnc-select * {
	white-space: normal !important;
}


div.cmn-sort_link_disabled ul.cmn-flat_list li {
	color:#999999 !important;
	border-color:#999999 !important;
}
div.cmn-sort_link span.cmn-pulldown input,
div.cmn-sort_link_disabled span.cmn-pulldown input,
div.cmn-sort_link span.cmn-select_style input,
div.cmn-sort_link_disabled span.cmn-select_style input {
	position:relative;
	z-index:1;
}
div.cmn-sort_link ul.cmn-pulldown,
div.cmn-sort_link_disabled ul.cmn-pulldown,
div.cmn-sort_link ul.cmn-select_style,
div.cmn-sort_link_disabled ul.cmn-select_style {
	font-size: inherit !important;
}

/* ページネーション ============================== */
div.cmn-page_nation {
	border: #DADADA 1px solid;
	margin: 0 0 20px;
}
div.cmn-page_nation div.cmnc-page_nation_body {
	border: #FFFFFF 1px solid;
	background: #F4F4F4 url(/parts/ds/images/common/bg_pagenation.gif) repeat-x bottom;
	padding: 5px;
}
div.cmn-page_nation .cmnc-title {
	float: left;
	font-size: 75%;
	line-height: 1.2;
}
div.cmn-page_nation ul.cmn-flat_list {
	float: right;
	font-size: 75%;
	margin-bottom:0 !important;
}
div.cmn-page_nation ul.cmn-flat_list li.cmnc-prev {
	border-right-style: none !important;
	padding-right: 0 !important;
}
div.cmn-page_nation ul.cmn-flat_list li.cmnc-next {
	border-right-style: none !important;
	margin-right: 0 !important;
	padding-right: 0 !important;
}
div.cmn-page_nation ul.cmn-flat_list li.cmnc-prev img,
div.cmn-page_nation ul.cmn-flat_list li.cmnc-next img {
	vertical-align: middle;
}

/* 記事移動リンク ============================== */
div.cmn-page_link_top {
	border-bottom: #143A65 2px solid;
	margin: 0 0 10px;
	padding: 0 10px 5px;
}
div.cmn-page_link_bottom {
	margin: 10px 0 20px;
	padding: 5px 10px 0;
	clear: both;
}
div.cmn-page_link_top ul,
div.cmn-page_link_bottom ul { /* [ifie.css] orverride */
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	min-height: 1em;
}
div.cmn-page_link_top ul li,
div.cmn-page_link_bottom ul li {
	float: right;
	margin: 0 0 0 -1px;
	font-size: 75%;
}
div.cmn-page_link_top ul li.cmnc-back,
div.cmn-page_link_bottom ul li.cmnc-back {
	position: absolute;
	background-image: url(/parts/ds/images/common/mark_prevlink.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 10px;
	line-height: 1.2;
}
div.cmn-page_link_top ul li.cmnc-back {
	bottom: 0;
}
div.cmn-page_link_bottom ul li.cmnc-back {
	top: 0;
}
/* 機能送信領域 ============================== */
div.cmn-command_area {
	margin: -1px 0 0;
	padding: 5px;
	border: #A3B5C8 1px solid;
	background: #E7E8E8 url(/parts/ds/images/common/bg_command_area.gif) repeat-x left bottom;
	font-size: 75%;
	line-height: 1.2;
	text-align: right;
}
div.cmn-command_area input {
	margin: 0 0 0 5px;
	vertical-align: middle;
	font-size: 100%;
}
div.cmn-command_area ul.cmn-pulldown,
div.cmn-command_area ul.cmn-select_style {
	font-size: inherit !important;
}
/* 産業天気図 ============================== */
div.cmn-weather_chart {
	margin: 0 0 15px;
}
div.cmn-weather_chart table {
	border: #B0B0B0 1px solid;
	border-width: 1px 0 0 1px;
	text-align: left;
	width: 100%;
	margin: 10px 0 15px;
}
div.cmn-weather_chart table th {
	border: #B0B0B0 1px solid;
	border-width: 0 1px 1px 0;
	background-color: #F8F8FA;
	padding: 3px 10px 3px 6px;
	white-space: nowrap;
	line-height: 1.3;
	font-size: 87.5%;
}
div.cmn-weather_chart table td {
	border: #B0B0B0 1px solid;
	border-width: 0 1px 1px 0;
	padding: 3px 6px;
	line-height: 1.3;
	font-size: 87.5%;
}
div.cmn-weather_chart table td.cmnc-weather {
	white-space: nowrap;
	text-align: center;
}

/* 発令人事 ============================== */
table.cmn-personnel {
	width:100%;
	border-style: solid;
	border-color: #AAAAAA;
	border-spacing: 0;
	border-width: 2px 0 0 0;
	margin: 0 0 10px;
}
table.cmn-personnel th ,
table.cmn-personnel td {
	border-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #9F9F9F;
	border-width: 1px 0;
	padding: 10px;
	vertical-align: top;
	line-height: 1.4;
	text-align: left;
}
table.cmn-personnel th {
	white-space: nowrap;
	background-color: #D1E0F0;
}
table.cmn-personnel ul.cmn-flat_list {
	margin: 0 !important;
}
table.cmn-personnel ul.cmn-flat_list li {
	border-right-style: none !important;
	margin-right: 0 !important;
}
table.cmn-personnel ul.cmn-flat_list li a {
	white-space: normal !important;
}
/* 発令人事詳細 ============================== */
ul.cmn-announce_personnel {
	margin-left: 1.0em;
	margin-right: 15px;
	padding-left: 0;
	list-style-type: none;
}
ul.cmn-announce_personnel li {
	margin: 0 0 8px;
	padding: 0;
	line-height: 1.6;
}
/* 人事検索結果 ============================== */
dl.cmn-personnel_result {
	margin: 0 0 15px;
	line-height: 1.4;
}
dl.cmn-personnel_result span.cmnc-hilight {
	background-color: #FFF9B3;
}
dl.cmn-personnel_result dt {
	font-weight: bold;
	padding: 3px 0;
	margin: 0 0 10px;
}
dl.cmn-personnel_result dd {
	margin: 0 0 7px;
}
dl.cmn-personnel_result dd a {
	margin-right: 5px;
}
dl.cmn-personnel_result dd .cmn-article_title span.cmnc-time {
	white-space: normal;
}
/* WHO'S WHO検索結果 ============================== */
ul.cmn-who_result {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: #9F9F9F 1px dotted;
}
ul.cmn-who_result:after { /* [ifie.css] override */
	content: "";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
ul.cmn-who_result li.cmnc-result_list {
	margin: 0;
	padding: 0;
	border-bottom: #9F9F9F 1px dotted;
	font-size: 87.5%;
	width: 650px;
	float:left;
}
ul.cmn-who_result li.cmnc-result_list a {
	display: block;
	margin: 0;
	padding: 10px;
	line-height: 1.3;
}
ul.cmn-who_result li.cmnc-result_list a:hover {
	text-decoration: none;
	background: #EDF2FC url(/parts/ds/images/common/bg_whoswho_reslut_on.gif) repeat-x left top;
}
ul.cmn-who_result span.cmnc-title { /* [ifie.css] override */
	display: block;
	float: left;
	width: 230px;
	font-weight: bold;
	color: #333333;
	cursor: pointer;
}
ul.cmn-who_result span.cmnc-title span.cmnc-position {
	font-size: 87.5%;
	font-weight: normal;
}
ul.cmn-who_result span.cmnc-name {
	display: block;
	float: left;
	width: 200px;
	font-weight: bold;
	color: #333333;
	cursor: pointer;
}
ul.cmn-who_result span.cmnc-time {
	display: block;
	float: right;
	width: 200px;
	text-align: right;
	color: #333333;
	cursor: pointer;
}

/* 検索結果0件 ============================== */
.cmn-result_no_hit {
	color: #666666;
	font-weight: bold;
	padding: 40px 5px 50px;
}

/* ブレイキングニュース ============================== */
div.cmn-breaking_news {
	margin: 0 0 15px;
	position:relative;
}
div.cmn-breaking_news div.cmnc-title { /* [ifie.css] override */
}
div.cmn-breaking_news div.cmnc-title span.cmnc-hotnews {
	display: block;
	padding: 0 5px;
	float: left;
	min-height: 23px;
	line-height: 23px;
}
div.cmn-breaking_news div.cmnc-title span.cmnc-time {
	display: block;
	padding: 0;
	margin: 0 3px;
	float:left;
	font-weight: normal;
	min-height: 23px;
	line-height: 23px;
}
div.cmn-breaking_news div.cmnc-title span.cmnc-headline {
	clear: left;
	display: block;
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック';
}
div.cmn-breaking_news div.cmnc-close {
	position: absolute;
	right: 13px;
	top: 13px;
}
div.cmn-breaking_news div.cmnc-type1 {
	padding: 12px;
	background-image: url(/parts/ds/images/common/bg_breakingnews_type1.gif);
}
div.cmn-breaking_news div.cmnc-type1 span.cmnc-hotnews {
	color: #FFFFFF;
	background-color: #000000;
}
div.cmn-breaking_news div.cmnc-type1 span.cmnc-time {
	color: #000000;
}
div.cmn-breaking_news div.cmnc-type1 span.cmnc-headline {
	color: #000000;
}
div.cmn-breaking_news div.cmnc-type2 {
	padding: 12px;
	background-color: #262626;
	background-image: url(/parts/ds/images/common/bg_breakingnews_type2.gif);
}
div.cmn-breaking_news div.cmnc-type2 span.cmnc-hotnews {
	color: #000000;
	background-color: #FFFFFF;
}
div.cmn-breaking_news div.cmnc-type2 span.cmnc-time {
	color: #FFFFFF;
}
div.cmn-breaking_news div.cmnc-type2 span.cmnc-headline {
	color: #FFFFFF;
}
div.cmn-breaking_news div.cmnc-type3 {
	border: #DDDDDD 3px solid;
	padding: 9px;
}
div.cmn-breaking_news div.cmnc-type3 span.cmnc-hotnews {
	color: #FFFFFF;
	background-color: #CC0000;
}
div.cmn-breaking_news div.cmnc-type3 span.cmnc-time {
	color: #000000;
}
div.cmn-breaking_news div.cmnc-type3 span.cmnc-headline {
	color: #000000;
}
div.cmn-breaking_news div.cmnc-level1 span.cmnc-headline {
	font-size:350%;
	margin:0.35em 0;
}
div.cmn-breaking_news div.cmnc-level2 span.cmnc-headline {
	font-size:450%;
	margin:0.15em 0;
}
div.cmn-breaking_news div.cmnc-level3 span.cmnc-headline {
	font-size:600%;
	margin:0;
}
#CONTENTS_MAIN div.cmn-breaking_news div.cmnc-close {
	right: 6px;
	top: 6px;
}
#CONTENTS_MAIN div.cmn-breaking_news div.cmnc-level1 span.cmnc-headline {
	font-size:228%;
	margin:0.35em 0;
}
#CONTENTS_MAIN div.cmn-breaking_news div.cmnc-level2 span.cmnc-headline {
	font-size:315%;
	margin:0.15em 0;
}
#CONTENTS_MAIN div.cmn-breaking_news div.cmnc-level3 span.cmnc-headline {
	font-size:403%;
	margin:0;
}
/* ブレイキングニュース Close状態 ============================== */
div.cmn-breaking_news_close {
	position:relative;
	margin: 0 0 10px;
	padding: 1px;
	border: #87939B 1px solid;
	background-color: #FFFFFF;
	font-size: 87.5%;
}
div.cmn-breaking_news_close div.cmnc-title {
	float:left;
}
div.cmn-breaking_news_close div.cmnc-title span.cmnc-hotnews {
	display: block;
	padding: 0 5px;
	float: left;
	color: #FFFFFF;
	background-color: #393939;
	min-height: 23px;
	line-height: 23px;
}
div.cmn-breaking_news_close div.cmnc-title span.cmnc-time {
	display: block;
	padding: 0 5px;
	margin:0 5px 0 0;
	float:left;
	border: #87939B 1px solid;
	color: #143A65;
	font-weight: normal;
	min-height: 21px;
	line-height: 21px;
}
div.cmn-breaking_news_close div.cmnc-title span.cmnc-headline {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #143A65;
	min-height: 23px;
	line-height: 23px;
}
div.cmn-breaking_news_close div.cmnc-open {
	float: right;
}
/* PRテキストリンク一覧 ============================== */
div.cmn-pr_list ul {
	list-style-type: none;
	margin: 0 0 15px 10px;
	padding: 0;
	font-size: 87.5%;
}
div.cmn-pr_list ul li { /* [ifie.css] override */
	background-image: url(/parts/ds/images/common/mark_pr.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 28px;
	line-height: 1.3;
	margin-bottom: 5px;
	min-height: 15px;
}
/* ニュース速報 ============================== */
div.cmn-news_flash {
	margin: 0 0 10px;
}
div.cmn-news_flash div.cmnc-genre {
	margin: 2px 0;
}
div.cmn-news_flash div.cmnc-genre .cmnc-genre_title {
	margin: 0 0 5px;
	padding: 5px 10px;
	border-bottom: #BFC2C9 1px solid;
	background: #F7F7F7 url(/parts/ds/images/common/bg_newsflash_genre_title.gif) repeat-x bottom;
	font-size: 87.5%;
}
div.cmn-news_flash div.cmnc-genre .cmnc-genre_title a {
	padding:2px 0 2px 15px;
	background-image: url(/parts/ds/images/common/mark_link_list_02.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
div.cmn-news_flash div.cmnc-genre ul {
	list-style-type: none;
	margin: 0 0 15px;
	padding: 0;
}
div.cmn-news_flash div.cmnc-genre ul li {
	margin: 0 0 5px;
	padding: 0 0 0 25px;
	background-image: url(/parts/ds/images/common/mark_link_list_01.gif);
	background-repeat: no-repeat;
	background-position: 10px 0.2em;
	line-height: 1.3;
	font-size: 87.5%;
}
div.cmn-news_flash div.cmnc-genre ul li span.cmnc-time {
	color: #7C7C7C;
	font-weight: normal;
	white-space: nowrap;
	font-size:85.7%;
}
div.cmn-news_flash div.cmnc-genre .cmnc-genre_local {
	margin-right: 5px;
}
div.cmn-news_flash div.cmnc-genre .cmnc-genre_local img {
	vertical-align: text-bottom;
	margin-bottom: 1px;
}
/* カテゴリ一覧 ============================== */
div.cmn-category_list {
	border-top: #999999 1px dotted;
	margin: 0 0 20px;
	padding:10px 0 0;
}
div.cmn-category_list ul {
	list-style-type: none;
	margin: 4px 0 5px 0;
	padding: 0;
	font-size: 75%;
	text-align: center;
}
div.cmn-category_list ul li { /* [ifie.css] override */
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 0 0 0 5px;
	border-left: #818181 1px solid;
	line-height: 1.2;
}
div.cmn-category_list ul li.cmnc-first {
	border-left-style: none;
	padding: 0;
}
div.cmn-category_list ul li a {
	white-space: nowrap;
}
/* ローディングパーツ ============================== */
.cmn-loading {
	background-image: url(/parts/ds/images/common/mark_loading_ani.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 23px;
	font-size: 87.5%;
	line-height: 1.5;
}

/* バナーエリア ============================== */
div.cmn-banner_area {
	margin: 0 0 20px;
}
div.cmn-banner_area ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.cmn-banner_area ul li {
	list-style-type: none;
	margin: 0 0 5px;
	padding: 0;
}
/* フッタ広告 ============================== */
div.cmn-submarine_pr {
	margin: 0 0 15px;
}
div.cmn-submarine_pr ul {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
}
div.cmn-submarine_pr ul li {
	width: 368px;
	min-height: 100px;
	margin: 0;
	padding: 0 10px 0 110px;
	float: left;
	position: relative;
	font-size: 75%;
	line-height: 1.3;
}
div.cmn-submarine_pr ul li .cmnc-title {
	margin: 0 0 5px;
}
div.cmn-submarine_pr ul li div.cmnc-thumbnail {
	position: absolute;
	top: 0;
	left: 0;
}

/* プロフィールポップアップ ============================== */
div.cmn-profile_setting {
	border: solid 1px #828282;
	position: absolute;
	background-color: #f7f7f7;
	z-index: 9999;
}
div.cmn-profile_setting div.cmnc-item_area {
	width: 348px;
	background-image: url(/parts/ds/images/common/bg_profile_setting_01.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
div.cmn-profile_setting div.cmnc-first {
	float: left;
	width: 76px;
}
div.cmn-profile_setting .cmnc-heading {
	color: #FFFFFF;
	padding: 5px 10px;
	font-size: 85.7%;
}
div.cmn-profile_setting div.cmnc-first div.cmnc-heading {
	background-color: #111111;
	background-image: url(/parts/ds/images/common/bg_profile_setting_heading_01.gif);
	background-position: left top;
	background-repeat: repeat-x;
	margin-right: 1px;
}
div.cmn-profile_setting div.cmnc-first ul.cmnc-genre {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px;
}
div.cmn-profile_setting div.cmnc-first ul.cmnc-genre li {
	margin-right: 1px;
	margin-left: 1px;
	border-bottom: solid 1px #dadada;
	font-size: 75%;
}
div.cmn-profile_setting div.cmnc-first ul.cmnc-genre li.cmnc-here {
	margin-right: -1px;
}
div.cmn-profile_setting div.cmnc-first ul.cmnc-genre a {
	display: block;
	padding: 5px;
	text-align: center;
	border: solid 1px #FFFFFF;
	color: #333333;
}
div.cmn-profile_setting div.cmnc-first ul.cmnc-genre a:hover {
	background-color: #f7f7f7;
}
div.cmn-profile_setting div.cmnc-first ul.cmnc-genre li.cmnc-here a {
	background-color: #f7f7f7;
	border-right: none;
}
div.cmn-profile_setting div.cmnc-second {
	float: left;
	width: 272px;
}
div.cmn-profile_setting div.cmnc-second div.cmnc-heading {
	background-color: #0098d0;
	background-image: url(/parts/ds/images/common/bg_profile_setting_heading_02.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
div.cmn-profile_setting div.cmnc-second ul.cmnc-item_list {
	list-style-type: none;
	margin: 0;
	padding: 5px 0 10px 10px;
}
div.cmn-profile_setting div.cmnc-second ul.cmnc-item_list li { /* [ifie.css] override */
	display: inline-block;
	font-size: 75%;
	width: 105px;
	padding: 0 0 5px 19px;
	vertical-align: top;
}
div.cmn-profile_setting div.cmnc-second ul.cmnc-item_list li input {/* [ifie.css] override */
	display: inline-block;
	margin-right: 3px;
	margin-left: -15px;
}
div.cmn-profile_setting div.cmnc-button_area {
	margin: 0;
	padding: 4px 10px;
	background-color: #e7e8e8;
	background-image: url(/parts/ds/images/common/bg_profile_setting_button.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
div.cmn-profile_setting div.cmnc-button_area ul.cmnc-button_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.cmn-profile_setting div.cmnc-button_area ul.cmnc-button_list li {
	display: inline;
}

/* フロートウィンドウ ============================== */
div.cmn-floatbox {
	position: absolute;
	z-index: 9999;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #B7B7B7;
	background-color: #FFFFFF;
}
div.cmn-floatbox div.cmnc-heading {
	color: #FFFFFF;
	background: #050505 url(/parts/ds/images/common/bg_floatbox_header.gif) repeat-x left top;
	margin: 0 -1px;
	padding: 7px 10px 6px;
	font-size: 75%;
	line-height: 1.2;
	position: relative;
}
div.cmn-floatbox div.cmnc-heading .cmnc-close {
	position: absolute;
	right: 10px;
	top: 7px;
}
div.cmn-floatbox div.cmnc-wrapper {
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
div.cmn-floatbox div.cmnc-wrapper div.cmnc-body {
	background-color: #F4F4F4;
	padding: 10px 9px;
	font-size: 75%;
	line-height: 1.2;
}
div.cmn-floatbox div.cmnc-wrapper div.cmnc-body button,
div.cmn-floatbox div.cmnc-wrapper div.cmnc-body input,
div.cmn-floatbox div.cmnc-wrapper div.cmnc-body select,
div.cmn-floatbox div.cmnc-wrapper div.cmnc-body textarea {
	font-size: 100%;
}

div.cmn-floatbox div.cmnc-wrapper div.cmnc-footer {
	background: #D8DADA url(/parts/ds/images/common/bg_floatbox_footer.gif) repeat-x left top;
	border-top: #DADADA 1px solid;
	padding: 4px 4px 3px;
	text-align: center;
}
div.cmn-floatbox div.cmnc-wrapper div.cmnc-footer ul.cmnc-button {
	list-style:none;
	margin: 0;
	padding: 0 0 1px;
}
div.cmn-floatbox div.cmnc-wrapper div.cmnc-footer ul.cmnc-right {
	text-align: right;
}
div.cmn-floatbox div.cmnc-wrapper div.cmnc-footer ul.cmnc-button li {
	display: inline;
	margin-left: 7px;
}
div.cmn-floatbox div.cmnc-wrapper div.cmnc-footer div.cmnc-tips {
	float: left;
	background-image: url(/parts/ds/images/common/mark_help.gif);
	background-repeat: no-repeat;
	background-position: left center;
	min-height: 8px;
	padding: 5px 0 4px 20px;
	font-size: 75%;
	line-height: 1.2;
}
/* インフォメーション */
div.cmn-floatbox div.cmnc-wrapper div.cmnc-body p.cmnc-info {
	font-size: 120%;
	text-align: center;
	font-weight: bold;
}
/* インフォメーション */
div.cmn-floatbox div.cmnc-wrapper div.cmnc-body p.cmnc-summary {
	margin-top: 7px;
}

/* エラー */
div.cmn-floatbox div.cmnc-wrapper div.cmnc-body p.cmnc-alert {
	background-image: url(/parts/ds/images/common/icon_alert.gif);
	background-repeat: no-repeat;
	background-position: left center;
	min-height: 18px;
	padding: 6px 0 4px 30px;
	margin-bottom: 3px;
}

/* キーワード一覧 */
div.cmn-floatbox div.cmnc-wrapper div.cmnc-body ol.cmnc-keyword_list {
	margin: 0 0 0 10px;
	line-height: 1.3;
}
div.cmn-floatbox div.cmnc-wrapper div.cmnc-body ol.cmnc-keyword_list li {
	padding: 6px 90px 6px 0;
	position: relative;
}
div.cmn-floatbox div.cmnc-wrapper div.cmnc-body ol.cmnc-keyword_list li a {
	position: absolute;
	top: 3px;
	right: 16px;
}
div.cmn-floatbox div.cmnc-wrapper div.cmnc-body ol.cmnc-keyword_list li img {
	vertical-align: bottom;
}

/* 検索条件 */
div.cmn-floatbox div.cmnc-wrapper div.cmnc-body dl.cmnc-add_rules { 
	margin:0 0 9px 0;
}
div.cmn-floatbox div.cmnc-wrapper div.cmnc-body dl.cmnc-add_rules dt {
	float: left;
	font-weight: bold;
	padding:5px 0 0 0;
}
div.cmn-floatbox div.cmnc-wrapper div.cmnc-body dl.cmnc-add_rules dd {
	padding:0 0 10px 66px;
}
div.cmn-floatbox div.cmnc-wrapper div.cmnc-body div.cmnc-option img {
	vertical-align: bottom;
	margin: 0 5px 1px 0;
}
div.cmn-floatbox div.cmnc-wrapper div.cmnc-body div.cmnc-option ul {
	list-style: none;
	margin: 3px 0 0 0;
	padding-left: 17px;
}
div.cmn-floatbox div.cmnc-wrapper div.cmnc-body div.cmnc-option ul li {
	display: inline;
	margin: 0 5px 5px 0;
}
div.cmn-floatbox div.cmnc-wrapper div.cmnc-body div.cmnc-option p.cmn-note {
	margin: 8px 0 0 20px;
}
div.cmn-floatbox div.cmnc-wrapper div.cmnc-body div.cmnc-option p.cmn-note strong {
	padding-right: 10px;
}


/* 期間設定 */
div.cmn-floatbox div.cmnc-wrapper div.cmnc-body div.cmnc-timespan {
	width:313px;
	background-image: url(/parts/ds/images/common/bg_slider_frame.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 auto;
	padding-top: 44px;
	position: relative;
}
div.cmn-floatbox div.cmnc-wrapper div.cmnc-body div.cmnc-timespan div.cmnc-bar {
	position:absolute;
	top: 3px;
	right: 40px;
	height:17px;
	background-image:url(/parts/ds/images/common/bg_slider_gauge.gif);
	background-position:0 35%;
	background-repeat:repeat-x;
}
div.cmn-floatbox div.cmnc-wrapper div.cmnc-body div.cmnc-timespan img.cmnc-handle {
	cursor: e-resize;
}
div.cmn-floatbox div.cmnc-wrapper div.cmnc-body div.cmnc-timespan p {
	text-align: center;
	margin: 0;
}
/* スライダバーの背景 */
.cmnc-timespan .ui-widget-content {
	border: 1px solid #aaaaaa;
	background: transparent;
	color: #222222;
	border-style: none;
}

/* スライダのバーの画像 */
.cmnc-timespan .ui-slider .ui-widget-header {
	background: url(/parts/ds/images/common/bg_slider_gauge.gif);
	position: absolute;
	height: 17px;
}

/* スライダのバーの位置 */
.cmnc-timespan .ui-slider {
	position: relative;
	width: 239px;
	height: 14px;
	top: -41px;
	margin-left:35px;
	margin-bottom: -14px;
}
/* スライダのつまみ */
.ui-slider-handle {
	cursor: e-resize;
	position: absolute;
	z-index: 2;
	outline: none;
}
.cmnc-timespan .ui-slider .ui-slider-handle {
	background-image: url(/parts/ds/images/common/btn_slider_bar.gif);
	width: 12px;
	height: 23px;
	top: -3px;
	left: 6px;
	margin-left: -6px;
}


/* フロートウィンドウ（企業ミニ情報） ============================== */
div.cmn-floatstock {
	width: 466px;
}
div.cmn-floatstock div.cmnc-heading {
	background-image: url(/parts/ds/images/common/bg_floatstock_header.gif);
	background-position: 0% 50%;
	background-repeat: repeat-x;
	font-size: 87.5%;
}
div.cmn-floatstock div.cmnc-wrapper div.cmnc-body {
	background-color: #FFFFFF;
	font-size: 100%;
}
div.cmn-floatstock div.cmnc-wrapper div.cmnc-body .cmnc-company {
	margin: 0 0 5px;
	line-height: 1.3;
}
div.cmn-floatstock div.cmnc-wrapper div.cmnc-body .cmnc-company span.cmnc-code {
	margin-left: 5px;
	font-size: 87.5%;
}
div.cmn-floatstock div.cmnc-wrapper div.cmnc-body table.cmnc-stock_table {
	float: left;
	width: 230px;
	margin-bottom: 10px;
	border-width: 2px 0px 0px 1px;
	border-style: solid;
	border-color: #BFBFBF;
	border-collapse: collapse;
	border-spacing: 0px;
}
div.cmn-floatstock div.cmnc-wrapper div.cmnc-body table.cmnc-stock_table th,
div.cmn-floatstock div.cmnc-wrapper div.cmnc-body table.cmnc-stock_table td {
	border-bottom: 1px dotted #bfbfbf;
	border-right: 1px solid #BFBFBF;
	font-size: 14px;
	padding: 3px;
	font-weight: normal;
}
div.cmn-floatstock div.cmnc-wrapper div.cmnc-body table.cmnc-stock_table caption {
	width: 230px;
}
div.cmn-floatstock div.cmnc-wrapper div.cmnc-body table.cmnc-stock_table caption .cmnc-rate {
	padding-top: 1px;
	float: left;
	display: block;
	font-size: 12px;
}
div.cmn-floatstock div.cmnc-wrapper div.cmnc-body table.cmnc-stock_table caption .cmnc-bond {
	float: right;
	display: block;
	margin-bottom: 3px;
}
div.cmn-floatstock div.cmnc-wrapper div.cmnc-body table.cmnc-stock_table tr.cmnc-last th,
div.cmn-floatstock div.cmnc-wrapper div.cmnc-body table.cmnc-stock_table tr.cmnc-last td {
	border-bottom: 2px solid #BFBFBF;
}
div.cmn-floatstock div.cmnc-wrapper div.cmnc-body table.cmnc-stock_table tr.cmnc-odd {
	background-color: #FFFFFF;
}
div.cmn-floatstock div.cmnc-wrapper div.cmnc-body table.cmnc-stock_table tr.cmnc-even {
	background-color: #F5F5F5;
}
div.cmn-floatstock div.cmnc-wrapper div.cmnc-body table.cmnc-stock_table th {
	text-align: left;
	font-size: 87.5%;
	line-height: 1;
}
div.cmn-floatstock div.cmnc-wrapper div.cmnc-body table.cmnc-stock_table td {
	text-align: right;
	font-family: tahoma, sans_serif;
	font-size: 75%;
	line-height: 1;
}
div.cmn-floatstock div.cmnc-wrapper div.cmnc-body table.cmnc-stock_table .cmnc-time {
	margin-left: 3px;
	font-size: 63%;
	font-family: tahoma, sans_serif;
}
div.cmn-floatstock div.cmnc-wrapper div.cmnc-body table.cmnc-stock_table td.cmnc-value {
	font-weight: bold;
}
div.cmn-floatstock div.cmnc-wrapper div.cmnc-body table.cmnc-stock_table td.cmnc-diff {
	font-weight: bold;
}
div.cmn-floatstock div.cmnc-wrapper div.cmnc-body table.cmnc-stock_table .cmnc-plus {
	color: #FF0000;
}
div.cmn-floatstock div.cmnc-wrapper div.cmnc-body table.cmnc-stock_table .cmnc-minus {
	color: #009900;
}
div.cmn-floatstock div.cmnc-wrapper div.cmnc-body div.cmnc-graph {
	float: left;
	margin: 10px 0;
}
div.cmn-floatstock div.cmnc-wrapper div.cmnc-body table.cmnc-info {
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #BFBFBF;
	margin: 0 auto 10px;
	border-collapse: collapse;
	border-spacing: 0;
	width: 446px;
	clear: both;
}
div.cmn-floatstock div.cmnc-wrapper div.cmnc-body table.cmnc-info th,
div.cmn-floatstock div.cmnc-wrapper div.cmnc-body table.cmnc-info td {
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #bfbfbf;
	text-align: center;
	padding: 5px;
	font-weight: normal;
}
div.cmn-floatstock div.cmnc-wrapper div.cmnc-body table.cmnc-info thead th {
	background-image: url(/parts/ds/images/common/bg_floatstock_tableinfo.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 75%;
}
div.cmn-floatstock div.cmnc-wrapper div.cmnc-body  table.cmnc-info tbody td {
	font-size: 14px;
	font-family: tahoma, sans_serif;
}
div.cmn-floatstock div.cmnc-wrapper div.cmnc-body  table.cmnc-info tbody td .cmnc-date {
	font-size: 63%;
	margin-left: 3px;
}
div.cmn-floatstock div.cmnc-wrapper div.cmnc-body .cmnc-attention {
	margin: 0;
	font-size: 75%;
	line-height: 1.5;
}
div.cmn-floatstock div.cmnc-wrapper div.cmnc-body .cmnc-attention .cmnc-help {
	background-image:url(/parts/ds/images/common/mark_help.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding:6px 0 2px 20px;
}
div.cmn-floatstock div.cmnc-wrapper div.cmnc-body .cmnc-attention a.cmnc-help:link,
div.cmn-floatstock div.cmnc-wrapper div.cmnc-body .cmnc-attention a.cmnc-help:visited {
	text-decoration: underline;
}
div.cmn-floatstock div.cmnc-wrapper div.cmnc-body .cmnc-attention a.cmnc-help:hover {
	text-decoration: none;
}
div.cmn-floatstock div.cmnc-wrapper div.cmnc-body .cmn-result_no_hit {
	color: #333333;
	font-weight: normal;
	font-size: 87.5%;
	line-height: 1.5;
	margin: 0;
	padding: 30px 0;
}
div.cmn-floatstock div.cmnc-wrapper div.cmnc-body .cmnc-link {
	background-image: url(/parts/ds/images/common/mark_recommend.gif);
	background-repeat: no-repeat;
	background-position: 0% 40%;
	font-size: 76%;
	padding: 3px 10px;
}
div.cmn-floatstock div.cmnc-wrapper div.cmnc-body .cmnc-link a:link,
div.cmn-floatstock div.cmnc-wrapper div.cmnc-body .cmnc-link a:visited {
	text-decoration: underline;
}
div.cmn-floatstock div.cmnc-wrapper div.cmnc-body .cmnc-link a:hover {
	text-decoration: none;
}


/* フロートウィンドウ（用語ミニ解説） ============================== */
div.cmn-floatword {
	width: 466px;
}
div.cmn-floatword div.cmnc-heading {
	background-image: url(/parts/ds/images/common/bg_floatword_header.gif);
	background-position: 0% 50%;
	background-repeat: repeat-x;
	font-size: 87.5%;
}
div.cmn-floatword div.cmnc-wrapper div.cmnc-body {
	font-size: 100%;
}
div.cmn-floatword div.cmnc-wrapper div.cmnc-body .cmnc-title {
	margin-bottom: 10px;
}
div.cmn-floatword div.cmnc-wrapper div.cmnc-body .cmnc-title .cmnc-alternate {
	font-size: 75%;
	font-family: Verdana, sans_serif;
	font-weight: normal;
	font-style: italic;
}
div.cmn-floatword div.cmnc-wrapper div.cmnc-body .cmnc-detail {
	line-height: 1.5;
	font-size: 14px;
	text-indent: 1em;
}
div.cmn-floatword div.cmnc-wrapper div.cmnc-body ul.cmnc-adv {
	clear: both;
	list-style-type: none;
	margin: 0 auto;
	padding: 3px;
	width: 268px;
	background-color: #FFFFFF;
}
div.cmn-floatword div.cmnc-wrapper div.cmnc-body ul.cmnc-adv li {
	margin: 0;
	padding: 0 0 0 85px;
	font-size: 75%;
	line-height:1.4;
}
div.cmn-floatword div.cmnc-wrapper div.cmnc-body ul.cmnc-adv li a { /* [ifie.css] override */
	display: block;
	min-height: 70px;
	position: relative;
}
div.cmn-floatword div.cmnc-wrapper div.cmnc-body ul.cmnc-adv li img {
	border: 1px solid #969696;
	position: absolute;
	top: 0;
	left: -85px;
}
div.cmn-floatword div.cmnc-wrapper div.cmnc-body ul.cmnc-adv li span.cmnc-headline {
	display: block;
	font-weight: bold;
	padding: 0 0 5px;
}
div.cmn-floatword div.cmnc-wrapper div.cmnc-body .cmn-result_no_hit {
	color: #333333;
	font-weight: normal;
	font-size: 87.5%;
	line-height: 1.5;
	margin: 0;
	padding: 30px 0;
}

div.cmn-floatword div.cmnc-wrapper div.cmnc-body div.cmnc-ad {
	margin: 10px auto 0;
	text-align: center;
}

/* コメントボックス ============================== */
div.cmn-commentbox {
	position: absolute;
	z-index: 9999;
	font-size: 75%;
	line-height: 1.3;
}
div.cmn-commentbox div.cmnc-cocktop div.cmnc-cock {
	background-image: url(/parts/ds/images/common/bg_commentbox_top.gif);
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0;
	width: 100%;
	height: 7px;
	position: relative;
	left: 0;
	bottom: -1px;
}
div.cmn-commentbox div.cmnc-cocktop div.cmnc-left {
	background-image: url(/parts/ds/images/common/bg_commentbox_top_left.gif);
	background-position: left;
}
div.cmn-commentbox div.cmnc-cocktop div.cmnc-right {
	background-image: url(/parts/ds/images/common/bg_commentbox_top_right.gif);
	background-position: right;
}
div.cmn-commentbox div.cmnc-cockbottom div.cmnc-cock { /* [ifie.css] override */
	background-image: url(/parts/ds/images/common/bg_commentbox_bottom.gif);
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0;
	width: 100%;
	height: 7px;
	position: relative;
	left: 0;
	top: -1px;
}
div.cmn-commentbox div.cmnc-cockbottom div.cmnc-left {
	background-image: url(/parts/ds/images/common/bg_commentbox_bottom_left.gif);
	background-position: left;
}
div.cmn-commentbox div.cmnc-cockbottom div.cmnc-right {
	background-image: url(/parts/ds/images/common/bg_commentbox_bottom_right.gif);
	background-position: right;
}
div.cmn-commentbox div.cmnc-body {
	padding: 5px 7px;
	border-style: solid;
	border-color: #333333;
	background-color: #FFF799;
}
div.cmn-commentbox div.cmnc-cocktop div.cmnc-body {
	border-width: 0 1px 1px;
}
div.cmn-commentbox div.cmnc-cockbottom div.cmnc-body {
	border-width: 1px 1px 0;
}
div.cmn-commentbox div.cmnc-body p.cmnc-summary {
	margin: 0;
}
div.cmn-commentbox div.cmnc-body div.cmnc-index {
	text-align: center;
}
div.cmn-commentbox div.cmnc-body div.cmnc-index a { /* [ifie.css] override */
	background-image: url(/parts/ds/images/common/mark_continue.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
	padding-left: 8px;
	min-height: 7px;
}

/* カスタムコーナー 基本定義 ============================== */
.cmn-custom_corner div.cmnc-edge_top {
	background: transparent none no-repeat 100% 0;
	text-align: left;
}
.cmn-custom_corner div.cmnc-edge_top div {
	background: transparent none no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	position: relative;
}
.cmn-custom_corner div.cmnc-edge_bottom {
	background: transparent none no-repeat scroll 100% 100%;
	text-align: left;
}
.cmn-custom_corner div.cmnc-edge_bottom div {
	background: transparent none no-repeat scroll 0 100%;
	font-size: 0;
	line-height: 0;
	position: relative;
}
.cmn-custom_corner div.cmnc-edge_body {
	background: transparent none repeat-y scroll 0 0;
}
.cmn-custom_corner div.cmnc-outer_body {
	background: transparent none repeat-y scroll 100% 0;
}
.cmn-custom_corner div.cmnc-inner_body {
	background-color: #FFFFFF;
	position: relative;
}
.cmn-custom_corner div.cmnc-edge_left {
	background: transparent none repeat-y scroll 0 0;
}
.cmn-custom_corner div.cmnc-outer_right {
	background: transparent none repeat-y scroll 100% 0;
}

/* セレクトスタイル 基本定義 ============================== */
span.cmn-pulldown,
span.cmn-select_style {
	display: inline-block;
	border: #A8A8A8 1px solid;
	background: #F0F0F0 url(/parts/ds/images/common/bg_selectstyle.gif) no-repeat right center;
	padding: 0 15px 0 0;
	cursor: pointer;
	vertical-align: middle;
}
span.cmn-pulldown input,
span.cmn-select_style input { /* [ifie.css] override */
	float: none;
	margin: 0;
	padding: 2px 0 2px 3px;
	background-color: transparent;
	border-style: none;
	cursor: pointer;
	line-height: 1;
}
span.cmn-pulldown_hilite input,
span.cmn-select_style_hilite input {
	color: #D74700;
}
ul.cmn-pulldown,
ul.cmn-select_style { /* [ifie.css] override */
	list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: #A8A8A8 solid 1px;
	overflow-x: hidden;
	font-size: 75%;
	display: none;
	position: absolute;
	z-index: 9999;
}
ul.cmn-pulldown li,
ul.cmn-select_style li {
	display: block !important;
	float: none !important;
	background-image: none !important;
	padding: 0 !important;
	margin: 0 !important;
	font-size: inherit !important;
	border-color: #A8A8A8 !important;
	border-style: solid !important;
	border-width: 1px 1px 0 !important;
	line-height: 1.1 !important;
}
ul.cmn-pulldown li a,
ul.cmn-select_style li a {
	padding: 3px !important;
	display: block !important;
	text-decoration: none !important;
	color: #333333 !important;
	background-color: #FFFFFF !important;
	text-align: left !important;
}
ul.cmn-pulldown li a:visited,
ul.cmn-select_style li a:visited {
	color: #333333 !important;
}
ul.cmn-pulldown li a:hover,
ul.cmn-select_style li a:hover {
	color: #333333 !important;
	background-color: #E6F5FF !important;
	text-decoration: none !important;
}
ul.cmn-pulldown li a.cmnc-selected,
ul.cmn-select_style li a.cmnc-selected {
	background-color: #E6F5FF !important;
}

/* 右枠 市場指標 ============================== */
.cmn-sub_market {
	border: #314568 1px solid;
	padding: 1px;
	margin: 0 0 10px;
}
.cmn-sub_market .cmnc-title { /* [ifie.css] orverride */
	color: #FFFFFF;
	background-color: #314568;
	font-weight: normal;
	padding: 0.3em 0.2em;
	font-size: 75%;
}
.cmn-sub_market .cmnc-profile {
	float: right;
	color: #FFFFFF;
	background-color: #314568;
	font-weight: normal;
	margin: -1.3em 0 0;
	padding: 0 0 0 8px;
	font-size: 63%;
	background-image: url(/parts/ds/images/common/mark_sub_market_profile.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.cmn-sub_market .cmnc-profile a:link,
.cmn-sub_market .cmnc-profile a:visited {
	color: #FFFFFF;
}
.cmn-sub_market table {
	border-style: none;
	border-spacing: 0;
	width: 100%;
}
.cmn-sub_market table th { /* [ifie.css] override */
	padding: 2px 2px 2px 8px;
	font-size: 75%;
	font-family: 'Arial','ＭＳ Ｐゴシック',sans-serif;
	text-align: left;
	background-color: #DBF1FF;
	border-style: none;
}
.cmn-sub_market table th a {
	display: block;
	padding: 0 0 0 6px;
	margin: 0 0 0 -6px;
	color: #113B65;
	background-image: url(/parts/ds/images/common/mark_sub_market_list.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.cmn-sub_market table tr.cmnc-odd th {
	background-color: #C5E8FF;
}
.cmn-sub_market table td { /* [ifie.css] override */
	border-color: #CCCCCC;
	border-width: 0 0 0 1px;
	border-style: solid;
	padding: 2px;
	text-align: right;
	font-size: 75%;
	font-family: 'Arial','ＭＳ Ｐゴシック',sans-serif;
}
.cmn-sub_market table td.cmnc-rate {
	font-size: 87.5%;
}
.cmn-sub_market table tr.cmnc-odd td {
	background-color: #E6F5FF;
}
.cmn-sub_market table td span.cmnc-word {
	font-size: 83%;
}
/* 右枠 広告（スクウェア） ============================== */
.cmn-sub_square_banner {
	margin: 0 0 20px;
}
/* 右枠 検索フォーム ============================== */
.cmn-sub_search_form {
	margin: 0 0 10px;
	padding:5px 7px;
	background-color:#3369b9;
	border:1px solid #285291;
}

#R3 .cmn-sub_search_form {
	margin-bottom:15px;
}
.cmn-sub_search_form input {
	margin-left: 5px;
	vertical-align: middle;
}
.cmn-sub_search_form .cmn-input_text {
	width: 181px;
	padding: 2px;
	margin-left: 0;
}
.cmn-sub_search_form .cmnc-company { /* R1検索用 */
	width: 210px;
}
.cmn-sub_search_form_free {
	margin: 0 0 10px;
	padding:5px 7px;
	background-color:#3369b9;
	border:1px solid #285291;
}

#R3 .cmn-sub_search_form_free {
	margin-bottom:15px;
}
.cmn-sub_search_form_free input {
	margin-left: 5px;
	vertical-align: middle;
}
.cmn-sub_search_form_free .cmn-input_text {
	width: 181px;
	padding: 2px;
	margin-left: 0;
}
.cmn-sub_search_form_free .cmnc-company { /* R1検索用 */
	width: 175px;
}
.cmn-sub_search_form_free p.cmnc-attend {
	color: #ffffff;
	font-size: 75%;
	margin: 3px 0 0;
}
/* 右枠 おすすめ情報 ============================== */
.cmn-sub_recommend {
	font-size: 75%;
	margin: 0 0 15px;
}
.cmn-sub_recommend .cmnc-title{
	margin: 0 0 10px;
}
.cmn-sub_recommend ul.cmnc-site {
	list-style-type: none;
	margin: 0 0 10px 6px;
	padding: 0;
}
.cmn-sub_recommend ul.cmnc-site li {
	margin: 0 0 5px;
	padding: 2px 0 0 10px;
	line-height: 1.2;
	position: relative;
	background-image: url(/parts/ds/images/common/mark_recommend.gif);
	background-repeat: no-repeat;
	background-position: 0 0.25em;
}
.cmn-sub_recommend ul.cmnc-site span.cmnc-category {
	float: right;
	margin-left:5px;
}
.cmn-sub_recommend ul.cmnc-service {
	list-style-type: none;
	margin: 5px;
	padding: 0;
}
.cmn-sub_recommend ul.cmnc-service li { /* [ifie.css] override */
	margin: 0 10px 5px 0;
	padding: 2px 0 2px 20px;
	float: left;
	background-repeat: no-repeat;
	background-position: left center;
	min-height: 13px;
}
.cmn-sub_recommend ul.cmnc-service li.cmnc-weather {
	background-image: url(/parts/ds/images/common/icon_recommend_weather.gif);
}
.cmn-sub_recommend ul.cmnc-service li.cmnc-shopping {
	background-image: url(/parts/ds/images/common/icon_recommend_shopping.gif);
}
.cmn-sub_recommend ul.cmnc-service li.cmnc-travel {
	background-image: url(/parts/ds/images/common/icon_recommend_travel.gif);
}
.cmn-sub_recommend ul.cmnc-service li.cmnc-book {
	background-image: url(/parts/ds/images/common/icon_recommend_book.gif);
}

/* 右枠 編成サイト誘導枠 =======add 2010.08.03 =============== */
.cmn-sub_henseisite {
	font-size: 75%;
	margin: 0 0 6px;
}
.cmn-sub_henseisite ul.cmnc-topic {
	list-style-type: none;
	margin: 0 0 10px 6px;
	padding: 0;
}
.cmn-sub_henseisite ul.cmnc-topic li {
	margin: 0 0 5px;
	padding: 2px 0 0 10px;
	line-height: 1.2;
	position: relative;
	background-image: url(/parts/ds/images/common/mark_recommend.gif);
	background-repeat: no-repeat;
	background-position: 0 0.25em;
}
.cmn-sub_henseisite ul.cmnc-topic span.cmnc-category {
	float: right;
	margin-left:5px;
}

/* 右枠 アクセスランキング ============================== */
.cmn-sub_access_ranking {
	font-size: 75%;
	border-bottom: #737373 2px solid;
	margin: 0 0 20px;
}
.cmn-sub_access_ranking .cmnc-sub_title {
	color: #143a65;
	font-size: 120%;
	margin: 0 10px 5px;
}
.cmn-sub_access_ranking .cmnc-title {
	margin: 0 0 10px;
	position: relative;
}
.cmn-sub_access_ranking .cmnc-title .cmnc-update {
	position: absolute;
	right: 5px;
	top: 5px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 1.2;
}
.cmn-sub_access_ranking dl {
	margin: 0 10px 10px;
}
.cmn-sub_access_ranking dl dt {
	float: left;
	clear: left;
}
.cmn-sub_access_ranking dl dd {
	line-height: 1.2;
	margin: 0 0 5px 45px;
	padding: 5px 0 0;
	min-height: 16px;
}
/*
.cmn-sub_access_ranking dl dd a.cmnc-member_only:link,
.cmn-sub_access_ranking dl dd a.cmnc-member_only:visited {
	color: #00A0E9;
}
*/
.cmn-sub_access_ranking div.cmnc-morelink {
	text-align: right;
	border-top: #464646 1px dotted;
	margin: 0 0 7px;
	padding: 7px 0 0;
	font-weight: bold;
}
.cmn-sub_access_ranking div.cmnc-morelink a {
	background-image: url(/parts/ds/images/common/mark_accessrank_morelink.gif);
	background-repeat: no-repeat;
	background-position: left center;
	min-height: 13px;
	margin: 0;
	padding: 7px 0 7px 7px;
	font-weight: bold;
}

/* 右枠 PRコーナー ============================== */
.cmn-sub_pr {
	font-size: 75%;
	margin: 0 0 20px;
}
.cmn-sub_pr .cmnc-title {
	margin: 0 0 5px;
}
.cmn-sub_pr ul.cmnc-adv {
	list-style-type: none;
	margin: 0 10px 5px;
	padding: 0;
}
.cmn-sub_pr ul.cmnc-adv li {
	border-top: #8E8E8E 1px dotted;
	margin: 0;
	padding: 5px 0 0 85px;
	line-height: 1.2;
}
.cmn-sub_pr ul.cmnc-adv li.cmnc-first {
	border-top-style: none;
}
.cmn-sub_pr ul.cmnc-adv li a { /* [ifie.css] override */
	display: block;
	min-height: 70px;
	margin-bottom: 5px;
	position: relative;
}
.cmn-sub_pr ul.cmnc-adv li img {
	border: #969696 1px solid;
	position: absolute;
	top: 0;
	left: -85px;
}
.cmn-sub_pr ul.cmnc-adv li span.cmnc-headline {
	font-weight: bold;
	display: block;
	padding: 5px 0;
}
.cmn-sub_pr ul.cmnc-site {
	list-style-type: none;
	margin: 0 0 10px 6px;
	padding: 10px;
	background-color: #EEEEEE;
}
.cmn-sub_pr ul.cmnc-site li {
	margin: 0 0 5px;
	padding: 2px 0 0 10px;
	line-height: 1.2;
	position: relative;
	background-image: url(/parts/ds/images/common/mark_pr_site.gif);
	background-repeat: no-repeat;
	background-position: 0 0.25em;
}
.cmn-sub_pr ul.cmnc-site span.cmnc-category {
	float: right;
}

/* 右枠 関連媒体サイト ============================== */
.cmn-sub_banner {
	margin: -5px 0 20px;
}
.cmn-sub_banner dl img {
	display: block;
	margin: auto;
}
.cmn-sub_banner dl dt {
	padding: 5px 0 0;
	clear: both;
}
.cmn-sub_banner dl dd {
	float: left;
}
.cmn-sub_banner dl dd img {
	float: left;
}
/*---- あらたにす見出し用 2010/08/03 add---*/
.cmn-allatanys{
	border-bottom:1px solid #AD0E4E;
	background-color:#F9F9F9;
}
.cmn-allatanys p.allata{
	background:url(/parts/ds/images/common/icn_arw_allatanys.gif) no-repeat 10px 1em;
	padding:10px 0 5px 25px;
	margin:0;
	font-size:82%;
}

/* 右枠 日経からのお知らせ ============================== */
.cmn-sub_information {
	font-size: 75%;
	margin: 0 0 20px;
}
.cmn-sub_information .cmnc-title {
	margin: 0 0 5px;
}
.cmn-sub_information ul {
	list-style-type: none;
	margin: 0 10px 5px;
	padding: 0;
}
.cmn-sub_information ul li {
	border-top: #8E8E8E 1px dotted;
	margin: 0;
	padding: 5px 85px 5px 10px;
	line-height: 1.2;
}
.cmn-sub_information ul li.cmnc-first {
	border-top-style: none;
}
.cmn-sub_information ul li a {
	display: block;
}
.cmn-sub_information ul li img {
	border: #969696 1px solid;
	float: right;
	margin-right: -85px;
}
.cmn-sub_information ul li span.cmnc-headline {
	font-weight: bold;
	display: block;
	padding: 5px 0;
}

/* 右枠 携帯で電子版 ============================== */
.cmn-sub_mobile {
	font-size: 75%;
	margin: 0 0 20px;
	padding: 0 8px 10px;
	position: relative;
}
#R3 .cmn-sub_mobile { /* R3用スタイル */
	background-image: url(/parts/ds/images/common/bg_sub_section.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.cmn-sub_mobile .cmnc-title {
	margin: 0 -8px 8px;
}
.cmn-sub_mobile p {
	margin-right: 75px;
	line-height: 1.3;
}
.cmn-sub_mobile p img {
	position: absolute;
	right: 0;
	top: 0;
}
#R3 .cmn-sub_mobile p img { /* R3用スタイル */
	right: 8px;
	top: 31px;
}
.cmn-sub_mobile p.cmn-notes { /* .cmn-notes override */
	font-size: 83%;
	text-indent: -1em;
	padding-left: 1em;
}
.cmn-sub_mobile .cmnc-continue_link {
	padding: 0 8px 0 0;
	background-image: url(/parts/ds/images/common/mark_continue.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/* 右枠 聴く日経 ============================== */
.cmn-sub_listen {
	font-size: 75%;
	margin: 0 0 20px;
	padding: 0 8px 10px;
	background-image: url(/parts/ds/images/common/bg_sub_section.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.cmn-sub_listen .cmnc-title {
	margin: 0 -8px 8px;
}
.cmn-sub_listen p {
	line-height: 1.3;
}

/* 右枠 メールサービス ============================== */
 .cmn-sub_mailservice {
	font-size: 75%;
	margin: 0 0 20px;
	padding: 0 8px 10px;
	position: relative;
}
.cmn-sub_mailservice .cmnc-title {
	margin: 0 -8px 8px;
}
.cmn-sub_mailservice p {
	margin-right: 75px;
	line-height: 1.3;
}
.cmn-sub_mailservice p img {
	position: absolute;
	right: 8px;
	top: 31px;
}

/* 右枠 電子版広報部 ============================== */
#R-denshiba{font-size:75%; border-top:4px solid #EEEEEE}
#R-denshiba .den_1{float:right; margin:5px 0 8px 0; padding:0; width:60px;}
#R-denshiba .den_2{margin-top:13px;}
#R-denshiba ul {padding:0 0 0 6px;margin:0;}
#R-denshiba ul li {list-style:none; 
                   background:url(/parts/ds/images/common/mark_recommend.gif) no-repeat scroll 0 4px transparent;
				   line-height:1.5;
				   padding:0 0 0 10px;}
#R-denshiba .clear{clear:both;}





/* 右枠ボックス ============================== */
.cmn-sub_rightbox {
	width:296px;
	margin: 0 0 15px;
	padding: 1px;
	border: #999999 1px solid;
	background-color: #FFFFFF;
}
/* 基本パーツ ------------*/
/* 便利ツールメニュー */
.cmn-sub_rightbox ul.cmnc-tab {
	list-style-type:none;
	margin: 0;
	padding: 0;
}
.cmn-sub_rightbox ul.cmnc-tab li {
	float:left;
	margin: 0;
	padding: 0;
}
.cmn-sub_rightbox ul.cmnc-tab li a {
	outline-style: none;
}
.cmn-sub_rightbox ul.cmnc-tab li img {
	display:block;
}

/* 本体 */
.cmn-sub_rightbox div.cmnc-contents {
	width: 296px;
	height: 270px;
	position:relative;
	overflow: hidden;
}
/* 本体：ヘッダー */
.cmn-sub_rightbox div.cmnc-contents div.cmnc-header { /* [ifie.css] override */
	color: #FFFFFF;
	background: #000000 url(/parts/ds/images/common/bg_gadget_header.gif) repeat-x top;
	margin: 0;
	padding: 0 5px;
	font-size: 75%;
	line-height: 27px;
}
.cmn-sub_rightbox div.cmnc-contents div.cmnc-header .cmnc-title { /* [ifie.css] override */
	float:left;
	margin:0 10px 0 0;
	padding:0;
	font-weight: normal;
}
.cmn-sub_rightbox div.cmnc-contents div.cmnc-header .cmnc-title img {
	vertical-align: text-bottom;
	margin-right: 5px;
}
/* セレクトメニュー */
.cmn-sub_rightbox div.cmnc-contents div.cmnc-select {
	position:relative;
	z-index: 1;
	height:20px;
	background-image:url(/parts/ds/images/common/bg_rightbox_body_select.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding: 3px 10px 0;
}
.cmn-sub_rightbox div.cmnc-contents div.cmnc-select .cmn-select_style {
	background-image: url(/parts/ds/images/common/bg_selectstyle_collect.gif);
}
.cmn-sub_rightbox div.cmnc-contents div.cmnc-select .cmn-select_style input {
	padding-top: 1px;
	padding-bottom: 0px;
}



.cmn-sub_rightbox div.cmnc-contents div.cmnc-pulldown {
	clear: both;
	position:relative;
	z-index: 1;
	height:20px;
	background-image:url(/parts/ds/images/common/bg_rightbox_body_select.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding: 3px 10px 0;
	margin: 0 -5px;
}
.cmn-sub_rightbox div.cmnc-contents div.cmnc-pulldown .cmn-pulldown ,
.cmn-sub_rightbox div.cmnc-contents div.cmnc-pulldown .cmn-select_style {
	background-image: url(/parts/ds/images/common/bg_selectstyle_collect.gif);
	font-size: 100%;
}
.cmn-sub_rightbox div.cmnc-contents div.cmnc-pulldown .cmn-pulldown input,
.cmn-sub_rightbox div.cmnc-contents div.cmnc-pulldown .cmn-select_style input {
	padding-top: 1px;
	padding-bottom: 0px;
	font-size: 100%;
}


/* 子タブメニュー */
.cmn-sub_rightbox div.cmnc-contents div.cmnc-innertab {
	position:relative;
	overflow:hidden;
	background-color: #000000;
}
.cmn-sub_rightbox div.cmnc-contents div.cmnc-innertab ul.cmnc-innertab_menu {
	list-style-type:none;
	margin:0;
	padding:0 0 0 1px;
	width:295px;
	height:23px;
	overflow:hidden;
}
.cmn-sub_rightbox div.cmnc-contents div.cmnc-innertab ul.cmnc-innertab_menu li {
	float: left;
	background-image: url(/parts/ds/images/common/bg_innertab_tab_left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 4px;
	margin-right: 1px;
	font-size: 75%;
	overflow: hidden;
}
.cmn-sub_rightbox div.cmnc-contents div.cmnc-innertab ul.cmnc-innertab_menu li.cmnc-innertab_here {
	background-image: url(/parts/ds/images/common/bg_innertab_tab_left_here.gif);
	margin-bottom: 0;
}
.cmn-sub_rightbox div.cmnc-contents div.cmnc-innertab ul.cmnc-innertab_menu li a {
	display: block;
	padding: 5px;
	height: 13px;
	background-image: url(/parts/ds/images/common/bg_innertab_tab_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	white-space: nowrap;
	text-align:center;
	outline-style: none;
}
.cmn-sub_rightbox div.cmnc-contents div.cmnc-innertab ul.cmnc-innertab_menu li.cmnc-innertab_here a {
	background-image:url(/parts/ds/images/common/bg_innertab_tab_right_here.gif);
	height:17px;
}
.cmn-sub_rightbox div.cmnc-contents div.cmnc-innertab ul.cmnc-innertab_scroll {
	list-style-type:none;
	margin:0;
	padding:0;
}
.cmn-sub_rightbox div.cmnc-contents div.cmnc-innertab ul.cmnc-innertab_scroll li.cmnc-innertab_scroll_left {
	display: none;
	position: absolute;
	top: 0;
	left: 1px;
}
.cmn-sub_rightbox div.cmnc-contents div.cmnc-innertab ul.cmnc-innertab_scroll li.cmnc-innertab_scroll_right {
	display: none;
	position: absolute;
	top: 0;
	left: 285px;
}
/* スクロールボタンあり */
.cmn-sub_rightbox div.cmnc-contents div.cmnc-innertab_scroll ul.cmnc-innertab_menu {
	padding: 0 11px 0 12px;
	width: 273px;
}
.cmn-sub_rightbox div.cmnc-contents div.cmnc-innertab_scroll ul.cmnc-innertab_scroll li.cmnc-innertab_scroll_left,
.cmn-sub_rightbox div.cmnc-contents div.cmnc-innertab_scroll ul.cmnc-innertab_scroll li.cmnc-innertab_scroll_right {
	display: block;
}

/* 本体：本体 */
.cmn-sub_rightbox div.cmnc-contents div.cmnc-body {
	width: 100%;
	height: 240px;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
}
.cmn-sub_rightbox div.cmnc-gadget div.cmnc-body {
	height: 270px;
}
.cmn-sub_rightbox div.cmnc-paper {
	background-image: url(/parts/ds/images/common/bg_paper_putiviewer.gif);
	text-align: center;
}
.cmn-sub_rightbox div.cmnc-paper div.cmnc-body {
	height: 270px;
}
.cmn-sub_rightbox div.cmnc-paper div.cmnc-body object {
	margin: 0 auto;
}


/* 本体：本体：子タブがある場合 */
.cmn-sub_rightbox div.cmnc-contents div.cmnc-innertab_body {
	height: 177px;
}
/* 本体：本体：セレクトがある場合 */
.cmn-sub_rightbox div.cmnc-contents div.cmnc-select_body {
	height: 177px;
}

/* 本体：フッター */
.cmn-sub_rightbox div.cmnc-contents div.cmnc-footer {
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	padding: 0;
	margin: 0;
	background: #EBEBEB url(/parts/ds/images/common/bg_rightbox_footer.gif) repeat-x top;
	white-space: nowrap;
	width: 100%;
	height: 29px;
	overflow: hidden;
}
.cmn-sub_rightbox div.cmnc-contents div.cmnc-footer div.cmnc-scroll_nation {
	position: absolute;
	top: 6px;
	left: 13px;
}
.cmn-sub_rightbox div.cmnc-contents div.cmnc-footer div.cmnc-back {
	position: absolute;
	top: 6px;
	left: 10px;
	text-align: left;
}
.cmn-sub_rightbox div.cmnc-contents div.cmnc-footer div.cmnc-back a { /* [ifie.css] override */
	display: inline-block;
	background-image: url(/parts/ds/images/common/btn_scroll_back_off.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 18px;
	min-height: 16px;
	font-size: 75%;
	line-height: 16px;
}
.cmn-sub_rightbox div.cmnc-contents div.cmnc-footer div.cmnc-back a:hover {
	background-image: url(/parts/ds/images/common/btn_scroll_back_on.gif);
}
.cmn-sub_rightbox div.cmnc-contents div.cmnc-footer div.cmnc-scroll_nation p {
	position:absolute;
	margin: 3px 0 0 35px;
	font-size: 75%;
	line-height: 1.2;
}
.cmn-sub_rightbox div.cmnc-contents div.cmnc-footer div.cmnc-scroll_nation ul.cmnc-scroll_button {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.cmn-sub_rightbox div.cmnc-contents div.cmnc-footer div.cmnc-scroll_nation ul.cmnc-scroll_button li {
	float: left;
	margin: 3px 1px 0 0;
}
.cmn-sub_rightbox div.cmnc-contents div.cmnc-footer div.cmnc-scroll_nation ul.cmnc-scroll_button li img {
	display: block;
	float: left;
}
.cmn-sub_rightbox div.cmnc-contents div.cmnc-footer div.cmnc-goto {
	text-align: right;
	padding: 5px 10px 0 0;
}
.cmn-sub_rightbox div.cmnc-contents div.cmnc-footer div.cmnc-goto img {
	margin-right: 3px;
}
.cmn-sub_rightbox div.cmnc-contents div.cmnc-footer div.cmnc-goto_single {
	text-align:center;
	padding: 5px 7px 0 0;
}
.cmn-sub_rightbox div.cmnc-contents div.cmnc-footer div.cmnc-quick {
	padding: 5px 45px 0 7px;
	text-align: left;
	margin-right: 5px;
	background-image: url(/parts/ds/images/common/logo_gadget_market_quick.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.cmn-sub_rightbox div.cmnc-contents div.cmnc-footer div.cmnc-quick img {
	margin-right: 3px;
}


/* 本体コンテンツ汎用パーツ ------------*/

/* 記事リスト */
.cmn-sub_rightbox div.cmnc-contents div.cmnc-body div.cmnc-article_list ul {
	clear: both;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.cmn-sub_rightbox div.cmnc-contents div.cmnc-body div.cmnc-article_list ul li { /* [ifie.css] orverride */
	border-bottom: #575757 1px dotted;
	margin:0 10px;
	padding: 4px 0;
	min-height: 2.65em;
	font-size: 87.5%;
	line-height:1.3;
	float: none !important;
}
.cmn-sub_rightbox div.cmnc-contents div.cmnc-body div.cmnc-article_list ul li span.cmnc-time {
	color: #7C7C7C;
	font-weight: normal;
	white-space: nowrap;
	font-size: 85.7%;
}
.cmn-sub_rightbox div.cmnc-contents div.cmnc-body div.cmnc-article_list ul li .cmnc-title {
	font-weight: bold;
	margin: 0 0 5px;
	font-size: 115%;
}

/* マーケット */
.cmn-sub_rightbox div.cmnc-market div.cmnc-body {
	overflow: auto;
}
.cmn-sub_rightbox div.cmnc-market div.cmnc-body .cmnc-plus {
	color: #D83300;
}
.cmn-sub_rightbox div.cmnc-market div.cmnc-body .cmnc-minus {
	color: #009944;
}
.cmn-sub_rightbox div.cmnc-market div.cmnc-body .cmnc-pickup { /* [ifie.css] override */
	background-color: #F0F0F0;
	padding: 5px;
	min-height: 66px;
}
.cmn-sub_rightbox div.cmnc-market div.cmnc-body .cmnc-pickup table.cmnc-pickup_table {
	border-style: none;
	border-spacing: 0;
	width: 100%;
}
.cmn-sub_rightbox div.cmnc-market div.cmnc-body .cmnc-pickup table.cmnc-pickup_table th ,
.cmn-sub_rightbox div.cmnc-market div.cmnc-body .cmnc-pickup table.cmnc-pickup_table td {
	border-style: none;
	font-size: 87.5%;
	text-align: right;
	line-height: 1.2;
}
.cmn-sub_rightbox div.cmnc-market div.cmnc-body .cmnc-pickup table.cmnc-pickup_table th {
	font-weight: bold;
	font-size: 75%;
}
.cmn-sub_rightbox div.cmnc-market div.cmnc-body .cmnc-pickup table.cmnc-pickup_table td {
	font-weight: bold;
	padding-left: 10px;
}
.cmn-sub_rightbox div.cmnc-market div.cmnc-body .cmnc-pickup table.cmnc-pickup_table td.cmnc-pickup_number {
	font-size: 125%;
	font-family: tahoma,sans_serif;
	line-height: 1.1;
}
.cmn-sub_rightbox div.cmnc-market div.cmnc-body .cmnc-pickup table.cmnc-pickup_table td.cmnc-pickup_note {
	font-size: 75%;
	font-weight: normal;
}
.cmn-sub_rightbox div.cmnc-market div.cmnc-body .cmnc-pickup div.cmnc-pickup_link {
	font-size: 75%;
	margin: 5px 10px 4px;
}
.cmn-sub_rightbox div.cmnc-market div.cmnc-body .cmnc-pickup div.cmnc-pickup_link a {
	background-image: url(/parts/ds/images/common/mark_gadget_market_pickup_link.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.cmn-sub_rightbox div.cmnc-market div.cmnc-body .cmnc-data_table {
	border: #CCCCCC 1px solid;
	border-width: 1px 0 0 1px;
	width: 100%;
	height: 163px;
}
.cmn-sub_rightbox div.cmnc-market div.cmnc-body .cmnc-data_table th ,
.cmn-sub_rightbox div.cmnc-market div.cmnc-body .cmnc-data_table td {
	border: solid 1px #CCCCCC;
	border-width: 0 1px 1px 0;
	font-size: 75%;
	line-height: 1.2;
	padding: 5px 2px;
}
.cmn-sub_rightbox div.cmnc-market div.cmnc-body .cmnc-data_table th {
	text-align: left;
	background-image: url(/parts/ds/images/common/bg_gadget_market_data_table.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.cmn-sub_rightbox div.cmnc-market div.cmnc-body .cmnc-data_table td {
	text-align: right;
	font-family: tahoma,sans_serif;
}
.cmn-sub_rightbox div.cmnc-market div.cmnc-body .cmnc-data_table td.cmnc-note {
	font-size: 75%;
}
.cmn-sub_rightbox div.cmnc-market div.cmnc-body .cmnc-data_table .cmnc-zero {
	color:#333333;
}

/* エラー表示 */
.cmn-sub_rightbox div.cmnc-contents div.cmnc-body div.cmnc-error {
	width: 296px;
	height: 211px;
	position: relative;
}
.cmn-sub_rightbox div.cmnc-contents div.cmnc-select_body div.cmnc-error,
.cmn-sub_rightbox div.cmnc-contents div.cmnc-innertab_body div.cmnc-error {
	height: 188px;
}
.cmn-sub_rightbox div.cmnc-contents div.cmnc-noheader_body div.cmnc-error {
	height:238px;
}
.cmn-sub_rightbox div.cmnc-contents div.cmnc-body div.cmnc-error p.cmnc-alert {
	display: inline-block;
	background-image:url(/parts/ds/images/common/icon_alert.gif);
	background-position: 10px 10%;
	background-repeat: no-repeat;
	padding: 5px 5px 5px 40px;
	min-height: 23px;
	text-align: left;
	line-height: 1.0;
	font-size: 87.5%;
	font-weight: bold;
}
.cmn-sub_rightbox div.cmnc-contents div.cmnc-body div.cmnc-error p.cmnc-error {
	display: inline-block;
	background-image:url(/parts/ds/images/common/icon_error.gif);
	background-position: 10px 10%;
	background-repeat: no-repeat;
	padding: 5px 5px 5px 40px;
	min-height: 23px;
	text-align: left;
	line-height: 1.0;
	font-size: 87.5%;
	font-weight: bold;
}
.cmn-sub_rightbox div.cmnc-contents div.cmnc-body div.cmnc-error div.cmnc-get_flash_player {
	padding-top: 60px;
}
.cmn-sub_rightbox div.cmnc-contents div.cmnc-body div.cmnc-error div.cmnc-get_flash_player p.cmnc-summary {
	margin: 0 10px 0.8em;
	font-size: 75%;
	line-height: 1.3;
}
.cmn-sub_rightbox div.cmnc-contents div.cmnc-body div.cmnc-error div.cmnc-get_flash_player p.cmnc-summary a {
	font-weight: bold;
	text-decoration: underline;
}
.cmn-sub_rightbox div.cmnc-contents div.cmnc-body div.cmnc-error div.cmnc-message p {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -23px;
}
.cmn-sub_rightbox div.cmnc-contents div.cmnc-body div.cmnc-free_text {
	padding: 10px 10px 0;
	height: 203px;
	overflow-y: auto;
}
.cmn-sub_rightbox div.cmnc-contents div.cmnc-body div.cmnc-free_text .cmnc-title {
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.5em;
}
.cmn-sub_rightbox div.cmnc-contents div.cmnc-body div.cmnc-free_text .cmnc-text {
	font-size: 87.5%;
	line-height: 1.3;
}



/* 本体コンテンツMy Switch ガジェットパーツ ------------*/
.cmn-sub_rightbox div.cmnc-mygadget div.cmnc-body {
	margin:0;
	padding:10px 0 5px;
	overflow:hidden;
	height:225px;
	background-color: #FFFFFF;
}
.cmn-sub_rightbox div.cmnc-mygadget div.cmnc-body ul {
	list-style-type:none;
	padding: 0;
	margin: 0 2px 0 8px;
	width: 286px;
}
.cmn-sub_rightbox div.cmnc-mygadget div.cmnc-body ul li {
	float: left;
	margin-bottom: 7px;
	padding-right: 6px;
	position: relative;
}
.cmn-sub_rightbox div.cmnc-mygadget div.cmnc-body ul li span.cmnc-number {
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	top: 5px;
	left: 5px;
}
.cmn-sub_rightbox div.cmnc-mygadget div.cmnc-body ul li a {
	outline-style: none;
}

.cmn-sub_rightbox div.cmnc-mygadget div.cmnc-body ul li a.cmnc-close {
	display: block;
	width: 21px;
	height: 20px;
	position: absolute;
	top: -2px;
	right: 4px;
	z-index: 1;
}
.cmn-sub_rightbox div.cmnc-mygadget div.cmnc-body ul li img {
	display: block;
}
/* 右枠ボックス下ボタン ============================== */
ul.cmn-sub_rightbox_button {
	list-style-type: none;
	margin: -10px -2px 15px 0;
	padding: 0;
}
ul.cmn-sub_rightbox_button li {
	float: left;
	margin: 0 3px 0 0;
}

/* --------------------------------------------------------- */
/* セクション下共通 */
/* --------------------------------------------------------- */

/* 右枠 事業用地ナビ ============================== */
.cmn-sub_bail {
	border: 1px solid #929398;
	margin: 0px 0px 10px;
}
.cmn-sub_bail ul {
	margin: 7px 0px 5px;
	padding: 0px;
}
.cmn-sub_bail ul li {
	width: 270px;
	background-image:url(/parts/ds/images/common/mark_link_list_01.gif);
	background-position:10px 0.2em;
	background-repeat:no-repeat;
	font-size:75%;
	list-style-type: none;
	line-height:1.3;
	margin:0 0 5px;
	padding:0 0 0 25px;
}

/* 右枠 アウトソーシングサーチ ============================== */
.cmn-sub_oos {
	margin: 0px 0px 10px;
	border: 1px solid #997d30;
}
.cmn-sub_oos .cmnc-title {/* [ifie.section.css] override */
	border-bottom: 1px solid #dbc790;
}
.cmn-sub_oos .cmnc-sub_oop_body {
	border-bottom: 1px solid #997d30;
	background-color: #fef8e5;
	padding: 10px;
}
.cmn-sub_oos .cmnc-sub_oop_body h3 {
	font-weight: normal;
	margin-bottom: 5px;
	font-size: 75%;
}
.cmn-sub_oos .cmnc-sub_oop_body form {
	background-image:url(/parts/ds/images/common/mark_sub_oos_grass.gif);
	background-position:0px 50%;
	background-repeat:no-repeat;
	padding: 0px 0px 0px 25px;
}
.cmn-sub_oos .cmnc-sub_oop_body form .cmn-input_text {
	width: 178px;
}
.cmn-sub_oos .cmnc-sub_oop_foot {
	padding: 10px 0px 5px;
}
.cmn-sub_oos .cmnc-sub_oop_foot ul {
	margin: 0px;
	padding: 0px;
}
.cmn-sub_oos .cmnc-sub_oop_foot ul li {
	background-image:url(/parts/ds/images/common/mark_link_list_01.gif);
	background-position:10px 0.2em;
	background-repeat:no-repeat;
	font-size:75%;
	list-style-type: none;
	line-height:1.3;
	margin:0 0 5px;
	padding:0 0 0 25px;
	float: left;
	width: 100px;
}
/* 右枠 今日のみどころ ============================== */
.cmn-sub_ssmidokoro {
	margin: 0px 0px 10px;
}
.cmn-sub_ssmidokoro .cmnc-title {
	margin:0 0 1px;
	position:relative;
}
.cmn-sub_ssmidokoro .cmnc-update {
	color:#FFFFFF;
	font-weight:normal;
	line-height:1.2;
	position:absolute;
	right:5px;
	top:5px;
	color: #3c3f42;
	font-size: 75%;
}
.cmn-sub_ssmidokoro .cmnc-ssmidokoro_body {
	border: 1px solid #b4b4b4;
	padding: 10px;
}
.cmn-sub_ssmidokoro .cmnc-ssmidokoro_body h3 {
	font-size: 87.5%;
	margin:0 0 5px;
}
.cmn-sub_ssmidokoro .cmnc-ssmidokoro_body p {
	line-height: 1.4;
	font-size: 75%;
	margin:0px;
}
/* 右枠 購読のお申し込み ============================== */
.cmn-sub_media_banner {
	margin: 0px 0px 10px;
}
/* 右枠 日経産業新聞mobile ============================== */
.cmn-sub_mobile_banner {
	margin: 0px 0px 10px;
}
/* 右枠 日経JBIC ============================== */
.cmn-sub_jbic {
	margin: 0px 0px 10px;
	border-style: solid;
	border-color: #6ab672;
	border-width: 0 1px 1px;
}
.cmn-sub_jbic .cmnc-title {
	margin:0 -1px;
	position:relative;
}
.cmn-sub_jbic .cmnc-update {
	color:#FFFFFF;
	font-weight:normal;
	line-height:1.2;
	position:absolute;
	right:5px;
	top:9px;
	color: #ffffff;
	font-size: 75%;
}
.cmn-sub_jbic .cmnc-sub_jbic_body {
	padding: 5px 10px;
}
.cmn-sub_jbic .cmnc-sub_jbic_body p {
	margin: 0px;
	line-height: 1.5;
}
.cmn-sub_jbic .cmnc-point {
	font-weight: bold;
	font-size: 120%;
	font-family:Tahoma;
	margin-right: 5px;
}
.cmn-sub_jbic .cmnc-rate {
	font-weight: bold;
	font-size: 120%;
	font-family:Tahoma;
	margin-right: 5px;
}
.cmn-sub_jbic .cmnc-minus {
	color: #208600;
}
.cmn-sub_jbic .cmnc-plus {
	color: #CA0000;
}
.cmn-sub_jbic .cmnc-unit {
	font-size: 87.5%;
}
.cmn-sub_jbic .cmnc-buying,
.cmn-sub_jbic .cmnc-sales {
	font-size: 87.5%;
	margin-right: 10px;
	font-family:Tahoma;
}
.cmn-sub_jbic .cmnc-sub_jbic_foot {
	border-top: 1px dotted #cccccc;
	padding: 5px 10px;
	margin: 0;
}
.cmn-sub_jbic .cmnc-sub_jbic_foot ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.cmn-sub_jbic .cmnc-sub_jbic_foot ul li {
	font-size: 75%;
	line-height: 1.2;
	float: right;
	margin-left: 10px;
	font-weight: bold;
}
.cmn-sub_jbic .cmnc-sub_jbic_foot ul li a {
	background-image:url(/parts/ds/images/common/mark_pr_site.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding:2px 0 2px 10px;
}



/* セクション下 インデックスお知らせ ============================== */
div.cmn-sc_index_information {
	border: double 3px #D1D1D1;
	padding: 5px;
	margin-top: -15px;
	margin-bottom: 20px;
	clear: both;
}
div.cmn-sc_index_information p {
	margin: 0;
	color: #333333;
	font-size: 75%;
}
/* セクション下 中面内お知らせ ============================== */
div.cmn-sc_information {
	border: 2px solid #d1d1d1;
	background-color: #eeeeee;
	padding: 10px;
	font-size: 87.5%;
	line-height: 1.4;
}
/* セクション下 ページタイトル ============================== */
.cmn-sc_page_title {
	margin-bottom: 20px;
}
/* セクション下 見出し ============================== */
.cmn-sc_headline {
	background: #ddd url(/parts/ds/images/common/bg_sc_headline.gif) left center repeat-x;
	margin: 0 0 10px;
	border: solid 1px #BFC2C9;
	border-width: 1px 0;
}
.cmn-sc_headline .cmnc-title {
	padding: 5px 0 5px 10px;
	font-weight: bold;
	font-size: 87.5%;
}
.cmn-sc_headline .cmnc-title a {
	background-image:url(/parts/ds/images/common/mark_link_list_02.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding:2px 0 2px 15px;
}

/* セクション下 汎用レイアウト ============================== */
.cmn-sc_column_2 .cmnc-left {
	float: left;
	width: 310px;
}
.cmn-sc_column_2 .cmnc-right {
	float: left;
	width: 310px;
	margin-left: 20px;
}
/* ジャンルリスト ============================== */
div.cmn-genre_list .cmnc-genre_title {
	background:#F7F7F7 url(/parts/ds/images/common/bg_newsflash_genre_title.gif) repeat-x scroll center bottom;
	border-bottom:1px solid #BFC2C9;
	font-size:87.5%;
	margin:0 0 5px;
	padding:5px 10px;
}
div.cmn-genre_list .cmnc-genre_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.cmn-genre_list .cmnc-genre_list li {
	background-image:url(/parts/ds/images/common/mark_link_list_01.gif);
	background-position:10px 0.2em;
	background-repeat:no-repeat;
	font-size:87.5%;
	line-height:1.3;
	margin:0 0 5px;
	padding:0 0 0 25px;
}
/* ここがポイント ============================== */
.cmn-sc_point {
	margin: 0 0 20px 10px;
	width: 650px;
}
.cmn-sc_point dl {
	margin: 0;
	padding: 0;
}
.cmn-sc_point dt {
	font-size: 75%;
	padding: 4px 10px;
	font-weight: bold;
	border-top: 1px solid #c8c5ba;
	border-bottom: 1px solid #c8c5ba;
	background-image:url(/parts/ds/images/common/bg_sc_point.gif);
	background-position:0px 50%;
	background-repeat:repeat-x;
}
.cmn-sc_point dd {
	border-left: 1px solid #c8c5ba;
	border-right: 1px solid #c8c5ba;
	border-bottom: 1px solid #c8c5ba;
	padding: 5px 10px;
	font-size: 87.5%;
	line-height: 1.5;
	font-weight: normal;
	background-color: #fdfbf2;
}
/* メンテナンス表記 ============================== */
.cmn-sc_maintenance {
	border: double 3px #D1D1D1;
	padding: 5px;
	clear: both;
	display: none;
}
.cmn-sc_maintenance p {
	margin: 0;
	color: #333333;
	font-size: 75%;
}
/* 会員登録誘導 ============================== */
.cmn-article_regist {
	clear: both;
	margin-bottom: 40px;
	margin-top: 20px;
	text-align: center;
}
.cmn-article_regist .cmnc-notice_r1,
.cmn-article_regist .cmnc-notice_dsr2 {
	color: #cc3300;
	font-size: 87.5%;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1.4;
}
.cmn-article_regist .cmnc-notice_r1 span {
	border-bottom: 1px solid #cc3300;
	padding-bottom: 3px;
}
.cmn-article_regist .cmnc-notice_dsr2 span {
	display: block;
	width: 500px;
	text-align: left;
	margin: 0px auto;
	border-top: 1px solid #cc3300;
	border-bottom: 1px solid #cc3300;
	padding: 3px 0px;
}
.cmn-article_regist .cmnc-campaign {
	color: #ff5404;
	font-size: 220%;
	font-weight: bold;
	margin-bottom: 5px;
}
.cmn-article_regist .cmnc-free {
	margin-bottom: 10px;
	background-image: url(/parts/ds/images/common/bg_sec_regist_free.gif);
	background-position: 50% 0px;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 87.5%;
	font-weight: bold;
	line-height: 38px;
}
.cmn-article_regist .cmnc-attention {
	margin-bottom: 15px;
	font-size: 75%;
}
.cmn-article_regist .cmnc-attention a:link,
.cmn-article_regist .cmnc-attention a:visited {
	text-decoration: underline;
}
.cmn-article_regist .cmnc-attention a:hover {
	text-decoration: none;
}
.cmn-article_regist .cmnc-regist {
}
.cmn-article_regist .cmnc-tour {
	font-size: 75%;
}
.cmn-article_regist .cmnc-tour a {
	background-image: url(/parts/ds/images/common/mark_continue.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-right: 10px;
}
.cmn-article_regist .cmnc-tour a:link,
.cmn-article_regist .cmnc-tour a:visited {
	text-decoration: underline;
}
.cmn-article_regist .cmnc-tour a:hover {
	text-decoration: none;
}
/* ニュースフラッシュ ============================== */
.cmn-sc_news_flash .cmnc-genre ul {
	padding: 0px;
	margin: 0px 0px 0px 10px;
}
.cmn-sc_news_flash .cmnc-genre ul:after {
	content:" ";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
	line-height: 0px;
}
.cmn-sc_news_flash .cmnc-genre ul li {
	list-style-type: none;
	float: left;
	width: 315px;
	display: block;
	font-size:100%;
	margin: 5px 10px 5px 0px;
}
.cmn-sc_news_flash .cmnc-genre ul li .cmnc-time {
	color:#7C7C7C;
	font-size:83%;
	white-space:nowrap;
}
.cmn-sc_news_flash .cmnc-genre ul li:after {
	content:" ";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
	line-height: 0px;
}
.cmn-sc_news_flash .cmnc-genre .cmnc-genre_image {
	float: left;
}
.cmn-sc_news_flash .cmnc-genre h5 {
	margin: 0px 0px 2px 63px;
	line-height: 1.3;
	font-size: 87.5%;
}
.cmn-sc_news_flash .cmnc-genre p {
	margin: 0px 0px 0px 63px;
	line-height: 1.2;
	font-size: 87.5%;
}
.cmn-sc_news_flash .cmn-continue {
	margin-left: 7px;
}
/* セクション下 トップニュース ============================== */
.cmn-sc_top_news {
	border-bottom: #9F9F9F 1px dotted;
	margin: 0 10px 10px;
}

/* セクション下 カテゴリータイトル ============================== */
.cmn-sc_category_title {
	padding: 4px 0px 14px;
}
.cmn-sc_category_title span {
	padding: 4px 10px;
	margin-bottom: 3px;
	background-image: url(/parts/ds/images/common/bg_sc_wappen.gif);
	background-position: 0 50%;
	color: #ffffff;
	font-weight: bold;
	font-size: 75%;
}
.cmn-sc_category_title span a:link,
.cmn-sc_category_title span a:visited {
	color: #ffffff;
	text-decoration: none;
}
.cmn-sc_category_title span a:hover {
	color: #ffffff;
	text-decoration: underline;
}



/* フォトピックアップ ============================== */
.cmn-sc_photo_pickup {
	margin: 0px 0px 20px;
}
.cmn-sc_photo_pickup .cmnc-pickup_title {
	background-image:url(/parts/ds/images/common/bg_sc_photo_pickup_title.gif);
	background-position: 0px 50%;
	background-repeat: repeat-x;
	border: 1px solid #d6d6d6;
	padding: 3px 10px;
}
.cmn-sc_photo_pickup .cmnc-pickup_title .cmnc-title {
	float: left;
	background-image:url(/parts/ds/images/common/icon_article_photo.gif);
	background-position: 0px 50%;
	background-repeat: no-repeat;
	font-size:87.5%;
	padding-left: 20px;
	margin-top: 2px;
	display: block;
}
.cmn-sc_photo_pickup .cmnc-pickup_title .cmnc-pickup_nation {
	float: right;
	background-image:url(/parts/ds/images/common/bg_sc_photo_pickup_nation.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
}
.cmn-sc_photo_pickup .cmnc-pickup_title .cmnc-pickup_nation img {
	margin: 0px 5px;
	cursor: pointer;
}
.cmn-sc_photo_pickup .cmnc-photo_pickup_body {
	background-color: #333333;
	height: 125px;
	overflow: hidden;
}
.cmn-sc_photo_pickup .cmnc-photo_pickup_body ul {
	margin: 0px;
	padding: 0px;
}
.cmn-sc_photo_pickup .cmnc-photo_pickup_body ul li {
	float: left;
	list-style-type: none;
	padding: 5px 6px 0px;
	width: 120px;
}
.cmn-sc_photo_pickup .cmnc-photo_pickup_body ul li p.cmnc-picture {
	margin: 0px 0px 5px;
	height: 100px;
}
.cmn-sc_photo_pickup .cmnc-photo_pickup_body ul li p.cmnc-copyright {
	color: #cccccc;
	margin: 0px 0px 5px;
	font-size: 10px;
}

/* エラー画面 ============================== */
.cmn-error {
	width: 700px;
	margin: 0 auto;
	padding: 50px 0;
}
.cmn-error .cmnc-error-title {
	border-bottom: #D1D2D2 3px solid;
	font-size: 162.5%;
	line-height: 1.2;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.cmn-error .cmnc-error-figure {
	float: right;
	margin: 0px 0px 10px 10px;
}
.cmn-error .cmnc-error-message {
	line-height: 1.5;
}

/* 絞り込みプルダウンメニュー ============================== */
.cmn-float_menu {
	border-style: none;
	font-size: 87.5%;
	padding: 0px;
	width: 350px;
	background-color: transparent;
	position: absolute;
	z-index: 9999;
}
.cmn-float_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.cmn-float_menu ul li {
	float: left;
	width: 49%;
	margin: 0 0 5px;
	padding: 0;
	line-height: 1.2;
}
.cmn-float_menu ul.cmnc-area li {
	width: 31%;
}
.cmn-float_menu ul.cmnc-local {
	margin-top: 15px;
}
.cmn-float_menu ul.cmnc-local li {
	width: 100%;
}
.cmn-float_menu ul.cmnc-local li ul {
	padding-left: 10px !important;
}
.cmn-float_menu ul li.cmnc-all {
	float: none;
}
.cmn-float_menu ul li a {
	padding: 0 0 0 15px;
	background-image: url(/parts/ds/images/common/mark_localmenu_pulldown_mainmenu_r1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.cmn-float_menu ul.cmnc-local li ul.cmn-flat_list li a {
	background-image: none;
	padding-left:0;
}
.cmn-float_menu ul.cmnc-main_menu {
	float: left;
	width: 64%;
	border-right: #B8C4D0 1px solid;
}
.cmn-float_menu ul.cmnc-sub_menu {
	float: left;
	margin: 1.5em 0 0 -1px;
	padding: 0;
	width: 34%;
	border-left: #B8C4D0 1px solid;
}
.cmn-float_menu ul.cmnc-sub_menu li {
	float: none;
	width: auto;
	margin: 0 0 5px 30px;
	padding: 0;
	line-height: 1.2;
}
.cmn-float_menu ul.cmnc-sub_menu li a {
	padding: 0 0 0 8px;
	background-image: url(/parts/ds/images/common/mark_localmenu_pulldown_submenu_r1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.cmn-float_menu div.cmnc-close {
	position: absolute;
	top: 0px;
	right: 0px;
}

.cmn-float_menu div.cmnc-edge_top {
	height: 10px;
	margin-left: 10px;
	background-image: url(/parts/ds/images/common/bg_pulldown_r1.png);
}
.cmn-float_menu div.cmnc-edge_top div {
	width: 10px;
	height: 10px;
	left: -10px;
	background-image: url(/parts/ds/images/common/bg_pulldown_r1.png);
}
.cmn-float_menu div.cmnc-edge_body {
	padding-left: 10px;
	background-image: url(/parts/ds/images/common/bg_pulldown_left_r1.png);
}
.cmn-float_menu div.cmnc-outer_body {
	padding-right: 10px;
	background-image: url(/parts/ds/images/common/bg_pulldown_right_r1.png);
}
.cmn-float_menu div.cmnc-inner_body {
	padding: 10px;
}
.cmn-float_menu div.cmnc-edge_bottom {
	height: 10px;
	margin-left: 10px;
	background-image: url(/parts/ds/images/common/bg_pulldown_r1.png);
}
.cmn-float_menu div.cmnc-edge_bottom div {
	width: 10px;
	height: 10px;
	left: -10px;
	background-image: url(/parts/ds/images/common/bg_pulldown_r1.png);
}
.cmn-float_menu ul.cmn-flat_list {
	font-size:90%;
	float:right;
	margin-top: 5px !important;
	margin-bottom: 0 !important;
}
.cmn-float_menu ul.cmn-flat_list button,
.cmn-float_menu ul.cmn-flat_list input,
.cmn-float_menu ul.cmn-flat_list select,
.cmn-float_menu ul.cmn-flat_list textarea {
	font-size: 100%;
}
.cmn-float_menu ul.cmn-flat_list li.cmnc-select {
	display: block !important;
	padding: 0 !important;
	margin: 0 !important;
	position: absolute !important;
	width: 100% !important;
	left: 0;
	bottom: 0;
	border-right: none !important;
}
.cmn-float_menu ul.cmn-flat_list li.cmnc-select * {
	white-space: normal !important;
}
.cmn-float_menu span.cmn-pulldown input,
.cmn-float_menu span.cmn-select_style input {
	position:relative;
	z-index:1;
}
.cmn-float_menu ul.cmn-pulldown,
.cmn-float_menu ul.cmn-select_style {
	font-size: inherit !important;
}


/* 商品選択画面 ============================== */
.cmn-signup_commodity_selection {
	margin-bottom: 20px;
}
.cmn-signup_commodity_selection .cmnc-signup_accent01 {
	color: #EA521F;
}
.cmn-signup_commodity_selection .cmnc-signup_inner {
	margin: 0 20px;
}
.cmn-signup_commodity_selection .cmnc-signup_inner .cmnc-signup_plan {
	position: relative;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #D4D4D4;
	background-image: url(/parts/ds/images/common/bg_signup_plan.gif);
	background-repeat: repeat-x;
}
.cmn-signup_commodity_selection .cmnc-signup_inner .cmnc-signup_plan table {
	width: 100%;
	margin: 0 auto;
	border: #FFFFFF 1px solid;
	border-bottom: 0;
	border-spacing: 0;
}
.cmn-signup_commodity_selection .cmnc-signup_inner .cmnc-signup_plan table th ,
.cmn-signup_commodity_selection .cmnc-signup_inner .cmnc-signup_plan table td {
	margin: 0;
/*	padding: 7px 6px;*/
	padding: 7px 0px;
	font-size: 87.5%;
	border-width: 0;
	border-top: 1px solid #D4D4D4;
	text-align: center;
	line-height: 1.2;
}
.cmn-signup_commodity_selection .cmnc-signup_inner .cmnc-signup_plan table thead th {
	border-top: 0;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	vertical-align: top;
}
.cmn-signup_commodity_selection .cmnc-signup_inner .cmnc-signup_plan table thead th span {
	font-size: 130%;
}
.cmn-signup_commodity_selection .cmnc-signup_inner .cmnc-signup_plan table thead th span.supple {
	font-size: 87.5%;
	font-weight: normal;
}
.cmn-signup_commodity_selection .cmnc-signup_inner .cmnc-signup_plan table thead th span.supple sup {
	font-size: 100%;
}
.cmn-signup_commodity_selection .cmnc-signup_inner .cmnc-signup_plan table tbody th ,
.cmn-signup_commodity_selection .cmnc-signup_inner .cmnc-signup_plan table tbody td {
	border-bottom: 1px solid #FFFFFF;
}
.cmn-signup_commodity_selection .cmnc-signup_inner .cmnc-signup_plan table tbody th {
	background-color: #E8E8EE;
}
.cmn-signup_commodity_selection .cmnc-signup_inner .cmnc-signup_plan table td.cmnc-type_free01 {
	border-left: 1px solid #D0D0DA;
	background-color: #FFFFFF;
}
.cmn-signup_commodity_selection .cmnc-signup_inner .cmnc-signup_plan table td.cmnc-type_free02 {
	border-left: 1px solid #D0D0DA;
	background-color: #EAEEF0;
}
.cmn-signup_commodity_selection .cmnc-signup_inner .cmnc-signup_plan table td.cmnc-type_pay {
	border-left: 1px solid #D0D0DA;
	background-color: #F9F5E4;
}
.cmn-signup_commodity_selection .cmnc-signup_inner .cmnc-signup_plan table td.cmnc-last {
	border-left: 0;
}
.cmn-signup_commodity_selection .cmnc-signup_inner .cmnc-signup_plan table td.cmnc-signup_disabled {
	color: #BDBDBD;
	text-decoration: underline;
}
.cmn-signup_commodity_selection .cmnc-signup_inner .cmnc-signup_plan table td.cmnc-btn_area {
	padding: 7px 0;
	vertical-align: top;
	border-bottom: 0;
}
.cmn-signup_commodity_selection .cmnc-signup_inner .cmnc-signup_plan table td.cmnc-btn_area02 {
	border-top: 0;
	padding: 5px 0 10px;
}
.cmn-signup_commodity_selection .cmnc-signup_plan_change {
	position: relative;
	margin: 0 20px;
	padding-bottom: 3px;
}
.cmn-signup_commodity_selection .cmnc-signup_plan_change p {
	width: 800px;
	line-height:1.5;
}
.cmn-signup_commodity_selection .cmnc-signup_plan_change .cmnc-signup_change_button img {
	position: absolute;
	top: 0;
	right: 0;
}
.cmn-signup_commodity_selection .cmnc-signup_notes {
	list-style-type: none;
	margin: 0;
	padding: 0 0 3px;
	width: 100%;
}
.cmn-signup_commodity_selection .cmnc-signup_notes li {
	margin-bottom: 8px;
	padding-left: 30px;
	line-height: 1.4;
	text-indent: -1.5em;
}
.cmn-signup_commodity_selection .cmnc-signup_notes li span {
	margin-right: 0.5em;
}
.cmn-signup_commodity_selection .cmnc-signup_use_guide {
	background-color: #EEEEEE;
	padding: 10px 10px 3px;
	margin-top: 10px;
}
.cmn-signup_commodity_selection .cmnc-signup_use_guide .cmnc-signup_notes02 li {
	margin-bottom: 8px;
	line-height: 1.4;
}
.cmn-signup_commodity_selection p a,
.cmn-signup_commodity_selection .cmnc-signup_inner .cmnc-signup_plan table th a,
.cmn-signup_commodity_selection .cmnc-signup_inner .cmnc-signup_plan table td a,
.cmn-signup_commodity_selection .cmnc-signup_notes li a,
.cmn-signup_commodity_selection .cmnc-signup_use_guide a {
	text-decoration: underline;
}
.cmn-signup_commodity_selection .cmnc-signup_yoursituation {
	position: absolute;
	top: -10px;
	left: 402px;
}
.cmn-signup_commodity_selection .cmnc-signup_inner .cmnc-signup_plan table thead .cmnc-plan {
	width: 196px;
	color: #464646;
	background: #F5F5F5 url(/parts/ds/images/common/bg_signup_plan_title.gif) repeat-x top;
}
.cmn-signup_commodity_selection .cmnc-signup_inner .cmnc-signup_plan table thead .cmnc-plan .cmnc-pt {
	border-bottom: 1px dotted #ACACC1;
	padding: 0 0 5px;
	margin: 0 4px 5px;
}
.cmn-signup_commodity_selection .cmnc-signup_inner .cmnc-signup_plan table thead .cmnc-fee {
	margin-top: 1.7em;
}

.cmn-signup_commodity_selection .cmnc-signup_inner .cmnc-signup_plan table thead .cmnc-plan_no_regist {
/*	width: 18%;*/
	width: 182px;
	color: #464646;
	background: #E5E5E5 url(/parts/ds/images/common/bg_signup_plan_no_regist.gif) repeat-x top;
}
.cmn-signup_commodity_selection .cmnc-signup_inner .cmnc-signup_plan table thead .cmnc-plan_no_regist .cmnc-pt {
	border-bottom: 1px dotted #FFFFFF;
	padding: 0 0 5px;
	margin: 0 4px 5px;
}
.cmn-signup_commodity_selection .cmnc-signup_inner .cmnc-signup_plan table thead .cmnc-plan_regist {
/*	width: 18%;*/
	width: 182px;
	color: #FFFFFF;
	background: #9CAFC3 url(/parts/ds/images/common/bg_signup_plan_regist.gif) repeat-x top;
}
.cmn-signup_commodity_selection .cmnc-signup_inner .cmnc-signup_plan table thead .cmnc-plan_regist .cmnc-pt {
	border-bottom: 1px dotted #FFFFFF;
	padding: 0 0 5px;
	margin: 0 4px 5px;
}
.cmn-signup_commodity_selection .cmnc-signup_inner .cmnc-signup_plan table thead .cmnc-plan_pay {
/*	width: 18%;*/
	width: 182px;
	color: #7B4109;
	background: #E2D7AC url(/parts/ds/images/common/bg_signup_plan_pay.gif) repeat-x top;
}
.cmn-signup_commodity_selection .cmnc-signup_inner .cmnc-signup_plan table thead .cmnc-plan_pay .cmnc-pt {
	border-bottom: 1px dotted #FFFFFF;
	color: #FFFFFF;
	padding: 0 0 5px;
	margin: 0 4px 5px;
}
.cmn-signup_commodity_selection .cmnc-signup_inner .cmnc-signup_plan table thead .cmnc-plan_pay .cmnc-pt span {
	font-size: 87.5%;
	font-weight: normal;
}
.cmn-signup_commodity_selection .cmnc-signup_inner .cmnc-signup_plan table tbody th {
	text-align: left;
	padding-left: 12px;
	color: #113366;
}
.cmn-signup_commodity_selection .cmnc-signup_inner .cmnc-signup_plan table tbody td.cmnc-none {
	color: #787878;
}
.cmn-signup_commodity_selection .cmnc-signup_inner .cmnc-signup_plan table img.cmn-icon {
	margin: 0 3px 0 0;
	vertical-align: middle;
}
.cmn-signup_commodity_selection .cmnc-signup_inner sup {
	color: #EA521F;
	font-size: 85.7%;
	font-weight: normal;
}
.cmn-signup_commodity_selection .cmnc-signup_inner .cmnc-signup_plan table tbody td .cmnc-notes_plus {
	padding-left: 0.8em;
}
.cmn-signup_commodity_selection .cmnc-signup_inner .cmnc-signup_plan table td.cmnc-btn_2area {
	padding: 7px 0;
	margin: 0;
	vertical-align: top;
	border-bottom: 0;
	background-color: #F9F5E4;
	background-image: url(/parts/ds/images/common/bg_signup_btn_2area.gif);
	background-repeat: repeat-y;
	background-position: 182px top;
}

/* 表組スタイル共通============================== */
.cmn-tbl_frm{
	margin:0 0 10px;
}
.cmn-tbl_left{
	text-align:left;
}
.cmn-tbl_right{
	text-align:right;
}
.cmn-tbl_center{
	text-align:center;
}
.cmn-tbl_ft_bold{
	font-weight:bold;
}
.cmn-tbl_smallF{
	font-size:88%;
}
.cmn-tbl_clr_red{
	color:#D83300;
	font-weight:bold;
}
.cmn-tbl_clr_blue{
	color:#1A8FCD;
	font-weight:bold;
}
.cmn-tbl_clr_green{
	color:#009944;
	font-weight:bold;
}
.cmn-tbl_bg_org{
	background:#FFE8B9;
}
.cmn-tbl_bg_blue{
	background:#D8E8FF;
}
.cmn-tbl_bg_green{
	background:#E6F6E6;
}
.cmn-tbl_bg_grayA{
	background:#E6E6E6;
}
.cmn-tbl_bg_grayB{
	background:#898989;
	color:#FFF;
}
table.cmn-tbl_typeA th.cmn-tbl_ttl,
table.cmn-tbl_typeB th.cmn-tbl_ttl{
	font-weight:bold;
	text-align:center;
}
table.cmn-tbl_typeA .cmn-tbl_center,
table.cmn-tbl_typeB .cmn-tbl_center{
	text-align:center;
}
table.cmn-tbl_typeA caption,
table.cmn-tbl_typeB caption{
	font-size:104%;
	text-align: left;
	padding-bottom:5px;
}

/* typeA 標準タイプ============================== */
table.cmn-tbl_typeA{
	border-collapse: collapse;
	border:1px solid #666;
	text-align: right;
	font-family:'Osaka','MS Pゴシック';
	font-size:94%;
}
table.cmn-tbl_typeA th{
	padding: 6px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	font-weight: normal;
	text-align: left;
}
table.cmn-tbl_typeA tr{
}
table.cmn-tbl_typeA td{
	padding: 6px;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
}

/* typeB 横シマ============================== */
table.cmn-tbl_typeB{
	text-align: right;
	border-collapse: collapse;
	border:1px solid #666;
	font-family:'Osaka','MS Pゴシック';
	font-size:94%;
}
table.cmn-tbl_typeB th{
	padding: 6px;
	border-bottom: 2px solid #888;
	font-weight: normal;
	text-align: left;
}
table.cmn-tbl_typeB td{
	padding: 6px;
}

/* 昇格・降格エラー ============================== */
#SERVICE_ERROR #CONTENTS_INNER {
	min-height: 300px;
}
#SERVICE_ERROR .cmn-service_error_section {
	margin: 0 10px;
}
#SERVICE_ERROR .cmn-service_error_section .cmnc-text {
	margin: 0 20px;
}
#SERVICE_ERROR .cmn-service_error_section .cmnc-attention {
	border: 1px solid #e38fa9;
	background-color: #fff8fb;
	padding: 10px;
	color: #be164a;
	margin: 22px 0 20px;
}
#SERVICE_ERROR .cmn-service_error_section .cmnc-attention p {
	margin: 0;
}
#SERVICE_ERROR .cmn-service_error_section .cmnc-button_area {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 0;
	padding-bottom: 20px;
}

/* ############################################################################################# */
/* 基本構造スタイル */
/* ############################################################################################# */
/* --------------------------------------------------------- */
/* サイトタイトル */
/* --------------------------------------------------------- */
#PAGE_TOP {
	width: 100%;
	min-width: 996px;
	position: absolute;
	top: 34px;
	left: 0;
	z-index: 1;
}
#PAGE_TOP_BODY {
	width: 996px;
	margin: 0 auto;
	position: relative;
}
#PAGE_TOP_BODY .bs-title {
	width: 600px;
}
#PAGE_TOP_BODY .bs-date {
	position: absolute;
	top: 25px;
	right: 452px;
}
#PAGE_TOP_BODY .bs-english {
	position: absolute;
	top: 27px;
	right: 399px;
}
#PAGE_TOP_BODY .bs-no_date {
	position: absolute;
	top: 27px;
	right: 399px;
}

/* --------------------------------------------------------- */
/* コンテンツ領域 */
/* --------------------------------------------------------- */
#CONTENTS {
	width: 100%;
	min-width: 996px;
	padding: 150px 0 0;
	background-image: url(/parts/ds/images/common/bg_contents_r1.gif);
	background-repeat: repeat-x;
	background-position: 0 150px;
}
#R3 #CONTENTS { /* R3用スタイル */
	background-image: url(/parts/ds/images/common/bg_contents_r3.gif);
	background-color: #E2E2E2;
}
#CONTENTS_BODY {
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(/parts/ds/images/common/bg_contents_body_r1.gif);
}
#R3 #CONTENTS_BODY { /* R3用スタイル */
	background-image: url(/parts/ds/images/common/bg_contents_body_r3.gif);
}
#CONTENTS_OUTER {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(/parts/ds/images/common/bg_contents_outer_r1.gif);
}
#R3 #CONTENTS_OUTER { /* R3用スタイル */
	background-image: url(/parts/ds/images/common/bg_contents_outer_r3.gif);
}
#CONTENTS_INNER { /* [ifie.css] override */
	width: 978px;
	margin: 0 auto;
	padding: 10px 9px 1px;
	min-height: 600px;
}

/* --------------------------------------------------------- */
/* コンテンツ領域 左枠 */
/* --------------------------------------------------------- */
#CONTENTS_MAIN {
	float: left;
	width: 660px;
	margin-top: 5px;
	padding: 0;
	position: relative;
}

/* --------------------------------------------------------- */
/* コンテンツ領域 右枠 */
/* --------------------------------------------------------- */
#CONTENTS_SUB {
	float: right;
	margin-top: 5px;
	width: 300px;
	position: relative;
}

/* --------------------------------------------------------- */
/* ローカルメニュー */
/* --------------------------------------------------------- */
#LOCAL_MENU {
	width: 100%;
	min-width: 996px;
	height: 30px;
	position: absolute;
	top: 120px;
	left: 0;
	z-index: 2;
}
#LOCAL_MENU_BODY {
	width: 996px;
	height: 30px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#LOCAL_MENU_BODY ul.bs-local_menu {
	width: 686px;
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}
#LOCAL_MENU_BODY ul.bs-local_menu li.bsc-normal {
	float: left;
	margin: 0 3px 0 0;
	padding: 0 0 0 6px;
	background: #304567 url(/parts/ds/images/common/lm_sepline_r1.gif) no-repeat 0 9px;
	font-size: 75%;
}
#LOCAL_MENU_BODY ul.bs-local_menu li.bsc-normal-first {
	background-image: none;
}
#R3 #LOCAL_MENU_BODY ul.bs-local_menu li.bsc-normal { /* R3用スタイル */
	background-image: url(/parts/ds/images/common/lm_sepline_r3.gif);
	background-color: #393939;
}
#R3 #LOCAL_MENU_BODY ul.bs-local_menu li.bsc-normal-first {
	background-image: none;
}
#LOCAL_MENU_BODY ul.bs-local_menu li.bsc-category {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	background-color: #304567;
	font-size: 75%;
}
#R3 #LOCAL_MENU_BODY ul.bs-local_menu li.bsc-category { /* R3用スタイル */
	background-color: #393939;
}
#LOCAL_MENU_BODY ul.bs-local_menu li.bsc-normal a,
#LOCAL_MENU_BODY ul.bs-local_menu li.bsc-category a {
	display: block;
	margin: 6px 0 0;
	padding: 2px 8px;
	cursor: pointer;
	line-height: 1.2;
	outline-style: none;
}
#LOCAL_MENU_BODY ul.bs-local_menu li.bsc-normal a:link,
#LOCAL_MENU_BODY ul.bs-local_menu li.bsc-category a:link,
#LOCAL_MENU_BODY ul.bs-local_menu li.bsc-normal a:visited,
#LOCAL_MENU_BODY ul.bs-local_menu li.bsc-category a:visited {
	color: #FFFFFF;
}
#LOCAL_MENU_BODY ul.bs-local_menu li.bsc-normal a:hover,
#LOCAL_MENU_BODY ul.bs-local_menu li.bsc-category a:hover,
#LOCAL_MENU_BODY ul.bs-local_menu li.bsc-normal a.bsc-here:link,
#LOCAL_MENU_BODY ul.bs-local_menu li.bsc-category a.bsc-here:link,
#LOCAL_MENU_BODY ul.bs-local_menu li.bsc-normal a.bsc-here:visited,
#LOCAL_MENU_BODY ul.bs-local_menu li.bsc-category a.bsc-here:visited {
	color: #62D8FF;
	background-color: #1F2E46;
	text-decoration: none;
}
#R3 #LOCAL_MENU_BODY ul.bs-local_menu li.bsc-normal a:hover,
#R3 #LOCAL_MENU_BODY ul.bs-local_menu li.bsc-category a:hover,
#R3 #LOCAL_MENU_BODY ul.bs-local_menu li.bsc-normal a.bsc-here:link,
#R3 #LOCAL_MENU_BODY ul.bs-local_menu li.bsc-category a.bsc-here:link,
#R3 #LOCAL_MENU_BODY ul.bs-local_menu li.bsc-normal a.bsc-here:visited,
#R3 #LOCAL_MENU_BODY ul.bs-local_menu li.bsc-category a.bsc-here:visited { /* R3用スタイル */
	color: #95B5FF;
	background-color: #1C1C1C;
	text-decoration: none;
}
#LOCAL_MENU_BODY ul.bs-local_menu li.bsc-category a {
	padding-right: 20px;
	background-image: url(/parts/ds/images/common/mark_localmenu_pulldown.gif);
	background-repeat: no-repeat;
	background-position: 90% 50%;
}
#LOCAL_MENU_BODY ul.bs-local_menu li.bsc-category a:hover,
#LOCAL_MENU_BODY ul.bs-local_menu li.bsc-category a.bsc-here:link,
#LOCAL_MENU_BODY ul.bs-local_menu li.bsc-category a.bsc-here:visited {
	background-image: url(/parts/ds/images/common/mark_localmenu_pulldown_here_r1.gif);
}
#R3 #LOCAL_MENU_BODY ul.bs-local_menu li.bsc-category a:hover,
#R3 #LOCAL_MENU_BODY ul.bs-local_menu li.bsc-category a.bsc-here:link,
#R3 #LOCAL_MENU_BODY ul.bs-local_menu li.bsc-category a.bsc-here:visited { /* R3用スタイル */
	background-image: url(/parts/ds/images/common/mark_localmenu_pulldown_here_r3.gif);
}

/* プルダウンメニュー ============================== */
#LOCAL_MENU_PULLDOWN {
	width: 996px;
	margin: 0 auto;
	position: relative;
}
#LOCAL_MENU_PULLDOWN .bs-pulldown {
	border: #B3B3B3 1px solid;
	background-color: #FFFFFF;
	font-size: 87.5%;
	position: absolute;
	display: none;
	padding: 10px;
}
#LOCAL_MENU_PULLDOWN .bs-pulldown ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#LOCAL_MENU_PULLDOWN .bs-pulldown ul li {
	float: left;
	width: 49%;
	margin: 0 0 5px;
	padding: 0;
	line-height: 1.2;
}
#LOCAL_MENU_PULLDOWN .bs-pulldown ul li.bsc-all {
	float: none;
}
#LOCAL_MENU_PULLDOWN .bs-pulldown ul li a {
	padding: 0 0 0 15px;
	background-image: url(/parts/ds/images/common/mark_localmenu_pulldown_mainmenu_r1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#LOCAL_MENU_PULLDOWN .bs-pulldown ul.bsc-main_menu {
	float: left;
	width: 64%;
	border-right: #B8C4D0 1px solid;
}
#LOCAL_MENU_PULLDOWN .bs-pulldown ul.bsc-sub_menu {
	float: left;
	margin: 1.5em 0 0 -1px;
	padding: 0;
	width: 34%;
	border-left: #B8C4D0 1px solid;
}
#LOCAL_MENU_PULLDOWN .bs-pulldown ul.bsc-sub_menu li {
	float: none;
	width: auto;
	margin: 0 0 5px 30px;
	padding: 0;
	line-height: 1.2;
}
#LOCAL_MENU_PULLDOWN .bs-pulldown ul.bsc-sub_menu li a {
	padding: 0 0 0 8px;
	background-image: url(/parts/ds/images/common/mark_localmenu_pulldown_submenu_r1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#LOCAL_MENU_PULLDOWN .bs-pulldown div.bsc-close {
	position: absolute;
	top: 0px;
	right: 0px;
}
#LOCAL_MENU_PULLDOWN .cmn-custom_corner div.cmnc-edge_top,
#LOCAL_MENU_PULLDOWN .cmn-custom_corner div.cmnc-edge_top div,
#LOCAL_MENU_PULLDOWN .cmn-custom_corner div.cmnc-edge_bottom,
#LOCAL_MENU_PULLDOWN .cmn-custom_corner div.cmnc-edge_bottom div {
	background-image: url(/parts/ds/images/common/bg_pulldown_r1.png);
}
#LOCAL_MENU_PULLDOWN .cmn-custom_corner div.cmnc-edge_body {
	background-image: url(/parts/ds/images/common/bg_pulldown_left_r1.png);
}
#LOCAL_MENU_PULLDOWN .cmn-custom_corner div.cmnc-outer_body {
	background-image: url(/parts/ds/images/common/bg_pulldown_right_r1.png);
}

/* --------------------------------------------------------- */
/* グローバルメニュー */
/* --------------------------------------------------------- */
#GLOBAL_MENU {
	width: 100%;
	min-width: 996px;
	height: 120px;
	position: absolute;
	top: 30px;
	left: 0;
	background-image: url(/parts/ds/images/common/bg_global_r1.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 75%;
}
#R3 #GLOBAL_MENU {/* R3用スタイル */
	background-image: url(/parts/ds/images/common/bg_global_r3.gif);
}
#GLOBAL_MENU_BODY {
	width: 996px;
	height: 120px;
	margin: 0 auto;
	background-image: url(/parts/ds/images/common/bg_global_r1.gif);
	background-repeat: repeat-x;
	background-position: top;
	position: relative;
}
#R3 #GLOBAL_MENU_BODY {/* R3用スタイル */
	background-image: url(/parts/ds/images/common/bg_global_body_r3.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
#GLOBAL_MENU_BODY a {
	outline-style: none;
}
#GLOBAL_MENU_BODY img {
	display: block;
}
#GLOBAL_MENU_LIST ul {
	list-style-type: none;
	margin: 0;
	padding: 60px 0 0;
}
#GLOBAL_MENU_LIST ul li {
	float: left;
}
#GLOBAL_MENU_LIST ul li.bs-special {
	margin-left: 5px;
}
#GLOBAL_MENU_FOCUS {
	position: absolute;
	top: 5px;
	right: 9px;
	z-index: 3;
}
#GLOBAL_MENU_FOCUS div.bs-advertise {
	width: 300px;
	height: 60px;
}
#GLOBAL_MENU_FOCUS div.bs-subscribe {
	margin: 5px 0 0;
}
#GLOBAL_MENU_FOCUS dl {
	margin: 5px 0 0;
	padding: 0;
}
#GLOBAL_MENU_FOCUS dl dd {
	float: left;
}

/* --------------------------------------------------------- */
/* ユニバーサルバー */
/* --------------------------------------------------------- */
#UNIVERSAL_BAR {
	width: 100%;
	min-width: 996px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/parts/ds/images/common/bg_unibar.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 75%;
	color: #E6E6E6;
}
#UNIVERSAL_BAR a:link,
#UNIVERSAL_BAR a:visited {
	color: #E6E6E6;
}
#UNIVERSAL_BAR_BODY {
	width: 996px;
	height: 30px;
	margin: 0 auto;
	background-image: url(/parts/ds/images/common/bg_unibar.gif);
	background-repeat: repeat-x;
	background-position: top;
	overflow: hidden;
}
#UNIVERSAL_BAR_SERVICE {
	float: left;
	border-right: #1b1c1e 1px solid;
}
#UNIVERSAL_BAR_SERVICE ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	border-right: #616263 1px solid;
}
#UNIVERSAL_BAR_SERVICE ul li {
	border-left: #616263 1px solid;
	float: left;
}
#UNIVERSAL_BAR_SERVICE ul li a {
	display: block;
	float: left;
	border-left: #1b1c1e 1px solid;
	padding: 0 7px 0 14px;
	min-height: 29px;
	line-height: 29px;
	background-image: url(/parts/ds/images/common/mark_unibar_01.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
#UNIVERSAL_BAR_NIKKEI_ID {
	float: right;
	border-left: #616263 1px solid;
}
#UNIVERSAL_BAR_NIKKEI_ID .bs-title {
	float: left;
}
#UNIVERSAL_BAR_NIKKEI_ID .bs-title a {
	display: block;
	padding: 9px 8px 9px 14px;
	border-left: #1b1c1e 1px solid;
	background-image: url(/parts/ds/images/common/mark_unibar_02.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
#UNIVERSAL_BAR_NIKKEI_ID div.bs-regist_ds,
#UNIVERSAL_BAR_NIKKEI_ID div.bs-username {
	float: left;
	line-height: 29px;
}
#UNIVERSAL_BAR_NIKKEI_ID div.bs-regist_ds a:link,
#UNIVERSAL_BAR_NIKKEI_ID div.bs-regist_ds a:visited {
	text-decoration: underline;
}
#UNIVERSAL_BAR_NIKKEI_ID div.bs-regist_ds a:hover {
	text-decoration: none;
}
#UNIVERSAL_BAR_NIKKEI_ID ul.bs-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}
#UNIVERSAL_BAR_NIKKEI_ID ul.bs-menu li {
	float: left;
	margin-left: 5px;
}
#UNIVERSAL_BAR_NIKKEI_ID ul.bs-menu li.bsc-login,
#UNIVERSAL_BAR_NIKKEI_ID ul.bs-menu li.bsc-logout,
#UNIVERSAL_BAR_NIKKEI_ID ul.bs-menu li.bsc-config {
	padding: 4px 0 5px 0;
}
#UNIVERSAL_BAR_NIKKEI_ID ul.bs-menu li.bsc-help a {
	display: block;
	line-height: 29px;
	background-image: url(/parts/ds/images/common/mark_unibar_help_off.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0 0 0 20px;
}
#UNIVERSAL_BAR_NIKKEI_ID ul.bs-menu li.bsc-help a:hover {
	background-image: url(/parts/ds/images/common/mark_unibar_help_on.gif);
}
#UNIVERSAL_BAR_PAPER {
	border-left: #616263 1px solid;
	float: right;
}
#UNIVERSAL_BAR_PAPER a {
	display: block;
	padding: 9px 8px 9px 14px;
	border-left: #1b1c1e 1px solid;
	background-image: url(/parts/ds/images/common/mark_unibar_02.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
/* --------------------------------------------------------- */
/* ページの先頭へ */
/* --------------------------------------------------------- */
#RETURN_TO_PAGETOP {
	width: 100%;
	min-width: 996px;
	border-bottom: #304567 14px solid;
	margin: 0;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(/parts/ds/images/common/bg_contents_body_r1.gif);
}
#R3 #RETURN_TO_PAGETOP { /* R3用スタイル */
	background-image: url(/parts/ds/images/common/bg_contents_body_r3.gif);
	background-color: #E2E2E2;
}
#RETURN_TO_PAGETOP_BODY {
	width: 978px;
	margin: 0 auto;
	padding: 0 9px;
	text-align: right;
}

/* --------------------------------------------------------- */
/* 関連情報 */
/* --------------------------------------------------------- */
#RELATED_INFORMATION { /* [ifie.css] override */
	width: 100%;
	min-width: 996px;
	margin-top: -14px;
	border-top: #304567 3em solid;
	background-color: #DDECF3;
	font-size: 75%;
}
#RELATED_INFORMATION_BODY {
	width: 996px;
	margin: 0 auto;
	position: relative;
}
#RELATED_INFORMATION_BODY .bs-title { /* [ifie.css] override */
	color: #FFFFFF;
	background: #304567 url(/parts/ds/images/common/mark_relatedinfo_01.gif) no-repeat 3px 50%;
	padding-left: 15px;
	margin:1em 0 2em;
	line-height: 1.2;
}
#RELATED_INFORMATION_BODY ul {
	color: #304567;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#RELATED_INFORMATION_BODY ul li { /* [ifie.css] override */
	margin: 0 0 5px;
	padding: 0 0 0 15px;
	background-image: url(/parts/ds/images/common/mark_relatedinfo_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height:1.2;
}
#RELATED_INFORMATION_BODY ul li ul {
	margin: 5px 0 0;
	padding: 0;
}
#RELATED_INFORMATION_NIKKEI,
#RELATED_INFORMATION_EVENT,
#RELATED_INFORMATION_KNOWLEDGE,
#RELATED_INFORMATION_SERVICE { /* [ifie.css] override */
	float: left;
	position: relative;
	top: -3em;
	margin-bottom: -2.5em;
}
#RELATED_INFORMATION_NIKKEI {
	width: 249px;

}
#RELATED_INFORMATION_EVENT {
	width: 200px;

}
#RELATED_INFORMATION_KNOWLEDGE {
	width: 200px;

}
#RELATED_INFORMATION_SERVICE {
	width: 347px;
}

#RELATED_INFORMATION_SERVICE ul {
	width: 173px;
	float: left;
}

/* --------------------------------------------------------- */
/* 日本経済新聞社について */
/* --------------------------------------------------------- */
#ABOUT_NIKKEI {
	width: 100%;
	min-width: 996px;
	color: #143A65;
	background-color: #EFFAFF;
	font-size: 75%;
	position: relative;
}
#ABOUT_NIKKEI_BODY {
	width: 996px;
	margin: 0 auto;
	padding: 10px 0 15px;
}
#ABOUT_NIKKEI_BODY .bs-title {
	color: #464646;
}
#ABOUT_NIKKEI_BODY ul {
	list-style-type: none;
	margin: 4px 0 10px 0;
	padding: 0;
}
#ABOUT_NIKKEI_BODY ul li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0 0 0 5px;
	border-left: #143A65 1px solid;
	line-height: 1.2;
}
#ABOUT_NIKKEI_BODY ul li.bs-first {
	border-left-style: none;
	padding: 0;
}
#ABOUT_NIKKEI_BODY ul li a {
	white-space: nowrap;
}
#ABOUT_NIKKEI_BODY .bs-copyright { /* [ifie.css] override */
	background-image: url(/parts/ds/images/common/logo_aboutnikkei_nikkei.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 70px;
	min-height: 16px;
	line-height: 16px;
}

/* --------------------------------------------------------- */
/* ポップアップスタイル */
/* --------------------------------------------------------- */
#POPUP #PAGE_TOP {/* R3用スタイル */
	width: auto;
	padding: 9px;
	margin: 0;
	top: 0;
	text-align: center;
	min-width: 0;
	position: relative;
}
#R3 #POPUP #PAGE_TOP {/* R3用スタイル */
	background-image: url(/parts/ds/images/common/bg_global_r3.gif);
	background-position: left top;
}
#POPUP #CONTENTS {
	width: auto;
	padding: 17px 20px 10px;
	background-image: none;
	background-color: transparent;
	min-width: 0;
	border-bottom: solid #304567 10px;
}
#POPUP #CONTENTS_BODY {
	background-position: right bottom;
	background-repeat: no-repeat;
}
/* WHO'S WHO詳細用 */
#POPUP .bs-telecom21 #CONTENTS_BODY {
	background-image: url(/parts/ds/images/common/logo_telecom21_popup.gif);
	line-height:1.3;
}
/* 写真詳細用 */
#POPUP .bs-photo #CONTENTS_BODY {
	background-image: none;
	text-align: center;
}
#POPUP .bs-photo #CONTENTS_BODY div.cmn-photo_style2 {
	margin-top: -17px;
}
#POPUP .bs-photo #CONTENTS_BODY div.cmn-photo_style2 p {
	font-size: 100%;
	margin-top: 10px;
}
/* 印刷ページ用 */
#POPUP .bs-print #CONTENTS_BODY {
	background-image: none;
}
#POPUP .bs-print #CONTENTS_BODY .cmn-print_headline {
	border-bottom: 1px solid #000000;
	margin: 0 0 15px;
}
#POPUP .bs-print #CONTENTS_BODY .cmn-print_headline {
	background: none;
	border-bottom: 1px solid #000000;
	padding-left: 0px;
}
#POPUP .bs-print #CONTENTS_BODY .cmn-print_headline .cmnc-title {
	float: left;
}
#POPUP .bs-print #CONTENTS_BODY .cmn-print_headline div.cmn-useful_tools {
	float: right;
	clear: none;
	margin-top: 0;
	margin-bottom: 5px;
}
#POPUP .bs-print #CONTENTS_BODY dl.cmn-article_status {
	margin-bottom: 20px;
}
#POPUP #ABOUT_NIKKEI {
	width: auto;
	min-width: 0;
}
#POPUP #ABOUT_NIKKEI_BODY {
	width: auto;
	padding: 9px 0;
}
#POPUP #ABOUT_NIKKEI_BODY .bs-copyright {
	margin: 0 auto;
	text-align: center;
	background-image: none;
}
#POPUP #ABOUT_NIKKEI_BODY .bs-copyright img {
	vertical-align: text-bottom;
}
#POPUP #ABOUT_NIKKEI_BODY .bs-ipr {
	margin: 10px 10px 0;
	line-height: 1.3;
}
#POPUP div.bs-privacy {
	margin: 10px 0;
	text-align: center;
	font-size: 75%;
	line-height: 1.2;
}
#POPUP div.bs-privacy a {
	padding: 0 0 0 8px;
	background-image: url(/parts/ds/images/common/mark_continue.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#POPUP div.bs-close {
	text-align: center;
}
@media print {
	#POPUP #ABOUT_NIKKEI {
		background-color: transparent;
	}
	#POPUP #ABOUT_NIKKEI_BODY .bs-copyright {
		margin: 0 10px 10px;
	}
	#POPUP #CONTENTS {
		border-bottom-width: 1px;
	}
	#POPUP div.bs-close {
		display: none;
	}
	#POPUP div.cmn-useful_tools {
		display: none;
	}
}
/* --------------------------------------------------------- */
/* ビューワー */
/* --------------------------------------------------------- */
#VIEWER {
	background-image: url(/parts/ds/images/common/bg_contents_body_r3.gif) !important;
	background-position: 50% 0%;
	background-color: #E2E2E2;
	background-repeat: repeat-y;
}
#VIEWER #CONTENTS {
	background-color: #E2E2E2;
	background-image: url(/parts/ds/images/common/bg_contents_r3.gif);
	background-position: 0 0;
	padding-top: 0;
	min-width: 995px;
}
#VIEWER #CONTENTS_BODY {
	background-image: url(/parts/ds/images/common/bg_contents_body_r3.gif) !important;
}
#VIEWER #CONTENTS_INNER {
	padding-top: 0px;
}
#VIEWER #CONTENTS_OUTER {
	background-image: url(/parts/ds/images/common/bg_contents_outer_r3.gif) !important;
}
#VIEWER #SITE_TITLE {
	position: relative;
	top: 0;
	height:39px;
	border-top: 2px solid #3A4599;
	border-bottom: 1px solid #C3C7DF;
	background-image: url(/parts/ds/images/common/bg_sitetitle.gif);
	background-repeat: repeat-x;
}
#VIEWER #SITE_TITLE h1 {
	position: relative;
	margin-top: 5px;
	text-align: left;
}
#VIEWER #SITE_TITLE h1 img.page_title {
	position: absolute;
	top: 2px;
	left: 19px;
}
#VIEWER #SITE_TITLE h1 span {
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
}
#VIEWER #SITE_TITLE h1 img.page_subtitle {
	position: absolute;
	left: 10px;
	top: 9px;
}
#VIEWER #SITE_TITLE ul {
	position: absolute;
	top:9px;
	right: 17px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#VIEWER #SITE_TITLE ul li {
	float: left;
	margin-right: 1px;
}
#VIEWER #SITE_TITLE ul li img {
	display: block;
}
#VIEWER #SITE_TITLE ul li a {
	outline-style: none;
}
#VIEWER #ABOUT_NIKKEI {
	min-width:0;
	width:996px;
	margin: 0 auto;
	background: #E2E2E2 url(/parts/ds/images/common/bg_contents_body_r3.gif) repeat-y center;
}
#VIEWER #ABOUT_NIKKEI_BODY {
	margin: 0 auto;
	width: auto;
	border-top:10px solid #304567;
	background-color: #EFFAFF;
	padding: 9px 0;
}
#VIEWER #ABOUT_NIKKEI_BODY .bs-copyright {
	margin: 0 auto;
	padding: 0;
	background-image:none;
	text-align:center;
	width: auto;
}
#VIEWER #ABOUT_NIKKEI_BODY .bs-copyright img {
	vertical-align:text-bottom;
}
#VIEWER #P_VW_SIMEN_BODY{
	height: 696px;
}

/* --------------------------------------------------------- */
/* エラー画面 */
/* --------------------------------------------------------- */
#ERROR #GLOBAL_MENU {
	height: 26px;
	position: absolute;
	top: 0;
}
#ERROR #PAGE_TOP {
	top: 5px;
}
#ERROR #PAGE_TOP_BODY .bs-title {
	float: none;
	text-align: center;
	width: 996px;
}
#ERROR #CONTENTS {
	background-position: 0 26px;
	padding-top: 26px;
}
#ERROR #ABOUT_NIKKEI {
	border-top: #304567 10px solid;
}
#ERROR #ABOUT_NIKKEI_BODY {
	padding-bottom: 10px;
}
#ERROR #ABOUT_NIKKEI_BODY .bs-copyright {
	width: 26em;
	margin: 0 auto;
}
