@charset "Shift_JIS";








.respDispNoneToBlock{
	display: none;
}

.respDispNoneToInline{
	display: none;
}

.respDispNoneToInlineBlock{
	display: none !important;
}

.respDispInlineToNone{
	display: inline;
}

.paddingLeft2em{
	padding-left:2em !important;
}

.respDispNoneToTableRow{
	display: none;
}







html {
	background:url(../img/body_bg.gif);
    background-color: #EEEEEE;
}


body {
    text-align:center;
    font: normal 12px '‚l‚r ‚oƒSƒVƒbƒN',sans-serif;
    font-size:75%;
    margin: 0px;
    padding: 0px;
}

table {
    font: normal 12px '‚l‚r ‚oƒSƒVƒbƒN',sans-serif;
}


.Container {
    text-align: center;
    width:100%;
    margin:0px;
}


.Wrapper {
    margin:0 auto;
    width: 880px;
    border-left:#aaa solid 1px;
    border-right:#aaa solid 1px;
    background-color:#FFFFFF;
    text-align:center;
}


.MessageMain {
    margin: 10px auto 0;
    border: 2px solid #ff9f9f;
    background:#fff4ef;
    width: 836px;
    display : none;
}

.MessageMain .message {
    color: #f00;
	font-weight:bold;
	line-height:1.6em;
    padding: 18px 20px 18px 58px;
    text-align : left;
    background : url(../img/err.jpg) 12px 8px no-repeat;
}

.MessageMain .messageChuki {
    color: #f00;
	font-weight:bold;
	line-height:1.6em;
    padding: 18px 20px 18px 58px;
    text-align : left;
    background : url(../img/err.jpg) 12px 18px no-repeat;
}

.MessageMain .messageChuki2 {
    color: #f00;
	font-weight:bold;
	line-height:1.6em;
    padding: 18px 20px 18px 58px;
    text-align : left;
    background : url(../img/err.jpg) 12px 8px no-repeat;
}

.MessageMain .infoMsg {
	color: #f00;
	font-weight:bold;
	line-height:1.6em;
	padding: 18px 20px 18px 58px;
	text-align : left;
	background : url(../img/err.jpg) 12px 8px no-repeat;
}

.MessageMain .questionMsg {
	color: #f00;
	font-weight:bold;
	line-height:1.6em;
	padding: 18px 20px 18px 58px;
	text-align : left;
	background : url(../img/err.jpg) 12px 8px no-repeat;
}

.MessageMain .warningMsg {
	color: #f00;
	font-weight:bold;
	line-height:1.6em;
	padding: 18px 20px 18px 58px;
	text-align : left;
	background : url(../img/err.jpg) 12px 8px no-repeat;
}


.BodyMain {
	padding:0 20px;
	margin-top:10px;
}

.BodyMain p, .BodyMain ul{
    color: #333333;
    font-size: 100%;
    line-height: 140%;
    border-style: none;
    text-align: left;
	margin-bottom:1em;
}


.BodyMain table{
	text-align:left;
}

.BodyMain h2{
	color : #000;
	font-size : 16px;
	font-weight : bold;
	text-align  : left;
	background:url(../img/bg_main_title2.gif) 0 0 no-repeat;
	margin      : 0 0 12px;
	padding-left:18px;
	padding-bottom:2px;
	line-height:30px;
}


.mainArea {
    border-style:solid;
    border-color:#AAAAAA;
    border-top-width :1px;
    border-right-width :1px;
    border-bottom-width :1px;
    border-left-width :1px;
    border-style:none;
    background-color: #FFFFFF;
    width: 840px;
    margin: 0 auto 0;
}

.dataArea {
    margin: 0px 0px;
    width: 840px;
}

.dataArea table td{
	word-break:break-all;
	word-wrap:break-word;
}
.input_main_title {
	color : #000;
	font-size : 16px;
	font-weight : bold;
	text-align  : left;
	height:32px;
	background:url(../img/bg_main_title2.gif) 0 0 no-repeat;
	margin      : 20px 0px 12px;
	padding-left:18px;
	padding-bottom:2px;
	line-height:30px;
}

