@charset "UTF-8";
/* reset styles */
html {
	color: #000000;
	overflow-y: scroll;
}
/* --BODY-- */
body {
	font: 12px/1.5 Meiryo, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	margin: 0;
	overflow: visible;
	padding: 0;
}
/* for IE7 */
*+html body {
	font-family: Meiryo, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 75%;
}
/* for IE6 */
* html body {
	font-size: 75%;
}
/* --OTHER TAGS-- */
a img, fieldset, img {
	border: 0;
}
blockquote, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, select, span, textarea, td, th, ul {
	margin: 0;
	padding: 0;
}
abbr, acronym {
	border: 0;
}
address, caption, cite, code, dfn, em, th, strong, var {
	font-style: normal;
	font-weight: normal;
}
caption, th {
	text-align: left;
}
code, kbd, pre, samp, tt {
	font-family: monospace;
	line-height: 100%;
}
/* for IE7設定 */
*+html code, kbd, pre, samp, tt {
	font-size:108%;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
input, select, textarea {
	font-size: 100%;
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
ol, ul {
	list-style: none;
}
q:before, q:after {
	content: '';
}
/* tables still need 'cellspacing="0"' */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
/* CSS Document */

/* basic configurations */
*{
	/* margin:0px auto 0px auto; */
    /* jfe */
	margin:0px 0 0px 0;
	/* padding:0 auto 0 auto; */
	/*line-height: 166%;*/
}
html {
	background: #fff;
	/* letter-spacing: .com_1em; */
}

/* ========== Clearfix ========== */
/* For modern browsers */
.com_clearfix:before,
.com_clearfix:after {
	content:"";
	display:table;
}

.com_clearfix:after {
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.com_clearfix {
	zoom:1;
}

/* ========== link ========== */
/*basis */
a,
a:link,
a:visited {
	color: #0c83f2;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color:#0c83f2;
	text-decoration: underline;
}
/* ========== margin and padding ========== */
.com_mt2 {
	margin-top: 2px !important;
}
.com_mt25 {
	margin-top: 25px !important;
}
.com_mt32 {
	margin-top: 32px !important;
}
.com_mt50 {
	margin-top: 50px !important;
}

.com_pt20 {
	padding-top: 20px !important;
}
.com_pb20 {
	padding-bottom: 20px !important;
}
.com_pb500 {
	padding-bottom: 500px !important;
}

/* ========== main ========== */

.com_wrapperT {
	width: 1000px;
	margin: 0 auto;
}
.com_wrapper840 {
	width: 840px;
	margin: 0 auto;
}

/* login */
div#com_headerLogin {
	width: 100%;
	height: 210px;
	border-bottom: 10px solid #ff7832;
	background: url(../img/loginHeaderBg.jpg) no-repeat 100% 0;
}
img.com_loginHeaderLogo {
	/* width: 180px; */
	/* height: 60px; */
	margin: 40px 0 0 0;
}
h1.com_loginHeaderH1 {
	width: 600px;
	margin: 20px 0 0 0;
	color: #000;
	font-weight: bold;
	font-size: 183%;
	line-height: 1.36em;
}
.com_loginL {
	width: 290px;
	float: left;
	margin: 30px 0 0 0;
}
#com_loginWindow_a {
	width: 290px;
	background: #dcdcdc url(../img/loginWindow_aBg.gif) no-repeat 0 100%;
	margin: 18px 0 0 0;
}
table.com_lwindow {
	width: 290px;
}
table.com_lwindow th {
	width: 105px;
	text-align: center;
	vertical-align: middle;
}
table.com_lwindow td {
	text-align: left;
	vertical-align: middle;
	padding: 10px 0;
}
table.com_lwindow td input {
	width: 163px;
    line-height: 166%;
    font-size: 117%;
    height: 28px;
}
#com_loginWindow_b {
	width: 290px;
	background: #dcdcdc;
	border-bottom: 1px solid #bcbcbc;
}
#com_loginWindow_c {
	width: 290px;
	background: #c8c8c8;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #a5a5a5;
	margin: 0 0 10px 0;
}
#com_loginWindow_c input {
	display: block;
	width: 250px;
	height: 40px;
	margin: 10px auto;
}
.com_loginL p {
	line-height: 1.33em;
}
.com_loginR {
	width: 550px;
	float: left;
	margin: 30px 0 0 0;
}
.com_loginR ul {
	list-style: square outside;
	color: #ff7832;
	margin: 0 0  0 62px;
}
.com_loginR ul li {

}
.com_loginR ul li span {
	color: #000;
}

