body{
	font-size:13px;
}

table{
	font-size:100%;
}

a{
	color:#00C;
	text-decoration:none;
}
a:hover{
	color:#f00;
	text-decoration:underline;
	position:relative;
	top:1px;
	left:1px;
}

input,textarea{
	border:1px solid #666;
	
}

.table_title{
color:#666666;

}

.button_yes{
color:#E90000;
cursor:hand;
cursor:pointer;
background-color:#ffd9ff;
}

.button_no{
cursor:hand;
cursor:pointer;
background-color:#DDDDDD;
}

.button_suspension{
color:#183635;
cursor:hand;
cursor:pointer;
background-color:#d7eaec;

}

.button_close{
color:#183635;
cursor:hand;
cursor:pointer;
background-color:#FFFFFF;

}

html{
  scrollbar-3dlight-color : #FFFFFF;
  scrollbar-arrow-color : #FF0000;
  scrollbar-base-color : #FFFFFF;
  scrollbar-darkshadow-color : #FFFFFF;
  scrollbar-face-color : #FFFFFF;
  scrollbar-highlight-color : #DFDFDF;
  scrollbar-shadow-color : #DFDFDF;
}

.catalog_has_image_show{
	background-color: #ffeff7;
	color: #FF0000;
	margin-top: 5px;
	border: 1px solid #FF0000;
}

.modal-content {
    position:fixed;
    display:none;
    z-index:2;
    width:400px;
    margin:0;
    padding:10px 20px;
    border:2px solid #aaa;
    background:#fff;
}

.modal-content p {
    margin:0;
    padding:0;
}

.modal-overlay {
    z-index:1;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}

.modal-open {
    color:#00f;
    text-decoration:underline;
}

.modal-open:hover {
    cursor:pointer;
    color:#f00;
}

.modal-close {
    color:#00f;
    text-decoration:underline;
}

.modal-close:hover {
    cursor:pointer;
    color:#f00;
}

div#catalog_list{
	margin-top: 10px;
	max-height : 300px;
	overflow-y : auto;
}

table#catalog_has_image_showtable{
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

table#catalog_has_image_showtable th{
	background-color: #ffffd1;
	height: 30px;
	border: 1px solid #d3d3d3;
	font-weight: bold;
	text-align : center;
}

table#catalog_has_image_showtable td{
	background-color: #FFF;
	height: 30px;
	border: 1px solid #d3d3d3;
	padding: 5px;
}

span.c_1st{
	font-size : 1.1em;
	line-height:  1.1;
}