@CHARSET "UTF-8";


.kurukon_wide {
	margin-bottom: 30px;
	text-align: center;
	margin-bottom: 0;
}

.kurukon_wide img {
	display: block;
	height: 80px;
	width: 600px;
}

.header {
	color : #333333;
	background-color: #FFFFFF;
	line-height: 125%;
    width:100%;

	margin-top: 20px;
	margin-bottom: 30px;
}
.header_php {
	display: table;
}

.kurukon {
	display: table-cell;
	vertical-align: top;
}

.kurukon img {
	height: 100px;
	width: 200px;
}



.ctrl {
	display: table-cell;
	vertical-align: top;

	padding-left: 20px;

	width: 100%;
	height: 100px;
}


.logininfo {
	display: table;
	width: 100%;
	margin-bottom: 0;
}

.info {
	display: table-cell;
	width: 50%;
}


.logininfo .usernm {
	display: table-row;
	font-size: small;
}

.logininfo .servernm {
	display: table-row;
	font-size: small;
	margin-left: 20px;
}

.logininfo .favorite {
	display: table-cell;
	text-align:right;
	vertical-align: middle;

	width: 20%;
}

.logininfo .favorite input {
	display:inline-block;
	text-align:center;
}

.logininfo .logout {
	display: table-cell;
	text-align: right;
	vertical-align: middle;

	width: 16%;
}




.menu {
	display: table;
	vertical-align: bottom;
	width: 100%;
	height: auto;
	margin-top: 0;
}

.menu_row {
	display: table-row;
	clear: left;
}

.menu .menu_btn {
	position:relative;
	display: table-cell;
	margin:5px 0 0 5px;
	padding:0;
	letter-spacing: 0;
	float: left;
}

.menu .menu_btn a{
	text-decoration: none;
	/*color: #AAAAAA;*/
	color: #404040;
}
.menu .menu_btn a:hover{
	/*color: #66AAFF;*/
	/*color: #FFDD66;*/
	/*color: #FFB040;*/
	color: #404040;
}
.menu .menu_btn a:active{
	/*color: #66AAFF;*/
	/*color: #FFDD66;*/
	/*color: #FFB040;*/
	color: #000000;
}

.menu .menu_btn .btn_text {
	position:absolute;
	text-align:center;
	width:100%;
	left:0;
	z-index:1;
	padding:0;
	margin:0;
	/*text-shadow:8px 8px 8px #000000;*/
	font-weight: bold;
}

.menu .menu_btn img {
	z-index:0;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	border: 1px #808080 solid;
}
.menu .menu_btn a img{
	position:absolute;
	opacity: 0;
	filter: alpha(opacity=0);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=0)";  /* ie 8 */
	-moz-opacity:0;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0;              /* Safari 1.x */
}
.menu .menu_btn a:hover img{
	opacity: 100;
	filter: alpha(opacity=100);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity:100;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 100;              /* Safari 1.x */
	border: 1px #FFB040 solid;
}




.menu .menu_btn {
	height: 55px;
	width:32%;
}

.menu .menu_btn .btn_text {
	top:36%;
	font-size: 20px;
}

.menu .menu_btn img {
	border-radius: 10px;
}


#admin .menu .menu_btn {
	height: 32px;
	width:32%;
}

#admin .menu .menu_btn .btn_text {
	top:22%;
	font-size: 18px;
}

#admin .menu .menu_btn img {
	border-radius: 7px;
}

#sysadmin .menu .menu_btn {
	height: 22px;
	width:32%;
}

#sysadmin .menu .menu_btn .btn_text {
	top:16%;
	font-size: 16px;
}

#sysadmin .menu .menu_btn img {
	border-radius: 5px;
}




.topic-path {
	display: table;
	width: 100%;
	clear: left;
}

.topic-path ol {
	display: table-cell;
	margin: 0;
	padding: 7px 5px;
	list-style-type: none;
	font-size: 100%;
}

.topic-path ol li {
	padding-left: 5px;
	display: inline;
}

.topic-path ol li a {
	padding-right: 18px;
	background: url(../img/topic-path-gray.gif) no-repeat right;
}








* {
	/*font-family: Verdana, Arial, sans-serif;*/
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif
}


img {
	border: none;
}

body {
	width: 800px;
	color : #333333;
	background-color: #FFFFFF;

	margin-top: 0;
	padding-top: 0;

	margin-left:auto;
	margin-right:auto;
	text-align:left;

	-webkit-text-size-adjust: 100%;
}

h1 {
	font-size: 14pt;
	color: #FFFFFF;
	/*background-color: #0066CC;*/
	background-color: #A06040;

	padding: 5px;
	margin: 0px -5px 10px -5px;
}

form {
	color: #333333;
	/*background-color: #F8FFFF;*/
	/*background-color: #FFFFF8;*/
	/*background-color: #FFFCF0;*/
	background-color: #FFFFE8;

	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
}

table {
	table-layout: fixed;

	background-color: #FFFFFF;

	border-style: solid;
	border-width: 1px;
	border-color: #888888;

	border-collapse: collapse;;
}
caption {
	text-align: left;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 2px;
}
th {
	text-align: center;;
	color : #333333;
	/*background-color: #77BBFF;*/
	/*background-color: #FFDD66;*/
	/*background-color: #E4E4E4;*/
	background-color: #F0D0B0;

	padding-left:5px;
	padding-right:5px;

	border-style: solid;
	border-width: 1px;
	border-color: #888888;

	height: 30px;
}
td {
	text-align: left;;
	color : #333333;
	/*background-color: #E8FFFF;*/
	/*background-color: #FFFFE8;*/
	background-color: #F8F8F8;

	padding-left:5px;
	padding-right:5px;

	border-style: solid;
	border-width: 1px;
	border-color: #888888;

	height: 26px;
}

dl {
	margin-left: 30px;
	margin-bottom: 30px;
}
dt {
	margin-top: 30px;
}
dd {
	margin-top: 5px;
}




.main {
	display: block;

	clear: left;
	color: #333333;
	/*background-color: #EEFFFF;*/
	background-color: #FCFCFC;
	padding: 10px 10px 10px 10px;
	line-height: 125%;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
}

.stdt{
	margin-right: 5px;
	display: inline;
}
.eddt{
	margin-left: 5px;
	display: inline;
}



.kigou {
	font-family: "ＭＳ ゴシック", sans-serif;
}





.error {
	display: block;
}

.error p {
	display: block;
	color:#FF0000;
	font-weight: bold;
}

.caution {
	display: inline;
}
.caution p {
	display: inline;
	color:#FF0000;
	font-size: 80%;
}
.explain {
	display: inline;
}
.explain p {
	display: inline;
	color:#333333;
	font-size: 80%;
}

.list_nodata {
	font-size: large;
	margin: 20px 10px 10px 20px;
}

.hissu {
	font-size: small;
	color:#FF0000;
}