@charset "utf-8";
/*
-----------------------------------------------
title: Initialize HTML Tag Format
date:  2013.12.04
----------------------------------------------- */


/*----- Margin - Aline Sytle ------*/
.margin0{
	margin-top:0px !important;
}
.margin10{
	margin-top:10px !important;
}
.margin15{
	margin-top:15px !important;
}
.margin20{
	margin-top:20px !important;
}
.margin25{
	margin-top:25px !important;
}
.margin30{
	margin-top:30px !important;
}
.margin40{
	margin-top:40px !important;
}
.marginLeft0{
	margin-left:0px !important;
}
.marginLeft10{
	margin-left:10px !important;
}
.marginLeft20{
	margin-left:20px !important;
}
.marginLeft40{
	margin-left:40px !important;
}
.marginRight0{
	margin-right:0px !important;
}
.marginRight10{
	margin-right:10px !important;
}
.marginRight20{
	margin-right:20px !important;
}
.marginRight40{
	margin-right:40px !important;
}
.marginBottom0{
	margin-bottom:0px !important;
}
.marginBottom10{
	margin-bottom:10px !important;
}
.marginBottom20{
	margin-bottom:20px !important;
}
.marginBottom40{
	margin-bottom:40px !important;
}
.left{
	text-align:left;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}
.clearFloat{
	clear:both;
	line-height:0px;
}
.boxCenter{
	margin-left:auto !important;
	margin-right:auto !important;
}

/*----- Default Tag Sytle ------*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #333333;
	background-color:#F8F8F8;
	font-family:"メイリオ", Osaka;
}

h1,
h2,
h3,
h4,
h5,
h6,
img,
p,
div,
form{
	margin:0px;
	padding:0px;
}
select,
input{
	font-size:small;
}

img {
	border:none;
}

em {
	color:#000000;
	font-style:normal;
	text-transform: none;
	font-weight: bold;
}

strong {
	color:#CC0000;
	font-weight: bold;
}

/*----- Text Link Style ----*/
A{
	text-decoration:none;
}

A:hover
{
	text-decoration: underline;
}

.emphasis{
	background: url(../images/icon_emphasis2.gif) no-repeat left;
	padding-left:20px;
	line-height:130%
}
.wMax{
	width:97% !important;
}
.layoutTbl{
	border:none !important;
}
.layoutTbl td{
	border:none !important;
}
.txtLinkActive{
	background: url(../images/icon_link_red.gif) no-repeat left top;
	padding:1px 0 1px 20px;
}
.txtLink{
	background: url(../images/icon_atag.gif) no-repeat 0px 0.3em;
	padding:1px 0 1px 10px;
}
.txtLink2{
	background: url(../images/icon_atag.gif) no-repeat 0px 0.4em;
	padding:0 0 0 10px;
}
.txtLink2_InnerDiv {
	padding:0;
	line-height:1.3;
}
.imgIcon {
	padding-left:5px;
}
/*----- Add Sta ------*/
.txtLink3{
	padding:1px 0 1px 0px;
}
/*----- Add End ------*/

/*------ Default Table Style -----*/
table{
	border-top: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	line-height:150%;
	padding: 0px;
	margin-bottom:10px;
}

th  {
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	background-color:#FFd799;
	margin: 0px;
	padding: 5px;
}
tr  {
	margin: 0px;
	padding: 0px;
}
td {
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	background-color:#FFFFFF;
	margin: 0px;
	padding: 5px;
}

/*------ A-Tag linkText -----*/

#pagecontents a:link {
	color: #2f7d41;
	text-decoration: underline;
}
#pagecontents a:visited{
	color: #6B7281;
	text-decoration: underline;
}
#pagecontents a:hover{
	color: #db5700;
	background-color:#FFEBCC;
	text-decoration: underline;
}
#pagecontents a:active{
	color: #db5700;
	text-decoration: none;
}

/*------ Font Size -----*/

.fontsizeXXS {
font-size: xx-small;
}
.fontsizeXS {
font-size: x-small; /*line-height:130%;*/
}
.fontsizeS {
font-size: small; /*line-height:130%;*/
}
.fontsizeM {
font-size:medium;
}
.fontsizeL {
font-size:large;
}
.fontsizeXL {
font-size:x-large;
}
.fontsizeXXL {
font-size:xx-large;
}
.formSizeXS select ,
.formSizeXS input {
	font-size: x-small;
}

/*----- Color -----*/

