/*
 *	xxx.php用スタイルシート
 *	※プログラム製作者以外の更新禁止
 */

body{
	font-size : 10px;
	background-color : #DDFFDD;
}
a:hover{
	font-weight : bold;
	position : relative;
	bottom : 1px;
	left : 3px;
}

form { margin: 1; }

textarea{
	font-size : 12px;
}

.input_login{
	font-size : 14px;
	width : 100px;
	height : 30px;
}
.input01{
	font-size : 12px;
	width : 500px;
}
.input02{
	font-size : 12px;
	width : 300px;
}
.input03{
	font-size : 12px;
	width : 70px;
}
.input04{
	font-size : 12px;
	width : 50px;
}
.input_radio{
	margin-left : 30px;
}
.button01{
	font-weight : bold;
	font-size : 12px;
	width : 100px;
	height : 24px;
}
.button_menu{
	font-weight : bold;
	font-size : 12px;
	width : 160px;
	height : 24px;
}
.button_file{
	font-size : 12px;
}
.button_del{
	color : #CC0000;
	font-size : 12px;
	width : 100px;
	height : 24px;
}

.important{
	color : #CC0000;
	font-size : 12px;
}
.obj_type100{
	color : #0000CC;
	font-size : 16px;
	font-weight : bold;
}
.obj_type300{
	color : #CC0000;
	font-size : 16px;
	font-weight : bold;
}

.ex01{
	color : #0000CC;
	font-size : 10px;
}
.ex11{
	font-size : 12px;
	margin-left : 30px;
}

.administration{
	color : royalblue;
	font-size : 14px;
	font-weight : bold;
	text-align : left;
	margin-left : 10px;
}

.membership{
	color : forestgreen;
	font-size : 14px;
	text-align : left;
	margin-left : 30px;
}


.menu_title{
	font-size : 16px;
	letter-spacing : 6px;
	background-color : #EEE8AA;
	height : 20px;
	text-align : left;
	border-style : double double double double;
	border-top-color : black;
	border-left-color : black;
	border-right-color : black;
	border-bottom-color : black;
	margin-top : 10px;
	margin-left : 10px;
	margin-right : 10px;
	margin-bottom : 10px;
	vertical-align : middle;
	padding-top : 10px;
	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 10px;
}
.menu_subtitle{
	color : orangered;
	font-size : 14px;
	background-color : #EEEEEE;
	height : 16px;
	text-align : center;
	border-style : double double none double;
	border-top-color : black;
	border-left-color : black;
	border-right-color : black;
	border-bottom-color : black;
	margin-top : 5px;
	margin-left : 10px;
	margin-right : 10px;
	margin-bottom : 5px;
	vertical-align : middle;
	padding-top : 5px;
	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 5px;
}
.menu_inf{
	color : #3366FF;
	font-size : 18px;
}
.menu_err{
	color : #CC0000;
	font-size : 18px;
}
.border01{
	border-style : groove groove groove groove;
	border-top-color : black;
	border-left-color : black;
	border-right-color : black;
	border-bottom-color : black;
}
.border02{
	border-style : none groove groove none;
	border-top-color : orange;
	border-left-color : orange;
	border-right-color : orange;
	border-bottom-color : orange;
}
.border03{
	border-style : none groove groove none;
	border-top-color : orangered;
	border-left-color : orangered;
	border-right-color : orangered;
	border-bottom-color : orangered;
}

.com_list{
	font-size : 10px;
	margin-top : 10px;
	margin-left : 30px;
}

.back00{
	font-size : 13px;
	background-color : #F0F8FF;
	border-style : none none solid none;
	border-width : 1px;
}
.back01{
	font-size : 13px;
	background-color : #F0F8FF;
	border-style : none solid solid none;
	border-width : 1px;
}
.back02{
	font-size : 14px;
	background-color : #E6E6FA;
	border-style : none solid solid none;
	border-width : 1px;
}
.back12{
	font-size : 13px;
	background-color : #FFFDE5;
}
.back22{
	font-size : 13px;
	background-color : #98FB98;
}