/* menu */
body.com_mainmenu {
	height: 100%;
}
div.com_background {
	height: 100%;
	min-height: 100%;
	background: #FFF5D0 url(../img/menuBg.png) repeat-y 50% 0;
}
body.com_mainmenu > div.com_background {
	height: auto;
}
p.com_menuTime {
	text-align: right;
	margin: 0px 20px 0 0;
	padding: 10px 0 0 0;
}
div#com_menuheader {
	margin-top: 20px;
	border-top: 3px solid #ff7832;
}
#com_menuHeadLogo {
	width: 180px;
	height: 60px;
	margin: 18px 0 19px 20px;
	float: left;
}
#com_menuHeadR {
	width: 800px;
	margin: 0 0 19px 0;
	float: left;
}
#com_menuHeadUid {
	text-align: right;
	background: url(../img/meuHeadUidBg.png) repeat-y 100% 0;
	font-size: 117%;
	padding: 0.5em 20px 0.5em 0;
}
#com_menuHeadUid span {
	color: #7D7D7D;
	margin: 0 1.5em 0 0;
}
#com_menuHeadUid em {
	font-weight: bold;
	margin: 0 0.5em 0 0;
}
#com_menuHeadLogout {
	width: 80px;
	height: 20px;
	float: right;
	margin: 7px 20px 0 0;
}
#com_menu {
	clear: both;
	font-size: 133%;
	background: #ff7832;
	color: #fff;
}
#com_menu div {
	padding: 0.2em 0 0.2em 20px;
}
#com_menu a {
	color: #fff;
	font-weight: bold;
}
#com_pannav {
	clear: both;
	font-size: 117%;
	background: #fff0be;
	color: #FF7832;
}
#com_pannav div {
	padding: 0.2em 0 0.2em 20px;
}
#com_pannav a {
	color: #FF7832;
}
#com_menuMain {
	margin-top: 40px;
}
#com_menuMain p {
	font-size: 133%;
}
#com_menuWrapper {
	margin-top: 25px;
}
.com_menuitem {
	margin-top: 10px;
}
.com_menuL {
	width: 132px;
	float: left;
}
.com_menuL span {
	font-size: 133%;
	border-left: 4px solid #FF7832;
	padding: 2px 0 2px 10px;
}
.com_menuR {
	width: 708px;
	float: left;
}
.com_menuR ul {
	clear: both;
}
.com_menuR ul li {
	font-size: 133%;
	float: left;
	margin: 0 20px 10px 0;
}
.com_menuR ul li a {
	color: #FF7832;
	font-weight: bold;
	background: url(../img/menuBit.gif) no-repeat 0 40%;
	padding: 0 0 0 14px;
	text-decoration: underline;
}
#com_menuInfoTitle {
	margin-top: 50px;
}
#com_menuInfo {
	width: 840px;
	background: #f5f5f5;
	margin-bottom: 20px;
}
#com_menuInfo p {
	display: block;
	padding: 16px;
}

/* refer */
#com_pannavRef {
	clear: both;
	font-size: 117%;
	background: #f0f0f0;
	color: #FF7832;
}
#com_pannavRef div {
	padding: 0.2em 0 0.2em 20px;
}
#com_pannavRef a {
	color: #FF7832;
}
h2.com_referTitle {
	width: 861px;
	background: url(../img/referTitle.png) no-repeat 0 0;
	/* font-size: 183%; */
	font-size: 150%;
	line-height: 1em;
	margin: 20px 0 0 0;
	padding: 15px 0 15px 21px;
	color: #FF7832;
	font-weight: bold;
}
.com_referTable01 {
	margin-top: 20px;
}
.com_referTable01 p {
	margin-top: 20px;
	font-size: 117%;
}
table.com_referTable {
	margin: 0;
}
table.com_referTable th {
	color: #FF4600;
	border: 1px solid #FF7832 !important;
	background: #fffae6;
	padding: 8px 15px;
	text-align: center;
	font-size: 117%;
}
table.com_referTable td {
	border: 1px solid #C8C8C8;
	padding: 8px 20px 8px 5px;
	font-size: 117%;
}
table.com_referTable th a,
table.referTable td a {
	color: #0000FF;
	text-decoration: underline;
}
table.referTable th.com_bt_n,
table.com_referTable td.com_bt_n {
	border-top: none;
}
table.com_referTable th.com_br_n,
table.com_referTable td.com_br_n {
	border-right: none;
}
table.com_referTable th.com_bb_n,
table.com_referTable td.com_bb_n {
	border-bottom: none;
}
table.com_referTable th.com_bl_n,
table.com_referTable td.com_bl_n {
	border-left: none;
}
table.com_referTable th.com_ta_r,
table.com_referTable td.com_ta_r {
	text-align: right;
}
table.com_referTable th.com_ta_c,
table.com_referTable td.com_ta_c {
	text-align: center;
}
table.com_referTable td.com_pr {
	padding-right: 8px;
	padding-left: 20px;
}
table.com_referTable td.com_pr10 {
	padding-right: 10px;
	padding-left: 10px !important;
}
.com_referTable02 {
	margin-top: 25px;
}
.com_referBtnArea {
	margin: 20px 0 20px 0;
}
.com_btn_dl {
	border: 1px solid #C8C8C8;
	background: #E1E1E1;
	float: left;
	font-size: 117%;
}
.com_btn_print {
	border: 1px solid #C8C8C8;
	background: #E1E1E1;
	float: left;
	font-size: 117%;
	margin: 0 0 0 10px;
}
.com_btn_refine,
.com_btn_sort {
	border: 1px solid #C8C8C8;
	background: #E1E1E1;
	font-size: 100%;
}
.com_btn_dlformat {
	border: 1px solid #C8C8C8;
	background: #E1E1E1;
	float: left;
	font-size: 117%;
	margin: 0 0 0 10px;
}
.com_referTable03 {
	margin-top: 28px;
}
.com_referTable04 {
	width: 910px;
	margin-top: 20px;
	border-top: 1px solid #FF7832;
}
.com_referTable04 table {
	width: 100%;
}
.com_referTable04 p {
	font-size: 117%;
	text-align: right;
	padding: 10px 0;
}
table.com_referTable th.com_pr04 {
	padding-right: 4px;
	padding-left: 4px !important;
	line-height: 1em;
}
table.com_referTable td.com_pr04 {
	padding-right: 4px;
	padding-left: 4px !important;
	line-height: 1em;
}
table.com_referTable td.com_pr04 span {
	color: #FF96C8;
	line-height: 1em;
}
table.com_referTable tr.com_even td {
	background: #F5F5F5;
}

