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

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



.input_l{
	font-size : 12px;
	width : 500px;
}
.input_m{
	font-size : 12px;
	width : 250px;
}
.input_s{
	font-size : 12px;
	width : 100px;
}
.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;
}

.important{
	color : #CC0000;
	font-size : 12px;
}

.ex01{
	color : #0000CC;
	font-size : 10px;
}

.ex11{
	font-size : 12px;
	margin-left : 30px;
}

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

.back01{
	font-size : 13px;
	background-color : #F5F2EF;
	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;
}

