@charset "shift_jis";

/*------------------------------------------------------------
import css
------------------------------------------------------------*/

@import url("../import.css");

/* CSS Document */

.h01{
	padding-top: 20px;
	font-size : 12px;
	color : #238ea8;
	margin: 0px;
}

.nomal{  font-size : 12px; color : #000000; line-height:120%;}
.small{  font-size : 10px; color : #000000; line-height:120%;}
.smaller{  font-size : 8px; color : #000000; line-height:120%;}
.large{  font-size : 14px; color : #000000; line-height:120%;}
.larger{  font-size : 16px; color : #000000; line-height:120%;}
.nomal_red{font-size : 12px;color : #ff0000; line-height:120%;}
.nomal_white{font-size : 12px;color : #ffffff; line-height:120%;}

.copyright{
  padding-top:5px;
  padding-bottom:5px;
  font-size : 12px;
  text-align : center;
  color : #ffffff;
}

/* ¥Æ¥­¥¹¥ÈÆ?ÎÏÍÑ */
.textfield{
	width:150px;
	height:18px;

}
/*¥á¥¤¥?Æ¡¼¥Ö¥?ÑÀßÄ?*/
.mainTable{
  width:760px;
}

/*¸¡º??ÌÍÑ¥Æ¡¼¥Ö¥?*/
.searchTable{
	width:100%;
	background-color:#CCCCCC;
	border-left:#ccc 1px solid;
	border-top:#ccc 1px solid;
}

.searchTable th{
	background-color:#ccebb9;
	text-align:center;
	font-size:120%;
	border-right:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
	padding:3px;
}
.searchTable td {
	font-size:120%;
	border-right:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
	padding:3px;
}

.searchTableTd1{
	background-color:#ffffff;
	text-align:left;
}
.searchTableTd2{
	background-color:#e6f5e2;
	text-align:left;
}
/*¸¡º?ÜºÙÍÑ¥Æ¡¼¥Ö¥?*/
.searchDetailsTable{
	width:/*410px*/365px;
	background-color:#CCCCCC;
	border-left:#ccc 1px solid;
	border-top:#ccc 1px solid;
}

.searchDetailsTable th{	
	width:100px;
	background-color:#ccebb9;
	text-align:center;
	font-size:120%;
	border-right:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
	padding:3px;
}

.searchDetailsTable td{
	background-color:#ffffff;
	text-align:left;
	font-size:120%;
	border-right:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
	padding:3px;
}

/*´ÉÍ?²èÌÌÍÑ*/
.adminMenuBody{
	margin:0px;
}

.adminMenuTable{
	width:100%;
	height:100%;
}

.adminMenuTableLeft{
	width:250px;
	height:100%;
	vertical-align:top;
	background-color:#ccccff;
}

.adminMenuListTable{
	font-size:12px;
}

.adminMenuListTable A { text-decoration: none; }
.adminMenuListTable A:link { color: #006600; } 
.adminMenuListTable A:visited { color: #006600; } 
.adminMenuListTable A:hover { color: #00cc00; } 
.adminMenuListTable A:active { color: #ff0000; }

.editTable{
	width:95%;
	background-color:#CCCCCC;
}

.editTable th{
	background-color:#ccebb9;
	text-align:center;
}

.editTable td{
	background-color:#ffffff;
	text-align:left;
}

/* PHP¥¨¥?¢¸¡º?È */
.areaTable{
  border-width : 1px;
  border-style : solid;
  border-color : #99d47f;
  font-size : 14px;
  width:150px;
}
.areaTable2{
	border-width : 1px;
	border-style : solid;
	border-color : #5fbecf;
	font-size : 14px;
	width: 180px;
}