.mainArea .article {
	margin:0px 25px;
}






.BodyMainLeft{
	float:left;
	width:590px;
}

.BodyMainLeft table{
	border-collapse: collapse;
}

.BodyMainLeft table td{
	padding: 0.8em 0.5em;
	font-size: 100%;
	word-break:break-all;
	word-wrap:break-word;
}


.BodyMainLeft h2{
	color : #000;
	font-size : 16px;
	font-weight : bold;
	text-align  : left;
	background:url(../img/bg_main_title.gif) 0 0 no-repeat;
	margin      : 0 0 12px;
	padding-left:18px;
	padding-bottom:2px;
	line-height:30px;
	width:590px;
}


.BodyMainLeft h3{
	color : #000;
	font-size : 14px;
	font-weight : bold;
	text-align  : left;
	background:url(../img/bg_h3.gif) 0 0 no-repeat;
	margin      : 0 0 12px;
	padding-left:30px;
	padding-top:1px;
	padding-bottom:1px;
	line-height:30px;
}

.BodyMainLeft th{
	padding: 0.8em 0.5em;
	border-color: #629cdd #8db7e6 #629cdd #eeeeee;
	border-width: 1px;
	font-size: 100%;
	text-align: left;
}

.BodyMainLeft .MessageMain {
    margin: 0 0 10px 0;
	padding:0 !important;
    border: 1px solid #ff9f9f;
    background:#fff4ef;
	width:auto;
	display : none;
}

.BodyMainLeft .MessageMain .message {
    color: #f00;
	font-weight:bold;
	line-height:1.6em;
    padding: 11px 20px 8px 40px;
    text-align : left;
    background : url(../img/err2.jpg) 7px 4px no-repeat;
	min-height:inherit;
}


.BodyMainRight{
	float:right;
	width:228px;
	text-align:center;
}


.BodyMainCenter{
	width:840px;
}

.BodyMainCenter .MessageMain {
    margin: 0 0 10px 0;
	padding:0 !important;
    border: 1px solid #ff9f9f;
    background:#fff4ef;
	width:auto;
}

.BodyMainCenter .MessageMain .message {
    color: #f00;
	font-weight:bold;
	line-height:1.6em;
    padding: 11px 20px 8px 40px;
    text-align : left;
    background : url(../img/err2.jpg) 7px 4px no-repeat;
	min-height:inherit;
}

.dataArea .MessageMain {
	background: rgb(255, 244, 239);
	margin: 0px 0px 10px;
	padding: 0px !important;
	border: 1px solid rgb(255, 159, 159);
	width: auto;
	display: none;
}

.dataArea .MessageMain .message {
	background: url("../img/err2.jpg") no-repeat 7px 4px;
	padding: 11px 20px 8px 40px;
	text-align: left;
	color: rgb(255, 0, 0);
	line-height: 1.6em;
	font-weight: bold;
	min-height: inherit;
}


.link_icon {
	cursor       : pointer;
	height       : 9px;
	background   : url(../img/icon_blank.gif) no-repeat right center;
	padding-right:15px;
	margin-right:5px;
}

.link_icon2 {
	height       : 9px;
	background   : url(../img/icon_blank.gif) no-repeat right center;
	padding-right:15px;
	margin-right:5px;
}

.BodyMain h3{
	color : #000;
	font-size : 14px;
	font-weight : bold;
	text-align  : left;
	background:url(../img/bg_h3_full.gif) 0 0 no-repeat;
	margin      : 0 0 12px;
	padding-left:30px;
	padding-top:1px;
	padding-bottom:1px;
	line-height:30px;
}

.BodyMainLeft_Den .MessageMain {
    margin: 0 0 10px 0;
	padding:0 !important;
    border: 1px solid #ff9f9f;
    background:#fff4ef;
	width:auto;
	display : none;
}

.BodyMainLeft_Den .MessageMain .message {
    color: #f00;
	font-weight:bold;
	line-height:1.6em;
    padding: 11px 20px 8px 40px;
    text-align : left;
    background : url(../img/err2.jpg) 7px 4px no-repeat;
	min-height:inherit;
}