/* jfe */

.com_main{
    margin-left: 1px;
}

table.com_main {
    width: 100%;
}

.com_table1 {
    /* font-size: 14px; */
    font-size: 12px;
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #999999;
    border-left-color: #999999;
    margin-bottom: 15px;
}

.com_table1 th {
	color: #FF4600;
	border: 1px solid #FF7832 !important;
	background: #fffae6;
	/* padding: 8px 15px; */
	padding: 2px 4px;
	text-align: center;
	font-size: 117%;
}
.com_table1 td {
	/* border: 1px solid #C8C8C8; */
	border: 1px solid #FF7832 !important;
	/* padding: 8px 20px 8px 5px; */
	padding: 2px 5px 2px 1px;
	font-size: 117%;
}
.com_gray{
    background-color: #EDEEF0;
}
.com_table2 {
    width: 950px;
    margin-top: 5px;
    margin-bottom: 10px;
    border-right-style: none;
    border-bottom-style: none;
    font-size: 14px;
    border-top-style: none;
    border-left-style: none;
}
.com_table2 td{
    padding-right: 0px;
    padding-left: 0px;
}
.com_table2 .com_table3 {
    width: 100%;
    background-color: #044A92;
}
.com_table2 .com_table3 th {
    background-color: #666666;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 14px;
    padding: 1px;
}
.com_table2 .com_table3 td {
    background-color: #FFFFFF;
    padding: 1px;
    font-size: 14px;
}

.com_table4 {
    margin-top: 5px;
    margin-bottom: 10px;
    border-right-style: none;
    border-bottom-style: none;
    font-size: 14px;
    border-top-style: none;
    border-left-style: none;
}
.com_table4 td{
    padding-right: 0px;
    padding-left: 0px;
}
.com_table4 .com_table5 {
    width: 100%;
    background-color: #044A92;
}
.com_table4 .com_table5 th {
    background-color: #666666;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 14px;
    padding: 1px;
}
.com_table4 .com_table5 td {
    background-color: #FFFFFF;
    padding: 1px;
    font-size: 14px;
}

/*　ホバーウインドウdivスタイルここから　*/
/*　ポップアップウィンドウのdivスタイルここから　*/
/*　レイヤー全体に敷くグレーの画像は、popup_bg1.gifでお願いします（上下左右中央・リピート無し）　*/

.com_shw {
    background-color: #FFFFFF;
    background-image: url(/scm/images/popup_table_bg.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    font-size: 14px;
    line-height: 18px;
    width: 600px;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 5px;
    border: 1px solid #999999;
    top: 50px;
    left: 50px;
}

.com_shw .com_shw_dragid {
    text-align: left;
    background-image: url(/scm/images/popup_table_lefttop.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    height: 20px;
    width: 10px;
}

.com_shw h1 {
    background-color: #044A92;
    font-size: 16px;
    color: #FFFFFF;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.com_shw h2 {
    color: #044A92;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.comshw p {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* ホバーウインドウdivスタイルここまで */



