@charset "utf-8";

/* --------------------------------------------------------

title: MP start CSS
note: 全体にかかわる部分のCSSとなります。
修正に関しては全体にかかわる部分が多いため、
変更時は確認作業を念入りにしてください。
このCSSは部分的に共通として使用するCSSとなります。
なお、この文言はリリース時には削除します。		
-------------------------------------------------------- */

/* -------------------- other -------------------- */
#main p.error {
	padding: 5px 0px 0px;
	margin: 0px;
	color: #f00;
	font-size: 100%;
}

#main p.error1 {
	padding: 5px 0px 0px;
	color: #f00;
	font-size: 88%;
	text-align: left;
}

#main p.error2 {
	padding: 0px;
	margin: 0px;
	color: #f00;
	font-size: 100%;
	text-align: left;
}

/* button float */
div.buttonback {
	clear: both;
	text-align:left;
}

#main div.buttonback p.button_cancel{
	margin-right: 20px;
	width:122px;
}
/*
p.floatbutton{
	float: left;
	display: inline;
}*/

p.floatbutton-small{
	float: left;
	display: inline;
	width: 180px;
}

/*p.floatbutton-back{
	float: left;
	display: inline;
	width: 60px;
}*/

p.floatbutton-close{
	float: left;
	display: inline;
	padding-top:20px;
}

/* table size */
#main table.tableL{
width: 660px;
}

#main table.menu{
width: 660px;
}

*:first-child+html #main table.menu table.no_border td {
	padding-left:5px;
	padding-right:5px;
}

/* table font */
#main table th.normal{
	font-weight: normal;
}

/* complete box */
#main div.completebox {
	margin: 0 auto 20px;
	text-align: center;
}

#main div.completebox h2 {
	margin: 20px auto 20px;
	padding: 0px;
}

#main div.completebox table.thnoborder {
	margin: 0px auto 15px;
	text-align: center;
}

#main div.completebox h2.space-bottom {
	margin: 20px auto 30px;
	padding: 0px;
}

/*Digits of the Table number are straightened.*/
td.straightens_digitsS{
text-align:right;
margin: 0px;
}
#main table td.straightens_digitsL{
text-align:right;
}
td.straightens_digitsL{
text-align:right;
}

/* IE6,7 default text box */
.txt_box_m{
	height: 20px;
	padding: 4px 0 0 2px;
	*width:130px;
}

.num_text_r {
	text-align: right;
	margin-right:3px;
	padding-right:1px;
}

/* IE6,7 default text box*/
.txt_box_m{
	height: 20px;
	padding: 4px 0 0 2px;
	*width:130px;
}

/* blank Setting */
.radio_button_blank{
margin-left:4px;
}
.check_box_blank{
margin-left:4px;
}

/* paging */
#main ul.page li {
	background: none;
	float:left;
	display:inline;
	zoom:1;
	margin:0;
	white-space:nowrap;
}

/* error style */
input.error {
	border: #999 1px solid;
	background:#FFE5CC;
}

/*text bold type*/
span.bold{
font-weight: bold;
color: #003300;
}

span.bold-attention{
font-weight: bold;
color: #b91633;
}

/* space style */
#main .space-bottom20{
	margin-bottom: 20px!important;
}

#main .space-bottom40{
	margin-bottom: 40px!important;
}

#main .space-top20{
	margin-top: 20px!important;
}

/* IE7 hack */
*:first-child+html .space-clear {
	margin-top: -50px!important;
}

#main .fontbold{
	font-weight:bold;
}

#main h1.space-top {
	padding-top: 30px;
}

#main h1.ria {
	margin-top: 20px;
}

#main h2.text_c {
	text-align: center;
}

#main h2.space-top {
	padding-top: 20px;
}

#main h2.no-search-data {
	text-align: center;
	padding-top: 20px;
}

#main h2.subtitle {
	margin-top:-2px;
}

#areaImportant .middle ul li {
	vertical-align: baseline;
}

#main .line-bottom-fix {
	vertical-align: baseline;
}

#main .bgwhite {
	background-color: #fff;
}

/*

1.5edit

*/

#main h2.no-search-data {
	background-image:none;
	background:#F99;
	padding:5px;
	margin:0;
}
#main div.completebox h2 {
	background-image:none;
}
div.buttonback {
	margin:10px 0 0;
}