.colorWhite { color:#FFFFFF !important;}
.colorGreyDark1 { color:#444444 !important;}
.colorGreyDark2 { color:#666666 !important;}
.colorGreyDark3 { color:#999999 !important;}
.colorGreyLight1 { color:#F2F2F2 !important;}
.colorGreyLight2 { color:#EFEFEF !important;}
.colorGreyLight3 { color:#CCCCCC !important;}
.colorRed1 { color:#CC0000 !important;}
.colorRed2 { color:#AA0000 !important;}
.colorRed3 { color:#990000 !important;}
.colorBlack{ color:#333333 !important;}
.colorMarineBlue{ color:#0D648E !important;}

.colorIndInv{ color:#DF8738 !important;}
.colorListedCom{ color:#54AC32 !important;}
.colorListingCom{ color:#3A7FC4 !important;}
.colorMktPrf{ color:#9149C7 !important;}

/*----- Bg Color -----*/
.bgColorWhite { background-color:#FFFFFF !important;}
.bgColorGreyDark1 { background-color:#444444 !important;}
.bgColorGreyDark2 { background-color:#666666 !important;}
.bgColorGreyDark3 { background-color:#999999 !important;}
.bgColorGreyLight1 { background-color:#F2F2F2 !important;}
//.bgColorGreyLight2 { background-color:#EFEFEF !important;}
.bgColorGreyLight3 { background-color:#CCCCCC !important;}
.bgColorRed1 { background-color:#CC0000 !important;}
.bgColorRed2 { background-color:#AA0000 !important;}
.bgColorRed3 { background-color:#990000 !important;}
.bgColorBlack{ background-color:#333333 !important;}
.bgColorRed1 { background-color:#F1CAC0 !important;}
.bgColorRed2 { background-color:#F9E8E3 !important;}
.bgColorMarineBlue{ background-color:#0D648E !important;}

.bgColorIndInv{ background-color:#DF8738 !important;}
.bgColorListedCom{ background-color:#54AC32 !important;}
.bgColorListingCom{ background-color:#3A7FC4 !important;}
.bgColorMktPrf{ background-color:#9149C7 !important;}

.tableThColor{ background-color:#E0D7C3 !important;}

/*----- MouseCursor-----*/

.cursorHand{
	cursor:pointer;
}

/*----- Form Elements -----*/

form .activeButton {
	border-top: 1px solid #FFC59D;
	border-right: 1px solid #C15C11;
	border-bottom: 1px solid #C15C11;
	border-left: 1px solid #FFC59D;
	color: #333333;
	padding:6px 7px 3px 7px;
	background-image: url(../images/base_btn_active.gif);
	background-repeat: repeat-x;
	margin:1px;
/*
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #DDDDDD;
	color: #333333;
	padding:6px 7px 3px 7px;
	background-image: url(../images/base_btn.jpg);
	background-repeat: repeat-x;
	margin:1px;
*/
}

form .activeButton:hover,
form .activeButton:focus {
	border-top: 2px solid #FFF0C5;
	border-right: 2px solid #E82F00;
	border-bottom: 2px solid #E82F00;
	border-left: 2px solid #FFF0C5;
	color: #333333;
	padding:5px 6px 2px 6px;
	background-image: url(../images/base_btn_active.gif);
	background-repeat: repeat-x;
	cursor: pointer;
/*
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #555555;
	border-bottom: 2px solid #555555;
	border-left: 2px solid #CCCCCC;
	color: #333333;
	padding:5px 6px 2px 6px;
	background-image: url(../images/base_btn.jpg);
	background-repeat: repeat-x;
	cursor: pointer;
*/
}

.wCloseButton {
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #DDDDDD;
	color: #333333;
	padding:6px 7px 3px 7px;
	background-image: url(../images/close_btn.jpg);
	background-repeat: repeat-x;
	margin:1px 20px 1px 1px;
}

.wCloseButton:hover,
.wCloseButton:focus {
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #555555;
	border-bottom: 2px solid #555555;
	border-left: 2px solid #CCCCCC;
	color: #333333;
	padding:5px 6px 2px 6px;
	background-image: url(../images/close_btn.jpg);
	background-repeat: repeat-x;
	cursor: pointer;
	margin:1px 20px 1px 1px;
}


form .negativeButton {
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #DDDDDD;
	color: #333333;
	padding:6px 7px 3px 7px;
	background-image: url(../images/base_btn.jpg);
	background-repeat: repeat-x;
	margin:1px;
}

form .negativeButton:hover,
form .negativeButton:focus {
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #555555;
	border-bottom: 2px solid #555555;
	border-left: 2px solid #CCCCCC;
	color: #333333;
	padding:5px 6px 2px 6px;
	background-image: url(../images/base_btn.jpg);
	background-repeat: repeat-x;
	cursor: pointer;
}

.negativeButton {
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #DDDDDD;
	color: #333333;
	padding:6px 7px 3px 7px;
	background-image: url(../images/base_btn.jpg);
	background-repeat: repeat-x;
	margin:1px;
}

.negativeButton:hover,
.negativeButton:focus {
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #555555;
	border-bottom: 2px solid #555555;
	border-left: 2px solid #CCCCCC;
	color: #333333;
	padding:5px 6px 2px 6px;
	background-image: url(../images/base_btn.jpg);
	background-repeat: repeat-x;
	cursor: pointer;
}


.pagingmenu{
	width:840px;
	background: url(../images/bg_pagemenu.gif) repeat-x left;
}
.pagingmenu .backindex{
	float:left;
	width:122px;
	height:24px;
}
.pagingmenu .left{
	float:left;
	height:24px;
}
.pagingmenu .preview{
	float:right;
	width:59px;
	height:24px;
}
.pagingmenu .preview_e{
	float:right;
	width:53px;
	height:24px;
}
.pagingmenu .linkbox{
	float:right;
	height:24px;
}
.pagingmenu .next{
	float:right;
	width:77px;
	height:24px;
}
.pagingmenu .next_e{
	float:right;
	width:77px;
	height:24px;
}
.pagingmenu .next_null{
	float:right;
	width:77px;
	height:24px;
	background: url(../images/bt_next_page_null.gif) no-repeat bottom;
}
.pagingmenu .backindex a img{
	width:122px;
	height:24px;
	background: url(../images/bt_return_idx.gif) no-repeat bottom;
}
.pagingmenu .backindex a:hover img{
	width:122px;
	height:24px;
	background: url(../images/bt_return_idx_a.gif) no-repeat left;
}
.pagingmenu .left{
	height:24px;
	background: url(../images/bg_left_pagingnavi.gif) no-repeat 0px 0px;
}
.pagingmenu .left span{
	margin-left:15px;
	line-height:24px;
	height:24px;
}
.pagingmenu .preview a img{
	width:59px;
	height:24px;
	background: url(../images/bt_page_preview.gif) no-repeat left;
}
.pagingmenu .preview a:hover img{
	width:59px;
	height:24px;
	background: url(../images/bt_page_preview_a.gif) no-repeat left;
}
.pagingmenu .preview_e a img{
	width:53px;
	height:24px;
	background: url(../images/bt_back_paging_e.gif) no-repeat left;
}
.pagingmenu .preview_e a:hover img{
	width:53px;
	height:24px;
	background: url(../images/bt_back_paging_a_e.gif) no-repeat left;
}
.pagingmenu .next a img{
	width:77px;
	height:24px;
	background: url(../images/bt_page_next.gif) no-repeat left;
}
.pagingmenu .next a:hover img{
	width:77px;
	height:24px;
	background: url(../images/bt_page_next_a.gif) no-repeat left;
}
.pagingmenu .next_e a img{
	width:77px;
	height:24px;
	background: url(../images/bt_page_next_e.gif) no-repeat left;
}
.pagingmenu .next_e a:hover img{
	width:77px;
	height:24px;
	background: url(../images/bt_page_next_a_e.gif) no-repeat left;
}
.pagingmenu .linkbox a{
	height:20px;
	line-height:24px;
	border-left: 1px solid #CCCCCC;
	margin-left:4px;
	margin-right:4px;
	padding-left:4px;
}

.pagingmenu .current{
	height:20px;
	line-height:24px;
	border-left: 1px solid #CCCCCC;
	margin-left:4px;
	margin-right:4px;
	padding-left:4px;
}

.pagingmenu a{
	text-decoration: none;
}
.pagingmenu a:hover{
	text-decoration: underline;
}
table.naviButton {
	border-style:none;
	width:100%;
}
tr.naviButton {
	border-style:none;
}
td.naviButtonL {
	border-style:none;
	text-align:left;
}
td.naviButtonR {
	border-style:none;
	text-align:right;
}

.header_douteki {
	width:920px;
	height:118px;
	margin-left:auto;
	margin-right:auto;
}

.checkboxField label {
	display:inline-flex;
}

.negativeLink{
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #DDDDDD;
	color: #333333;
	padding:2px 5px 3px 5px;
	background-image:url(../images/base_btn.jpg);
	display:block;
	background-repeat: repeat-x;
	margin:1px;
	font-size: small;
}

.negativeLink:hover,
.negativeLink:focus {
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #555555;
	border-bottom: 2px solid #555555;
	border-left: 2px solid #CCCCCC;
	color: #333333;
	padding:1px 4px 2px 4px;
	background-image: url(../images/base_btn.jpg);
	background-repeat: repeat-x;
	cursor: pointer;
	text-decoration:none;
	font-size:small;
}

.negativeLinkEn{
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #DDDDDD;
	color: #333333;
	padding:6px 7px 3px 7px;
	background-image:url(../images/base_btn.jpg); 
	background-repeat: repeat-x;
	margin:1px;
	font-size: small;
	font-family:sans-serif;
}

.negativeLinkEn:hover,
.negativeLinkEn:focus {
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #555555;
	border-bottom: 2px solid #555555;
	border-left: 2px solid #CCCCCC;
	color: #333333;
	padding:5px 6px 2px 6px;
	background-image: url(../images/base_btn.jpg);
	background-repeat: repeat-x;
	cursor: pointer;
	text-decoration:none;
	font-size: small;
	font-family:sans-serif;
}
