@charset "utf-8";
/* CSS Document */

#contact_comment_block { display:none; }
input,select {
	padding:3px 5px;
}
.mb10 {
	margin:10px 10px;
}
div.contact_info_base{
	margin:0;
}

table.contact_edit_table{
	width:98%;
	margin:0 auto;
	text-align:left;
	font-size:12px;
}
.contact_edit_table th{
	width:26%;
	font-weight:normal;
	vertical-align:top;
	padding:5px 2px 5px 5px;
	color:#000;
}
.contact_edit_table td{
	padding:5px 2px 5px 5px;
}


.button_block{
	margin:7px 0 18px;
	text-align:center;
}

table.common{
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	font-size:12px;
}

table.common tr.altercolor{
	background-color : #e1ffff;
	color : #444;
}


table.common th{
	border-bottom : 1px solid #ccc;
	border-right : 1px solid #ccc;
	background-color:#DDD;
}


table.common td{
	border-bottom : 1px solid #ccc;
	border-right : 1px solid #ccc;
}

#container_R {
	width:250px;
	border:1px solid #ccc;
	float:right;
}

#nagare {
	width: 240px;
	margin: 0px;
	padding: 0px;
}

#nagare h2 { margin-bottom:5px;}
#nagare ul {
	width: 250px;
	font-size: 10px;
	list-style-type: none;
	line-height: 1em;
	text-align: left;
	padding: 0 0 0 2px;
}
#nagare ul li {
	display: block;
	float: left;
	margin: 3px;
	width: 240px;
	padding-bottom:3px;
	border-bottom:1px dotted #CCC;
}
#nagare ul li:last-child {
	border-bottom:0;
}
#nagare ul li .title {
	font-size: 10px;
	margin-bottom: 3px;
}
#nagare ul img {
	float: left;
	height: 50px;
	width: 60px;
	margin-right:5px;
}

.edit_errors {
	border:5px solid #EEE;
	margin-bottom:10px;
	padding:5px 10px;
	line-height:1.4em;
	color: #F90;
}
.edit_required {
	float:right;
	color:#900;
}
.edit_description {
	color:#EEE;
}
.edit_notify {
	border:5px solid #EEE;
	margin:10px auto;
	padding:5px 10px;
	line-height:1.4em;
	color:#F90;
	font-weight:bold;
	font-size:14px;
	width:95%;
}
#CompleteArea {
	border:5px solid #EEE;
	margin:10px auto;
	padding:5px 10px;
	line-height:1.4em;
	color:#F90;
	font-weight:bold;
	font-size:14px;
	width:95%;
}

.SubmitBtn {
	width:200px;
	height:35px;
	cursor:pointer;
	font-weight:bold;
	font-size:14px;
	margin-top:10px;
	color:#000;
}
.EdtBtn {
	width:80px;
	height:35px;
	cursor:pointer;
	font-weight:bold;
	font-size:14px;
	margin:10px 15px 0 0;
}

/*Complete */
#CompleteArea {
	padding:20px;
	font-size:14px;
	font-weight:bold;
}
#CloseArea {
	border:5px solid #EEE;
	padding:10px;
	font-size:14px;
	text-align:right;
}

#Top_back {
	text-align:right;
	float:right;
}

#ZerosunMail {
	padding:10px;
}

#LoadingIcon { display:none;}

/* CLASS */
.w95P { width:95%;}
.w100 { width:100px;}
.w200 { width:200px;}
.w260 { width:260px;}